@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}
:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(button) {
  all: unset;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}
:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}
:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
:root {
  --colorText: #000;
  --colorBg: #fff;
  --color01: #002f7d;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
    osaka, 游ゴシック, Yu Gothic, yugothic, メイリオ, meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--colorText);
  letter-spacing: 0.03em;
  word-wrap: break-word;
  background-color: var(--colorBg);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 48em) {
  body {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
ul {
  list-style: none;
}
fieldset {
  border: none;
  padding: 0;
}
:where(:focus-visible) {
  outline: revert;
  outline-offset: revert;
  -webkit-box-shadow: revert;
  box-shadow: revert;
}
:where(h1, h2, h3) {
  text-wrap: revert;
}
.container {
  max-width: 128.8rem;
  padding-right: 5rem;
  padding-left: 5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 48em) {
  .container {
    width: 84%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 48em) {
  .pcOnly {
    display: none;
  }
}
@media not screen and (max-width: 48em) {
  .spOnly {
    display: none;
  }
}
body.bodyFixed {
  overflow-y: scroll;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.scrollIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.scrollIn.active {
  opacity: 1;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 26rem;
  height: 8rem;
  padding: 1rem 2.5rem 1rem 4rem;
  margin-top: 5.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--colorBg);
  text-decoration: none;
  letter-spacing: 0.04em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#032966),
    to(#013b9b)
  );
  background: linear-gradient(90deg, #032966, #013b9b);
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .btn {
    min-width: 16rem;
    height: 5rem;
    padding: 1rem 1.3rem 1rem 2.2rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .btn:hover:after {
    -webkit-transform: translateX(15%);
    transform: translate(15%);
  }
}
.btn:focus-visible:after {
  -webkit-transform: translateX(15%);
  transform: translate(15%);
}
.btn:after {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  content: "";
  background: url(../images/deco_btn.webp) center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 48em) {
  .btn:after {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@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;
}
:root {
  --swiper-theme-color: #007aff;
}
: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;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translateZ(0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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-button-next,
.swiper-button-prev {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev: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";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.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%;
  -webkit-transform: translateX(-50%);
  transform: translate(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  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;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.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;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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: 0;
  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;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.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,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
}
.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,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@-webkit-keyframes moveToLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translate(-100px);
  }
}
@keyframes moveToLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translate(-100px);
  }
}
.moveSlider {
  width: 100%;
  height: 100%;
}
.moveSlider .moveSlider_img {
  display: block;
  width: calc(100% + 100px);
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.moveSlider .swiper-slide-active .moveSlider_img,
.moveSlider .swiper-slide-duplicate-active .moveSlider_img,
.moveSlider .swiper-slide-prev .moveSlider_img {
  -webkit-animation: moveToLeft 8s linear 0s normal both;
  animation: moveToLeft 8s linear 0s normal both;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .header {
    padding: 0.7rem 0;
  }
}
.header_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: min((100vw - 100px) * 0.32828, 39rem);
  height: auto;
}
@media screen and (max-width: 48em) {
  .header_logo {
    width: 15rem;
  }
}
@media screen and (max-width: 48em) {
  .gnavContainer {
    display: contents;
    max-width: none;
  }
}
.gnavContainer .gnavBtn {
  display: none;
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnavBtn {
    position: relative;
    position: fixed;
    top: 1.5rem;
    right: 5%;
    z-index: 11;
    display: block;
    width: 11rem;
    height: 3.5rem;
    cursor: pointer;
    background: var(--colorBg);
    border-radius: 0.3rem;
    padding: 0;
    transition: box-shadow 0.3s ease;
  }
  
  /* スクロール時の影 */
  .gnavContainer .gnavBtn.is-scrolled {
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
  }
}
@media (hover: hover) {
  .gnavContainer .gnavBtn:hover .gnavBtn_line {
    opacity: 0.5;
  }
}
.gnavContainer .gnavBtn:focus-visible .gnavBtn_line {
  opacity: 0.5;
}
.gnavContainer .gnavBtn_txt {
  padding-left: 1.6rem;
  font-family: Jost, sans-serif;
  font-size: 1.6rem;
  color: var(--color01);
  letter-spacing: 0;
  text-transform: none;
}
.gnavContainer .gnavBtn_txt.-opened,
.gnavContainer .gnavBtn[aria-expanded="true"] .gnavBtn_txt.-closed {
  display: none;
}
.gnavContainer .gnavBtn[aria-expanded="true"] .gnavBtn_txt.-opened {
  display: block;
}
.gnavContainer .gnavBtn_line {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 1.2rem;
  height: 1px;
  background: var(--color01);
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.gnavContainer .gnavBtn_line:before,
.gnavContainer .gnavBtn_line:after {
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color01);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.gnavContainer .gnavBtn_line:after {
  top: -0.4rem;
}
.gnavContainer.-opened .gnavBtn_line {
  background-color: transparent;
}
.gnavContainer.-opened .gnavBtn_line:before,
.gnavContainer.-opened .gnavBtn_line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavContainer.-opened .gnavBtn_line:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavContainer .gnav {
  position: fixed;
  top: min((100vw - 100px) * 0.06987, 8.3rem);
  right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem 1.5rem 1rem 3rem;
  background: var(--colorBg);
  border-radius: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: box-shadow 0.3s ease;
}

/* PC用：スクロール時の影 */
.gnavContainer .gnav.is-scrolled {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 62.5em) {
  .gnavContainer .gnav {
    right: 2rem;
  }
}
@media screen and (max-width: 50em) {
  .gnavContainer .gnav {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnav {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100dvh;
    padding: 7.8rem 0 0;
    margin-right: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
    background: transparent;
    border-radius: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: none;
    transform: none;
  }
  .gnavContainer .gnav:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#032966),
      to(#013b9b)
    );
    background: linear-gradient(90deg, #032966, #013b9b);
    opacity: 0.95;
  }
}
.gnavContainer .gnav .companyInfo {
  display: none;
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnav .companyInfo {
    display: block;
    padding: 5rem 0 4.6rem;
    margin-top: auto;
    margin-bottom: 0;
    color: var(--colorBg);
    background: #2e2e2e;
  }
}
.gnavContainer .gnav .companyInfo_logo {
  padding: 0 8%;
}
.gnavContainer .gnav .companyInfo_txt {
  padding: 0 8%;
  margin-top: 2.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.05em;
}
.gnavContainer .gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3em min((100vw - 100px) * 0.02694, 3.2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

    /* 追記 */
    padding: 0;
    margin: 0;
    list-style: none;
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 0 0;
  }
  .gnavContainer .gnavList li {
    width: 84%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }
}
.gnavContainer .gnavList a {
  display: block;
  color: var(--colorText);
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnavList a {
    width: 100%;
    padding: 1.3rem 0;
    font-size: 1.5rem;
    color: var(--colorBg);
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (hover: hover) {
  .gnavContainer .gnavList a:hover {
    opacity: 0.6;
  }
}
.gnavContainer .gnavList a:focus-visible {
  opacity: 0.6;
}
.gnavContainer .gnavList a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16rem;
  height: 4rem;
  padding: 0.1em;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--colorBg);
  text-align: center;
}
@media screen and (max-width: 53.125em) {
  .gnavContainer .gnavList a.btn {
    min-width: 13rem;
  }
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnavList a.btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 21.5rem;
    height: 5rem;
    padding: 0.1em 1.5rem 0 2.8rem;
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
    font-size: 1.3rem;
    text-align: left;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0073c4),
      to(#0690f1)
    );
    background: linear-gradient(90deg, #0073c4, #0690f1);
    border-bottom: none;
  }
}
.gnavContainer .gnavList a.btn:after {
  display: none;
}
@media screen and (max-width: 48em) {
  .gnavContainer .gnavList a.btn:after {
    display: block;
  }
}
.main {
  overflow: hidden;
}
.secTtl {
  color: var(--color01);
}
.secTtl_en {
  font-family: Jost, sans-serif;
  font-size: 8.4rem;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 48em) {
  .secTtl_en {
    font-size: 5.5rem;
  }
}
.secTtl_ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.3rem;
  margin-top: 0.9rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .secTtl_ja {
    gap: 0.8rem;
    padding-left: 0;
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
}
.secTtl_ja:before {
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(3, 41, 102)),
    color-stop(50%, rgb(3, 41, 102)),
    color-stop(50%, rgb(6, 144, 241)),
    to(rgb(6, 144, 241))
  );
  background: linear-gradient(
    90deg,
    #032966,
    #032966 50%,
    #0690f1 50%,
    #0690f1
  );
}
@media screen and (max-width: 48em) {
  .secTtl_ja:before {
    width: 1rem;
    height: 0.5rem;
  }
}
:where(.secTtl + *) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 48em) {
  :where(.secTtl + *) {
    margin-top: 3rem;
  }
}
@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
    transform: scaleX(1);
  }
}
@keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(100%);
    transform: scaleX(1);
  }
}
.secMv {
  position: relative;
  max-width: 208.2rem;
  height: 100dvh;
  min-height: 57rem;
  margin: 0 auto;
  color: var(--colorBg);
}
@media screen and (max-width: 48em) {
  .secMv {
    height: 98dvh;
    min-height: 30rem;
  }
}
.secMv .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 138.8rem;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .secMv .container {
    width: 89%;
  }
}
.secMv_ttl {
  margin-top: auto;
}
.secMv_ttlSub {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 48em) {
  .secMv_ttlSub {
    font-size: 1.3rem;
  }
}
.secMv_ttlMain {
  display: block;
  margin-top: 1rem;
  margin-left: -0.08em;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .secMv_ttlMain {
    margin-top: 0.5rem;
    font-size: 3.3rem;
  }
}
.secMv_en {
  margin-top: 2rem;
  margin-bottom: 7%;
  font-family: Jost, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .secMv_en {
    margin-top: 1rem;
    margin-bottom: 4.6rem;
    font-size: 0.9rem;
  }
}
.secMv_scroll {
  position: absolute;
  right: 5rem;
  bottom: 0;
  padding-right: 9.2rem;
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transform: rotate(90deg) translateY(100%);
  transform: rotate(90deg) translateY(100%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media screen and (max-width: 48em) {
  .secMv_scroll {
    right: 0;
    padding-right: 5.2rem;
    font-size: 0.8rem;
  }
}
.secMv_scroll:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7rem;
  height: 1px;
  content: "";
  background: var(--colorBg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: scaleX 2s ease-out infinite;
  animation: scaleX 2s ease-out infinite;
}
@media screen and (max-width: 48em) {
  .secMv_scroll:before {
    width: 3.5rem;
  }
}
.secAbout {
  position: relative;
  z-index: 1;
  padding: 9rem 0 10.8rem;
}
@media screen and (max-width: 48em) {
  .secAbout {
    padding: 6rem 0 0;
  }
}
.secAbout_catch {
  margin-top: 4.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 59.375em) {
  .secAbout_catch {
    font-size: 3.2rem;
    width: fit-content;
    padding: 20px 20px 20px 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 48em) {
  .secAbout_catch {
    margin-top: 2.7rem;
    font-size: 2.4rem;
    padding: 0;
  }
}
.secAbout_txt {
  margin-top: 3.3rem;
  line-height: 2.38;
  max-width: 550px;
}
@media screen and (max-width: 59.375em) {
  .secAbout_txt {
    width: fit-content;
    padding: 20px 20px 20px 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 48em) {
  .secAbout_txt {
    width: 100%;
    padding: 0;
    margin-top: 2.6rem;
    line-height: 2.17;
  }
}
.secAbout_pic {
  position: absolute;
  top: 0;
  left: 53%;
  z-index: -1;
  width: 47%;
  max-width: 90rem;
  height: calc(100% + 6rem);
}
@media screen and (max-width: 59.375em) {
  .secAbout_pic {
    right: 0;
    left: auto;
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 48em) {
  .secAbout_pic {
    position: static;
    width: 100%;
    height: auto;
    margin: 3rem auto 0;
  }
}
.secAbout_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 48em) {
  .secAbout_pic img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.secAbout .btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 48em) {
  .secAbout .btn {
    margin-top: 3.2rem;
  }
}
.secService {
  padding: 12.4rem 0 12rem;
  background: linear-gradient(
    78deg,
    #f1f1f1,
    #f1f1f1 45.2%,
    #ececec 45.2%,
    #ececec
  );
}
@media screen and (max-width: 48em) {
  .secService {
    padding: 7.9rem 0;
    margin-top: 10rem;
  }
}
.secService .btn {
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 48em) {
  .secService .btn {
    margin-top: 5.5rem;
  }
}
.serviceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.9rem;
  margin-top: 8rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .serviceList {
    grid-template-columns: 1fr;
    gap: 4.4rem;
    margin-top: 4.8rem;
  }
}
.serviceList_ttl {
  padding-bottom: 2.2rem;
  margin-top: 2.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color01);
  letter-spacing: 0.026em;
}
@media screen and (max-width: 50em) {
  .serviceList_ttl {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 48em) {
  .serviceList_ttl {
    padding-bottom: 1.6rem;
    margin-top: 2.5rem;
    font-size: 1.9rem;
  }
}
.serviceList_ttl:before {
  display: block;
  padding-bottom: 0.8rem;
  font-family: Jost, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  content: "0" counter(number);
  counter-increment: number;
}
@media screen and (max-width: 48em) {
  .serviceList_ttl:before {
    font-size: 1.5rem;
  }
}
.serviceList_txt {
  text-align: justify;
}
.secNews {
  padding: 11.3rem 0 12rem;
}
@media screen and (max-width: 48em) {
  .secNews {
    padding: 6.8rem 0 8rem;
  }
}
.secNews .secTtl_en {
  font-size: 6rem;
}
@media screen and (max-width: 48em) {
  .secNews .secTtl_en {
    font-size: 4.5rem;
  }
}
.secNews_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .secNews_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.secNews_txts {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 48em) {
  .secNews_txts {
    display: contents;
  }
}
@media screen and (max-width: 48em) {
  .secNews .btn {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
.newsList {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 70rem;
}
@media screen and (max-width: 48em) {
  .newsList {
    margin-top: 3.5rem;
  }
}
.newsList > li {
  border-bottom: 1px solid #c1cada;
}
.newsList > li:first-child a {
  padding-top: 1.2rem;
}
.newsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding: 3rem 0 3.4rem;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}
.newsList a:hover {
  background: #efefef;
}
@media screen and (max-width: 48em) {
  .newsList a {
    gap: 1.2rem 1.3rem;
    padding: 2.5rem 0;
  }
}
@media (hover: hover) {
  .newsList a:hover p {
    color: var(--color01);
  }
}
.newsList a:focus-visible p {
  color: var(--color01);
}
.newsList time {
  padding-left: 0.2em;
  font-family: Jost, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color01);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .newsList time {
    padding-left: 0;
    font-size: 1.3rem;
  }
}
.newsList p {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 48em) {
  .newsList p {
    font-size: 1.5rem;
    line-height: 1.67;
  }
}
.newsCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsCate > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3em 1.5em 0.1em;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color01);
  background-color: #0329661a;
  border-radius: 0.5rem;
}
@media screen and (max-width: 48em) {
  .newsCate > li {
    padding: 0.3em 1.7em 0.1em;
    font-size: 1rem;
    border-radius: 0.3rem;
  }
}
.newsCate > li.cate02 {
  color: #0690f1;
  background: #0690f11a;
}
.footer {
  padding: 8rem 0;
  color: var(--colorBg);
  background: #2e2e2e;
}
@media screen and (max-width: 48em) {
  .footer {
    padding: 5rem 0 4.5rem;
  }
}
.footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer a:focus-visible {
  opacity: 0.7;
}
.footer_main {
  /* display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 2rem; */
  position: relative
}
@media screen and (max-width: 61.25em) {
  .footer_main {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .footer_logo {
    width: 21.8rem;
  }
}
.footer_txt {
  margin-top: 4.8rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.05em;
  display: flex;
}
@media screen and (max-width: 61.25em) {
  .footer_txt {
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) {
  .footer_txt {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 3.2rem;
  }
}
.footer_txt_item:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 61.25em) {
  .footer_txt_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min((100vw - 100px) * 0.03788, 4.5rem);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 61.25em) {
  .footer_links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5rem 0 0 0;
    /* margin-top: 5rem; */
    position: relative;
  }
}
@media screen and (max-width: 48em) {
  .footer_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2.7rem;
    margin-top: 3.2rem;
  }
}
.footer_links a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .footer_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0.5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #5c5c5c;
  }
  .footer_links a:after {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    border-top: 1px solid var(--colorBg);
    border-right: 1px solid var(--colorBg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.footer_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 7rem;
  color: #9d9d9d;
  border-top: 1px solid #5c5c5c;
}
.footer_sub .footer_subLink {
    color: #9d9d9d;
}
@media screen and (max-width: 48em) {
  .footer_sub {
    padding-top: 0;
    margin-top: 4.5rem;
    border-top: none;
  }
}
@media screen and (max-width: 48em) {
  .footer_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer_subLink {
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .footer_subLink {
    font-size: 0.8rem;
  }
}
.footer_copy {
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .footer_copy {
    margin-top: 0.8rem;
    font-size: 0.9rem;
  }
}

/* ニュース一覧ページ専用スタイル */
.secNewsPage {
  padding: 24rem 0 8rem;
}
@media screen and (max-width: 48em) {
  .secNewsPage {
    padding: 8rem 0 6rem;
  }
}

.newsPageContent {
  margin-top: 6rem;
}
@media screen and (max-width: 48em) {
  .newsPageContent {
    margin-top: 4rem;
  }
}

.newsListPage {
  max-width: none;
  margin: 0;
}

.newsListPage .noNews {
  text-align: center;
  padding: 6rem 0;
  color: #666;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  .newsListPage .noNews {
    padding: 4rem 0;
    font-size: 1.4rem;
  }
}

/* ページネーション */
.newsPagination {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .newsPagination {
    margin-top: 6rem;
  }
}

.newsPagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color01);
  text-decoration: none;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 48em) {
  .newsPagination .page-numbers {
    width: 4rem;
    height: 4rem;
    margin: 0 0.3rem;
    font-size: 1.4rem;
  }
}

.newsPagination .page-numbers:hover,
.newsPagination .page-numbers.current {
  color: var(--colorBg);
  background: var(--color01);
  border-color: var(--color01);
}

.newsPagination .page-numbers.prev,
.newsPagination .page-numbers.next {
  width: auto;
  min-width: 8rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 48em) {
  .newsPagination .page-numbers.prev,
  .newsPagination .page-numbers.next {
    min-width: 6rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}

.newsPagination .page-numbers li {
  display: inline-block;
}

.newsPagination .page-numbers ul {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}
@media screen and (max-width: 48em) {
  .newsPagination .page-numbers ul {
    gap: 0.3rem;
  }
}

/* ニュース詳細ページスタイル */
.singleNews {
  padding: 18rem 0 12rem;
}
@media screen and (max-width: 48em) {
  .singleNews {
    padding: 10rem 0 8rem;
  }
}

/* パンくずナビ */
.breadcrumb {
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 48em) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

.breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
      padding-top: 32px;
}
@media screen and (max-width: 48em) {
  .breadcrumbList {
    font-size: 1.2rem;
    gap: 0.6rem;
  }
}

.breadcrumbList li {
  position: relative;
}

.breadcrumbList li:not(:last-child)::after {
  content: ">";
  margin-left: 0.8rem;
  color: #999;
}
@media screen and (max-width: 48em) {
  .breadcrumbList li:not(:last-child)::after {
    margin-left: 0.6rem;
  }
}

.breadcrumbList a {
  color: var(--color01);
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumbList a:hover {
  opacity: 0.7;
}

.breadcrumbList li:last-child {
  color: #333;
  font-weight: 500;
}

/* 記事ヘッダー */
.singleNews_header {
  padding-bottom: 4rem;
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (max-width: 48em) {
  .singleNews_header {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.singleNews_meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 48em) {
  .singleNews_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.singleNews_date {
  font-family: Jost, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color01);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .singleNews_date {
    font-size: 1.4rem;
  }
}

.singleNews_categories {
  margin: 0;
}

.singleNews_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color01);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 48em) {
  .singleNews_title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

/* 記事コンテンツ */
.singleNews_content {
  max-width: 80rem;
  margin: 0 auto;
}

.singleNews_thumbnail {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .singleNews_thumbnail {
    margin-bottom: 3rem;
  }
}

.singleNews_thumbnailImg {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.singleNews_body {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 48em) {
  .singleNews_body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.singleNews_body p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 48em) {
  .singleNews_body p {
    margin-bottom: 2rem;
  }
}

.singleNews_body h2,
.singleNews_body h3,
.singleNews_body h4 {
  margin: 4rem 0 2rem;
  color: var(--color01);
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  .singleNews_body h2,
  .singleNews_body h3,
  .singleNews_body h4 {
    margin: 3rem 0 1.5rem;
  }
}

.singleNews_body h2 {
  font-size: 2.4rem;
  border-bottom: 2px solid var(--color01);
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 48em) {
  .singleNews_body h2 {
    font-size: 2rem;
  }
}

.singleNews_body h3 {
  font-size: 2rem;
}
@media screen and (max-width: 48em) {
  .singleNews_body h3 {
    font-size: 1.8rem;
  }
}

.singleNews_body ul,
.singleNews_body ol {
  margin: 2rem 0;
  padding-left: 2rem;
}

.singleNews_body li {
  margin-bottom: 0.8rem;
}

.singleNews_body img {
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
  border-radius: 0.5rem;
}

/* ナビゲーション */
.singleNews_nav {
  margin: 8rem 0 6rem;
  padding: 4rem 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (max-width: 48em) {
  .singleNews_nav {
    margin: 6rem 0 4rem;
    padding: 3rem 0;
  }
}

.singleNews_navLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .singleNews_navLinks {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.singleNews_navLink {
  display: block;
  padding: 2rem;
  text-decoration: none;
  background: #f8f9fa;
  border-radius: 0.8rem;
  transition: all 0.3s;
}

.singleNews_navLink:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.singleNews_navLink--prev {
  text-align: left;
}

.singleNews_navLink--next {
  text-align: right;
}
@media screen and (max-width: 48em) {
  .singleNews_navLink--next {
    text-align: left;
  }
}

.singleNews_navLabel {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0.8rem;
}

.singleNews_navTitle {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color01);
  line-height: 1.4;
}
@media screen and (max-width: 48em) {
  .singleNews_navTitle {
    font-size: 1.4rem;
  }
}

/* 戻るボタン */
.singleNews_back {
  text-align: center;
}

.singleNews_backBtn {
  margin: 0 auto;
  margin-top: 0;
}

/* プライバシーポリシーページ */
.privacyPolicy {
  padding: 24rem 0 12rem;
}
@media screen and (max-width: 48em) {
  .privacyPolicy {
    padding: 10rem 0 8rem;
  }
}

.privacyPolicy_content {
  max-width: 80rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_content {
    margin: 4rem auto 0;
  }
}

.privacyPolicy_intro {
  padding: 3rem;
  margin-bottom: 4rem;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border-left: 4px solid var(--color01);
}
@media screen and (max-width: 48em) {
  .privacyPolicy_intro {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}

.privacyPolicy_intro p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_intro p {
    font-size: 1.5rem;
  }
}

.privacyPolicy_section {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e9ecef;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}

.privacyPolicy_section:last-child {
  border-bottom: none;
}

.privacyPolicy_section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color01);
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--color01);
}
@media screen and (max-width: 48em) {
  .privacyPolicy_section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.privacyPolicy_section p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_section p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.privacyPolicy_section ul {
  margin: 2rem 0;
  padding-left: 0;
}

.privacyPolicy_section li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_section li {
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}

.privacyPolicy_section li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color01);
  font-weight: bold;
}

.privacyPolicy_contact {
  padding: 2.5rem;
  background: #f8f9fa;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_contact {
    padding: 2rem;
  }
}

.privacyPolicy_contact p {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_contact p {
    font-size: 1.4rem;
  }
}

.privacyPolicy_contact p:last-child {
  margin-bottom: 0;
  margin-top: 1.5rem;
  color: #666;
}

.privacyPolicy_date {
  text-align: right;
  margin: 4rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #e9ecef;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_date {
    text-align: center;
    margin: 3rem 0;
  }
}

.privacyPolicy_date p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}

.privacyPolicy_back {
  text-align: center;
  margin-top: 6rem;
}
.privacyPolicy_back a {
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .privacyPolicy_back {
    margin-top: 4rem;
  }
}

.geolonia.maplibregl-map {
    width: 100%;
    height: 400px;
}

/* お問い合わせページ */
.contactPage {
  padding: 24rem 0 12rem;
}
@media screen and (max-width: 48em) {
  .contactPage {
    padding: 8rem 0 6rem;
  }
}

.contactPage_content {
  max-width: 90rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 48em) {
  .contactPage_content {
    margin: 4rem auto 0;
  }
}

.contactPage_intro {
  padding: 3rem;
  margin-bottom: 5rem;
  background: #f8f9fa;
  border-radius: 0.8rem;
  border-left: 4px solid var(--color01);
  text-align: center;
}
@media screen and (max-width: 48em) {
  .contactPage_intro {
    padding: 2rem;
    margin-bottom: 4rem;
  }
}

.contactPage_intro p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 48em) {
  .contactPage_intro p {
    font-size: 1.5rem;
  }
}

/* フォーム選択 */
.contactPage_selector {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .contactPage_selector {
    margin-bottom: 4rem;
  }
}

.contactPage_selectorTitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color01);
  margin-bottom: 3rem;
}
@media screen and (max-width: 48em) {
  .contactPage_selectorTitle {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.contactPage_radioGroup {
  display: flex;
  gap: 2rem;
  justify-content: center;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .contactPage_radioGroup {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.contactPage_radioItem {
  flex: 1;
  cursor: pointer;
}

.contactPage_radioItem input[type="radio"] {
  display: none;
}

.contactPage_radioLabel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 1rem;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 48em) {
  .contactPage_radioLabel {
    padding: 2rem;
    gap: 1.2rem;
  }
}

.contactPage_radioItem:hover .contactPage_radioLabel {
  border-color: var(--color01);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 47, 125, 0.1);
}

.contactPage_radioItem.active .contactPage_radioLabel {
  border-color: var(--color01);
  background: linear-gradient(135deg, #f8f9ff, #fff);
  box-shadow: 0 4px 20px rgba(0, 47, 125, 0.15);
}

.contactPage_radioIcon {
  margin-right: 8px;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 48em) {
  .contactPage_radioIcon {
    font-size: 2.5rem;
  }
}

.contactPage_radioIcon img {
    width: 40px;
}

.contactPage_radioText {
  text-align: left;
  flex: 1;
}

.contactPage_radioText strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color01);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 48em) {
  .contactPage_radioText strong {
    font-size: 1.8rem;
  }
}

.contactPage_radioText small {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 48em) {
  .contactPage_radioText small {
    font-size: 1.2rem;
  }
}

/* フォーム */
.contactPage_form {
  margin-bottom: 4rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.contactPage_formTitle {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color01);
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .contactPage_formTitle {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.contactPage_formContent {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 48em) {
  .contactPage_formContent {
    padding: 2.5rem;
  }
}

/* フォームフィールド */
.contactPage_field label span {
  margin-top: 8px;
}
.contactPage_fieldGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 48em) {
  .contactPage_fieldGroup {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.contactPage_field p {
  margin-bottom: 0;
}

.contactPage_field label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 48em) {
  .contactPage_field label {
    font-size: 1.4rem;
  }
}

.contactPage_field .required {
  color: #dc3545;
  font-weight: bold;
}

.contactPage_field input,
.contactPage_field select,
.contactPage_field textarea {
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 48em) {
  .contactPage_field input,
  .contactPage_field select,
  .contactPage_field textarea {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
}

.contactPage_field input:focus,
.contactPage_field select:focus,
.contactPage_field textarea:focus {
  outline: none;
  border-color: var(--color01);
  box-shadow: 0 0 0 3px rgba(0, 47, 125, 0.1);
}

.contactPage_field textarea {
  resize: vertical;
  min-height: 12rem;
}

/* 送信ボタン */
.contactPage_submit {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 48em) {
  .contactPage_submit {
    margin-top: 3rem;
  }
}

.contactPage_submit p input {
    font-size: 16px;
    margin: 0 auto;
}
.contactPage_submit p input:hover {
    background-color: var(--color01);
    color: var(--colorBg);
}
.contactPage_field.is_pp label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactPage_field.is_pp label span {
    width: fit-content !important;
    margin-top: 0 !important;
}
.contactPage_field.is_pp label a {
    text-decoration: underline;
}
.contactPage_field.is_pp label a:hover {
    color: var(--color01);
}


/* 会社情報 */
.contactPage_info {
  margin-top: 8rem;
  padding: 4rem;
  background: linear-gradient(135deg, var(--color01), #013b9b);
  color: var(--colorBg);
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .contactPage_info {
    margin-top: 6rem;
    padding: 3rem 2rem;
  }
}

.contactPage_infoTitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .contactPage_infoTitle {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.contactPage_infoContent {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .contactPage_infoContent {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.contactPage_tel {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: -10px;
}
@media screen and (max-width: 48em) {
  .contactPage_tel {
    font-size: 2.4rem;
    margin-bottom: -5px;
  }
}

.contactPage_hours {
  margin-bottom: 0;
  font-size: 1.6rem;
  opacity: 0.9;
}
@media screen and (max-width: 48em) {
  .contactPage_hours {
    font-size: 1.4rem;
  }
}

.contactPage_address {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 48em) {
  .contactPage_address {
    font-size: 1.5rem;
  }
}

/* Contact Form 7 エラーメッセージスタイル */
.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* Contact Form 7 成功メッセージを非表示（リダイレクトするため） */
.wpcf7-mail-sent-ok {
  display: none !important;
}

/* 送信中のボタンスタイル */
.contactPage_submit input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.map_bottom_link {
  margin-top: -48px;
  margin-left: auto;
  display: block;
  width: fit-content !important;
  color: #002f7d;
}
.map_bottom_link:hover {
  opacity: 0.8;
  color: #002f7d;
  text-decoration: underline;
}
.map_bottom_link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 2px;
  background-image: url('../images/icon_map.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .map_bottom_link {
    margin-top: -24px;
    font-size: 14px;
  }
}
.pc_only { display: none; }
.sp_only { display: block; }
@media screen and (min-width: 48.0625em) {
  .pc_only { display: block; }
  .sp_only { display: none; }
}

/* ==============================
   Thanks Page
   ============================== */
.thanksPage {
  padding: 24rem 0 12rem;
  background: #f8f9fa;
}
@media screen and (max-width: 48em) {
  .thanksPage {
    padding: 8rem 0;
  }
}
.thanksPage .secTtl_en {
  font-size: 3.2rem;
}
.thanksPage .secTtl_en,
.thanksPage .secTtl_ja {
  text-align: center;
  justify-content: center;
}
.thanksPage_content {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 2rem;
  background: white;
  padding: 4rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 48em) {
  .thanksPage_content {
    padding: 3rem 1.5rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.thanksPage_icon {
  max-width: 60px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.thanksPage_message {
  margin-bottom: 3rem;
}

.thanksPage_text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: var(--text-color);
}
@media screen and (max-width: 48em) {
  .thanksPage_icon {
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .thanksPage_text {
    font-size: 15px;
  }
}

.thanksPage_note {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
}

.thanksPage_contact {
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.thanksPage_tel {
  font-size: 16px;
  color: var(--color01);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 48em) {
  .thanksPage_note {
    font-size: 13px;
  }
  .thanksPage_tel {
    font-size: 13px;
  }
}

.thanksPage_hours {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.thanksPage_actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.thanksPage_actions a {
  margin-top: 10px;
}
@media screen and (max-width: 48em) {
  .thanksPage_hours {
    font-size: 12px;
  }
  .thanksPage_actions {
    flex-direction: column;
    align-items: center;
  }
}

.thanksPage_actions .btn {
  min-width: 12rem;
}
@media screen and (max-width: 48em) {
  .thanksPage_actions .btn {
    width: 100%;
    max-width: 20rem;
  }
}

.screen-reader-response,
.wpcf7-response-output {
  color: #e94709;
  font-weight: 700;
}

.screen-reader-response ul {
  margin: 0;
}

.screen-reader-response ul li {
  color: #e94709;
  text-align: center;
  border: 2px solid #e94709;
  border-radius: 0.5rem;
  padding: 1rem;
}