@charset "UTF-8";
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&display=swap");
/*path*/
/*color*/
/*font-family*/
/*font-size*/
.footer__copyright {
  font-size: 1.2rem;
}
@media (max-width: 1279.98px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
@media (max-width: 992.98px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.voice__cardItemCategory {
  font-size: 1.4rem;
}
@media (max-width: 1279.98px) {
  .voice__cardItemCategory {
    font-size: 1.2rem;
  }
}
@media (max-width: 992.98px) {
  .voice__cardItemCategory {
    font-size: 1.2rem;
  }
}

.wrapper {
  font-size: 1.6rem;
}
@media (max-width: 1279.98px) {
  .wrapper {
    font-size: 1.4rem;
  }
}
@media (max-width: 992.98px) {
  .wrapper {
    font-size: 1.4rem;
  }
}

.support__text p, .program__text dd, .message__text p, .cv__contactItemText span, .cv__contactItemText a, .cv__box p {
  font-size: 1.8rem;
}
@media (max-width: 1279.98px) {
  .support__text p, .program__text dd, .message__text p, .cv__contactItemText span, .cv__contactItemText a, .cv__box p {
    font-size: 1.6rem;
  }
}
@media (max-width: 992.98px) {
  .support__text p, .program__text dd, .message__text p, .cv__contactItemText span, .cv__contactItemText a, .cv__box p {
    font-size: 1.6rem;
  }
}

.support__titleJp, .qanda__answer:before, .qanda__question, .program__titleJp, .message__titleJp, .history__titleJp, .cv__contactItemText, .cv__boxLink a, .cv__box h5, .voice__cardItemText h4, .voice__titleJp {
  font-size: 2rem;
}
@media (max-width: 1279.98px) {
  .support__titleJp, .qanda__answer:before, .qanda__question, .program__titleJp, .message__titleJp, .history__titleJp, .cv__contactItemText, .cv__boxLink a, .cv__box h5, .voice__cardItemText h4, .voice__titleJp {
    font-size: 1.8rem;
  }
}
@media (max-width: 992.98px) {
  .support__titleJp, .qanda__answer:before, .qanda__question, .program__titleJp, .message__titleJp, .history__titleJp, .cv__contactItemText, .cv__boxLink a, .cv__box h5, .voice__cardItemText h4, .voice__titleJp {
    font-size: 1.7rem;
  }
}

.intro__text {
  font-size: 2.2rem;
}
@media (max-width: 1279.98px) {
  .intro__text {
    font-size: 2rem;
  }
}
@media (max-width: 992.98px) {
  .intro__text {
    font-size: 1.8rem;
  }
}

.program__detailItem h5, .message__name, .cv__text small, .voice__cardItemName {
  font-size: 2.4rem;
}
@media (max-width: 1279.98px) {
  .program__detailItem h5, .message__name, .cv__text small, .voice__cardItemName {
    font-size: 2.2rem;
  }
}
@media (max-width: 992.98px) {
  .program__detailItem h5, .message__name, .cv__text small, .voice__cardItemName {
    font-size: 2rem;
  }
}

.support__detailItem h5, .support__detailTitle, .program__text dt, .cv__text {
  font-size: 3.2rem;
}
@media (max-width: 1279.98px) {
  .support__detailItem h5, .support__detailTitle, .program__text dt, .cv__text {
    font-size: 3rem;
  }
}
@media (max-width: 992.98px) {
  .support__detailItem h5, .support__detailTitle, .program__text dt, .cv__text {
    font-size: 2.6rem;
  }
}

.qanda__title, .intro__text span, .cv__box h4 {
  font-size: 3.7rem;
}
@media (max-width: 1279.98px) {
  .qanda__title, .intro__text span, .cv__box h4 {
    font-size: 3.5rem;
  }
}
@media (max-width: 992.98px) {
  .qanda__title, .intro__text span, .cv__box h4 {
    font-size: 3rem;
  }
}

.support__text h4 {
  font-size: 4rem;
}
@media (max-width: 1279.98px) {
  .support__text h4 {
    font-size: 3.8rem;
  }
}
@media (max-width: 992.98px) {
  .support__text h4 {
    font-size: 3.2rem;
  }
}

.support__titleEn, .program__titleEn, .message__titleEn, .history__titleEn, .voice__titleEn {
  font-size: 9.6rem;
}
@media (max-width: 1279.98px) {
  .support__titleEn, .program__titleEn, .message__titleEn, .history__titleEn, .voice__titleEn {
    font-size: 8rem;
  }
}
@media (max-width: 992.98px) {
  .support__titleEn, .program__titleEn, .message__titleEn, .history__titleEn, .voice__titleEn {
    font-size: 7rem;
  }
}

.intro__text, .cv__text {
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.5);
}

.qanda__listItem, .voice__cardItem {
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
}

html {
  font-size: 62.5%; /* 10px */
}

/* transitionを無効化 */
.no-transition * {
  transition: none !important;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  list-style: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.wrapper a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
.wrapper a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wrapper a:hover {
    opacity: 1;
  }
}
.wrapper img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.br_tab {
  display: block;
}
@media (max-width: 1279.98px) {
  .br_tab {
    display: none;
  }
}

.br_sp {
  display: block;
}
@media (max-width: 992.98px) {
  .br_sp {
    display: none;
  }
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, section, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  width: 100%;
  background: linear-gradient(#0066cc, rgba(0, 102, 204, 0));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 992.98px) {
  .header {
    height: 18vw;
  }
}
.header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media (max-width: 1279.98px) {
  .header__inner {
    gap: 15px;
  }
}
.header__logo a {
  width: 187px;
  height: 37px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/logo_header.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 23px;
  left: 40px;
  z-index: 1002;
}
@media (max-width: 1279.98px) {
  .header__logo a {
    left: 10px;
  }
}
@media (max-width: 992.98px) {
  .header__logo a {
    width: 45vw;
    height: 9vw;
  }
}
.header__navList {
  display: flex;
  gap: 40px;
}
@media (max-width: 1279.98px) {
  .header__navList {
    gap: 15px;
  }
}
.header__sns {
  display: none;
}
@media (max-width: 992.98px) {
  .header__sns {
    display: flex;
    gap: 20px;
    padding: 30px 20px;
    justify-content: flex-start;
  }
  .header__sns a {
    width: 100%;
    display: block;
  }
}
@media (max-width: 992.98px) {
  .header__sns li {
    width: 100%;
    max-width: 60px;
  }
}
.header__cv {
  width: 20%;
  display: flex;
}
@media (max-width: 1279.98px) {
  .header__cv {
    width: 23%;
  }
}
@media (max-width: 992.98px) {
  .header__cv {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -20%;
    transition: 0.5s;
    opacity: 0;
    z-index: 10002;
  }
}
@media (max-width: 992.98px) {
  .header__cv.active {
    bottom: 0;
    opacity: 1;
  }
}
.header__cvLink {
  width: 50%;
  display: flex;
  justify-content: center;
}
.header__cvLink:nth-of-type(1) a {
  background: #FF0085;
}
.header__cvLink:nth-of-type(2) a {
  background: #06C755;
}
.header__cvLink:nth-of-type(2) a::before {
  content: "";
  width: 40px;
  height: 38px;
  margin-right: 10px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/icon_line.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 1279.98px) {
  .header__cvLink:nth-of-type(2) a::before {
    width: 32px;
    height: 30.4px;
    margin-right: 5px;
  }
}
@media (max-width: 992.98px) {
  .header__cvLink:nth-of-type(2) a::before {
    width: 40px;
    height: 38px;
    margin-right: 10px;
  }
}
@media (max-width: 992.98px) {
  .header__cvLink:nth-of-type(2) a br {
    display: none;
  }
}
.header__cvLink a {
  width: 100%;
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
@media (max-width: 1279.98px) {
  .header__cvLink a {
    padding: 15px 5px;
  }
}
@media (max-width: 992.98px) {
  .header__cvLink a {
    padding: 20px 5px;
    font-size: 130%;
  }
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  flex-direction: column;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 40px;
  right: 20px;
  gap: 5px;
}
@media (max-width: 992.98px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* モバイル用 */
@media (max-width: 992.98px) {
  .header__inner {
    position: relative;
  }
  .header__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 51, 102, 0.95);
    overflow: hidden;
    transition: 0.3s ease;
    z-index: 1000;
    opacity: 0;
  }
  .header__nav.active {
    width: 100%;
    opacity: 1;
  }
  .header__navList {
    flex-direction: column;
    padding: 20vw 20px 0;
    gap: 0;
  }
  .header__navListItem {
    padding: 2em 0;
    border-bottom: #FFFFFF 1px dashed;
  }
  .header__navListItem a {
    font-size: 125%;
  }
}

.voice {
  width: 100%;
  padding: 0 0 80px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg02.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20%;
  background-repeat: repeat;
  position: relative;
}
.voice::before {
  content: "";
  width: 62.36%;
  padding-top: 41.94%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/voice/deco01.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2%;
  left: -21.5%;
}
@media (max-width: 992.98px) {
  .voice::before {
    width: 74.83%;
    padding-top: 50.33%;
  }
}
.voice::after {
  content: "";
  width: 60.34%;
  padding-top: 37.08%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/voice/deco02.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10%;
  right: -15%;
}
@media (max-width: 992.98px) {
  .voice::after {
    width: 72.41%;
    padding-top: 44.5%;
  }
}
.voice__inner {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice__title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.voice__titleEn {
  background: linear-gradient(90deg, rgb(0, 178, 229) 0%, rgb(0, 51, 102) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.voice__titleJp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #003366;
  line-height: 2;
  letter-spacing: 0.2em;
}
.voice__card {
  padding: 10px 0 50px;
}
.voice__cardItem {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  line-height: 1.8;
  color: #003366;
}
@media (max-width: 599.98px) {
  .voice__cardItem {
    flex-direction: column;
  }
}
.voice__cardItemImg {
  width: 30%;
  text-align: center;
}
@media (max-width: 599.98px) {
  .voice__cardItemImg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 599.98px) {
  .voice__cardItemImg div:nth-of-type(1) {
    width: 35%;
  }
}
@media (max-width: 599.98px) {
  .voice__cardItemImg div:nth-of-type(2) {
    width: 65%;
  }
}
.voice__cardItemCategory {
  line-height: 1.5;
  display: block;
}
.voice__cardItemName {
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  background: linear-gradient(0deg, #0066cc 0%, #003366 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.voice__cardItemText {
  width: 70%;
}
@media (max-width: 992.98px) {
  .voice__cardItemText {
    width: 100%;
  }
}
.voice__cardItemText h4 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.swiper {
  padding: 10px 10px 10px 60px;
}
@media (max-width: 992.98px) {
  .swiper {
    padding: 10px 20px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-scrollbar {
  width: calc(100% - 120px) !important;
  margin-left: 45px;
}
@media (max-width: 992.98px) {
  .swiper-scrollbar {
    width: 92% !important;
    margin-left: 4%;
  }
}

.swiper-scrollbar-drag {
  background: #003366 !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #D8DFE4 !important;
  border-radius: 100px;
  overflow: hidden;
}

#cv01 {
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/cv/bg01.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992.98px) {
  #cv01 {
    background-position: left bottom;
  }
}

#cv02 {
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/cv/bg02.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#cv03 {
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/cv/bg03.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.cv {
  width: 100%;
  position: relative;
}
.cv__inner {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .cv__inner {
    padding: 80px 30px;
  }
}
@media (max-width: 992.98px) {
  .cv__inner {
    padding: 60px 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.cv__text {
  width: 100%;
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
}
.cv__text span {
  color: #FFFF00;
}
.cv__text small {
  display: block;
}
@media (max-width: 992.98px) {
  .cv__text {
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.cv__box {
  width: 49%;
  padding: 20px 20px 40px;
  background: #FFFFFF;
  line-height: 1.8;
  border-radius: 5px;
  transition: 1.5s;
  position: relative;
  line-height: 2;
  text-align: center;
}
@media (max-width: 992.98px) {
  .cv__box {
    width: 100%;
  }
}
.cv__box h4 {
  color: #FF0085;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.cv__box h5 {
  font-weight: 700;
  color: #003366;
}
@media (max-width: 992.98px) {
  .cv__box h5 {
    line-height: 1.6;
    margin: 10px 0;
  }
}
.cv__box p {
  color: #003366;
}
@media (max-width: 992.98px) {
  .cv__box p {
    line-height: 1.6;
  }
}
.cv__boxLink {
  width: 80%;
  max-width: 300px;
  margin: 20px auto 0;
}
.cv__boxLink a {
  width: 100%;
  padding: 10px;
  display: block;
  background: #FF0085;
  border-radius: 100px;
  position: relative;
}
.cv__boxLink a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/arrow.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.cv__contact {
  width: 100%;
  margin-top: 50px;
  display: flex;
}
@media (max-width: 992.98px) {
  .cv__contact {
    margin-top: 15px;
    flex-direction: column;
  }
}
.cv__contactItem {
  width: 33.33%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-right: #003366 1px dashed;
}
.cv__contactItem:last-of-type {
  border-right: none;
  border-bottom: none;
}
@media (max-width: 992.98px) {
  .cv__contactItem {
    width: 100%;
    padding: 25px 15px;
    border-right: none;
    border-bottom: #003366 1px dashed;
    justify-content: flex-start;
  }
}
.cv__contactItemIcon {
  width: 15%;
  max-width: 60px;
}
.cv__contactItemText {
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  color: #003366;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cv__contactItemText a {
  color: #003366;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
}
.cv__contactItemText a:hover {
  text-decoration: none;
}
.cv__contactItemText span {
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
}
.cv__contactItemText--line a {
  color: #06C755;
}

.history {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg02.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20%;
  background-repeat: repeat;
  position: relative;
}
.history__inner {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .history__inner {
    padding: 80px 30px;
  }
}
@media (max-width: 992.98px) {
  .history__inner {
    padding: 60px 20px 80px;
  }
}
.history__title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.history__titleEn {
  background: linear-gradient(90deg, rgb(0, 178, 229) 0%, rgb(0, 51, 102) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.history__titleJp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #003366;
  line-height: 2;
  letter-spacing: 0.2em;
}
.history__chart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 992.98px) {
  .history__chart {
    flex-direction: column;
  }
}
.history__chartItem {
  width: 49.5%;
  margin-top: 1%;
  transition: 1.5s;
  opacity: 0;
}
@media (max-width: 992.98px) {
  .history__chartItem {
    width: 100%;
    margin-top: 2%;
  }
}
.history__chartItem.active {
  opacity: 1;
}
.history__chartItem:nth-of-type(1).active {
  transition-delay: 0.5s;
}
.history__chartItem:nth-of-type(2).active {
  transition-delay: 1s;
}
.history__chartItem:nth-of-type(3).active {
  transition-delay: 1.5s;
}
.history__chartItem:nth-of-type(4).active {
  transition-delay: 2s;
}

.intro {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/intro/bg_pc.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 992.98px) {
  .intro {
    background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/intro/bg_sp.jpg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.intro__inner {
  width: 100%;
  max-width: 1440px;
  padding: 40px 20px 0;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .intro__inner {
    padding: 30px 30px 0;
  }
}
@media (max-width: 992.98px) {
  .intro__inner {
    flex-direction: column;
    padding: 30px 20px 0;
  }
}
.intro__img {
  width: 45%;
  position: relative;
  left: 3%;
  transition: 1.5s;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
.intro__img.active {
  left: 0%;
  opacity: 1;
}
@media (max-width: 992.98px) {
  .intro__img {
    width: 100%;
    order: 2;
    margin-top: -10%;
  }
  .intro__img img {
    width: 120%;
  }
}
.intro__text {
  width: 55%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279.98px) {
  .intro__text {
    padding: 0 0 30px;
  }
}
@media (max-width: 992.98px) {
  .intro__text {
    width: 100%;
    order: 1;
    padding: 30px 0 0;
    letter-spacing: 0.05em;
  }
}
.intro__text span {
  color: #FFFF00;
}
.intro__text p {
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .intro__text p {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.intro__photo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 0;
  opacity: 0.5;
}
@media (max-width: 992.98px) {
  .intro__photo {
    bottom: 40%;
  }
}
.intro__photoWrap {
  overflow: hidden;
  width: 100%;
  padding-top: 11.5%;
  position: relative;
}
@media (max-width: 992.98px) {
  .intro__photoWrap {
    padding-top: 47%;
  }
}
.intro__photoList {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.intro__photoListItem {
  flex-shrink: 0;
  width: 20vw;
  margin-right: 10px;
}
@media (max-width: 992.98px) {
  .intro__photoListItem {
    width: 80vw;
  }
}
.intro__photoListItem img {
  display: block;
  width: 100%;
  height: auto;
}

.message {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg02.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20%;
  background-repeat: repeat;
  position: relative;
}
.message::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/message/deco.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.message__inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .message__inner {
    padding: 0 30px;
  }
}
@media (max-width: 992.98px) {
  .message__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}
.message__img {
  width: 40%;
  padding-left: 20px;
  display: flex;
  align-items: flex-end;
  transition: 1.5s;
  position: relative;
  right: 3%;
  opacity: 0;
}
.message__img img {
  margin-top: 30px;
}
@media (max-width: 992.98px) {
  .message__img {
    right: -10%;
  }
  .message__img img {
    margin-top: 0;
  }
}
.message__img.active {
  right: 0%;
  opacity: 1;
}
@media (max-width: 992.98px) {
  .message__img.active {
    right: -13%;
  }
}
@media (max-width: 992.98px) {
  .message__img {
    width: 100%;
  }
  .message__img img {
    width: 70%;
  }
}
.message__titleEn {
  background: linear-gradient(90deg, rgb(0, 178, 229) 0%, rgb(0, 51, 102) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 992.98px) {
  .message__titleEn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.message__titleJp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #003366;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 992.98px) {
  .message__titleJp {
    text-align: center;
    margin-bottom: 10px;
  }
}
.message__text {
  width: 60%;
  padding: 60px 40px 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279.98px) {
  .message__text {
    padding: 60px 0px 100px 0;
  }
}
@media (max-width: 992.98px) {
  .message__text {
    width: 100%;
    padding: 60px 0px 30px 0;
  }
}
.message__text p {
  margin: 30px 0 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #003366;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.message__text p span {
  color: #00B7B7;
}
@media (max-width: 1279.98px) {
  .message__text p {
    margin: 20px 0 40px;
    line-height: 1.8;
  }
}
.message__name {
  width: 35%;
  max-width: 200px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #003366;
}

.mainVisual {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
.mainVisual::before {
  content: "";
  width: 36px;
  height: 200px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/scroll.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: fixed;
  right: 1%;
  bottom: -2%;
  z-index: 10;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992.98px) {
  .mainVisual::before {
    display: none;
  }
}
.mainVisual.active::before {
  opacity: 1;
  bottom: 2%;
  transition-delay: 0s;
}
.mainVisual__inner {
  width: 100%;
  padding-top: 64.93%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/mv/mv_pc.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 108%;
  transition: 10s;
  position: relative;
}
.mainVisual__inner.active {
  background-size: 100%;
}
@media (max-width: 992.98px) {
  .mainVisual__inner {
    padding-top: 145.03%;
    background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/mv/mv_sp.webp");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.mainVisual__copyMain {
  width: 83.33%;
  padding-top: 13.19%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/mv/copy_main_01.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 47%;
  left: 52%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  transition: 2s;
}
.mainVisual__copyMain::before {
  content: "";
  width: 34.72%;
  padding-top: 15.97%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/mv/copy_main_02.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 49.5%;
  opacity: 0;
  transition: 2s;
  transition-delay: 2s;
}
.mainVisual__copyMain.active {
  opacity: 1;
}
.mainVisual__copyMain.active::before {
  opacity: 1;
}
@media (max-width: 992.98px) {
  .mainVisual__copyMain {
    width: 100%;
    padding-top: 15.2%;
    left: 50%;
  }
}
.mainVisual__copySub {
  width: 52.63%;
  padding-top: 14.97%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/mv/copy_sub.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22%;
  left: 52%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: 1s;
}
.mainVisual__copySub.active {
  opacity: 1;
  bottom: -20%;
}
@media (max-width: 992.98px) {
  .mainVisual__copySub {
    width: 100%;
    padding-top: 14.37%;
    bottom: -2.5%;
  }
  .mainVisual__copySub.active {
    bottom: -2.5%;
  }
}

.program {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg01.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
}
.program__inner {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .program__inner {
    padding: 80px 30px;
  }
}
@media (max-width: 1279.98px) {
  .program__inner {
    padding: 80px 20px;
  }
}
.program__title {
  text-align: center;
}
.program__titleEn {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.program__titleJp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.2em;
}
.program__text {
  padding: 60px 0 20px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.program__text dt {
  margin-bottom: 20px;
}
.program__text dd {
  margin: 0 0 20px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.program__text dd span {
  color: #FFFF00;
}
.program__text dd a {
  text-decoration: underline;
}
.program__text dd a:hover {
  text-decoration: none;
}
.program__detail {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .program__detail {
    flex-direction: column;
    gap: 20px;
  }
}
.program__detailItem {
  width: 32.5%;
  padding: 19% 20px 30px;
  background: #FFFFFF;
  line-height: 1.8;
  border-radius: 5px;
  transition: 1.5s;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 1279.98px) {
  .program__detailItem {
    ine-height: 1.6;
  }
}
@media (max-width: 992.98px) {
  .program__detailItem {
    width: 100%;
    padding: 58% 20px 30px;
  }
}
.program__detailItem.active {
  opacity: 1;
}
.program__detailItem:nth-of-type(1) {
  transition-delay: 0.5s;
}
.program__detailItem:nth-of-type(2) {
  transition-delay: 1s;
}
.program__detailItem:nth-of-type(3) {
  transition-delay: 1.5s;
}
.program__detailItem h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #00469d;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
}
.program__detailItem p {
  color: #555555;
}
.program__detailImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.program__detailLink {
  width: 80%;
  max-width: 300px;
  margin: 20px auto 0;
}
.program__detailLink a {
  width: 100%;
  padding: 10px;
  display: block;
  background: linear-gradient(90deg, rgb(0, 178, 229) 0%, rgb(0, 51, 102) 100%);
  border-radius: 100px;
  position: relative;
  text-align: center;
}
.program__detailLink a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/arrow.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}

.qanda {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg01.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
}
.qanda__inner {
  width: 100%;
  max-width: 1240px;
  padding: 120px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .qanda__inner {
    padding: 100px 30px;
  }
}
@media (max-width: 992.98px) {
  .qanda__inner {
    padding: 80px 20px;
  }
}
.qanda__title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.qanda__list {
  padding: 60px 0 0;
}
.qanda__listItem {
  margin-bottom: 20px;
  padding: 30px;
  background: #FFFFFF;
  color: #003366;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  border-radius: 5px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.qanda__listItem:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992.98px) {
  .qanda__listItem {
    padding: 20px;
  }
}
.qanda__question {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
.qanda__question:before {
  content: "Q";
  margin-right: 1em;
  font-family: "Zen Old Mincho", serif;
  color: #00B2E5;
}
@media (max-width: 992.98px) {
  .qanda__question:before {
    font-size: 120%;
  }
}
@media (max-width: 992.98px) {
  .qanda__question {
    padding-right: 50px;
    line-height: 1.6;
  }
}
.qanda__answer {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 1.5s;
  font-family: "Noto Sans JP", sans-serif;
}
.qanda__answer.active {
  display: block;
}
.qanda__answer:before {
  content: "A";
  margin-right: 1em;
  font-family: "Zen Old Mincho", serif;
  color: #00B2E5;
}
@media (max-width: 992.98px) {
  .qanda__answer:before {
    font-size: 135%;
  }
}

/* 丸囲みアイコンラッパー */
.qanda__iconWrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* プラス／マイナスをCSSの線で描く */
.qanda__icon {
  position: relative;
  width: 12px;
  height: 12px;
}

/* 横線（常に表示） */
.qanda__icon::before,
.qanda__icon::after {
  content: "";
  position: absolute;
  background-color: #003366;
  transition: all 0.3s ease;
}

/* 横棒 */
.qanda__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

/* 縦棒 */
.qanda__icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

/* マイナス状態（縦棒を非表示） */
.qanda__listItem.is-open .qanda__icon::after {
  opacity: 0;
  height: 0;
}

/* アコーディオン本文 */
.qanda__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  transition: 0.2s;
}

.qanda__answer.is-open {
  margin-top: 30px;
  max-height: 500px;
  opacity: 1;
}

.support {
  width: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/common/bg01.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
}
.support::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/support/deco.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 992.98px) {
  .support::after {
    padding-top: 250%;
    background-size: 250%;
    background-position: left top;
  }
}
.support__inner {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .support__inner {
    padding: 80px 30px;
  }
}
@media (max-width: 992.98px) {
  .support__inner {
    padding: 80px 20px;
  }
}
.support__title {
  text-align: center;
}
.support__titleEn {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.support__titleJp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.2em;
}
.support__text {
  padding: 60px 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
@media (max-width: 1279.98px) {
  .support__text {
    padding: 40px 0 20px;
  }
}
.support__text h4 {
  margin-bottom: 60px;
}
.support__text h4 span {
  color: #FFFF00;
}
@media (max-width: 1279.98px) {
  .support__text h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992.98px) {
  .support__text h4 {
    text-align: left;
    line-height: 1.4;
  }
}
.support__text p {
  margin: 0 0 40px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media (max-width: 1279.98px) {
  .support__text p {
    line-height: 1.8;
  }
}
@media (max-width: 992.98px) {
  .support__text p {
    text-align: justify;
  }
}
.support__text p span {
  color: #FFFF00;
}
.support__detail {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992.98px) {
  .support__detail {
    flex-direction: column;
  }
}
.support__detailTitle {
  width: 100%;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 60px;
}
@media (max-width: 1279.98px) {
  .support__detailTitle {
    margin-bottom: 40px;
    line-height: 1.4;
  }
}
.support__detailTitle span {
  color: #FFFF00;
}
.support__detailItem {
  width: 32.5%;
  margin-top: 15%;
  padding: 20px 20px 30px;
  background: #FFFFFF;
  line-height: 1.8;
  border-radius: 5px;
  transition: 1.5s;
  opacity: 0;
  position: relative;
}
@media (max-width: 992.98px) {
  .support__detailItem {
    width: 100%;
  }
}
.support__detailItem.active {
  opacity: 1;
}
.support__detailItem:nth-of-type(1) {
  transition-delay: 0.5s;
}
.support__detailItem:nth-of-type(1)::before {
  content: "";
  width: 100%;
  margin-top: -62%;
  margin-bottom: -15%;
  padding-top: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/support/img01.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(1)::before {
    margin-top: -40%;
    margin-bottom: -10%;
    padding-top: 70%;
  }
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(1) {
    margin-top: 30%;
  }
}
.support__detailItem:nth-of-type(2) {
  transition-delay: 1s;
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(2) {
    margin-top: 35%;
  }
}
.support__detailItem:nth-of-type(2)::before {
  content: "";
  width: 100%;
  margin-top: -62%;
  margin-bottom: -15%;
  padding-top: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/support/img02.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(2)::before {
    margin-top: -40%;
    margin-bottom: 5%;
    padding-top: 70%;
  }
}
.support__detailItem:nth-of-type(3) {
  transition-delay: 1.5s;
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(3) {
    margin-top: 35%;
  }
}
.support__detailItem:nth-of-type(3)::before {
  content: "";
  width: 100%;
  margin-top: -67%;
  margin-bottom: -10%;
  padding-top: 100%;
  background-image: url("/wp-content/themes/epg_spring_lp/lp-img/otona-story/support/img03.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 992.98px) {
  .support__detailItem:nth-of-type(3)::before {
    margin-top: -40%;
    margin-bottom: 0%;
    padding-top: 70%;
  }
}
.support__detailItem h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(0, 178, 229) 0%, rgb(0, 51, 102) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
}
.support__detailItem li {
  margin-bottom: 10px;
  color: #555555;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1279.98px) {
  .support__detailItem li {
    margin-bottom: 5px;
  }
}
.support__detailItem li:last-of-type {
  margin-bottom: 0;
}
.support__detailItem li::before {
  content: "・";
}

.footer {
  width: 100%;
  padding: 80px 40px;
  background: #000000;
}
@media (max-width: 992.98px) {
  .footer {
    padding: 60px 20px;
    padding-bottom: 30vw;
  }
}
.footer__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992.98px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__logo {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992.98px) {
  .footer__logo {
    width: 80%;
    justify-content: center;
  }
}
.footer__logo img {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 992.98px) {
  .footer__logo img {
    max-width: 350px;
  }
}
.footer__sns {
  width: 48%;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 992.98px) {
  .footer__sns {
    padding-top: 35px;
    padding-left: 0;
    justify-content: center;
  }
}
.footer__sns li {
  width: 100%;
  max-width: 50px;
}
.footer__sns li a {
  width: 100%;
  display: block;
}
@media (max-width: 992.98px) {
  .footer__sns li a {
    max-width: 70px;
  }
}
.footer__link {
  width: 100%;
  padding: 40px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__copyright {
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */