@charset "UTF-8";
@keyframes circle-btn-press {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.86);
  }
  55% {
    transform: scale(1.08);
  }
  78% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover-card-bounce {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(0.97);
  }
  55% {
    opacity: 1;
    transform: scale(1.03);
  }
  78% {
    opacity: 1;
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans-jp-v56-japanese_latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-jp-v56-japanese_latin-500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-jp-v56-japanese_latin-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/albert-sans-v4-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/albert-sans-v4-latin-500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/albert-sans-v4-latin-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Pathway Extreme";
  font-style: normal;
  src: url("../font/PathwayExtreme.woff2") format("woff2");
  font-display: swap;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: unset;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
body.is-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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: 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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.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-button-next,
.swiper-button-prev {
  position: absolute;
  top: 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-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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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%;
  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;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: 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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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);
  }
}
.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-footer {
  position: relative;
  background-color: #f4f4f4;
}
.l-footer__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 0 42px;
}
@media screen and (max-width: 1400px) {
  .l-footer__inner {
    max-width: 1266px;
  }
}
.l-footer__main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.l-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  container-type: inline-size;
  container-name: footer-top;
}
@media screen and (min-width: 769px) {
  .l-footer__top {
    justify-content: flex-start;
  }
}
.l-footer__brand {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 14px;
  min-width: 0;
  max-width: calc(100% - 62px - 24px);
}
.l-footer__brand:focus-visible {
  outline: 2px solid #000;
}
.l-footer__brand:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (min-width: 769px) {
  .l-footer__brand {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__brand-logo {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  width: min(400px, 100%);
  min-width: 0;
  max-width: 400px;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .l-footer__brand-logo {
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__brand-logo-mark {
  flex: 0 0 22.75%;
  width: 22.75%;
  max-width: 91px;
  min-width: 48px;
}
.l-footer__brand-logo-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__brand-logo-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.l-footer__brand-logo-kyu, .l-footer__brand-logo-univ {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__brand-sub {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  min-width: max-content;
}
.l-footer__brand-sub-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
  white-space: nowrap;
}
.l-footer__brand-sub-en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border-radius: 50%;
  transform-origin: center;
  transition: none;
  transform-origin: center;
}
.l-footer__sns.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__sns.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
.l-footer__sns.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-footer__sns.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.l-footer__sns:focus-visible {
  outline: 2px solid #000;
}
.l-footer__sns:focus:not(:focus-visible) {
  outline: none;
}
.l-footer__sns img {
  display: block;
  width: 25px;
  height: auto;
}
.l-footer__nav {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    flex-wrap: wrap;
    gap: 40px 64px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 32px;
  }
}
.l-footer__nav-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.l-footer__nav-col--disabled .l-footer__nav-head span,
.l-footer__nav-col--disabled .l-footer__nav-list a {
  color: #c9c9c9;
}
.l-footer__nav-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #8f2536;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-footer__nav-head:focus-visible {
  outline: 2px solid #000;
}
.l-footer__nav-head:focus:not(:focus-visible) {
  outline: none;
}
.l-footer__nav-head:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-footer__nav-head:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-head:hover {
    opacity: 0.6;
  }
}
.l-footer__nav-head img {
  flex-shrink: 0;
  display: block;
}
.l-footer__nav-head span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.l-footer__nav-col--disabled .l-footer__nav-head span {
  color: #c9c9c9;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.l-footer__nav-list a {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: opacity 0.3s ease;
}
.l-footer__nav-list a:focus-visible {
  outline: 2px solid #000;
}
.l-footer__nav-list a:focus:not(:focus-visible) {
  outline: none;
}
.l-footer__nav-list a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-footer__nav-list a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-list a:hover {
    opacity: 0.6;
  }
}
.l-footer__nav-list a.is-unready {
  color: #c9c9c9;
  pointer-events: none;
  cursor: default;
}
.l-footer__nav-list a.is-unready:hover, .l-footer__nav-list a.is-unready:focus {
  opacity: 1;
}
.l-footer__nav-list a.is-unready:focus-visible {
  outline: none;
}
.l-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  align-items: flex-start;
  padding-top: 42px;
  border-top: 1px solid #b7b7b7;
}
.l-footer__external {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
}
.l-footer__external a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.l-footer__external a:focus-visible {
  outline: 2px solid #000;
}
.l-footer__external a:focus:not(:focus-visible) {
  outline: none;
}
.l-footer__external a img {
  display: block;
  flex-shrink: 0;
}
.l-footer__copyright {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    flex: none;
    width: 100%;
    text-align: left;
  }
}

@container footer-top (max-width: 720px) {
  .l-footer__brand-logo {
    max-width: 340px;
  }

  .l-footer__brand-sub-ja {
    font-size: 1.5rem;
  }

  .l-footer__brand-sub-en {
    font-size: 1.1rem;
  }
}
@container footer-top (max-width: 640px) {
  .l-footer__brand-logo {
    max-width: 280px;
  }

  .l-footer__brand-sub-ja {
    font-size: 1.4rem;
  }

  .l-footer__brand-sub-en {
    font-size: 1rem;
  }
}
@container footer-top (max-width: 560px) {
  .l-footer__brand-logo {
    max-width: 231px;
  }

  .l-footer__brand-sub-ja {
    font-size: 1.4rem;
  }

  .l-footer__brand-sub-en {
    font-size: 0.95rem;
  }
}
body.home .l-footer,
body.front-page .l-footer {
  z-index: 1;
  padding-top: 88px;
}
body.home .l-footer .l-footer__inner,
body.front-page .l-footer .l-footer__inner {
  padding-top: 0;
}

body.is-hidden .l-header-brand {
  visibility: hidden;
  pointer-events: none;
}

body.is-hidden .l-header {
  z-index: 220;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}

.l-header-brand {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}
.l-header-brand__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 322px;
}
.l-header-brand__logo:focus-visible {
  outline: 2px solid #000;
}
.l-header-brand__logo:focus:not(:focus-visible) {
  outline: none;
}
.l-header-brand__logo-mark {
  flex-shrink: 0;
  width: 91px;
}
.l-header-brand__logo-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header-brand__logo-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.l-header-brand__logo-kyu, .l-header-brand__logo-univ {
  display: block;
  width: 100%;
  height: auto;
}
.l-header-brand__sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.l-header-brand__sub-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.l-header-brand__sub-en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .l-header-brand {
    gap: 8px;
  }
  .l-header-brand__logo {
    gap: 8px;
    max-width: 210px;
  }
  .l-header-brand__logo-mark {
    width: 58px;
  }
  .l-header-brand__sub-ja {
    font-size: 1.2rem;
  }
  .l-header-brand__sub-en {
    font-size: 1rem;
  }
}

.l-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  flex-shrink: 0;
  flex-direction: column;
  gap: 4px;
  width: 72px;
  height: 72px;
  background-color: #8f2536;
  border-radius: 50%;
}
.l-header-menu.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-header-menu.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
.l-header-menu:focus-visible {
  outline: 2px solid #000;
}
.l-header-menu:focus:not(:focus-visible) {
  outline: none;
}
.l-header-menu__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-menu__icon img {
  display: none;
  width: 100%;
  height: auto;
}
.l-header-menu__icon .l-header-menu__icon-img--pc {
  display: block;
}
.l-header-menu__icon--menu {
  width: 36px;
  height: 24px;
}
.l-header-menu__icon--close {
  display: none;
  width: 36px;
  height: 18px;
}
.l-header-menu__label {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.l-header-menu__label--close {
  display: none;
}
.l-header-menu.is-show {
  padding-top: 6px;
}
.l-header-menu.is-show .l-header-menu__icon--menu {
  display: none;
}
.l-header-menu.is-show .l-header-menu__icon--close {
  display: flex;
}
.l-header-menu.is-show .l-header-menu__label--menu {
  display: none;
}
.l-header-menu.is-show .l-header-menu__label--close {
  display: block;
}
@media screen and (max-width: 500px) {
  .l-header-menu {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }
  .l-header-menu__icon--menu {
    width: 2.9em;
    height: auto;
  }
  .l-header-menu__icon--close {
    width: 3.8em;
    height: auto;
  }
  .l-header-menu__label {
    font-size: 1em;
  }
}

body.p-int-page.is-int-menu-open {
  overflow: hidden;
}

.l-header-int {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.l-header-int__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 24px;
  box-sizing: border-box;
}
.l-header-int__brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 322px;
}
.l-header-int__menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  flex-shrink: 0;
  flex-direction: column;
  gap: 4px;
  width: 72px;
  height: 72px;
  margin-left: auto;
  padding: 0;
  background-color: #8f2536;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.l-header-int__menu-btn.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-header-int__menu-btn.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
.l-header-int__menu-btn:focus-visible {
  outline: 2px solid #000;
}
.l-header-int__menu-btn:focus:not(:focus-visible) {
  outline: none;
}
.l-header-int__menu-btn.is-open {
  padding-top: 6px;
}
.l-header-int__menu-btn.is-open .l-header-int__menu-icon--menu {
  display: none;
}
.l-header-int__menu-btn.is-open .l-header-int__menu-icon--close {
  display: flex;
}
.l-header-int__menu-btn.is-open .l-header-int__menu-label--menu {
  display: none;
}
.l-header-int__menu-btn.is-open .l-header-int__menu-label--close {
  display: block;
}
.l-header-int__menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-int__menu-icon img {
  display: none;
  width: 100%;
  height: auto;
}
.l-header-int__menu-icon .l-header-int__menu-icon-img--pc {
  display: block;
}
.l-header-int__menu-icon--menu {
  width: 36px;
  height: 24px;
}
.l-header-int__menu-icon--close {
  display: none;
  width: 36px;
  height: 18px;
}
.l-header-int__menu-label {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.l-header-int__menu-label--close {
  display: none;
}
.l-header-int__nav {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}
.l-header-int__nav-track {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.l-header-int__nav-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 22px clamp(20px, 4.3vw, 62px);
  list-style: none;
  background-color: #fff;
  border: 1px solid #8f2536;
  border-radius: 40px;
  box-sizing: border-box;
}
.l-header-int__nav-item {
  flex-shrink: 0;
}
.l-header-int__nav-link {
  display: block;
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  color: #000;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.l-header-int__nav-link:focus-visible {
  outline: 2px solid #000;
}
.l-header-int__nav-link:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-int__nav-link:hover {
    opacity: 0.6;
  }
}
.l-header-int__nav-link--multiline {
  white-space: normal;
}
.l-header-int__plane {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  pointer-events: none;
  transform: translate3d(0, 0, 0) translate(-50%, 50%);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.l-header-int__plane img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header-int__plane img.is-flipped {
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .l-header-int__plane img {
    transition: none;
  }
}
.l-header-int__hum {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #f2f4f5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.l-header-int__hum.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header-int__hum-inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 160px 0 64px;
}
@media screen and (max-width: 1400px) {
  .l-header-int__hum-inner {
    max-width: 1266px;
  }
}
.l-header-int__hum-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header-int__hum-link {
  display: block;
  border-bottom: 1px dashed #8f2536;
  transition: opacity 0.3s ease;
}
.l-header-int__hum-link:focus-visible {
  outline: 2px solid #000;
}
.l-header-int__hum-link:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-int__hum-link:hover {
    opacity: 0.7;
  }
}
.l-header-int__hum-link-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 24px 0 20px;
}
.l-header-int__hum-link-text {
  flex: 1;
  min-width: 0;
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  text-align: left;
}
.l-header-int__hum-link-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #8f2536;
  border-radius: 50%;
}
.l-header-int__hum-link-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #8f2536;
  mask: url("../img/international/about-ksu/icon-school-arrow.svg") center/contain no-repeat;
  -webkit-mask: url("../img/international/about-ksu/icon-school-arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 961px) {
  .l-header-int__menu-btn {
    display: none;
  }
  .l-header-int__nav {
    display: block;
  }
  .l-header-int__hum {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 961px) {
  .l-header-int__inner {
    gap: 16px;
    padding: 20px;
  }
  .l-header-int__brand {
    max-width: 280px;
  }
  .l-header-int__nav-list {
    gap: clamp(12px, 1.6vw, 24px);
    padding: 16px clamp(14px, 2.4vw, 36px);
  }
  .l-header-int__nav-link {
    font-size: clamp(1.25rem, 1.15vw, 1.4rem);
  }
}
@media screen and (max-width: 960px) {
  .l-header-int__inner {
    align-items: center;
    gap: 16px;
    padding: 16px;
  }
  .l-header-int__brand {
    flex: 1 1 auto;
    max-width: none;
  }
  .l-header-int__menu-btn {
    display: flex;
  }
  .l-header-int__nav {
    display: none;
  }
  .l-header-int__hum-inner {
    padding-top: 140px;
  }
}
@media screen and (max-width: 500px) {
  .l-header-int__brand.l-header-brand {
    gap: 8px;
  }
  .l-header-int__brand.l-header-brand .l-header-brand__logo {
    gap: 8px;
    max-width: 210px;
  }
  .l-header-int__brand.l-header-brand .l-header-brand__logo-mark {
    width: 58px;
  }
  .l-header-int__brand.l-header-brand .l-header-brand__sub-ja {
    font-size: 1.2rem;
  }
  .l-header-int__brand.l-header-brand .l-header-brand__sub-en {
    font-size: 1rem;
  }
  .l-header-int__menu-btn {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }
  .l-header-int__menu-icon--menu {
    width: 2.9em;
    height: auto;
  }
  .l-header-int__menu-icon--close {
    width: 3.8em;
    height: auto;
  }
  .l-header-int__menu-label {
    font-size: 1em;
  }
  .l-header-int__hum-link-inner {
    padding: 20px 0 16px;
  }
  .l-header-int__hum-link-text {
    font-size: 1.6rem;
  }
  .l-header-int__hum-link-arrow {
    width: 36px;
    height: 36px;
  }
  .l-header-int__hum-link-arrow::after {
    width: 12px;
    height: 12px;
  }
}

body.p-int-page.is-int-menu-open .l-header-int {
  z-index: 220;
}

.l-header-hum {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  display: none;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.l-header-hum .js-header-hum-reveal {
  opacity: 0;
}
.l-header-hum .js-header-hum-reveal.is-bounce-in {
  opacity: 1;
  animation: header-hum-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-header-hum .js-header-hum-reveal.is-bounce-in {
    animation: none;
    opacity: 1;
  }
}
.l-header-hum__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 120px 0;
}
@media screen and (max-width: 1400px) {
  .l-header-hum__inner {
    max-width: 1266px;
  }
}
.l-header-hum__lead {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l-header-hum__cta {
  display: flex;
  align-items: stretch;
  gap: 32px;
  min-height: 396px;
}
@media screen and (max-width: 960px) {
  .l-header-hum__cta {
    flex-direction: column;
    min-height: 0;
  }
}
.l-header-hum__cta-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  min-width: 0;
}
.l-header-hum__card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 34px 32px 34px 40px;
  color: #fff;
  border-radius: 8px;
  transform-origin: 50% 50%;
}
.l-header-hum__card:focus-visible {
  outline: 2px solid #000;
}
.l-header-hum__card:focus:not(:focus-visible) {
  outline: none;
}
.l-header-hum__card--international {
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding: 104px 32px 104px 40px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
}
@media screen and (max-width: 960px) {
  .l-header-hum__card--international {
    padding: 40px 32px 40px 40px;
  }
}
.l-header-hum__card--outbound, .l-header-hum__card--support {
  flex: 1 1 0;
  min-height: 0;
  background-color: #a9273c;
}
@media screen and (max-width: 960px) {
  .l-header-hum__card--outbound, .l-header-hum__card--support {
    flex: 0 0 auto;
    min-height: auto;
  }
}
.l-header-hum__card--support {
  background-color: #0969ad;
}
.l-header-hum__card.is-unready {
  color: #dfdfdf;
  background-color: #9e9e9e;
  pointer-events: none;
  cursor: default;
}
.l-header-hum__card.is-unready:hover, .l-header-hum__card.is-unready:focus {
  opacity: 1;
}
.l-header-hum__card.is-unready:focus-visible {
  outline: none;
}
.l-header-hum__card.is-unready .l-header-hum__card-text {
  gap: 10px;
  padding: 10px;
}
.l-header-hum__card.is-unready .l-header-hum__card-title,
.l-header-hum__card.is-unready .l-header-hum__card-desc {
  color: #dfdfdf;
}
.l-header-hum__card.is-unready .l-header-hum__card-arrow {
  border-color: #dfdfdf;
}
.l-header-hum__card.is-unready .l-header-hum__card-arrow .c-arrow-btn__icon--default {
  display: none;
}
.l-header-hum__card.is-unready .l-header-hum__card-arrow .c-arrow-btn__icon--unready {
  display: block;
}
.l-header-hum__cta .l-header-hum__card--international:not(.is-unready),
.l-header-hum__cta .l-header-hum__card--outbound:not(.is-unready),
.l-header-hum__cta .l-header-hum__card--support:not(.is-unready) {
  transition: none;
  transform-origin: center;
}
.l-header-hum__cta .l-header-hum__card--international:not(.is-unready).is-hover-bounce,
.l-header-hum__cta .l-header-hum__card--outbound:not(.is-unready).is-hover-bounce,
.l-header-hum__cta .l-header-hum__card--support:not(.is-unready).is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-header-hum__cta .l-header-hum__card--international:not(.is-unready).is-hover-bounce,
  .l-header-hum__cta .l-header-hum__card--outbound:not(.is-unready).is-hover-bounce,
  .l-header-hum__cta .l-header-hum__card--support:not(.is-unready).is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.l-header-hum__card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.l-header-hum__card-title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4166666667;
}
.l-header-hum__card-title--en {
  font-size: 3.2rem;
  line-height: 1.3125;
}
.l-header-hum__card-desc {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
}
.l-header-hum__card-desc--en {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-header-hum__card-desc-view--sp {
  display: none;
}
.l-header-hum__card-arrow {
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .l-header-hum__cta {
    flex-direction: column;
    min-height: 0;
    gap: 16px;
  }
  .l-header-hum__cta-col {
    gap: 16px;
  }
  .l-header-hum__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 32px;
  }
  .l-header-hum__card--international {
    flex: none;
    align-self: stretch;
    align-items: flex-start;
    padding: 24px 32px;
  }
  .l-header-hum__card--outbound, .l-header-hum__card--support {
    flex: none;
    min-height: auto;
  }
  .l-header-hum__card.is-unready .l-header-hum__card-text {
    padding: 0;
  }
  .l-header-hum__card-title--en {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
  .l-header-hum__card.is-unready .l-header-hum__card-title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .l-header-hum__card-desc-view--pc {
    display: none;
  }
  .l-header-hum__card-desc-view--sp {
    display: block;
  }
  .l-header-hum__card-arrow.c-arrow-btn--circle-md {
    width: 40px;
    height: 40px;
  }
}
.l-header-hum__nav {
  display: flex;
  gap: 56px;
  padding: 50px 64px;
  background-color: #f2f4f5;
  border-radius: 12px;
}
@media screen and (max-width: 960px) {
  .l-header-hum__nav {
    flex-wrap: wrap;
    gap: 40px 32px;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-hum__nav {
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }
}
.l-header-hum__nav-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.l-header-hum__nav-col--disabled .l-header-hum__nav-head,
.l-header-hum__nav-col--disabled .l-header-hum__nav-list {
  color: #c9c9c9;
}
.l-header-hum__nav-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #8f2536;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header-hum__nav-head:focus-visible {
  outline: 2px solid #000;
}
.l-header-hum__nav-head:focus:not(:focus-visible) {
  outline: none;
}
.l-header-hum__nav-head:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-header-hum__nav-head:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-hum__nav-head:hover {
    opacity: 0.6;
  }
}
.l-header-hum__nav-head img {
  flex-shrink: 0;
  display: block;
}
.l-header-hum__nav-head span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.l-header-hum__nav-col--disabled .l-header-hum__nav-head span {
  color: #c9c9c9;
}
.l-header-hum__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-header-hum__nav-list a {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: opacity 0.3s ease;
}
.l-header-hum__nav-list a:focus-visible {
  outline: 2px solid #000;
}
.l-header-hum__nav-list a:focus:not(:focus-visible) {
  outline: none;
}
.l-header-hum__nav-list a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-header-hum__nav-list a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-hum__nav-list a:hover {
    opacity: 0.6;
  }
}
.l-header-hum__nav-list a.is-unready {
  color: #c9c9c9;
  pointer-events: none;
  cursor: default;
}
.l-header-hum__nav-list a.is-unready:hover, .l-header-hum__nav-list a.is-unready:focus {
  opacity: 1;
}
.l-header-hum__nav-list a.is-unready:focus-visible {
  outline: none;
}
.l-header-hum__external {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-end;
  list-style: none;
}
.l-header-hum__external a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.l-header-hum__external a:focus-visible {
  outline: 2px solid #000;
}
.l-header-hum__external a:focus:not(:focus-visible) {
  outline: none;
}
.l-header-hum__external a img {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .l-header-hum__external {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
}

@keyframes header-hum-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
  45% {
    opacity: 1;
    transform: scale(1.08);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-main {
  position: relative;
}
.l-main__section01 {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.l-fv {
  position: relative;
}
.l-fv--top .l-fv__inner {
  height: 100vh;
  height: calc(var(--svh, 1vh) * 100);
  position: relative;
  background: #d5dbde;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-fv--top .l-fv__inner {
    height: calc(var(--svh, 1vh) * 100 + 80px);
    max-height: none;
  }
}

.l-fv-txt img {
  position: absolute;
  z-index: 2;
  height: auto;
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 20px #fff);
}
@media screen and (max-width: 1199px) {
  .l-fv-txt img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv-txt img {
    width: 90px;
  }
}
.l-fv-txt__svg01 {
  top: 200px;
  left: 5px;
}
.l-fv-txt__svg02 {
  top: 116px;
  right: 5px;
}

.l-fv-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  transform-origin: center center;
  will-change: transform, opacity;
}
.l-fv-button img {
  display: block;
}
.l-fv-button.is-fly-away {
  overflow: visible;
  pointer-events: none;
}
.l-fv-button.is-fly-away img {
  visibility: hidden;
}
.l-fv-button.is-fly-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-fv-button.is-plane-disabled {
  pointer-events: none;
  cursor: default;
}

.fv-plane-flyer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  will-change: transform, opacity;
}
.fv-plane-flyer__img {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fv-plane-flyer__img.is-flipped {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .fv-plane-flyer__img {
    transition: none;
  }
}

img.fv-plane-flyer {
  position: fixed;
  z-index: 200;
  margin: 0;
  pointer-events: none;
}

.l-fv-shape img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  min-width: 1920px;
  height: auto;
  z-index: 1;
  transform: translateX(-50%);
}

.l-fv-slider {
  width: 100%;
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.l-fv-slider img {
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.38s ease-in, transform 0.38s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .l-fv-slider img {
    transition: none;
    animation: none !important;
  }
}
.l-fv-slider img.is-fade-out {
  opacity: 0;
  transform: scale(0.94);
}
.l-fv-slider img.is-bounce-in {
  transition: none;
  animation: fv-photo-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.l-fv-slider__item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 240px;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item {
    height: 150px;
  }
}
.l-fv-slider__item--01, .l-fv-slider__item--05 {
  margin-bottom: 30px;
  opacity: 0.2;
}
.l-fv-slider__item--02 {
  margin-right: -90px;
  margin-bottom: -15px;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item--02 {
    margin-right: 0;
  }
}
.l-fv-slider__item--04 {
  margin-left: -90px;
  margin-bottom: -15px;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item--04 {
    margin-left: 0;
  }
}
.l-fv-slider__item--03 {
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item--03 {
    position: absolute;
    top: 120px;
    height: 500px;
  }
}
.l-fv-slider__item--03::before {
  content: "";
  position: absolute;
  width: calc(100% + 84px);
  height: calc(100% + 84px);
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item--03::before {
    width: calc(100% + 45px);
    height: calc(100% + 45px);
  }
}

@keyframes fv-photo-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
  45% {
    opacity: 1;
    transform: scale(1.08);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-fv-infinity {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  top: -40px;
}
.l-fv-infinity__inner {
  display: flex;
}
.l-fv-infinity__box {
  flex-shrink: 0;
}
.l-fv-infinity__box:nth-of-type(1) {
  animation: scroll-txt01 180s -90s linear infinite;
}
.l-fv-infinity__box:nth-of-type(2) {
  animation: scroll-txt02 180s linear infinite;
}
.l-fv-infinity span {
  margin-right: 50px;
  display: inline-block;
  font-size: 16rem;
  color: #647e86;
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .l-fv-infinity span {
    font-size: 8rem;
  }
}

@keyframes scroll-txt01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-txt02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* 体験談背景マーキー（共通） */
.c-experience-story-marquee {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100vw;
  height: 16rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.c-experience-story-marquee__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-experience-story-marquee__track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}
.c-experience-story-marquee__track:nth-of-type(1) {
  animation: scroll-txt01 180s calc(180s * -0.5) linear infinite;
}
.c-experience-story-marquee__track:nth-of-type(2) {
  animation: scroll-txt02 180s linear infinite;
}
.c-experience-story-marquee__track span {
  display: block;
  font-size: 16rem;
  line-height: 1;
  background: linear-gradient(90deg, #bd394e 0%, #0c6cb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 960px) {
  .c-experience-story-marquee {
    height: 10rem;
  }
  .c-experience-story-marquee__track span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 599px) {
  .c-experience-story-marquee {
    height: 7rem;
  }
  .c-experience-story-marquee__track {
    gap: 40px;
  }
  .c-experience-story-marquee__track span {
    font-size: 7rem;
  }
}

.l-int-fv {
  --int-fv-band-inset: max(0px, calc((100vw - 1400px) / 2));
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: calc(
    24px + 86px + 60px + 63rem
  );
  pointer-events: none;
}
.l-int-fv__inner {
  --int-fv-infinity-font-size: 16rem;
  --int-fv-infinity-top-offset: -40px;
  position: relative;
  height: var(--int-fv-infinity-font-size);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-int-fv__inner {
    --int-fv-infinity-font-size: 10rem;
    --int-fv-infinity-top-offset: -25px;
  }
}
.l-int-fv__copy {
  --int-fv-copy-left: 80px;
  position: absolute;
  top: calc(
      24px + 86px + 60px
    );
  left: calc(var(--int-fv-band-inset) + 80px);
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: min(856px, 100% - 80px - 24px);
  pointer-events: auto;
}
.l-int-fv__copy::before {
  content: "";
  position: absolute;
  top: calc(-1 * (24px + 86px + 60px));
  bottom: 0;
  left: calc(-1 * var(--int-fv-copy-left) - var(--int-fv-band-inset));
  z-index: -1;
  width: 100vw;
  pointer-events: none;
  background-color: #f2f4f5;
}
@media screen and (max-width: 768px) {
  .l-int-fv__copy {
    top: calc(16px + 86px + 60px);
    --int-fv-copy-left: clamp(24px, 5.56vw, 80px);
    left: calc(var(--int-fv-band-inset) + var(--int-fv-copy-left));
    width: min(856px, 100% - var(--int-fv-copy-left) - 24px);
  }
  .l-int-fv__copy::before {
    top: calc(-1 * (16px + 86px + 60px));
  }
}
.l-int-fv__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.l-int-fv__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: clamp(4rem, 5.56vw, 8rem);
  font-weight: 700;
  line-height: 1.075;
  color: #8f2536;
  text-shadow: 0 0 29px #fff, 0 0 29px #fff, 0 0 29px #fff;
}
.l-int-fv__tagline {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: clamp(2.4rem, 2.78vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 9px #fff);
}
.l-int-fv__lead {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.l-int-fv__thumbs {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(4, 218px);
  gap: 0;
  width: 872px;
  margin: 0;
  margin-top: calc(-1 * 3.6rem);
  margin-left: calc(-1 * var(--int-fv-copy-left));
  padding: 0;
  list-style: none;
  --int-fv-thumb-overlap: 0px;
  --int-fv-thumbs-nudge-left: 0px;
}
@media screen and (min-width: 961px) {
  .l-int-fv__thumbs {
    --int-fv-thumb-overlap: -14px;
    --int-fv-thumbs-nudge-left: 40px;
    column-gap: var(--int-fv-thumb-overlap);
    margin-left: calc(-1 * var(--int-fv-copy-left) - var(--int-fv-thumbs-nudge-left));
    width: calc(872px + 3 * var(--int-fv-thumb-overlap));
  }
}
.l-int-fv__thumb-item {
  width: 218px;
  height: 218px;
}
.l-int-fv__thumb-btn {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
}
.l-int-fv__thumb-btn img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: opacity 0.38s ease-in, transform 0.38s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .l-int-fv__thumb-btn img {
    transition: none;
    animation: none !important;
  }
}
.l-int-fv__thumb-btn img.is-fade-out {
  opacity: 0;
  transform: scale(0.94);
}
.l-int-fv__thumb-btn img.is-bounce-in {
  transition: none;
  animation: fv-photo-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.l-int-fv__thumb-btn:focus-visible {
  outline: 2px solid #8f2536;
  outline-offset: 3px;
}
.l-int-fv__main-visual {
  position: absolute;
  top: calc(100% + 64px);
  right: calc(var(--int-fv-band-inset) + clamp(-92px, -6.4vw, -16px));
  z-index: 1;
  width: clamp(320px, 66.53vw, 958px);
  pointer-events: none;
  transform: translateY(-100%);
}
@media screen and (min-width: 961px) {
  .l-int-fv__main-visual {
    top: calc(
  24px + 86px + 60px - 109px
);
    transform: none;
  }
}
.l-int-fv__main-frame {
  width: 100%;
}
.l-int-fv__main-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.38s ease-in, transform 0.38s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .l-int-fv__main-frame img {
    transition: none;
    animation: none !important;
  }
}
.l-int-fv__main-frame img.is-fade-out {
  opacity: 0;
  transform: scale(0.94);
}
.l-int-fv__main-frame img.is-bounce-in {
  transition: none;
  animation: fv-photo-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media screen and (max-width: 1199px) and (min-width: 961px) {
  .l-int-fv__thumbs {
    grid-template-columns: repeat(4, clamp(160px, 15.14vw, 218px));
    width: calc(clamp(640px, 60.56vw, 872px) + 3 * var(--int-fv-thumb-overlap));
  }
  .l-int-fv__thumb-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .l-int-fv {
    --int-fv-tab-copy-w: min(46vw, 380px);
    --int-fv-tab-copy-l: clamp(16px, 3.5vw, 32px);
    --int-fv-tab-photo-w: max(
      360px,
      min(
        660px,
        calc(100vw - var(--int-fv-tab-copy-l) - var(--int-fv-tab-copy-w) + clamp(48px, 7vw, 80px))
      )
    );
    --int-fv-tab-copy-top: calc(16px + 86px + 40px);
    --int-fv-tab-copy-block-min-h: clamp(300px, 45vw, 375px);
    min-height: calc(var(--int-fv-tab-copy-top) + var(--int-fv-tab-copy-block-min-h) + 64px - 120px);
    overflow-x: clip;
  }
  .l-int-fv__copy {
    position: absolute;
    top: calc(16px + 86px + 40px);
    left: clamp(16px, 3.5vw, 32px);
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vw, 20px);
    width: min(46vw, 380px);
    max-width: calc(100% - clamp(260px, 40vw, 380px) - clamp(24px, 5vw, 48px));
    margin: 0;
    padding: 0;
    background: none;
    overflow: visible;
    pointer-events: auto;
    z-index: 3;
  }
  .l-int-fv__head {
    gap: clamp(12px, 2vw, 18px);
    overflow: visible;
  }
  .l-int-fv__title {
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1.08;
    width: max-content;
    max-width: none;
  }
  .l-int-fv__tagline {
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    line-height: 1.25;
    width: max-content;
    max-width: calc(100vw - var(--int-fv-tab-copy-l) - clamp(8px, 1.5vw, 16px));
  }
  .l-int-fv__lead {
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  }
  .l-int-fv__lead br {
    display: none;
  }
  .l-int-fv__thumbs {
    display: none;
  }
  .l-int-fv__main-visual {
    position: absolute;
    top: calc(16px + 86px - 36px);
    right: clamp(-24px, -2.5vw, -10px);
    left: auto;
    transform: none;
    width: max(400px, min(720px, 100vw - var(--int-fv-tab-copy-l) - var(--int-fv-tab-copy-w) + clamp(80px, 12vw, 128px)));
    margin: 0;
    z-index: 1;
    pointer-events: none;
  }
  .l-int-fv__main-frame {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    aspect-ratio: auto;
  }
  .l-int-fv__main-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) and (min-width: 861px) {
  .l-int-fv {
    min-height: calc(var(--int-fv-tab-copy-top) + var(--int-fv-tab-copy-block-min-h) + 64px - 60px);
  }
  .l-int-fv__main-visual {
    top: calc(16px + 86px - clamp(76px, 8.5vw, 104px));
  }
}
@media screen and (max-width: 600px) {
  .l-int-fv {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 0 clamp(16px, 4vw, 24px) clamp(40px, 10vw, 56px);
    overflow-x: clip;
  }
  .l-int-fv__inner {
    order: 0;
    align-self: stretch;
    flex-shrink: 0;
    height: clamp(7.5rem, 19vw, 9rem);
    margin-bottom: clamp(-12px, -3vw, -4px);
  }
  .l-int-fv__main-visual {
    order: 1;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: translateX(clamp(-21%, -6.75vw, -14%));
    width: min(100vw, 540px);
    margin: clamp(-16px, -9vw + 24px, 6px) auto 0;
    z-index: 2;
    pointer-events: none;
  }
  .l-int-fv__main-frame {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    aspect-ratio: auto;
  }
  .l-int-fv__main-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .l-int-fv__copy {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 3.6vw, 22px);
    width: 100%;
    max-width: min(520px, 100%);
    margin: clamp(-128px, -13vw - 64px, -108px) auto 0;
    padding: clamp(18px, 4.5vw, 28px) clamp(12px, 3vw, 20px) 0;
    z-index: 3;
    pointer-events: auto;
    background: none;
  }
  .l-int-fv__head {
    gap: clamp(12px, 3vw, 18px);
  }
  .l-int-fv__title {
    font-size: clamp(2.6rem, 7.8vw, 4.4rem);
    line-height: 1.1;
  }
  .l-int-fv__tagline {
    font-size: clamp(1.7rem, 4.8vw, 2.6rem);
    line-height: 1.25;
  }
  .l-int-fv__lead {
    font-size: clamp(1.35rem, 3.6vw, 1.8rem);
  }
  .l-int-fv__thumbs {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-int-fv::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    z-index: 0;
    pointer-events: none;
    background-color: #f2f4f5;
  }
  .l-int-fv__inner {
    position: relative;
    z-index: 1;
  }
  .l-int-fv__copy::before {
    content: none;
  }
}
@media screen and (min-width: 961px) {
  .l-int-fv {
    min-height: calc(
      calc(
  24px + 86px + 60px - 109px
) + clamp(320px, 66.53vw, 958px) * 803 / 958
    );
  }
}

.l-int-fv-infinity {
  position: absolute;
  top: var(--int-fv-infinity-top-offset, -40px);
  left: 0;
  width: 100%;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.l-int-fv-infinity__inner {
  display: flex;
}
.l-int-fv-infinity__box {
  flex-shrink: 0;
}
.l-int-fv-infinity__box:nth-of-type(1) {
  animation: scroll-txt01 180s -90s linear infinite;
}
.l-int-fv-infinity__box:nth-of-type(2) {
  animation: scroll-txt02 180s linear infinite;
}
.l-int-fv-infinity span {
  display: inline-block;
  margin-right: 50px;
  font-size: var(--int-fv-infinity-font-size, 16rem);
  color: #647e86;
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .l-int-fv-infinity span {
    line-height: 1;
    opacity: 0.16;
  }
}

.l-sub-fv {
  --sub-fv-height: 400px;
  --sub-fv-heading-top: clamp(128px, 11.67vw, 168px);
  --sub-fv-heading-left: clamp(24px, 11.11vw, 160px);
  --sub-fv-heading-gap: 16px;
  --sub-fv-title-en-size: clamp(3.2rem, 5.56vw, 8rem);
  --sub-fv-title-ja-size: clamp(1.4rem, 1.11vw, 1.6rem);
  --sub-fv-visual-size: 476px;
  --sub-fv-visual-photo-size: calc(var(--sub-fv-visual-size) * 507 / 564);
  --sub-fv-visual-ring: calc((var(--sub-fv-visual-size) - var(--sub-fv-visual-photo-size)) / 2);
  --sub-fv-visual-right: clamp(16px, 8.33vw, 120px);
  --sub-fv-visual-top: calc(var(--sub-fv-height) - var(--sub-fv-visual-size));
  --sub-fv-heading-max-width: calc(
    100vw - var(--sub-fv-heading-left) - var(--sub-fv-visual-size) - var(--sub-fv-visual-right) -
      clamp(16px, 1.67vw, 24px)
  );
  position: relative;
  z-index: 1;
  isolation: isolate;
  height: var(--sub-fv-height);
  overflow-x: clip;
  overflow-y: visible;
  pointer-events: none;
  background-color: #f2f4f5;
}
.l-sub-fv__inner {
  --sub-fv-infinity-font-size: 16rem;
  --sub-fv-infinity-top-offset: -40px;
  position: relative;
  height: var(--sub-fv-infinity-font-size);
  overflow: hidden;
}
.l-sub-fv__heading {
  position: absolute;
  top: var(--sub-fv-heading-top);
  left: var(--sub-fv-heading-left);
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: var(--sub-fv-heading-gap);
  align-items: flex-start;
  width: max-content;
  max-width: max(0px, var(--sub-fv-heading-max-width));
  pointer-events: auto;
}
.l-sub-fv__title-ja {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: var(--sub-fv-title-en-size);
  font-weight: 700;
  line-height: 1.075;
  color: #8f2536;
  text-shadow: 0 0 29px #fff, 0 0 29px #fff, 0 0 29px #fff;
}
.l-sub-fv__title-en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: var(--sub-fv-title-ja-size);
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.l-sub-fv__visual {
  position: absolute;
  top: var(--sub-fv-visual-top);
  right: var(--sub-fv-visual-right);
  z-index: 105;
  width: var(--sub-fv-visual-size);
  height: var(--sub-fv-visual-size);
  pointer-events: none;
}
.l-sub-fv__visual-ring {
  position: absolute;
  inset: 0;
  border: var(--sub-fv-visual-ring) solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.l-sub-fv__visual-photo {
  position: absolute;
  top: var(--sub-fv-visual-ring);
  left: var(--sub-fv-visual-ring);
  width: var(--sub-fv-visual-photo-size);
  height: var(--sub-fv-visual-photo-size);
  overflow: hidden;
  border-radius: 50%;
}
.l-sub-fv__visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .l-sub-fv {
    --sub-fv-height: 320px;
    --sub-fv-visual-size: 384px;
    --sub-fv-visual-right: 16px;
    --sub-fv-heading-gap: 12px;
  }
  .l-sub-fv__inner {
    --sub-fv-infinity-font-size: 10rem;
    --sub-fv-infinity-top-offset: -25px;
  }
}
@media screen and (max-width: 599px) {
  .l-sub-fv {
    --sub-fv-height: 240px;
    --sub-fv-visual-size: 288px;
  }
  .l-sub-fv__inner {
    --sub-fv-infinity-font-size: 8rem;
    --sub-fv-infinity-top-offset: -18px;
  }
  .l-sub-fv__visual {
    display: none;
  }
  .l-sub-fv__heading {
    right: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    max-width: none;
    padding-inline: clamp(16px, 4vw, 24px);
    align-items: center;
    text-align: center;
  }
  .l-sub-fv__title-ja, .l-sub-fv__title-en {
    width: 100%;
    text-align: center;
  }
  .l-sub-fv__title-en {
    text-shadow: 0 0 12px #fff, 0 0 12px #fff;
  }
}

.l-sub-fv + .l-main > .c-bread:first-child {
  margin-top: 8px;
}

.l-sub-fv-infinity {
  position: absolute;
  top: var(--sub-fv-infinity-top-offset, -40px);
  left: 0;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.l-sub-fv-infinity__inner {
  display: flex;
}
.l-sub-fv-infinity__box {
  flex-shrink: 0;
}
.l-sub-fv-infinity__box:nth-of-type(1) {
  animation: scroll-txt01 var(--sub-fv-marquee-duration, 180s) calc(var(--sub-fv-marquee-duration, 180s) * -0.5) linear infinite;
}
.l-sub-fv-infinity__box:nth-of-type(2) {
  animation: scroll-txt02 var(--sub-fv-marquee-duration, 180s) linear infinite;
}
.l-sub-fv-infinity span {
  display: inline-block;
  margin-right: 50px;
  font-size: var(--sub-fv-infinity-font-size, 16rem);
  line-height: 1;
  color: #647e86;
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .l-sub-fv-infinity span {
    opacity: 0.16;
  }
}

.c-btn {
  position: relative;
}

.c-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
.c-arrow-btn img {
  display: block;
  width: var(--c-arrow-btn-icon-w);
  height: auto;
}
.c-arrow-btn__icon--unready {
  display: none;
}
.c-arrow-btn--outline-white {
  border: 1px solid #fff;
  border-radius: 50%;
}
.c-arrow-btn--outline-muted {
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.c-arrow-btn--outline-gray {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.c-arrow-btn--filled-brand {
  background-color: #a9273c;
  border: none;
  border-radius: 50%;
}
.c-arrow-btn--circle-md {
  transform-origin: center;
  width: 72px;
  height: 72px;
  --c-arrow-btn-icon-w: 16px;
}
.c-arrow-btn--circle-md.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .c-arrow-btn--circle-md.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
.c-arrow-btn--circle-lg {
  transform-origin: center;
  width: 120px;
  height: 120px;
  --c-arrow-btn-icon-w: 24px;
}
.c-arrow-btn--circle-lg.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .c-arrow-btn--circle-lg.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-arrow-btn--circle-lg {
    width: 80px;
    height: 80px;
  }
}

.c-ttl01 {
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-bread {
    padding-bottom: 7px;
  }
}
.c-bread__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  width: 87%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.85);
}
.c-bread__list > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
/* 区切り線（Figma: 赤→青グラデの16×2） */
.c-bread__list > span + span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 2px;
  background-image: url("../img/common/icon-bread-sep.svg");
  background-repeat: no-repeat;
  background-size: 16px 2px;
}
.c-bread__list a {
  color: inherit;
  text-decoration: none;
}
.c-bread__list a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .c-bread__list a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bread__list a:hover {
    opacity: 0.6;
  }
}

.c-txt01 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-txt01 {
    font-size: 1.4rem;
  }
}

.c-form__label,
.c-form-confirm__label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form__label,
.c-form-confirm__label {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.c-form__label.is-require,
.c-form-confirm__label.is-require {
  position: relative;
}
.c-form__label.is-require::after,
.c-form-confirm__label.is-require::after {
  content: "※必須";
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  display: block;
}
.c-form__row,
.c-form-confirm__row {
  padding: 25px 0;
  border-bottom: 1px dashed #384373;
}
.c-form__row:first-of-type,
.c-form-confirm__row:first-of-type {
  border-top: none;
}
.c-form__row--text .c-form__box, .c-form__row--radio .c-form__box, .c-form__row--textarea .c-form__box,
.c-form-confirm__row--text .c-form__box,
.c-form-confirm__row--radio .c-form__box,
.c-form-confirm__row--textarea .c-form__box {
  display: grid;
  grid-template-columns: 180px 1fr;
}
@media screen and (max-width: 768px) {
  .c-form__row--text .c-form__box, .c-form__row--radio .c-form__box, .c-form__row--textarea .c-form__box,
.c-form-confirm__row--text .c-form__box,
.c-form-confirm__row--radio .c-form__box,
.c-form-confirm__row--textarea .c-form__box {
    grid-template-columns: 1fr;
  }
}
.c-form__input,
.c-form-confirm__input {
  display: block;
}
.c-form__input .wpcf7-form-control-wrap,
.c-form__input input,
.c-form-confirm__input .wpcf7-form-control-wrap,
.c-form-confirm__input input {
  display: block;
}
.c-form__input input,
.c-form__input textarea,
.c-form-confirm__input input,
.c-form-confirm__input textarea {
  width: 100%;
  line-height: 1.8;
  background: #f0f4f9;
}
@media screen and (max-width: 768px) {
  .c-form__input input,
.c-form__input textarea,
.c-form-confirm__input input,
.c-form-confirm__input textarea {
    font-size: 1.4rem;
  }
}
.c-form__input input:focus-visible,
.c-form__input textarea:focus-visible,
.c-form-confirm__input input:focus-visible,
.c-form-confirm__input textarea:focus-visible {
  outline: none !important;
  border-color: #000 !important;
  opacity: 1;
}
.c-form__input input,
.c-form-confirm__input input {
  padding: 0.8em 1.2em;
}
.c-form__input textarea,
.c-form-confirm__input textarea {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-form__input textarea,
.c-form-confirm__input textarea {
    padding: 15px 18px;
  }
}
.c-form__input--radio,
.c-form-confirm__input--radio {
  display: grid;
  gap: 12px 11px;
  position: relative;
  padding-top: 3px;
}
.c-form__input--radio .wpcf7-list-item,
.c-form-confirm__input--radio .wpcf7-list-item {
  display: block;
  margin-left: 0 !important;
}
.c-form__input--radio .wpcf7-list-item:not(:last-of-type),
.c-form-confirm__input--radio .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.c-form__input--radio label,
.c-form-confirm__input--radio label {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
.c-form__input--radio input,
.c-form-confirm__input--radio input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__input--radio .wpcf7-list-item-label,
.c-form-confirm__input--radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 27px;
  user-select: none;
}
.c-form__input--radio .wpcf7-list-item-label::before,
.c-form-confirm__input--radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #313e5b;
}
.c-form__input--radio input:checked + .wpcf7-list-item-label::before,
.c-form-confirm__input--radio input:checked + .wpcf7-list-item-label::before {
  background: #313e5b;
}
.c-form__input--radio input:checked + .wpcf7-list-item-label::after,
.c-form-confirm__input--radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: 7px;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  pointer-events: none;
}
.c-form__input--check,
.c-form-confirm__input--check {
  display: flex;
  align-items: center;
}
.c-form__check,
.c-form-confirm__check {
  margin-top: 25px;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__check,
.c-form-confirm__check {
    margin-bottom: 40px;
  }
}
.c-form__check .wpcf7-list-item,
.c-form-confirm__check .wpcf7-list-item {
  margin-left: 0;
}
.c-form__check label,
.c-form-confirm__check label {
  position: relative;
}
.c-form__check label .wpcf7-list-item-label,
.c-form-confirm__check label .wpcf7-list-item-label {
  flex-shrink: 0;
}
.c-form__check a,
.c-form-confirm__check a {
  font-weight: bold;
  text-decoration: underline;
}
.c-form__check a:focus,
.c-form-confirm__check a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-form__check a:hover,
.c-form-confirm__check a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__check a:hover,
.c-form-confirm__check a:hover {
    text-decoration: none;
  }
}
.c-form__check input,
.c-form-confirm__check input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  appearance: none;
}
.c-form__check .wpcf7-list-item-label,
.c-form-confirm__check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0;
}
.c-form__check .wpcf7-list-item-label::before,
.c-form-confirm__check .wpcf7-list-item-label::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: block;
  border: 1px solid #313e5b;
  pointer-events: none;
}
.c-form__check .wpcf7-list-item-label::after,
.c-form-confirm__check .wpcf7-list-item-label::after {
  content: "";
  width: 7px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(39deg);
  position: absolute;
  left: 9px;
  top: 4px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-form__check .wpcf7-list-item-label::after,
.c-form-confirm__check .wpcf7-list-item-label::after {
    width: 9px;
    height: 18px;
    left: 8px;
    top: 2px;
  }
}
.c-form__check input:checked + .wpcf7-list-item-label::before,
.c-form-confirm__check input:checked + .wpcf7-list-item-label::before {
  background: #313e5b;
}
.c-form__check input:checked + .wpcf7-list-item-label::after,
.c-form-confirm__check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-form__confirm input,
.c-form-confirm__confirm input {
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #313e5b;
  width: 100%;
  height: 100px;
  transition: color 0.3s ease, background 0.3s ease;
}
.c-form__confirm input:focus,
.c-form-confirm__confirm input:focus {
  background: #313e5b;
  color: #fff;
}
@-moz-document url-prefix() {
  .c-form__confirm input:hover,
.c-form-confirm__confirm input:hover {
    background: #313e5b;
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__confirm input:hover,
.c-form-confirm__confirm input:hover {
    background: #313e5b;
    color: #fff;
  }
}
.c-form__confirm input:disabled,
.c-form-confirm__confirm input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-form__confirm input,
.c-form-confirm__confirm input {
    font-size: 1.6rem;
    height: 65px;
  }
}
.c-form__link,
.c-form-confirm__link {
  line-height: 1.5;
  margin-left: 15px;
}
.c-form .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-not-valid-tip {
  margin-top: 10px;
  display: block;
}
.c-form .c-form-confirm,
.c-form .wpcf7-response-output,
.c-form .c-form-confirm .wpcf7-spinner,
.c-form-confirm .c-form-confirm,
.c-form-confirm .wpcf7-response-output,
.c-form-confirm .c-form-confirm .wpcf7-spinner {
  display: none;
}
.c-form__submit,
.c-form-confirm__submit {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form__submit,
.c-form-confirm__submit {
    font-size: 1.6rem;
    column-gap: 25px;
    margin-top: 45px;
  }
}
.c-form__submit .wpcf7-submit,
.c-form-confirm__submit .wpcf7-submit {
  background: #313e5b;
  color: #fff;
  padding: 35px 40px;
  border: 1px solid #313e5b;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-form__submit .wpcf7-submit,
.c-form-confirm__submit .wpcf7-submit {
    padding: 22px;
  }
}
.c-form__submit .wpcf7-submit:focus,
.c-form-confirm__submit .wpcf7-submit:focus {
  background: #fff;
  color: #313e5b;
}
@-moz-document url-prefix() {
  .c-form__submit .wpcf7-submit:hover,
.c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff;
    color: #313e5b;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__submit .wpcf7-submit:hover,
.c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff;
    color: #313e5b;
  }
}
.c-form__back,
.c-form-confirm__back {
  padding: 35px 45px;
  border: 1px solid #313e5b;
  transition: opacity 0.3s ease;
}
.c-form__back:focus,
.c-form-confirm__back:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .c-form__back:hover,
.c-form-confirm__back:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__back:hover,
.c-form-confirm__back:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-form__back,
.c-form-confirm__back {
    padding: 22px;
  }
}
.c-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 18px;
}
.c-form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-form-confirm__row {
    padding: 15px 0;
  }
}
.c-form-confirm .c-form__box {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 30px;
  align-items: flex-start;
  cursor: auto;
}
@media screen and (max-width: 960px) {
  .c-form-confirm .c-form__box {
    grid-template-columns: 1fr;
  }
}
.c-form-confirm .c-form__label {
  padding-top: 12px;
}
@media screen and (max-width: 960px) {
  .c-form-confirm .c-form__label {
    margin-bottom: 5px;
  }
}
.c-form-confirm .c-form__input {
  background: #fff;
  padding: 1em 1.5em;
  min-height: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-form-confirm .c-form__input {
    padding: 1em 0;
    font-size: 1.4rem;
  }
}
.c-form-confirm .c-form__input--textarea {
  min-height: 200px;
  line-height: 1.6;
}

.c-page-nav {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pagenavi-item {
  margin-bottom: 15px;
}
.pagenavi-item:not(:last-of-type) {
  margin-right: 15px;
}

.page-numbers {
  width: 44px;
  height: 44px;
  color: #fff;
  background: #6dbf44;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  transition: opacity 0.3s ease;
  position: relative;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.page-numbers.current {
  color: #6dbf44;
  background: #fff;
}
.page-numbers .next_text::after,
.page-numbers .prev_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.page-numbers .next_text::after {
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: #fff #fff transparent transparent;
  right: 2px;
}
.page-numbers .prev_text::after {
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: transparent transparent #fff #fff;
  left: 2px;
}

a.page-numbers {
  transition: opacity 0.3s ease;
}
a.page-numbers:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  a.page-numbers:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.page-numbers:hover {
    opacity: 0.6;
  }
}

.c-page-num {
  color: #bab681;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
}
.c-page-num span {
  margin: 0 2px;
}

.c-single h2,
.c-single h3,
.c-single h4,
.c-single h5 {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.c-single h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  background: #f4fff3;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-left: 5px solid #2a7b1f;
}
.c-single h3 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #2a7b1f;
}
.c-single h4 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #bfbfbf;
}
.c-single h5 {
  margin-top: 50px;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #bfbfbf;
}
.c-single h6 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-single p {
  margin-bottom: 25px;
  line-height: 1.875;
}
.c-single a {
  text-decoration: underline;
  color: #2a7b1f;
}
.c-single a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-single a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single a:hover {
    text-decoration: none;
  }
}
.c-single ul,
.c-single ol {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
.c-single ul li,
.c-single ol li {
  padding-left: 2em;
  position: relative;
}
.c-single ul li:not(:last-of-type),
.c-single ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
.c-single ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2a7b1f;
  position: absolute;
  left: 0.5em;
  top: 0.25em;
}
.c-single ul ul {
  padding-top: 0.8em;
  margin-bottom: 0;
}
.c-single ul ul li {
  padding-left: 1.7em;
}
.c-single ul ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-single ul ul li::before {
  width: 7px;
  height: 7px;
  background: #d7d7d7;
  background: white;
  top: 0.5em;
}
.c-single ol {
  counter-reset: ol_num 0;
}
.c-single ol li {
  counter-increment: ol_num 1;
  padding-left: 2.2em;
}
.c-single ol li::before {
  content: counter(ol_num) "";
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  background: #2a7b1f;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1px;
  padding-left: 1px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-single ol ol {
  padding-top: 0.8em;
}
.c-single ol ol li {
  padding-left: 1.7em;
}
.c-single ol ol li::before {
  content: counter(ol_num) ".";
  background: none;
  color: #2a7b1f;
}
.c-single .wp-block-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table {
    overflow-x: auto;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .c-single .wp-block-table table {
    white-space: nowrap;
  }
}
.c-single .wp-block-table td {
  padding: 1em;
  border: 1px solid #000;
  vertical-align: middle;
}
.c-single .wp-block-table.custom-table {
  width: 100%;
  line-height: 1.67;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tbody {
    display: block;
  }
}
.c-single .wp-block-table.custom-table tr td:first-of-type {
  color: #fff;
  background: #6dbf44;
  width: 170px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tr td:first-of-type {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table tr {
    display: grid;
  }
}
.c-single .wp-block-table.custom-table td {
  padding: 22px 35px;
  background: #fff;
  border: 1px solid #e7e9ef;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table td {
    padding: 15px;
  }
}
.c-single .wp-block-table.custom-table td a {
  color: #6dbf44;
  text-decoration: underline;
  vertical-align: middle;
}
.c-single .wp-block-table.custom-table td a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-single .wp-block-table.custom-table td a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single .wp-block-table.custom-table td a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .c-single .wp-block-table.custom-table {
    overflow-x: unset;
    padding-right: 0;
    padding-bottom: 0;
  }
  .c-single .wp-block-table.custom-table table {
    white-space: unset;
  }
}
.c-single .wp-block-image img {
  object-fit: cover;
  object-position: center;
}
.c-single .wp-block-file:not(.wp-element-button) {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.c-single .wp-block-file__button {
  background: #2a7b1f;
  color: #fff;
}

.c-404 {
  text-align: center;
  padding: 80px 0 120px;
}
.c-404 h2 {
  margin-bottom: 50px;
}

.p-contact {
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.p-int-page {
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}
body.p-int-page .l-header-int {
  background-color: transparent;
}
body.p-int-page .l-header-int__nav-list {
  background-color: #fff;
}
body.p-int-page .l-footer {
  background-color: #f4f4f4;
}
body.p-int-page .u-anchor {
  padding-top: 152px;
  margin-top: -152px;
}
@media screen and (max-width: 960px) {
  body.p-int-page .u-anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  body.p-int-page .u-anchor {
    padding-top: 170px;
    margin-top: -170px;
  }
}
@media screen and (max-width: 500px) {
  body.p-int-page .u-anchor {
    padding-top: 160px;
    margin-top: -160px;
  }
}

.l-main--international {
  padding-top: 64px;
}

.p-int-discover {
  padding-bottom: 60px;
}
.p-int-discover__container {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1400px) {
  .p-int-discover__container {
    max-width: 1400px;
  }
}
.p-int-discover__bleed {
  width: calc(100% + clamp(24px, 3.54vw, 51px) + clamp(24px, 6.25vw, 90px));
  margin-left: calc(-1 * clamp(24px, 3.54vw, 51px));
  margin-right: calc(-1 * clamp(24px, 6.25vw, 90px));
}
.p-int-discover__inner {
  --discover-visual-size: clamp(240px, 50.13vw, 722px);
  --discover-bg-shift: calc(var(--discover-visual-size) * 0.33295);
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.11vw, 16px);
}
.p-int-discover__visual {
  flex-shrink: 0;
  width: var(--discover-visual-size);
  margin: 0;
}
.p-int-discover__visual-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.p-int-discover__visual-bg {
  position: absolute;
  top: 50%;
  left: 49.945%;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}
.p-int-discover__visual-photo {
  position: absolute;
  top: 5.045%;
  left: 4.99%;
  width: 89.91%;
  aspect-ratio: 1;
  overflow: visible;
}
.p-int-discover__visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.38s ease-in, transform 0.38s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .p-int-discover__visual-photo img {
    transition: none;
    animation: none !important;
  }
}
.p-int-discover__visual-photo img.is-fade-out {
  opacity: 0;
  transform: scale(0.94);
}
.p-int-discover__visual-photo img.is-bounce-in {
  transition: none;
  animation: fv-photo-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.p-int-discover__slide-count {
  --discover-count-size: clamp(80px, 22.5%, 146px);
  position: absolute;
  right: 48px;
  bottom: 48px;
  z-index: 2;
  display: block;
  width: var(--discover-count-size);
  height: var(--discover-count-size);
  border: 2px solid #8f2536;
  border-radius: 50%;
  background-color: #fff;
  font-size: clamp(1.1rem, 1.04vw, 1.5rem);
  transform: translate(18%, 18%);
  pointer-events: none;
}
.p-int-discover__slide-count-inner {
  position: absolute;
  inset: 0;
  transform: translateY(-4px);
}
.p-int-discover__slide-count-current {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  position: absolute;
  top: calc(17.12% + 8px);
  left: calc(50% - 7px);
  z-index: 2;
  font-size: 3.85em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #8f2536;
  transform: translateX(-50%);
}
.p-int-discover__slide-count-total {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  position: absolute;
  top: calc(62.33% + 4px);
  left: 52.05%;
  z-index: 2;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000;
}
.p-int-discover__slide-count-line {
  position: absolute;
  top: calc(40.41% + 24px);
  left: calc(37.67% - 8px);
  z-index: 1;
  width: 45.21%;
  height: 2px;
  background-color: #f7ebed;
  transform: rotate(145.49deg);
  transform-origin: center;
  pointer-events: none;
}
.p-int-discover__content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: clamp(32px, 4.44vw, 64px);
  min-width: 0;
  margin-top: 112px;
}
.p-int-discover__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 648px;
}
.p-int-discover__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
.p-int-discover__lead {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-discover__body {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6.53vw, 94px);
  max-width: 648px;
  padding-left: clamp(16px, 2.22vw, 32px);
}
.p-int-discover__topic {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.15vw, 31px);
  width: 100%;
}
.p-int-discover__topic-line {
  position: absolute;
  top: calc(clamp(2.4rem, 2.78vw, 4rem) * 0.5);
  right: calc(100% + 32px);
  left: calc(-1 * (clamp(12px, 1.11vw, 16px) + clamp(16px, 2.22vw, 32px) + 80px));
  height: 4px;
  transform: translateY(-50%);
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
}
.p-int-discover__topic-title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.78vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #8f2536;
}
.p-int-discover__topic-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-discover__gallery {
  display: flex;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0 0 clamp(24px, 3.33vw, 48px);
  list-style: none;
}
.p-int-discover__gallery-item {
  flex-shrink: 0;
  width: clamp(80px, 10.14vw, 146px);
  aspect-ratio: 1;
}
.p-int-discover__gallery-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
}
.p-int-discover__gallery-btn-inner {
  transition: none;
  transform-origin: center;
  display: block;
  width: 100%;
  height: 100%;
}
.p-int-discover__gallery-btn-inner.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-int-discover__gallery-btn-inner.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-int-discover__gallery-btn img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.38s ease-in, transform 0.38s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .p-int-discover__gallery-btn img {
    transition: none;
    animation: none !important;
  }
}
.p-int-discover__gallery-btn img.is-fade-out {
  opacity: 0;
  transform: scale(0.94);
}
.p-int-discover__gallery-btn img.is-bounce-in {
  transition: none;
  animation: fv-photo-bounce-in 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.p-int-discover__gallery-btn:focus-visible {
  outline: 2px solid #8f2536;
  outline-offset: 3px;
}
@media screen and (max-width: 960px) {
  .p-int-discover__bleed {
    width: 100%;
    margin-inline: 0;
  }
  .p-int-discover__inner {
    display: grid;
    grid-template-areas: "head" "visual" "body";
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-items: start;
    gap: clamp(24px, 5vw, 40px);
  }
  .p-int-discover__visual {
    grid-area: visual;
    position: relative;
    z-index: 0;
    width: min(100%, 480px);
    pointer-events: none;
  }
  .p-int-discover__content {
    display: contents;
  }
  .p-int-discover__head {
    grid-area: head;
    width: 87%;
    max-width: 648px;
    align-items: center;
    text-align: center;
  }
  .p-int-discover__body {
    grid-area: body;
    position: relative;
    z-index: 2;
    width: 87%;
    max-width: 648px;
    align-items: center;
    gap: clamp(32px, 8vw, 48px);
    padding-left: 0;
  }
  .p-int-discover__slide-count {
    --discover-count-size: clamp(72px, 22vw, 110px);
    right: clamp(12px, 6vw, 32px);
    bottom: clamp(12px, 6vw, 32px);
    font-size: clamp(0.95rem, 2.6vw, 1.2rem);
  }
  .p-int-discover__slide-count-current {
    font-size: 2.75em;
    white-space: nowrap;
  }
  .p-int-discover__topic {
    align-items: center;
    width: 100%;
  }
  .p-int-discover__topic-line {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    align-self: center;
    flex-shrink: 0;
    width: 4px;
    height: 80px;
    margin-top: -88px;
    margin-inline: auto;
    margin-bottom: max(0px, clamp(20px, 5vw, 32px) - 16px);
    transform: none;
    background: linear-gradient(180deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  }
  .p-int-discover__gallery {
    position: relative;
    z-index: 2;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    gap: clamp(2px, 1.2vw, 8px);
    padding-bottom: 0;
    pointer-events: auto;
  }
  .p-int-discover__gallery-item {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: clamp(52px, 16.5vw, 80px);
  }
  .p-int-discover__gallery-btn {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .p-int-discover__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-int-discover__lead {
    width: 100%;
    text-align: left;
  }
}

.p-int-about {
  --int-about-padding-top: 60px;
  position: relative;
  z-index: 1;
  padding-top: var(--int-about-padding-top);
  padding-bottom: 8.6111111111vw;
}
.p-int-about__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .p-int-about__inner {
    max-width: 1100px;
  }
}
.p-int-about__gradient-area {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
}
.p-int-about__bg-marquee {
  --int-about-marquee-font-size: clamp(8rem, 11vw, 16rem);
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(var(--int-about-marquee-font-size) * 1.12);
  overflow-x: hidden;
  overflow-y: visible;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.p-int-about__bg-marquee-inner {
  display: flex;
}
.p-int-about__bg-marquee-box {
  flex-shrink: 0;
}
.p-int-about__bg-marquee-box:nth-of-type(1) {
  animation: scroll-txt01 220s -110s linear infinite;
}
.p-int-about__bg-marquee-box:nth-of-type(2) {
  animation: scroll-txt02 220s linear infinite;
}
.p-int-about__bg-marquee span {
  display: inline-block;
  margin-right: 50px;
  font-size: var(--int-about-marquee-font-size);
  line-height: 1.12;
  color: #cfd6d9;
  opacity: 0.12;
}
.p-int-about__gradient-bg {
  position: absolute;
  top: calc(100cqw * 408 / 1200 - 8.6111111111vw);
  bottom: calc(-1 * 8.6111111111vw);
  left: calc(50% - 50vw);
  z-index: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-x: clip;
  overflow-y: visible;
  pointer-events: none;
}
.p-int-about__gradient-bg-top, .p-int-about__gradient-bg-bottom {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 8.6111111111vw;
  max-width: none;
  object-fit: fill;
}
.p-int-about__gradient-bg-main {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  background: linear-gradient(to bottom, #0969ad 0%, #bd394e 90%, #e8956e 100%);
}
.p-int-about__campus, .p-int-about__information, .p-int-about__schools {
  position: relative;
  z-index: 1;
}
.p-int-about__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.p-int-about__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
.p-int-about__lead {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-about__campus {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 120px;
}
.p-int-about__campus-figure {
  position: relative;
  width: 100%;
  margin: 0;
  container-type: inline-size;
}
.p-int-about__campus-img {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 1200/816;
  border-radius: clamp(40px, 8.33vw, 120px);
  object-fit: cover;
}
.p-int-about__campus-caption {
  margin-top: 20px;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.p-int-about__campus-infinity {
  position: absolute;
  top: 35.6666666667cqw;
  left: calc(50% - 50vw);
  z-index: 2;
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.p-int-about__campus-infinity__inner {
  display: flex;
}
.p-int-about__campus-infinity__box {
  flex-shrink: 0;
}
.p-int-about__campus-infinity__box:nth-of-type(1) {
  animation: scroll-txt01 180s -90s linear infinite;
}
.p-int-about__campus-infinity__box:nth-of-type(2) {
  animation: scroll-txt02 180s linear infinite;
}
.p-int-about__campus-infinity span {
  display: inline-block;
  margin-right: 50px;
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(8rem, 13.89vw, 20rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-int-about__campus-infinity span {
    font-size: clamp(6rem, 10vw, 12rem);
  }
}
.p-int-about__section-title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: clamp(2.4rem, 2.22vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-int-about__information {
  margin-bottom: 120px;
}
.p-int-about__info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.p-int-about__info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 256px;
  padding: 32px;
  background-color: #fff;
  border-radius: 24px;
}
.p-int-about__info-label {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  padding-right: 72px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #8f2536;
}
.p-int-about__info-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-int-about__info-value {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.p-int-about__info-value-lg {
  font-size: clamp(3.2rem, 2.78vw, 4rem);
  line-height: 1;
}
.p-int-about__info-value-md {
  font-size: clamp(2rem, 1.67vw, 2.4rem);
  line-height: 1.33;
}
.p-int-about__info-value-sm {
  font-size: clamp(2rem, 1.67vw, 2.4rem);
  line-height: 1.67;
}
.p-int-about__info-text {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.p-int-about__info-text .p-int-about__info-value-lg,
.p-int-about__info-text .p-int-about__info-value-md {
  font-weight: 700;
}
.p-int-about__info-icon {
  position: absolute;
  top: 32px;
  right: 32px;
  display: block;
  width: auto;
  height: 60px;
  max-width: none;
}
.p-int-about__schools {
  display: flex;
  flex-direction: column;
}
.p-int-about__school-group {
  display: flex;
  flex-direction: column;
}
.p-int-about__school-group + .p-int-about__school-group {
  margin-top: 120px;
}
.p-int-about__school-group--hover-preview {
  position: relative;
}
.p-int-about__school-group--hover-preview .p-int-about__school-link {
  position: relative;
}
.p-int-about__school-hover-target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-int-about__school-hover-target {
    display: none;
  }
}
.p-int-about__school-hover-preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: clamp(280px, 28vw, 400px);
  aspect-ratio: 4/3;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 960px) {
  .p-int-about__school-hover-preview {
    display: none;
  }
}
.p-int-about__school-hover-preview-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: rotate(7deg) scale(0.92) translateY(20px);
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), transform 0.45s cubic-bezier(0.34, 1.1, 0.58, 1), visibility 0.45s;
}
.p-int-about__school-hover-preview-img.is-active {
  opacity: 0.88;
  visibility: visible;
  transform: rotate(7deg) scale(1) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .p-int-about__school-hover-preview-img {
    transition: none;
    transform: rotate(7deg);
  }
  .p-int-about__school-hover-preview-img.is-active {
    transform: rotate(7deg);
  }
}
.p-int-about__school-tab-wrap {
  width: 100%;
  margin-inline: auto;
}
.p-int-about__school-tab {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 16px 24px;
  font-size: clamp(2rem, 1.67vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}
.p-int-about__school-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}
.p-int-about__school-item {
  border-bottom: 1px solid #fff;
}
.p-int-about__school-link {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 28px;
  align-items: center;
  padding-block: 55px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-int-about__school-link {
    max-width: 1100px;
  }
}
.p-int-about__school-link:focus-visible {
  outline: 2px solid #000;
}
.p-int-about__school-link:focus:not(:focus-visible) {
  outline: none;
}
.p-int-about__school-thumb {
  flex-shrink: 0;
  width: 110px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.p-int-about__school-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.p-int-about__school-content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.p-int-about__school-name {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 1.94vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-int-about__dept-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-int-about__dept-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-about__dept-bullet {
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
  max-width: none;
  margin-top: calc((1lh - 14px) / 2);
}
.p-int-about__school-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-int-about__school-arrow img {
  display: block;
  width: 20px;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 960px) {
  .p-int-about__head {
    align-items: center;
    text-align: center;
  }
  .p-int-about__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-int-about__info-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .p-int-about__info-card {
    min-height: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-int-about__lead {
    width: 100%;
    text-align: left;
  }
  .p-int-about__school-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) clamp(48px, 12vw, 56px);
    grid-template-areas: "thumb name arrow" "dept dept arrow";
    row-gap: 20px;
    column-gap: 16px;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: 28px;
    padding-right: 0;
    padding-left: clamp(24px, 6.5vw, 48px);
  }
  .p-int-about__school-thumb {
    grid-area: thumb;
    align-self: center;
    width: clamp(56px, 16vw, 72px);
  }
  .p-int-about__school-content {
    display: contents;
  }
  .p-int-about__school-name {
    grid-area: name;
    align-self: center;
    min-width: 0;
  }
  .p-int-about__dept-list {
    grid-area: dept;
    min-width: 0;
  }
  .p-int-about__school-arrow {
    grid-area: arrow;
    align-self: stretch;
    justify-self: stretch;
    width: auto;
    height: auto;
    min-height: 100%;
    margin: -28px 0;
    border: none;
    border-left: 1px dashed #fff;
    border-radius: 0;
  }
  .p-int-about__school-arrow img {
    width: 14px;
  }
}

.p-int-tuition {
  position: relative;
  z-index: 0;
  margin-top: 120px;
  padding-bottom: 120px;
  position: relative;
  isolation: isolate;
}
.p-int-tuition::before {
  content: "";
  position: absolute;
  top: -120px;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  pointer-events: none;
  background-color: #f2f4f5;
}
.p-int-tuition__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-int-tuition__inner {
    max-width: 1100px;
  }
}
.p-int-tuition__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
.p-int-tuition__body {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.p-int-tuition__block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-int-tuition__block-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-int-tuition__bar {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  padding: 18px;
  font-size: clamp(2.4rem, 2.22vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 4px;
}
.p-int-tuition__note {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-tuition__table-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-int-tuition__table-wrap {
  position: relative;
  padding: 32px 56px 40px;
  overflow-x: auto;
  overflow-y: visible;
  background-color: #fff;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
.p-int-tuition__table-wrap.is-scrollable.is-scroll-hint-visible .p-int-tuition__scroll-hint {
  opacity: 1;
  visibility: visible;
}
.p-int-tuition__table-wrap.is-scrollable.is-scroll-hint-visible::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(120px, 28%);
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}
.p-int-tuition__scroll-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px 24px 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.p-int-tuition__scroll-hint-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px 14px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.p-int-tuition__scroll-hint-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #8f2536;
  animation: int-tuition-scroll-hint-swipe 2s ease-in-out infinite;
}
.p-int-tuition__scroll-hint-hand-svg {
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}
.p-int-tuition__scroll-hint-text {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .p-int-tuition__scroll-hint-hand {
    animation: none;
  }
}
.p-int-tuition__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1072px;
}
.p-int-tuition__table-row {
  display: grid;
  grid-template-columns: 430px minmax(223px, max-content) minmax(0, 1fr);
  align-items: stretch;
}
.p-int-tuition__table-row:not(.p-int-tuition__table-row--head):not(:last-child) {
  margin-bottom: 2px;
}
.p-int-tuition__table-cell {
  min-width: 0;
}
.p-int-tuition__table-cell--faculty {
  border-right: 1px solid #e9e9e9;
}
.p-int-tuition__table-cell--regular {
  border-right: 1px solid #e9e9e9;
}
.p-int-tuition__table-cell--head {
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.p-int-tuition__table-cell--head.p-int-tuition__table-cell--faculty {
  padding-right: 16px;
}
.p-int-tuition__table-cell--head.p-int-tuition__table-cell--regular {
  padding-inline: 16px;
}
.p-int-tuition__table-cell--head.p-int-tuition__table-cell--intl {
  position: relative;
  padding: 0 0 16px 16px;
  overflow: visible;
}
.p-int-tuition__table-cell--faculty:not(.p-int-tuition__table-cell--head) {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 40px 25px 0;
  border-bottom: none;
}
.p-int-tuition__table-cell--faculty:not(.p-int-tuition__table-cell--head)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 4px;
}
.p-int-tuition__table-cell--regular:not(.p-int-tuition__table-cell--head) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 16px;
  border-bottom: 1px solid #e9e9e9;
}
.p-int-tuition__table-cell--intl:not(.p-int-tuition__table-cell--head) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border-bottom: 1px solid #e9e9e9;
}
.p-int-tuition__table-row:not(.is-first):not(.p-int-tuition__table-row--head) .p-int-tuition__table-cell--regular:not(.p-int-tuition__table-cell--head) {
  padding-block: 26px;
}
.p-int-tuition__table-row:not(.is-first):not(.p-int-tuition__table-row--head) .p-int-tuition__table-cell--intl:not(.p-int-tuition__table-cell--head) {
  padding-block: 21px;
}
.p-int-tuition__table-head-label {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #8f2536;
  text-align: center;
  background-color: #f2f4f5;
}
.p-int-tuition__table-head-intl {
  position: relative;
  width: 100%;
}
.p-int-tuition__table-head-intl .p-int-tuition__table-head-label {
  position: relative;
  z-index: 1;
}
.p-int-tuition__table-head-badge {
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 2;
  display: block;
  width: clamp(56px, 6.67vw, 96px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  pointer-events: none;
  transform: translateY(-50%);
}
.p-int-tuition__table-cell--regular .p-int-tuition__table-head-label {
  white-space: nowrap;
}
.p-int-tuition__table-faculty-text {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-int-tuition__table-regular-text {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.p-int-tuition__table-intl-text {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #a72033;
  text-align: center;
}
.p-int-tuition__footnotes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 32px 56px 40px;
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
}
.p-int-tuition__footnote {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-tuition__footnote-icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  max-width: none;
}
.p-int-tuition__scholarships {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-int-tuition__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.p-int-tuition__card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  height: 100%;
  padding: 16px 32px 40px;
  background-color: #fff;
  border-radius: 8px;
}
.p-int-tuition__card-line {
  display: block;
  width: 120px;
  height: 2px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 4px;
}
.p-int-tuition__card-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 304px;
  text-align: center;
}
.p-int-tuition__card-title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #8f2536;
}
.p-int-tuition__card-lead {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-tuition__card-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-int-tuition__card-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 24px 0;
  text-align: center;
}
.p-int-tuition__card-detail + .p-int-tuition__card-detail {
  border-top: 1px solid #cdcdcd;
}
.p-int-tuition__card-label {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #005b9c;
}
.p-int-tuition__card-value {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.p-int-tuition__card-value--lg {
  font-size: 2.4rem;
  line-height: 1;
}
.p-int-tuition__card-value--md {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-int-tuition__title {
    text-align: center;
  }
  .p-int-tuition__cards {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-int-tuition {
    margin-top: 120px;
  }
  .p-int-tuition::before {
    top: -120px;
  }
  .p-int-tuition__footnotes {
    padding-inline: 24px;
  }
}

@keyframes int-tuition-scroll-hint-swipe {
  0%, 100% {
    transform: translateX(-14px);
  }
  50% {
    transform: translateX(14px);
  }
}
.p-int-learning {
  margin-top: 120px;
}
.p-int-learning__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  --int-container-width: min(1200px, 87vw);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  .p-int-learning__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1400px) {
  .p-int-learning__inner {
    --int-container-width: min(1100px, 87vw);
  }
}
.p-int-learning__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
.p-int-learning__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 384px));
  gap: 24px;
  justify-content: space-between;
}
.p-int-learning__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-int-learning__card--gap-lg {
  gap: 40px;
}
.p-int-learning__card--gap-lg .p-int-learning__body {
  gap: 40px;
}
.p-int-learning__card--gap-sm {
  gap: 24px;
}
.p-int-learning__card--gap-sm .p-int-learning__body {
  gap: 24px;
}
.p-int-learning__num {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  font-size: clamp(4.8rem, 5.33vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  pointer-events: none;
  transform: translate(clamp(0.2rem, 1vw, 0.8rem), clamp(0.1rem, 0.5vw, 0.4rem));
}
.p-int-learning__visual {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 384px;
  aspect-ratio: 1;
}
.p-int-learning__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.p-int-learning__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-int-learning__card-title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: clamp(2.4rem, 2.22vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-int-learning__topic {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-int-learning__topic-lead {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-learning__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-int-learning__list-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-learning__list-icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  max-width: none;
}
.p-int-learning__accordion {
  width: 100%;
}
.p-int-learning__accordion-btn {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  width: fit-content;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-int-learning__accordion-btn:focus-visible {
  outline: 2px solid #000;
}
.p-int-learning__accordion-btn:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-int-learning__accordion-btn:hover {
    opacity: 0.6;
  }
}
.p-int-learning__accordion-btn.is-active .p-int-learning__accordion-icon-plus {
  display: none;
}
.p-int-learning__accordion-btn.is-active .p-int-learning__accordion-icon-minus {
  display: block;
}
.p-int-learning__accordion-btn:not(.is-active) .p-int-learning__accordion-icon-minus {
  display: none;
}
.p-int-learning__accordion-label {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
.p-int-learning__accordion-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #8f2536;
  border-radius: 50%;
}
.p-int-learning__accordion-icon-plus, .p-int-learning__accordion-icon-minus {
  display: block;
  width: 20px;
  height: 20px;
  max-width: none;
}
.p-int-learning__accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  width: min(1088px, var(--int-container-width));
  max-width: 1088px;
  overflow: hidden;
  transform: translateX(calc((var(--int-container-width) - min(1088px, var(--int-container-width))) / 2 - ((var(--int-container-width) - 48px) / 3 + 24px)));
  transition: grid-template-rows 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-int-learning__accordion-panel.is-open {
  grid-template-rows: 1fr;
}
@media (prefers-reduced-motion: reduce) {
  .p-int-learning__accordion-panel {
    transition: none;
  }
}
.p-int-learning__accordion-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  min-height: 0;
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .p-int-learning__accordion-panel-inner {
    gap: 48px;
  }
}
.p-int-learning__dormitory-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.p-int-learning__dormitory-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  aspect-ratio: 524/320;
  background-color: #f2f4f5;
}
.p-int-learning__dormitory-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.p-int-learning__dormitory-notes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 32px 40px;
  list-style: none;
  background-color: #f2f4f5;
  border-radius: 8px;
}
.p-int-learning__dormitory-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-int-learning__title {
    text-align: center;
  }
  .p-int-learning__cards {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }
  .p-int-learning__visual {
    max-width: none;
  }
  .p-int-learning__accordion-panel {
    transform: translateX(calc((var(--int-container-width) - min(1088px, var(--int-container-width))) / 2));
  }
  .p-int-learning__dormitory-gallery {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-int-learning {
    margin-top: 120px;
  }
  .p-int-learning__inner {
    gap: 48px;
  }
  .p-int-learning__accordion-panel {
    width: 100%;
    max-width: none;
    transform: none;
  }
  .p-int-learning__dormitory-notes {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 960px) and (min-width: 600px) {
  .p-int-learning__cards {
    gap: 48px;
  }
  .p-int-learning__card {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    grid-template-areas: "visual content";
    gap: clamp(32px, 16px + 2.5vw, 40px);
    align-items: start;
  }
  .p-int-learning__card--gap-lg, .p-int-learning__card--gap-sm {
    gap: clamp(32px, 16px + 2.5vw, 40px);
  }
  .p-int-learning__visual {
    grid-area: visual;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    container-type: inline-size;
  }
  .p-int-learning__num {
    font-size: clamp(4.8rem, 20cqw, 7.2rem);
  }
  .p-int-learning__body {
    display: flex;
    grid-area: content;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
    min-width: 0;
  }
  .p-int-learning__card--gap-lg .p-int-learning__body {
    gap: clamp(16px, 2vw, 24px);
  }
  .p-int-learning__card--gap-sm .p-int-learning__body {
    gap: clamp(16px, 2vw, 24px);
  }
  .p-int-learning__card-title {
    font-size: clamp(2rem, 2.4vw, 2.8rem);
  }
  .p-int-learning__topic-lead, .p-int-learning__list-item {
    font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  }
  .p-int-learning__accordion {
    min-width: 0;
  }
  .p-int-learning__accordion-label {
    font-size: 2rem;
  }
  .p-int-learning__accordion-panel {
    width: 100%;
    max-width: none;
    transform: none;
  }
  .p-int-learning__dormitory-gallery {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-int-learning__cards {
    gap: 40px;
  }
  .p-int-learning__num {
    font-size: clamp(6.4rem, 14vw, 8rem);
  }
  .p-int-learning__accordion-btn {
    gap: 12px;
  }
  .p-int-learning__accordion-label {
    font-size: 2rem;
  }
  .p-int-learning__accordion-icon {
    width: 40px;
    height: 40px;
  }
  .p-int-learning__accordion-icon-plus, .p-int-learning__accordion-icon-minus {
    width: 16px;
    height: 16px;
  }
  .p-int-learning__accordion-panel.is-open .p-int-learning__accordion-panel-inner {
    gap: 32px;
  }
  .p-int-learning__accordion-panel.is-open .p-int-learning__dormitory-gallery {
    gap: 32px;
  }
}

.p-int-brochures {
  margin-top: 120px;
}
.p-int-brochures__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1400px) {
  .p-int-brochures__inner {
    max-width: 1100px;
  }
}
.p-int-brochures__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-int-brochures__head .p-int-about__section-title {
  margin-bottom: 0;
  color: #8f2536;
}
.p-int-brochures__lead {
  margin: 0;
  max-width: 40em;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.p-int-brochures__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-int-brochures__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-int-brochures__entry {
  min-width: 0;
}
.p-int-brochures__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 20px 24px;
  background-color: #fff;
  border: 1px solid rgba(143, 37, 54, 0.12);
  border-radius: 16px;
}
.p-int-brochures__item--available {
  color: #8f2536;
  transition: opacity 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.p-int-brochures__item--available:focus-visible {
  outline: 2px solid #000;
}
.p-int-brochures__item--available:focus:not(:focus-visible) {
  outline: none;
}
.p-int-brochures__item--available:focus {
  opacity: 0.85;
  border-color: rgba(143, 37, 54, 0.28);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
@-moz-document url-prefix() {
  .p-int-brochures__item--available:hover {
    opacity: 0.85;
    border-color: rgba(143, 37, 54, 0.28);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-int-brochures__item--available:hover {
    opacity: 0.85;
    border-color: rgba(143, 37, 54, 0.28);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }
}
.p-int-brochures__item--soon {
  background-color: rgba(242, 244, 245, 0.7);
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}
.p-int-brochures__item--soon .p-int-brochures__lang,
.p-int-brochures__item--soon .p-int-brochures__action-text {
  color: rgba(0, 0, 0, 0.42);
}
.p-int-brochures__item--soon .p-int-brochures__lang-icon {
  opacity: 0.42;
}
.p-int-brochures__lang-wrap {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.p-int-brochures__lang-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.p-int-brochures__lang-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-int-brochures__lang {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  min-width: 0;
  color: #000;
  font-size: clamp(1.6rem, 1.39vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}
.p-int-brochures__action {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}
.p-int-brochures__action-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.p-int-brochures__item--available .p-int-brochures__action-text {
  color: #8f2536;
}
.p-int-brochures__action-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(143, 37, 54, 0.35);
  border-radius: 50%;
}
.p-int-brochures__action-icon img {
  display: block;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .p-int-brochures__item {
    min-height: 64px;
    padding: 18px 20px;
  }
}

.p-int-contact {
  margin-top: 120px;
  padding-bottom: 160px;
}
.p-int-contact__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-int-contact__inner {
    max-width: 1100px;
  }
}
.p-int-contact__box {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 80px;
  color: #fff;
  background: linear-gradient(74.47deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .p-int-contact__box {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-int-contact__box {
    gap: 48px;
    padding: 40px 24px;
  }
}
.p-int-contact__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.p-int-contact__title {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-int-contact__lead {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-int-contact__info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-int-contact__info {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 24px;
  }
}
@media screen and (min-width: 961px) {
  .p-int-contact__info {
    display: grid;
    grid-template-columns: max-content 1fr max-content 1fr;
    column-gap: 32px;
  }
}
.p-int-contact__row {
  display: flex;
  gap: 36px;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .p-int-contact__row {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-int-contact__row {
    display: contents;
  }
}
.p-int-contact__cell {
  display: flex;
  flex: 1;
  gap: 32px;
  align-items: flex-start;
  align-self: stretch;
  min-width: 0;
  padding: 32px 0;
  border-bottom: 1px dashed #fff;
}
.p-int-contact__cell--border-top {
  border-top: 1px dashed #fff;
}
@media screen and (max-width: 960px) {
  .p-int-contact__cell {
    gap: 24px;
  }
}
@media screen and (min-width: 600px) {
  .p-int-contact__cell {
    display: grid;
    grid-template-columns: subgrid;
    column-gap: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-int-contact__cell {
    grid-column: 1/-1;
    column-gap: 24px;
  }
}
@media screen and (min-width: 961px) {
  .p-int-contact__cell:nth-child(1) {
    grid-column: 1/3;
  }
  .p-int-contact__cell:nth-child(2) {
    grid-column: 3/5;
  }
}
.p-int-contact__label {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.p-int-contact__value {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-int-contact {
    margin-top: 120px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-int-contact__lead {
    width: 100%;
    text-align: left;
  }
  .p-int-contact__cell {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-int-contact__label {
    font-size: 1.6rem;
    white-space: normal;
  }
  .p-int-contact__value {
    flex: none;
    width: 100%;
    font-size: 1.8rem;
  }
  .p-int-contact__value br {
    display: none;
  }
}

body.p-news-page {
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}
body.p-news-page .l-sub-fv + .l-main > .c-bread:first-child {
  margin-bottom: calc(72px - 1.68rem);
}
@media screen and (max-width: 599px) {
  body.p-news-page .l-sub-fv + .l-main > .c-bread:first-child {
    margin-bottom: calc(32px - 1.68rem);
  }
}
body.p-news-page .p-news-archive {
  padding-top: 0;
  padding-bottom: 120px;
}
body.p-news-page .p-news-archive__nav .page-numbers {
  color: #fff;
  background-color: #8f2536;
  border-radius: 50%;
}
body.p-news-page .p-news-archive__nav .page-numbers.current {
  color: #8f2536;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #8f2536;
}
body.p-news-page .p-news-archive__nav a.page-numbers:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  body.p-news-page .p-news-archive__nav a.page-numbers:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.p-news-page .p-news-archive__nav a.page-numbers:hover {
    opacity: 0.6;
  }
}

body.p-news-detail-page {
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}
body.p-news-detail-page .l-sub-fv + .l-main > .c-bread:first-child {
  margin-bottom: calc(72px - 1.68rem);
}
@media screen and (max-width: 599px) {
  body.p-news-detail-page .l-sub-fv + .l-main > .c-bread:first-child {
    margin-bottom: calc(32px - 1.68rem);
  }
}
body.p-news-detail-page .p-news-single {
  padding-top: 0;
  padding-bottom: 120px;
}

.p-news-single__inner {
  width: 87%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 3.869px 19.344px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 960px) {
  .p-news-single__inner {
    padding: 48px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-news-single__inner {
    width: calc(100% - 32px);
    padding: 32px 24px;
  }
}
.p-news-single__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-news-single__date {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #c9c9c9;
}
.p-news-single__title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-news-single__title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-news-single__tag {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  width: fit-content;
  padding: 6px 10px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: left;
  overflow-wrap: anywhere;
  border-radius: 4px;
}
.p-news-single__tag--01 {
  background-color: #d97547;
}
.p-news-single__tag--02 {
  background-color: #9a5da5;
}
.p-news-single__tag--03 {
  background-color: #d83232;
}
.p-news-single__tag--04 {
  background-color: #42a038;
}
.p-news-single__tag--05 {
  background-color: #404dad;
}
.p-news-single__divider {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid #f7ebed;
}
.p-news-single__content {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  color: #000;
}
.p-news-single__content > *:first-child {
  margin-top: 0;
}
.p-news-single__content > *:last-child {
  margin-bottom: 0;
}
.p-news-single__content p {
  margin: 0 0 1.5em;
}
.p-news-single__content a {
  color: #8f2536;
  text-decoration: underline;
}
.p-news-single__content a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .p-news-single__content a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news-single__content a:hover {
    text-decoration: none;
  }
}
.p-news-single__content h2,
.p-news-single__content h3,
.p-news-single__content h4 {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 2em 0 1em;
  font-weight: 700;
  color: #000;
}
.p-news-single__content h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 2px solid #8f2536;
}
@media screen and (max-width: 768px) {
  .p-news-single__content h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-news-single__content h3 {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 12px;
  border-left: 4px solid #8f2536;
}
@media screen and (max-width: 768px) {
  .p-news-single__content h3 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-news-single__content h4 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-news-single__content ul,
.p-news-single__content ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
.p-news-single__content li + li {
  margin-top: 0.5em;
}
.p-news-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
  border-radius: 8px;
}
.p-news-single__content .wp-block-image {
  margin: 1.5em 0;
}
.p-news-single__content .wp-block-table {
  margin: 1.5em 0;
  overflow-x: auto;
}
.p-news-single__content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.p-news-single__content .wp-block-table th,
.p-news-single__content .wp-block-table td {
  padding: 12px 16px;
  border: 1px solid #f7ebed;
}
.p-news-single__content .wp-block-table th {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  background-color: #f2f4f5;
}
.p-news-single__back {
  margin-top: 80px;
  text-align: center;
}
.p-news-single__back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  min-width: 280px;
  height: 72px;
  padding: 0 40px;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #8f2536;
  border-radius: 41px;
  box-shadow: 0 3.869px 19.344px rgba(0, 0, 0, 0.08);
  transition: none;
  transform-origin: center;
}
.p-news-single__back-btn.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-news-single__back-btn.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-news-single__back-btn:focus-visible {
  outline: 2px solid #000;
}
.p-news-single__back-btn:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-news-single__back-btn {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 20px 24px;
  }
}
.p-news-single__back-btn-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f2536;
  white-space: nowrap;
}

.p-news-archive {
  padding: 60px 0 120px;
}
.p-news-archive__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-news-archive__inner {
    max-width: 1266px;
  }
}
.p-news-archive__head {
  margin-bottom: 40px;
  text-align: center;
}
.p-news-archive__head-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-news-archive__head-ja {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-news-archive__head-en {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
@media screen and (max-width: 960px) {
  .p-news-archive__head-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-archive__head-en {
    margin-top: 8px;
    font-size: 4rem;
  }
}
.p-news-archive__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-news-archive__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-news-archive__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3.869px 19.344px rgba(0, 0, 0, 0.08);
  transition: none;
  transform-origin: center;
}
.p-news-archive__item.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-news-archive__item.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-news-archive__item:focus-visible {
  outline: 2px solid #000;
}
.p-news-archive__item:focus:not(:focus-visible) {
  outline: none;
}
.p-news-archive__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
}
.p-news-archive__thumb::before {
  display: block;
  padding-top: 75.07%;
  content: "";
}
.p-news-archive__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-news-archive__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.p-news-archive__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-news-archive__date {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #c9c9c9;
}
.p-news-archive__title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
}
.p-news-archive__tag {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  width: fit-content;
  padding: 6px 10px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: left;
  overflow-wrap: anywhere;
  border-radius: 4px;
}
.p-news-archive__tag--01 {
  background-color: #d97547;
}
.p-news-archive__tag--02 {
  background-color: #9a5da5;
}
.p-news-archive__tag--03 {
  background-color: #d83232;
}
.p-news-archive__tag--04 {
  background-color: #42a038;
}
.p-news-archive__tag--05 {
  background-color: #404dad;
}
.p-news-archive__nav {
  margin-top: 64px;
}

.p-top {
  position: relative;
}
.p-top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}

.p-top-purpose {
  padding: 120px 0 60px;
}
.p-top-purpose__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-purpose__inner {
    max-width: 1266px;
  }
}
.p-top-purpose__head {
  margin-bottom: 40px;
}
.p-top-purpose__head-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-top-purpose__head-ja {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-top-purpose__head-en {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
@media screen and (max-width: 960px) {
  .p-top-purpose__head-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-purpose__head-en {
    margin-top: 8px;
    font-size: 4rem;
  }
}
.p-top-purpose__body {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-top-purpose__cards {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  .p-top-purpose__cards {
    flex-direction: column;
  }
}
.p-top-purpose__card-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  overflow: visible;
}
.p-top-purpose__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 24px 24px 32px 40px;
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
}
.p-top-purpose__card:focus-visible {
  outline: 2px solid #000;
}
.p-top-purpose__card:focus:not(:focus-visible) {
  outline: none;
}
.p-top-purpose__card.c-hover-parent {
  overflow: visible;
  z-index: 1;
}
.p-top-purpose__card.c-hover-parent:hover,
.p-top-purpose__card.c-hover-parent:focus-within {
  z-index: 3;
}
.p-top-purpose__card .c-fuki {
  left: 127px;
  bottom: 0;
  display: flex;
}
.p-top-purpose__card .c-fuki__txt {
  flex-shrink: 0;
  margin-left: -20px;
  margin-top: -140px;
}
.p-top-purpose__card--outbound .c-fuki {
  left: auto;
  right: -52px;
}
.p-top-purpose__card--support .c-fuki {
  left: auto;
  right: -44px;
}
.p-top-purpose__card--outbound .c-fuki__txt {
  margin-left: -56px;
  margin-top: -92px;
}
.p-top-purpose__card--support .c-fuki__txt {
  margin-left: -40px;
  margin-top: -78px;
}
.p-top-purpose__card--international {
  flex: 1;
  gap: 105px;
  padding: 24px 24px 40px 60px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
}
.p-top-purpose__card--international .p-top-purpose__card-body {
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (min-width: 961px) {
  .p-top-purpose__card--international .p-top-purpose__card-body {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-top-purpose__card--international {
    gap: 40px;
    padding: 24px 24px 32px 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-top-purpose__card--international {
    gap: 24px;
    padding: 24px 24px 32px 24px;
  }
}
.p-top-purpose__card--outbound {
  flex: 0 0 auto;
  background-color: #a9273c;
}
.p-top-purpose__card--support {
  flex: 0 0 auto;
  background-color: #0969ad;
}
.p-top-purpose__card.is-unready {
  color: #dfdfdf;
  background-color: #9e9e9e;
  pointer-events: none;
  cursor: default;
}
.p-top-purpose__card.is-unready:hover, .p-top-purpose__card.is-unready:focus {
  opacity: 1;
}
.p-top-purpose__card.is-unready:focus-visible {
  outline: none;
}
.p-top-purpose__card.is-unready .p-top-purpose__badge {
  color: #9e9e9e;
  background-color: #dfdfdf;
}
.p-top-purpose__card.is-unready .p-top-purpose__card-lead {
  gap: 12px;
}
.p-top-purpose__card.is-unready .p-top-purpose__label,
.p-top-purpose__card.is-unready .p-top-purpose__title,
.p-top-purpose__card.is-unready .p-top-purpose__desc {
  color: #dfdfdf;
}
.p-top-purpose__card.is-unready .p-top-purpose__arrow {
  border-color: #dfdfdf;
}
.p-top-purpose__card.is-unready .p-top-purpose__arrow .c-arrow-btn__icon--default {
  display: none;
}
.p-top-purpose__card.is-unready .p-top-purpose__arrow .c-arrow-btn__icon--unready {
  display: block;
}
.p-top-purpose__card-lead {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-top-purpose__badge {
  flex-shrink: 0;
  align-self: flex-end;
  padding: 6px 10px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #8f2536;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-purpose__badge {
    align-self: flex-start;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.p-top-purpose__badge--en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-top-purpose__card-body {
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  min-height: auto;
}
.p-top-purpose__card-text {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.p-top-purpose__label {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #fff;
}
.p-top-purpose__label--en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.p-top-purpose__title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4166666667;
}
.p-top-purpose__title--lg {
  font-size: 3.2rem;
  line-height: 1.3125;
}
@media screen and (max-width: 768px) {
  .p-top-purpose__title--lg {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
.p-top-purpose__desc {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7857142857;
  color: #fff;
}
.p-top-purpose__desc--en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
}
.p-top-purpose__arrow {
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .p-top-purpose__card-body {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .p-top-purpose__card-text {
    gap: 16px;
  }
  .p-top-purpose__title--lg {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
  .p-top-purpose__card.is-unready .p-top-purpose__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-top-purpose__card.is-unready {
    padding: 24px 24px 32px 24px;
  }
  .p-top-purpose__arrow.c-arrow-btn--circle-lg {
    width: 40px;
    height: 40px;
    --c-arrow-btn-icon-w: 16px;
  }
}
.p-top-purpose__notice {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px;
  background-color: #f2f4f5;
  border-radius: 76px;
}
.p-top-purpose__notice:focus-visible {
  outline: 2px solid #000;
}
.p-top-purpose__notice:focus:not(:focus-visible) {
  outline: none;
}
.p-top-purpose__notice:focus .p-top-purpose__notice-arrow {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@-moz-document url-prefix() {
  .p-top-purpose__notice:hover .p-top-purpose__notice-arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-purpose__notice:hover .p-top-purpose__notice-arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-purpose__notice:focus .p-top-purpose__notice-arrow {
    animation: none;
    transform: scale(0.98);
  }
  @-moz-document url-prefix() {
    .p-top-purpose__notice:hover .p-top-purpose__notice-arrow {
      animation: none;
      transform: scale(0.98);
    }
  }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .p-top-purpose__notice:hover .p-top-purpose__notice-arrow {
    animation: none;
    transform: scale(0.98);
  }
}
@media screen and (max-width: 768px) {
  .p-top-purpose__notice {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    border-radius: 32px;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    grid-template-areas: "icon title arrow" "desc desc desc";
    gap: 12px 16px;
    align-items: center;
    padding: 24px 24px 32px 24px;
  }
}
.p-top-purpose__notice-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 60px;
}
.p-top-purpose__notice-icon img {
  display: block;
  width: 45px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-purpose__notice-icon {
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  .p-top-purpose__notice-icon img {
    width: 24px;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    grid-area: icon;
    align-self: center;
  }
  .p-top-purpose__notice-icon img {
    width: 15px;
  }
}
.p-top-purpose__notice-body {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 32px;
  justify-content: space-between;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-top-purpose__notice-body {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice-body {
    display: contents;
  }
}
.p-top-purpose__notice-text {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 32px;
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .p-top-purpose__notice-text {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice-text {
    display: contents;
  }
}
.p-top-purpose__notice-title {
  flex-shrink: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .p-top-purpose__notice-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice-title {
    grid-area: title;
    align-self: center;
  }
}
.p-top-purpose__notice-desc {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 769px) {
  .p-top-purpose__notice-desc {
    grid-area: desc;
    align-self: start;
  }
}
.p-top-purpose__notice-arrow {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top-purpose__notice-arrow {
    align-self: flex-end;
  }
  .p-top-purpose__notice-arrow.c-arrow-btn--circle-lg {
    width: 64px;
    height: 64px;
    --c-arrow-btn-icon-w: 16px;
  }
}
@media (max-width: 769px) {
  .p-top-purpose__notice-arrow {
    grid-area: arrow;
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  .p-top-purpose__notice-arrow.c-arrow-btn--circle-lg {
    width: 40px;
    height: 40px;
    --c-arrow-btn-icon-w: 16px;
  }
}

.is-safari .p-top-purpose__card--international .c-fuki,
.is-safari .p-top-purpose__card--outbound .c-fuki,
.is-safari .p-top-purpose__card--support .c-fuki {
  overflow: visible;
}
.is-safari .p-top-purpose__card--international .c-fuki .c-fuki__txt {
  margin-top: -132px;
  max-width: none;
}
.is-safari .p-top-purpose__card--outbound .c-fuki .c-fuki__txt {
  margin-left: -56px;
  margin-top: -84px;
  max-width: none;
}
.is-safari .p-top-purpose__card--support .c-fuki .c-fuki__txt {
  margin-left: -40px;
  margin-top: -70px;
  max-width: none;
}

.p-top-news {
  padding: 60px 0;
}
.p-top-news__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-news__inner {
    max-width: 1266px;
  }
}
.p-top-news__head {
  margin-bottom: 40px;
  text-align: center;
}
.p-top-news__head-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-top-news__head-ja {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-top-news__head-en {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
@media screen and (max-width: 960px) {
  .p-top-news__head-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__head-en {
    margin-top: 8px;
    font-size: 4rem;
  }
}
.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 961px) {
  .p-top-news__list.is-count-1, .p-top-news__list.is-count-2 {
    display: flex;
    justify-content: center;
  }
  .p-top-news__list.is-count-1 .p-top-news__list__item, .p-top-news__list.is-count-2 .p-top-news__list__item {
    flex: 0 0 calc((100% - 40px * 2) / 3);
    width: calc((100% - 40px * 2) / 3);
    max-width: calc((100% - 40px * 2) / 3);
  }
}
@media screen and (max-width: 960px) {
  .p-top-news__list {
    grid-template-columns: 1fr;
  }
  .p-top-news__list.is-count-1 .p-top-news__list__item, .p-top-news__list.is-count-2 .p-top-news__list__item {
    flex: initial;
    width: auto;
    max-width: none;
  }
}
.p-top-news__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3.869px 19.344px rgba(0, 0, 0, 0.08);
  transition: none;
  transform-origin: center;
}
.p-top-news__item.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-news__item.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-top-news__item:focus-visible {
  outline: 2px solid #000;
}
.p-top-news__item:focus:not(:focus-visible) {
  outline: none;
}
.p-top-news__thumb {
  display: block;
  position: relative;
  position: relative;
  overflow: hidden;
}
.p-top-news__thumb::before {
  display: block;
  padding-top: 75.07%;
  content: "";
}
.p-top-news__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-news__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.p-top-news__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-top-news__date {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  color: #c9c9c9;
}
.p-top-news__title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
}
.p-top-news__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 6px 10px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.p-top-news__tag--01 {
  background-color: #d97547;
}
.p-top-news__tag--02 {
  background-color: #9a5da5;
}
.p-top-news__tag--03 {
  background-color: #d83232;
}
.p-top-news__tag--04 {
  background-color: #42a038;
}
.p-top-news__tag--05 {
  background-color: #404dad;
}
.p-top-news__more {
  margin-top: 40px;
  text-align: center;
}
.p-top-news__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  min-width: 280px;
  height: 72px;
  padding: 0 40px;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #8f2536;
  border-radius: 41px;
  box-shadow: 0 3.869px 19.344px rgba(0, 0, 0, 0.08);
  transition: none;
  transform-origin: center;
}
.p-top-news__more-btn.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-news__more-btn.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-top-news__more-btn:focus-visible {
  outline: 2px solid #000;
}
.p-top-news__more-btn:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-top-news__more-btn {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 20px 24px;
  }
}
.p-top-news__more-btn-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f2536;
  white-space: nowrap;
}

.p-top-instagram {
  position: relative;
  padding: 60px 0;
}
.p-top-instagram__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
@media screen and (max-width: 1400px) {
  .p-top-instagram__inner {
    max-width: 1266px;
  }
}
.p-top-instagram__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  overflow: visible;
}
.p-top-instagram__head-text {
  flex: 1;
  min-width: 0;
}
.p-top-instagram__head-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .p-top-instagram__head-ja {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-top-instagram__head-en {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #8f2536;
}
@media screen and (max-width: 960px) {
  .p-top-instagram__head-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-instagram__head-en {
    margin-top: 8px;
    font-size: 4rem;
  }
}
.p-top-instagram__link {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 35px;
  cursor: pointer;
}
.p-top-instagram__link.is-press-bounce {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-instagram__link.is-press-bounce {
    animation: none;
    transform: scale(0.94);
    transition: transform 0.12s ease;
  }
}
.p-top-instagram__link:focus-visible {
  outline: 2px solid #000;
}
.p-top-instagram__link:focus:not(:focus-visible) {
  outline: none;
}
.p-top-instagram__link > img {
  display: block;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-top-instagram__link {
    width: 56px;
    height: 56px;
    border-radius: 28px;
  }
}
.p-top-instagram__fuki {
  left: var(--instagram-fuki-left, 0);
  top: var(--instagram-fuki-top, 0);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.p-top-instagram__fuki .c-fuki__txt {
  margin-bottom: -15px;
}
.p-top-instagram__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-inline: 71px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-top-instagram__slider {
    padding-inline: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-instagram__slider {
    padding-inline: 48px;
  }
}
.p-top-instagram__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-top-instagram__nav:focus-visible {
  outline: 2px solid #000;
}
.p-top-instagram__nav:focus:not(:focus-visible) {
  outline: none;
}
.p-top-instagram__nav .c-arrow-btn {
  pointer-events: auto;
}
@media screen and (max-width: 500px) {
  .p-top-instagram__nav .c-arrow-btn--circle-md {
    width: 56px;
    height: 56px;
  }
}
.p-top-instagram__nav--prev {
  left: 24px;
}
.p-top-instagram__nav--prev .c-arrow-btn img {
  transform: scaleX(-1);
}
.p-top-instagram__nav--next {
  right: 24px;
}
.p-top-instagram__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-top-instagram__gallery {
  width: calc(100% + 142px);
  margin-inline: -71px;
  overflow: visible;
}
.p-top-instagram__gallery.swiper {
  overflow: visible;
}
.p-top-instagram__gallery.swiper .swiper-wrapper.is-instagram-slide-bounce {
  animation: instagram-slide-bounce-x 720ms linear forwards;
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-instagram__gallery.swiper .swiper-wrapper {
    transition-timing-function: ease-out !important;
  }
}
@media screen and (max-width: 960px) {
  .p-top-instagram__gallery {
    width: calc(100% + 112px);
    margin-inline: -56px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-instagram__gallery {
    width: calc(100% + 96px);
    margin-inline: -48px;
  }
}
.p-top-instagram__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top-instagram__item {
  flex-shrink: 0;
  width: 365px;
  overflow: visible;
}
.p-top-instagram__item.swiper-slide {
  position: relative;
  z-index: 1;
  width: 365px;
  height: auto;
}
.p-top-instagram__item.swiper-slide:hover {
  z-index: 3;
}
.p-top-instagram__item-card {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: none;
  transform-origin: center;
}
.p-top-instagram__item-card.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-instagram__item-card.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-top-instagram__item-card:focus-visible {
  outline: 2px solid #000;
}
.p-top-instagram__item-card:focus:not(:focus-visible) {
  outline: none;
}
.p-top-instagram__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-top-instagram__item {
    width: 280px;
  }
  .p-top-instagram__item.swiper-slide {
    width: 280px;
  }
}
@media (max-width: 769px) {
  .p-top-instagram__item {
    width: 320px;
  }
  .p-top-instagram__item.swiper-slide {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-instagram__item {
    width: 280px;
  }
  .p-top-instagram__item.swiper-slide {
    width: 280px;
  }
}

@keyframes instagram-slide-bounce-x {
  0% {
    transform: translate3d(var(--slide-from), 0, 0);
  }
  20% {
    transform: translate3d(calc(var(--slide-from) + (var(--slide-distance) - var(--slide-from)) * 0.06), 0, 0);
  }
  36% {
    transform: translate3d(calc(var(--slide-from) + (var(--slide-distance) - var(--slide-from)) * 0.2), 0, 0);
  }
  50% {
    transform: translate3d(calc(var(--slide-from) + (var(--slide-distance) - var(--slide-from)) * 0.44), 0, 0);
  }
  64% {
    transform: translate3d(calc(var(--slide-distance) + (var(--slide-distance) - var(--slide-from)) * 0.055), 0, 0);
  }
  80% {
    transform: translate3d(calc(var(--slide-distance) + (var(--slide-distance) - var(--slide-from)) * -0.018), 0, 0);
  }
  92% {
    transform: translate3d(calc(var(--slide-distance) + (var(--slide-distance) - var(--slide-from)) * 0.008), 0, 0);
  }
  100% {
    transform: translate3d(var(--slide-distance), 0, 0);
  }
}
.p-top-contact {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
}
.p-top-contact__inner {
  width: 87%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-contact__inner {
    max-width: 1266px;
  }
}
.p-top-contact__box {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 80px;
  color: #fff;
  background: linear-gradient(74.47deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .p-top-contact__box {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact__box {
    gap: 48px;
    padding: 40px 24px;
  }
}
.p-top-contact__head {
  text-align: center;
}
.p-top-contact__head-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-contact__head-ja {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-top-contact__head-en {
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-top-contact__head-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-contact__head-en {
    margin-top: 8px;
    font-size: 4rem;
  }
}
.p-top-contact__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-top-contact__row {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 960px) {
  .p-top-contact__row {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-contact__cell {
  display: flex;
  flex: 1;
  gap: 32px;
  align-items: center;
  min-width: 0;
  padding: 32px 0;
  border-bottom: 1px dashed #fff;
}
.p-top-contact__cell--border-top {
  border-top: 1px dashed #fff;
}
@media screen and (max-width: 960px) {
  .p-top-contact__cell {
    gap: 24px;
  }
}
.p-top-contact__label {
  flex-shrink: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  white-space: nowrap;
}
.p-top-contact__value {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5555555556;
}
.p-top-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  height: 82px;
  padding: 0 24px;
  background-color: #fff;
  border-radius: 41px;
  position: relative;
  overflow: visible;
}
.p-top-contact__btn:focus-visible {
  outline: 2px solid #000;
}
.p-top-contact__btn:focus:not(:focus-visible) {
  outline: none;
}
.p-top-contact__btn .c-fuki {
  right: -130px;
  bottom: 0;
  display: flex;
}
.p-top-contact__btn .c-fuki__txt {
  margin-top: -130px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .p-top-contact__btn {
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding: 20px 24px;
  }
}
.p-top-contact__btn-en {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  color: #005b9c;
  text-transform: uppercase;
  white-space: nowrap;
}
.p-top-contact__btn-ja {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f2536;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .p-top-contact__cell {
    padding: 16px 0;
  }
  .p-top-contact__label, .p-top-contact__value, .p-top-contact__btn-en, .p-top-contact__btn-ja {
    font-size: 1.6rem;
  }
  .p-top-contact__label, .p-top-contact__value {
    line-height: 1.625;
  }
}

body.home .p-top-contact::before,
body.front-page .p-top-contact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(60px + 230px);
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -1;
}

.c-fuki {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .c-fuki {
    display: none !important;
  }
}
.c-fuki__img {
  display: block;
  align-self: flex-end;
  transform-origin: 50% 100%;
}

/* ホバーのトリガー（人物・吹き出し） */
.p-top-instagram .c-fuki__img.c-hover-child.is-fuki-show {
  visibility: visible;
  animation: hover-person-pop 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.p-top-instagram .c-fuki__txt.c-hover-child.is-fuki-show {
  visibility: visible;
  opacity: 0;
  animation: hover-fuki-show 0.32s ease 0.4464s both;
}
.p-top-instagram .c-fuki.is-fuki-hide {
  visibility: visible;
  transform-origin: 50% 100%;
  animation: hover-person-hide 0.5s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.p-top-instagram .c-fuki.is-fuki-hide .c-fuki__img.c-hover-child,
.p-top-instagram .c-fuki.is-fuki-hide .c-fuki__txt.c-hover-child {
  visibility: visible;
  opacity: 1;
  transform: none;
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-instagram .p-top-instagram__fuki .c-fuki__img.c-hover-child.is-fuki-show,
.p-top-instagram .p-top-instagram__fuki .c-fuki__txt.c-hover-child.is-fuki-show {
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .p-top-instagram .p-top-instagram__fuki .c-fuki__txt.c-hover-child.is-fuki-show {
    transition-delay: 0.2s;
  }
  .p-top-instagram .p-top-instagram__fuki.c-fuki.is-fuki-hide {
    opacity: 0;
    visibility: hidden;
    transform: none;
    animation: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

.c-hover-parent {
  cursor: pointer;
}
.c-hover-parent .c-fuki__img.c-hover-child.is-fuki-show {
  visibility: visible;
  animation: hover-person-pop 0.72s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.c-hover-parent .c-fuki__txt.c-hover-child.is-fuki-show {
  visibility: visible;
  opacity: 0;
  animation: hover-fuki-show 0.32s ease 0.4464s both;
}
.c-hover-parent .c-fuki.is-fuki-hide {
  visibility: visible;
  transform-origin: 50% 100%;
  animation: hover-person-hide 0.5s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
.c-hover-parent .c-fuki.is-fuki-hide .c-fuki__img.c-hover-child,
.c-hover-parent .c-fuki.is-fuki-hide .c-fuki__txt.c-hover-child {
  visibility: visible;
  opacity: 1;
  transform: none;
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-hover-parent .c-fuki__img.c-hover-child.is-fuki-show,
.c-hover-parent .c-fuki__txt.c-hover-child.is-fuki-show {
    opacity: 1;
    visibility: visible;
    transform: none;
    animation: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .c-hover-parent .c-fuki__txt.c-hover-child.is-fuki-show {
    transition-delay: 0.2s;
  }
  .c-hover-parent .c-fuki.is-fuki-hide {
    opacity: 0;
    visibility: hidden;
    transform: none;
    animation: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

.c-hover-child {
  opacity: 0;
  visibility: hidden;
}
.c-hover-child.c-fuki__img {
  transform: scale(0.78);
}
.c-hover-child.c-fuki__txt {
  transform: none;
}
.c-hover-child.is-fuki-show {
  visibility: visible;
  transition: none;
}

@keyframes hover-person-pop {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
  45% {
    opacity: 1;
    transform: scale(1.08);
  }
  72% {
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hover-fuki-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hover-person-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  28% {
    transform: scale(0.96);
  }
  55% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(0.78);
  }
}

/* Contact下部のフッター背景（下層ページ用。TOPは body.home / body.front-page で既存対応） */
body:not(.home):not(.front-page) .p-top-contact {
  padding-top: 0;
}
body:not(.home):not(.front-page) .p-top-contact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: -1;
}

/* 関連リンク（下層ページ共通） */
.p-related-links {
  padding-top: 0;
  padding-bottom: 120px;
}
.p-related-links__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-related-links__inner {
    max-width: 1100px;
  }
}
.p-related-links__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-related-links__item {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  min-height: 152px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #f2f4f5;
  border-radius: 76px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.p-related-links__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
}
.p-related-links__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}
.p-related-links__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.p-related-links__title {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.p-related-links__desc {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #6b6b6b;
}
.p-related-links__arrow {
  margin-left: auto;
}
.p-related-links__item:focus-visible {
  outline: 2px solid #000;
}
.p-related-links__item:focus:not(:focus-visible) {
  outline: none;
}
.p-related-links__item:focus .p-related-links__arrow {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@-moz-document url-prefix() {
  .p-related-links__item:hover .p-related-links__arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-related-links__item:hover .p-related-links__arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-related-links__item:focus .p-related-links__arrow {
    animation: none;
    transform: scale(0.98);
  }
  @-moz-document url-prefix() {
    .p-related-links__item:hover .p-related-links__arrow {
      animation: none;
      transform: scale(0.98);
    }
  }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .p-related-links__item:hover .p-related-links__arrow {
    animation: none;
    transform: scale(0.98);
  }
}
.p-related-links__banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  transform-origin: center;
  transition: none;
}
.p-related-links__banner.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-related-links__banner.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-related-links__banner:focus-visible {
  outline: 2px solid #000;
}
.p-related-links__banner:focus:not(:focus-visible) {
  outline: none;
}
.p-related-links__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-related-links__banner-label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #6b6b6b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-related-links {
    padding-bottom: 80px;
  }
  .p-related-links__inner {
    gap: 40px;
  }
  .p-related-links__list {
    gap: 16px;
  }
  .p-related-links__banner-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .p-related-links__item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    grid-template-areas:
      "icon title arrow"
      "desc desc desc";
    gap: 12px 16px;
    align-items: center;
    min-height: 0;
    padding: 24px 24px 32px;
    border-radius: 32px;
  }
  .p-related-links__icon {
    grid-area: icon;
    align-self: center;
    width: 40px;
    height: 40px;
  }
  .p-related-links__icon img {
    max-width: 15px;
    max-height: 15px;
  }
  .p-related-links__text {
    display: contents;
  }
  .p-related-links__title {
    grid-area: title;
    font-size: 2rem;
    line-height: 1.25;
  }
  .p-related-links__desc {
    grid-area: desc;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-related-links__arrow {
    grid-area: arrow;
    margin-left: 0;
  }
  .p-related-links__arrow.c-arrow-btn--circle-lg {
    width: 40px;
    height: 40px;
    --c-arrow-btn-icon-w: 16px;
  }
}

@media screen and (max-width: 960px) {
  .p-related-links__title {
    font-size: 2rem;
  }
  .p-related-links {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-related-links__title {
    font-size: 1.8rem;
  }
  .p-related-links__item {
    padding: 24px;
  }
  .p-overseas-programs__carousel {
    --p-overseas-programs-card-w: calc(87% - 8px);
  }
}

/* 海外経験プログラム系 下層FV（赤帯 + 英語マーキー） */
.l-program-fv {
  /* 固定ヘッダー分は透明スペーサーのみ。赤背景は __band の範囲に限定 */
  --program-fv-header-offset: 134px;
  --program-fv-band-height: 312px;
  --program-fv-band-pad-x: 120px;
  --program-fv-band-pad-y: 120px;
  --program-fv-title-size: 4.8rem;
  --program-fv-marquee-size: 16rem;
  position: relative;
  z-index: 1;
  padding-top: var(--program-fv-header-offset);
  overflow: visible;
}
.l-program-fv__band {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-height: var(--program-fv-band-height);
  padding: var(--program-fv-band-pad-y) var(--program-fv-band-pad-x);
  overflow: hidden;
  background-color: #8f2536;
}
.l-program-fv__title {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 100%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--program-fv-title-size);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.l-program-fv__marquee {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: var(--program-fv-marquee-size);
  overflow: hidden;
  pointer-events: none;
  font-family: "Pathway Extreme", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #e3c9da;
  white-space: nowrap;
}
.l-program-fv__marquee-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.l-program-fv__marquee-track {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  gap: 80px;
  padding-right: 80px;
}
.l-program-fv__marquee-track:nth-of-type(1) {
  animation: scroll-txt01 var(--program-fv-marquee-duration, 180s) calc(var(--program-fv-marquee-duration, 180s) * -0.5) linear infinite;
}
.l-program-fv__marquee-track:nth-of-type(2) {
  animation: scroll-txt02 var(--program-fv-marquee-duration, 180s) linear infinite;
}
.l-program-fv__marquee-track span {
  display: block;
  font-size: var(--program-fv-marquee-size);
  line-height: 1;
  color: #e3c9da;
  opacity: 0.1;
  /* 垂直位置: 大きいほど下。0でem下端基準、0.1875emでM下端≒帯下端 */
  transform: translateY(0.1em);
}
.l-program-fv + .l-main > .c-bread:first-child {
  position: relative;
  z-index: 3;
  margin-top: 8px;
}
/* パンくず左位置を各セクション__inner（87% / max 1200px）に合わせる */
body.p-program-page .c-bread__list {
  max-width: 1200px;
}
@media screen and (max-width: 1400px) {
  body.p-program-page .c-bread__list {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .l-program-fv {
    --program-fv-header-offset: 134px;
    --program-fv-band-height: 240px;
    --program-fv-band-pad-x: max(6.5%, calc((100% - 1100px) / 2));
    --program-fv-band-pad-y: 0;
    --program-fv-title-size: 4rem;
    --program-fv-marquee-size: 10rem;
  }
  .l-program-fv__band {
    padding: 0;
  }
  .l-program-fv__title {
    position: absolute;
    top: 50%;
    left: var(--program-fv-band-pad-x);
    width: 87%;
    max-width: 1100px;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
  .l-program-fv__marquee-track {
    gap: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .l-program-fv {
    --program-fv-header-offset: 120px;
    --program-fv-band-height: 200px;
    --program-fv-band-pad-y: 0;
    --program-fv-title-size: 3.2rem;
    --program-fv-marquee-size: 7rem;
  }
}
@media screen and (max-width: 399px) {
  .l-program-fv {
    --program-fv-header-offset: 112px;
  }
}

/* 留学生支援サービス系 下層FV（青帯 + 英語マーキー） */
body.p-student-support-page .l-program-fv__band {
  background-color: #0969ad;
}
body.p-student-support-page .l-program-fv__marquee,
body.p-student-support-page .l-program-fv__marquee-track span {
  color: #b8d9ed;
}
body.p-student-support-page .c-bread__list {
  max-width: 1200px;
}
@media screen and (max-width: 1400px) {
  body.p-student-support-page .c-bread__list {
    max-width: 1100px;
  }
}

/* 海外渡航における危機管理について（S1_サポート体制） */
.p-crisis {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-crisis__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-crisis__inner {
    max-width: 1100px;
  }
}
.p-crisis__head {
  width: 100%;
}
.p-crisis__title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  word-break: break-word;
}
.p-crisis__lead {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-crisis__lead p {
  margin: 0;
}
.p-crisis__group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.p-crisis__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  box-sizing: border-box;
  padding: 18px 16px;
  border-radius: 4px;
  background-color: #8f2536;
}
.p-crisis__bar-text {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.p-crisis__doc {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dbdee0;
  border-radius: 8px;
}
.p-crisis__preview {
  width: 100%;
  height: 560px;
  overflow: hidden;
  background-color: #1a1a1a;
}
.p-crisis__preview img,
.p-crisis__preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
img.p-crisis__preview-thumb {
  display: none;
}
.p-crisis__preview img {
  object-fit: cover;
  object-position: top center;
}
.p-crisis__file {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background-color: #f2f4f5;
}
.p-crisis__pdf-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-color: #8f2536;
}
.p-crisis__pdf-icon span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-crisis__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.p-crisis__doc-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.p-crisis__doc-note {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #6b6b6b;
}
.p-crisis__btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  min-width: 280px;
  height: 72px;
  padding: 0 40px;
  border: 1px solid #8f2536;
  border-radius: 41px;
  background-color: #fff;
  color: #8f2536;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.6;
  transform-origin: center;
  transition: none;
}
.p-crisis__btn.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-crisis__btn.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-crisis__btn:focus-visible {
  outline: 2px solid #000;
}
.p-crisis__btn:focus:not(:focus-visible) {
  outline: none;
}
.p-crisis__btn-label {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f2536;
}
.p-crisis__btn-arrow {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8f2536;
}
@media screen and (max-width: 960px) {
  .p-crisis__title {
    font-size: 4rem;
  }
  .p-crisis__bar-text {
    font-size: 2.4rem;
  }
  .p-crisis__preview {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .p-crisis {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-crisis__inner {
    gap: 40px;
  }
  .p-crisis__title {
    font-size: 2.8rem;
  }
  .p-crisis__group {
    gap: 24px;
  }
  .p-crisis__bar {
    min-height: 66px;
    padding: 14px 16px;
  }
  .p-crisis__bar-text {
    font-size: 2rem;
    text-align: center;
  }
  .p-crisis__preview {
    height: 220px;
  }
  iframe.p-crisis__preview-frame {
    display: none;
  }
  img.p-crisis__preview-thumb {
    display: block;
  }
  .p-crisis__file {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
  }
  .p-crisis__pdf-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .p-crisis__doc-title {
    font-size: 1.6rem;
  }
  .p-crisis__doc-note {
    font-size: 1.4rem;
  }
  .p-crisis__btn {
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    justify-content: center;
    padding: 20px 24px;
  }
}

/* ==========================================================================
   p-overseas-*: 海外経験促進プログラム
   ========================================================================== */
.p-overseas-intro {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-overseas-intro__inner,
.p-overseas-field__inner,
.p-overseas-programs__inner {
  width: 87%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-overseas-intro__inner,
  .p-overseas-field__inner,
  .p-overseas-programs__inner {
    max-width: 1100px;
  }
}
.p-overseas-intro__title,
.p-overseas-field__title,
.p-overseas-programs__title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(3.2rem, 4.44vw, 6.4rem);
  line-height: 1.5;
  color: #8f2536;
}
.p-overseas-intro__body,
.p-overseas-field__body,
.p-overseas-programs__lead {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-overseas-intro__text,
.p-overseas-field__text,
.p-overseas-programs__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-overseas-intro__cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
.p-overseas-intro__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  box-sizing: border-box;
  min-width: 0;
  padding: 36px 32px;
  background-color: #fff;
  border: 1px solid #d5dbde;
  border-radius: 8px;
}
.p-overseas-intro__card-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #e8956e 0%, #bd394e 17.143%, #0c6cb0 68.571%);
}
.p-overseas-intro__card-icon img {
  display: block;
  width: 36px;
  height: auto;
  max-height: 36px;
}
.p-overseas-intro__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.p-overseas-intro__card-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8f2536;
  word-break: break-word;
}
.p-overseas-intro__card-text {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  word-break: break-word;
}
.p-overseas-field__figure-wrap {
  position: relative;
  width: 100%;
}
.p-overseas-field__figure {
  display: block;
  width: 100%;
  aspect-ratio: 2420 / 1342;
  overflow: hidden;
  border-radius: 8px;
}
.p-overseas-field__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-overseas-programs__chart-wrap {
  position: relative;
  width: 100%;
}
.p-overseas-programs__chart-wrap.is-scrollable.is-scroll-hint-visible .p-overseas-programs__scroll-hint,
.p-overseas-field__figure-wrap.is-scrollable.is-scroll-hint-visible .p-overseas-programs__scroll-hint {
  opacity: 1;
  visibility: visible;
}
.p-overseas-programs__chart-wrap.is-scrollable.is-scroll-hint-visible::after,
.p-overseas-field__figure-wrap.is-scrollable.is-scroll-hint-visible::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(120px, 28%);
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}
.p-overseas-programs__scroll-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px 24px 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.p-overseas-programs__scroll-hint-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px 14px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.p-overseas-programs__scroll-hint-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #8f2536;
  animation: int-tuition-scroll-hint-swipe 2s ease-in-out infinite;
}
.p-overseas-programs__scroll-hint-hand-svg {
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}
.p-overseas-programs__scroll-hint-text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .p-overseas-programs__scroll-hint-hand {
    animation: none;
  }
}
.p-overseas-programs__chart {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px 36px 48px;
  background-color: #fff;
  border-radius: 8px;
}
.p-overseas-programs__chart-plot {
  position: relative;
  width: 100%;
  max-width: 1128px;
  margin-inline: auto;
}
.p-overseas-programs__chart-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-overseas-programs__chart-grid-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px dashed #c9c9c9;
}
.p-overseas-programs__chart-grid-line:nth-child(1) {
  left: 0;
}
.p-overseas-programs__chart-grid-line:nth-child(2) {
  left: 25%;
}
.p-overseas-programs__chart-grid-line:nth-child(3) {
  left: 50%;
}
.p-overseas-programs__chart-grid-line:nth-child(4) {
  left: 75%;
}
.p-overseas-programs__chart-grid-line:nth-child(5) {
  right: 0;
  left: auto;
}
.p-overseas-programs__chart-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-bottom: 13px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(143, 37, 54, 0.25);
}
.p-overseas-programs__chart-year {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  text-align: center;
  word-break: break-word;
}
.p-overseas-programs__chart-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-overseas-programs__chart-bar {
  display: flex;
  gap: 2rem;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
}
.p-overseas-programs__chart-bar--col1 {
  width: calc(25% - 28px);
  margin-left: 14px;
}
.p-overseas-programs__chart-bar--brand.p-overseas-programs__chart-bar--col1 {
  padding-block: 8px;
}
.p-overseas-programs__chart-bar--full {
  width: calc(100% - 28px);
  margin-left: 14px;
}
.p-overseas-programs__chart-bar--from-col2 {
  width: calc(75% - 28px);
  margin-left: calc(25% + 14px);
}
.p-overseas-programs__chart-term {
  flex-shrink: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.p-overseas-programs__chart-name {
  min-width: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}
.p-overseas-programs__chart-name--sm {
  font-size: 1.8rem;
}
.p-overseas-programs__chart-bar--brand {
  color: #fff;
  background-color: #8f2536;
}
.p-overseas-programs__chart-bar--gray {
  color: #000;
  background-color: #eceff1;
}
.p-overseas-programs__chart-bar--pink {
  color: #8f2536;
  background-color: #efd6da;
}
.p-overseas-programs__chart-bar--blue {
  color: #fff;
  background-color: #005b9c;
}
.p-overseas-programs__chart-bar--blue-light {
  color: #005b9c;
  background-color: #cde3f2;
}
.p-overseas-field__figure-label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #6b6b6b;
}

.p-overseas-field {
  padding-top: 0;
  padding-bottom: 120px;
}

.p-overseas-programs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f4f5;
}

@media screen and (max-width: 960px) {
  .p-overseas-intro__cards {
    flex-wrap: wrap;
  }
  .p-overseas-intro__card {
    flex: 1 1 calc(50% - 12px);
  }
  .p-overseas-field__figure {
    height: auto;
    aspect-ratio: 2420 / 1342;
    min-height: 0;
  }
  .p-overseas-intro,
  .p-overseas-programs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-overseas-field {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .p-overseas-intro__inner,
  .p-overseas-field__inner,
  .p-overseas-programs__inner {
    gap: 40px;
  }
  .p-overseas-programs__carousel {
    margin-top: 64px;
  }
}

@media screen and (max-width: 959px) {
  .p-overseas-programs__chart-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-overseas-programs__chart {
    width: auto;
    max-width: none;
    min-width: 880px;
    margin-inline: 0;
    padding: 32px 24px 40px;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .p-overseas-programs__chart-name--sm {
    font-size: 1.6rem;
  }
  .p-overseas-programs__chart-bar--brand.p-overseas-programs__chart-bar--col1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding-block: 1.2rem;
  }
  .p-overseas-programs__chart-bar--brand.p-overseas-programs__chart-bar--col1 .p-overseas-programs__chart-name br {
    display: none;
  }
}

.p-overseas-programs__carousel {
  --p-overseas-programs-gutter: max(6.5%, calc((100% - 1200px) / 2));
  --p-overseas-programs-card-w: min(87%, 1200px);
  --p-overseas-programs-nav-size: 120px;
  --p-overseas-programs-space: 24px;
  position: relative;
  margin-top: 64px;
  overflow-x: hidden; /* Safari fallback; clip wins where supported */
  overflow-x: clip;
}
@media screen and (min-width: 961px) {
  .p-overseas-programs__carousel {
    --p-overseas-programs-space: 39px;
  }
}
@media screen and (max-width: 1400px) {
  .p-overseas-programs__carousel {
    --p-overseas-programs-gutter: max(6.5%, calc((100% - 1100px) / 2));
    --p-overseas-programs-card-w: min(87%, 1100px);
  }
}
.p-overseas-programs__slider {
  overflow: hidden;
  touch-action: pan-y;
  padding-left: var(--p-overseas-programs-gutter);
  box-sizing: border-box;
}
.p-overseas-programs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-overseas-programs__item {
  width: var(--p-overseas-programs-card-w);
  height: auto;
}
.p-overseas-programs__item.swiper-slide:hover {
  z-index: 3;
}
.p-overseas-programs__card {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 508px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  transform-origin: center;
  transition: none;
}
.p-overseas-programs__card.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-overseas-programs__card.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-overseas-programs__card-media {
  position: relative;
  flex-shrink: 0;
  width: 43.333%;
  max-width: 520px;
  overflow: hidden;
  background-color: #e0e2e4;
}
.p-overseas-programs__card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.p-overseas-programs__card-media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-overseas-programs__card-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #6b6b6b;
  white-space: nowrap;
}
.p-overseas-programs__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  padding: 56px;
  box-sizing: border-box;
}
.p-overseas-programs__chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(73.34deg, #e8956e 0%, #bd394e 24%, #0c6cb0 96.2%);
}
.p-overseas-programs__card-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
}
.p-overseas-programs__card-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-overseas-programs__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 18px 32px;
  box-sizing: border-box;
  border: 1px solid #8f2536;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8f2536;
  text-decoration: none;
  white-space: nowrap;
}
.p-overseas-programs__card-btn:focus-visible {
  outline: 2px solid #8f2536;
  outline-offset: 3px;
}
.p-overseas-programs__card-btn:focus:not(:focus-visible) {
  outline: none;
}
.p-overseas-programs__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-overseas-programs__nav--prev {
  left: max(8px, calc(var(--p-overseas-programs-gutter) - var(--p-overseas-programs-space) / 2 - var(--p-overseas-programs-nav-size) / 2));
}
.p-overseas-programs__nav--prev .c-arrow-btn img {
  transform: scaleX(-1);
}
.p-overseas-programs__nav--next {
  right: max(8px, calc(var(--p-overseas-programs-gutter) - var(--p-overseas-programs-space) / 2 - var(--p-overseas-programs-nav-size) / 2));
  left: auto;
}
.p-overseas-programs__nav.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.p-overseas-programs__nav .c-arrow-btn {
  background-color: #fff;
}
.p-overseas-programs__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-overseas-programs__carousel {
    --p-overseas-programs-gutter: 6.5%;
    --p-overseas-programs-card-w: min(87%, 1100px);
    --p-overseas-programs-nav-size: 80px;
    padding-right: 0;
  }
  .p-overseas-programs__nav .c-arrow-btn--circle-lg {
    width: 80px;
    height: 80px;
  }
  .p-overseas-programs__item {
    display: flex;
    height: auto;
  }
  .p-overseas-programs__card {
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: var(--p-overseas-programs-card-min-h, auto);
  }
  .p-overseas-programs__card-media {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 10;
  }
  .p-overseas-programs__card-body {
    flex: 1 1 auto;
    padding: 32px 24px 40px;
    gap: 16px;
  }
  .p-overseas-programs__card-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
  }
  .p-overseas-programs__card-btn {
    white-space: normal;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-overseas-programs__carousel {
    padding-right: 0;
    --p-overseas-programs-gutter: 6.5%;
    --p-overseas-programs-card-w: 87%;
    --p-overseas-programs-nav-size: 64px;
  }
  .p-overseas-programs__nav .c-arrow-btn--circle-lg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 600px) {
  .p-overseas-intro__cards {
    flex-direction: column;
  }
  .p-overseas-intro__card {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 24px 20px;
  }
  .p-overseas-intro__card-icon {
    flex-shrink: 0;
  }
  .p-overseas-intro__card-body {
    flex: 1 1 auto;
    min-width: 0;
  }
  .p-overseas-field__figure {
    min-height: 0;
  }
  .p-overseas-field__figure-wrap {
    height: 480px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
  }
  .p-overseas-field__figure {
    display: inline-block;
    width: auto;
    height: 480px;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 0;
    vertical-align: top;
  }
  .p-overseas-field__figure img {
    width: auto;
    height: 480px;
    max-width: none;
    object-fit: contain;
  }
  .p-overseas-programs__chart-wrap {
    overflow-x: visible;
  }
  .p-overseas-programs__chart-wrap .p-overseas-programs__scroll-hint {
    display: none;
  }
  .p-overseas-field__figure-wrap .p-overseas-programs__scroll-hint {
    display: flex;
  }
  .p-overseas-programs__chart {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-inline: 0;
    padding: 20px 16px;
    border: 1px solid #e0e2e4;
  }
  .p-overseas-programs__chart-plot {
    max-width: none;
  }
  .p-overseas-programs__chart-grid,
  .p-overseas-programs__chart-head {
    display: none;
  }
  .p-overseas-programs__chart-body {
    gap: 12px;
  }
  .p-overseas-programs__chart-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 14px 16px;
    border-radius: 6px;
    background-color: #f7f9fa;
    color: #000;
  }
  .p-overseas-programs__chart-bar--col1,
  .p-overseas-programs__chart-bar--full,
  .p-overseas-programs__chart-bar--from-col2 {
    width: 100%;
    margin-left: 0;
  }
  .p-overseas-programs__chart-bar--brand,
  .p-overseas-programs__chart-bar--gray,
  .p-overseas-programs__chart-bar--pink,
  .p-overseas-programs__chart-bar--blue,
  .p-overseas-programs__chart-bar--blue-light {
    background-color: #f7f9fa;
    color: #000;
  }
  .p-overseas-programs__chart-term {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: normal;
  }
  .p-overseas-programs__chart-bar--brand .p-overseas-programs__chart-term {
    color: #fff;
    background-color: #8f2536;
  }
  .p-overseas-programs__chart-bar--gray .p-overseas-programs__chart-term {
    color: #000;
    background-color: #eceff1;
  }
  .p-overseas-programs__chart-bar--pink .p-overseas-programs__chart-term {
    color: #8f2536;
    background-color: #efd6da;
  }
  .p-overseas-programs__chart-bar--blue .p-overseas-programs__chart-term {
    color: #fff;
    background-color: #005b9c;
  }
  .p-overseas-programs__chart-bar--blue-light .p-overseas-programs__chart-term {
    color: #005b9c;
    background-color: #cde3f2;
  }
  .p-overseas-programs__chart-name,
  .p-overseas-programs__chart-name--sm {
    font-size: 2rem;
    line-height: 1.6;
    color: #000;
  }
  .p-overseas-programs__chart-name br {
    display: none;
  }
  .p-overseas-intro__body,
  .p-overseas-field__body,
  .p-overseas-programs__lead {
    gap: 24px;
  }
  .p-overseas-programs__carousel {
    --p-overseas-programs-nav-size: 40px;
  }
  .p-overseas-programs__nav .c-arrow-btn--circle-lg {
    width: 40px;
    height: 40px;
    --c-arrow-btn-icon-w: 16px;
  }
}

/* ==========================================================================
   p-glp-*: グローバル・リーダーシップ・プログラム（GLP）
   ========================================================================== */

/* S1_GLPとは */
.p-glp-about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-glp-about__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-glp-about__inner {
    max-width: 1100px;
  }
}
.p-glp-about__head {
  width: 100%;
}
.p-glp-about__title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  word-break: break-word;
}
.p-glp-about__lead-fig {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.p-glp-about__lead {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  word-break: break-word;
}
.p-glp-about__diagram {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  background-color: #f2f4f5;
  border-radius: 8px;
}
.p-glp-about__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-glp-about__timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 13px;
  z-index: 0;
  width: 2px;
  background-color: #e3c9d0;
}
.p-glp-about__timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.p-glp-about__timeline-rail {
  display: flex;
  flex: 0 0 28px;
  justify-content: center;
  width: 28px;
}
.p-glp-about__timeline-dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #8f2536;
}
.p-glp-about__timeline-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.p-glp-about__timeline-term {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  word-break: break-word;
}
.p-glp-about__timeline-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.p-glp-about__timeline-text {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  word-break: break-word;
}
.p-glp-about__timeline-note {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #6b6b6b;
  word-break: break-word;
}
.p-glp-about__feats {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.p-glp-about__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 74px;
  padding: 18px 16px;
  border-radius: 4px;
  background-color: #8f2536;
}
.p-glp-about__bar-text {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.p-glp-about__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: 36px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dbdee0;
  border-radius: 8px;
}
.p-glp-about__num {
  width: fit-content;
  margin: 0;
  font-family: "Albert Sans", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(90deg, #bd394e 0%, #0c6cb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-glp-about__card-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}
.p-glp-about__card-text {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
  word-break: break-word;
}
.p-glp-about__card-note {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #6b6b6b;
  word-break: break-word;
}

/* S2_授業のこと */
.p-glp-course {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f4f5;
}
.p-glp-course__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1400px) {
  .p-glp-course__inner {
    max-width: 1100px;
  }
}
.p-glp-course__head {
  width: 100%;
}
.p-glp-course__title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  word-break: break-word;
}
.p-glp-course__card {
  display: flex;
  gap: 48px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 48px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}
.p-glp-course__media {
  flex-shrink: 0;
  width: 296px;
  height: 296px;
  overflow: hidden;
  border-radius: 50%;
}
.p-glp-course__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-glp-course__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.p-glp-course__body--stack {
  gap: 32px;
}
.p-glp-course__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.p-glp-course__pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  box-sizing: border-box;
  padding: 6px 18px;
  border-radius: 999px;
  background-image: linear-gradient(81.6deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
}
.p-glp-course__card-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  word-break: break-word;
}
.p-glp-course__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
  word-break: break-word;
}
.p-glp-course__text p {
  margin: 0;
}

/* S3_体験談 */
.p-glp-story {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.p-glp-story__inner {
  position: relative;
  z-index: 1;
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-glp-story__card-wrap {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-glp-story__inner {
    max-width: 1100px;
  }
}
.p-glp-story__card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background-color: #f2f4f5;
  border-radius: 999px;
}
.p-glp-story__row {
  display: flex;
  gap: 64px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 64px 64px 64px 170px;
}
.p-glp-story__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.p-glp-story__head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.p-glp-story__title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8f2536;
  white-space: nowrap;
}
.p-glp-story__chip {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8f2536;
  white-space: nowrap;
}
.p-glp-story__question {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
  word-break: break-word;
}
.p-glp-story__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}
.p-glp-story__body p {
  margin: 0;
}
.p-glp-story__photo {
  flex-shrink: 0;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 50%;
}
.p-glp-story__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .p-glp-about__title,
  .p-glp-course__title {
    font-size: 4rem;
  }
  .p-glp-about__bar-text {
    font-size: 2.4rem;
  }
  .p-glp-course__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    padding: 32px;
  }
  .p-glp-course__media {
    width: 220px;
    height: 220px;
  }
  .p-glp-story__card {
    border-radius: 48px;
  }
  .p-glp-story__row {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 40px 32px;
  }
  .p-glp-story__photo {
    width: 240px;
    height: 240px;
  }
  .p-glp-story__question {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-glp-about,
  .p-glp-course,
  .p-glp-story {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-glp-about__inner,
  .p-glp-course__inner {
    gap: 40px;
  }
  .p-glp-about__title,
  .p-glp-course__title {
    font-size: 2.8rem;
  }
  .p-glp-about__timeline {
    gap: 24px;
  }
  .p-glp-about__timeline-box {
    padding: 16px 20px;
  }
  .p-glp-about__feats {
    gap: 24px;
  }
  .p-glp-about__bar {
    min-height: 66px;
    padding: 14px 16px;
  }
  .p-glp-about__bar-text {
    font-size: 2rem;
    text-align: center;
  }
  .p-glp-about__card {
    padding: 24px;
  }
  .p-glp-about__num {
    font-size: 2.8rem;
  }
  .p-glp-about__card-title {
    font-size: 1.8rem;
  }
  .p-glp-course__card {
    gap: 24px;
    padding: 24px;
  }
  .p-glp-course__media {
    width: 160px;
    height: 160px;
  }
  .p-glp-course__card-title {
    font-size: 2rem;
  }
  .p-glp-story__card {
    border-radius: 32px;
  }
  .p-glp-story__row {
    padding: 32px 20px;
  }
  .p-glp-story__title {
    font-size: 2.4rem;
  }
  .p-glp-story__question {
    font-size: 1.8rem;
  }
  .p-glp-story__photo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 600px) {
  .p-glp-course__card {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .p-glp-course__body:not(.p-glp-course__body--stack) {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "pill title"
      "text text";
    gap: 12px;
    align-self: stretch;
    width: 100%;
    align-items: center;
  }
  .p-glp-course__body--stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    width: 100%;
  }
  .p-glp-course__pill {
    grid-area: pill;
    align-self: center;
  }
  .p-glp-course__card-title {
    grid-area: title;
    align-self: center;
  }
  .p-glp-course__text {
    grid-area: text;
  }
  .p-glp-course__block {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "pill title"
      "text text";
    gap: 12px;
    align-items: center;
  }
  .p-glp-course__block .p-glp-course__pill {
    grid-area: pill;
  }
  .p-glp-course__block .p-glp-course__card-title {
    grid-area: title;
  }
  .p-glp-course__block .p-glp-course__text {
    grid-area: text;
  }
}


/* 海外経験プログラム・支援制度一覧（S1〜S4） */
.p-program-list-cross,
.p-program-list-individual,
.p-program-list-dispatch,
.p-program-list-glp {
  --plist-brand: #8f2536;
  --plist-blue: #005b9c;
  --plist-gray: #f2f4f5;
  --plist-line: #dbdee0;
  --plist-muted: #6b6b6b;
  --plist-grad: linear-gradient(90deg, #bd394e 0%, #0c6cb0 100%);
}
.p-program-list-cross__inner,
.p-program-list-individual__inner,
.p-program-list-dispatch__inner,
.p-program-list-glp__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-program-list-cross__inner,
  .p-program-list-individual__inner,
  .p-program-list-dispatch__inner,
  .p-program-list-glp__inner {
    max-width: 1100px;
  }
}

/* S1 実践クロス演習（白／ルーズリーフ） */
.p-program-list-cross {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-program-list-cross__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-program-list-cross__head,
.p-program-list-individual__head,
.p-program-list-dispatch__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.p-program-list-cross__num,
.p-program-list-individual__num,
.p-program-list-dispatch__num {
  width: fit-content;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  background: var(--plist-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-program-list-cross__title,
.p-program-list-individual__title,
.p-program-list-dispatch__title {
  margin: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}
.p-program-list-cross__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.p-program-list-cross__lead-title,
.p-program-list-individual__lead-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.p-program-list-cross__lead-text,
.p-program-list-individual__lead-text,
.p-program-list-dispatch__lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
.p-program-list-cross__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 999px;
  background-color: var(--plist-gray);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--plist-brand);
}
.c-h3-group {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
.p-program-list-cross__block,
.p-program-list-individual__block,
.p-program-list-dispatch__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-program-list-cross__bar,
.p-program-list-individual__bar,
.p-program-list-dispatch__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  padding: 18px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: var(--plist-brand);
}
.p-program-list-cross__bar-text,
.p-program-list-individual__bar-text,
.p-program-list-dispatch__bar-text {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.p-program-list-cross__kv {
  margin: 0;
  padding: 16px 40px 48px;
  background-color: var(--plist-gray);
  border-radius: 8px;
}
.p-program-list-cross__kv-row {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--plist-line);
}
.p-program-list-cross__kv-row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 158px;
  height: 2px;
  background: var(--plist-grad);
  pointer-events: none;
}
.p-program-list-cross__kv-row dt {
  flex: 0 0 150px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.p-program-list-cross__kv-row dd {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-program-list-cross__dests {
  display: flex;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-program-list-cross__dest {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-program-list-cross__dest-photo {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
}
.p-program-list-cross__dest-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.p-program-list-cross__dest-num {
  position: absolute;
  top: 82%;
  left: -4px;
  bottom: auto;
  z-index: 1;
  width: fit-content;
  font-family: "Albert Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  background: var(--plist-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  pointer-events: none;
}
.p-program-list-cross__dest-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.p-program-list-cross__dest-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-program-list-cross__dest-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-program-list-cross__points,
.p-program-list-individual__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 32px 56px 40px;
  list-style: none;
  background-color: var(--plist-gray);
  border-radius: 8px;
}
.p-program-list-cross__points li,
.p-program-list-individual__points li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.p-program-list-cross__points img,
.p-program-list-individual__points img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* S2 個人留学支援制度（#f2f4f5） */
.p-program-list-individual {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--plist-gray);
}
.p-program-list-individual__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-program-list-individual__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-program-list-individual__points--white {
  background-color: #fff;
}
.p-program-list-individual__amount {
  display: flex;
  gap: 32px;
}
.p-program-list-individual__amount-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  min-width: 0;
  padding: 15px 40px 44px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}
.p-program-list-individual__amount-line {
  display: block;
  width: 130px;
  height: 3px;
  background-image: linear-gradient(90deg, #bd394e 0%, #0c6cb0 100%);
}
.p-program-list-individual__amount-label {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--plist-brand);
}
.p-program-list-individual__amount-value {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.p-program-list-individual__cond {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.p-program-list-individual__cond-lead {
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
.p-program-list-individual__cond-list {
  margin: 0;
  padding: 24px 40px;
  list-style: none;
  background-color: var(--plist-gray);
  border-radius: 8px;
}
.p-program-list-individual__cond-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--plist-line);
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}
.p-program-list-individual__cond-list li:last-child {
  border-bottom: none;
}
.p-program-list-individual__cond-num,
.p-program-list-individual__ex-num {
  flex-shrink: 0;
  width: fit-content;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  background: var(--plist-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-program-list-individual__note {
  margin: 16px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--plist-muted);
}
.p-program-list-dispatch__note {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--plist-muted);
}
.p-program-list-individual__period {
  display: flex;
  gap: 24px;
}
.p-program-list-individual__period-card {
  flex: 1 1 0;
  min-width: 0;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
}
.p-program-list-individual__period-term {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-blue);
}
.p-program-list-individual__period-round {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}
.p-program-list-individual__period-date {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-program-list-individual__period-note {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.p-program-list-individual__programs-lead {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}
.p-program-list-individual__programs-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-program-list-individual__card {
  padding: 48px 56px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.p-program-list-individual__card-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}
.p-program-list-individual__card-title::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: calc((1.5em - 12px) / 2);
  border-radius: 50%;
  background-color: var(--plist-brand);
}
.p-program-list-individual__card-catch {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}
.p-program-list-individual__card-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
.p-program-list-individual__card-media {
  margin-top: 28px;
  width: 100%;
  aspect-ratio: 1088 / 400;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--plist-gray);
}
.p-program-list-individual__card-media + .p-program-list-individual__subhead,
.p-program-list-individual__card-media + .p-program-list-individual__detail {
  margin-top: 40px;
}
.p-program-list-individual__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-program-list-individual__subhead {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-program-list-individual__subhead-bar {
  flex-shrink: 0;
  width: 4px;
  height: 22px;
  border-radius: 2px;
  background-image: linear-gradient(180deg, #bd394e 0%, #0c6cb0 100%);
}
.p-program-list-individual__ex-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-program-list-individual__ex-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--plist-line);
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}
.p-program-list-individual__ex-list li:last-child {
  border-bottom: none;
}
.p-program-list-individual__detail + .p-program-list-individual__detail {
  margin-top: 40px;
}
.p-program-list-individual__detail .p-program-list-individual__points {
  margin-top: 24px;
}
.p-program-list-individual__callout {
  padding: 40px;
  border-radius: 8px;
  background-color: var(--plist-brand);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.p-program-list-individual__callout-sub {
  margin: 0 0 6px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-program-list-individual__callout-main {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-program-list-individual__callout-em {
  font-size: 4rem;
}
.p-program-list-individual__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-program-list-individual__chips li {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  background-color: var(--plist-gray);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}

/* S3 派遣留学（白／ルーズリーフ） */
.p-program-list-dispatch {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-program-list-dispatch__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-program-list-dispatch__feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.p-program-list-dispatch__feat {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 225px;
  padding: 36px;
  background-color: #fff;
  border: 1px solid var(--plist-line);
  border-radius: 8px;
  box-sizing: border-box;
}
.p-program-list-dispatch__feat-num {
  width: fit-content;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  background: var(--plist-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-program-list-dispatch__feat-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.p-program-list-dispatch__feat-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-program-list-dispatch__feat-note {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--plist-muted);
}
.p-program-list-dispatch__schools-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-program-list-dispatch__schools {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-program-list-dispatch__school-box {
  padding: 40px;
  background-color: var(--plist-gray);
  border-radius: 8px;
  box-sizing: border-box;
}
.p-program-list-dispatch__school-heading {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}
.p-program-list-dispatch__school-heading::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: calc((1.5em - 12px) / 2);
  border-radius: 50%;
  background-color: var(--plist-brand);
}
.p-program-list-individual__card-title,
.p-program-list-dispatch__school-heading {
  padding-bottom: 12px;
  border-bottom: 1px dashed #8f2536;
}
.p-program-list-dispatch__school-list {
  margin: 0;
  padding: 8px 32px 32px;
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
}
.p-program-list-dispatch__school-list li {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--plist-line);
}
.p-program-list-dispatch__school-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 158px;
  height: 2px;
  background: var(--plist-grad);
  pointer-events: none;
}
.p-program-list-dispatch__school-country {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
  width: 164px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000;
}
.p-program-list-dispatch__school-country img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.p-program-list-dispatch__school-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
.p-program-list-dispatch__story-wrap {
  position: relative;
  margin-top: 16px;
}
.p-program-list-dispatch__story {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 64px;
  align-items: center;
  padding: 64px 64px 64px 170px;
  background-color: var(--plist-gray);
  border-radius: 999px;
  box-sizing: border-box;
}
.p-program-list-dispatch__story-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-program-list-dispatch__story-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.p-program-list-dispatch__story-title {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
}
.p-program-list-dispatch__story-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--plist-brand);
}
.p-program-list-dispatch__story-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-program-list-dispatch__story-text p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-program-list-dispatch__story-photo {
  flex-shrink: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
}
.p-program-list-dispatch__story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* S4 GLP（濃色） */
.p-program-list-glp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--plist-brand);
  color: #fff;
}
.p-program-list-glp__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.p-program-list-glp__num {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.p-program-list-glp__title {
  margin: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p-program-list-glp__text {
  margin: 0;
  max-width: 920px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.p-program-list-glp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  margin-top: 16px;
  padding: 22px 44px;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--plist-brand);
  text-decoration: none;
  box-sizing: border-box;
  transform-origin: center;
  transition: none;
}
.p-program-list-glp__btn.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-program-list-glp__btn.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-program-list-glp__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.p-program-list-glp__btn:focus:not(:focus-visible) {
  outline: none;
}

/* 関連リンク上余白: 直前が背景付きセクションなら背景端〜リンク間をセクション間隔に
   （直前セクションの padding-bottom は背景内の下余白として維持） */
.p-overseas-programs + .p-related-links,
.p-program-list-glp + .p-related-links {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .p-overseas-programs + .p-related-links,
  .p-program-list-glp + .p-related-links {
    padding-top: 80px;
  }
}

@media screen and (max-width: 960px) {
  .p-program-list-cross__title,
  .p-program-list-individual__title,
  .p-program-list-dispatch__title,
  .p-program-list-glp__title {
    font-size: 4rem;
  }
  .p-program-list-cross__bar-text,
  .p-program-list-individual__bar-text,
  .p-program-list-dispatch__bar-text {
    font-size: 2.4rem;
  }
  .p-program-list-cross__dests {
    flex-direction: column;
    gap: 48px;
  }
  .p-program-list-individual__amount {
    flex-direction: column;
  }
  .p-program-list-individual__period {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .p-program-list-individual__card {
    padding: 32px 24px;
  }
  .p-program-list-individual__card-title,
  .p-program-list-dispatch__school-heading {
    font-size: 20px;
  }
  .p-program-list-dispatch__feats {
    grid-template-columns: 1fr;
  }
  .p-program-list-dispatch__story {
    flex-direction: column-reverse;
    gap: 32px;
    padding: 40px 24px;
    border-radius: 48px;
  }
  .p-program-list-dispatch__story-photo {
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .p-program-list-cross__bar,
  .p-program-list-individual__bar,
  .p-program-list-dispatch__bar {
    min-height: 66px;
    padding: 14px 16px;
  }
  .p-program-list-cross__bar-text,
  .p-program-list-individual__bar-text,
  .p-program-list-dispatch__bar-text {
    font-size: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 960px) and (min-width: 600px) {
  .p-program-list-cross__dest {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    gap: clamp(32px, 16px + 2.5vw, 40px);
    align-items: center;
  }
  .p-program-list-cross__dest-photo {
    max-width: none;
    width: 100%;
    container-type: inline-size;
  }
  .p-program-list-cross__dest-num {
    font-size: clamp(4.8rem, 20cqw, 7.2rem);
  }
  .p-program-list-cross__dest-body {
    gap: 8px;
  }
  .p-program-list-cross__dest-title {
    font-size: clamp(2rem, 2.4vw, 2.2rem);
  }
  .p-program-list-cross__dest-text {
    font-size: clamp(1.5rem, 1.8vw, 1.5rem);
  }
  .p-glp-story__photo,
  .p-program-list-dispatch__story-photo {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  .p-program-list-cross__dests {
    gap: 40px;
  }
  .p-program-list-cross__dest {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .p-program-list-cross__dest-body {
    gap: 8px;
    align-self: stretch;
  }
  .p-program-list-cross__dest-photo {
    max-width: 280px;
    margin-inline: auto;
  }
  .p-program-list-cross__dest-num {
    font-size: 5.2rem;
  }
  .p-program-list-individual__period {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-program-list-cross,
  .p-program-list-individual,
  .p-program-list-dispatch,
  .p-program-list-glp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-program-list-cross__inner,
  .p-program-list-individual__inner,
  .p-program-list-dispatch__inner {
    gap: 40px;
  }
  .p-program-list-cross__title,
  .p-program-list-individual__title,
  .p-program-list-dispatch__title,
  .p-program-list-glp__title {
    font-size: 2.8rem;
  }
  .p-program-list-cross__num,
  .p-program-list-individual__num,
  .p-program-list-dispatch__num,
  .p-program-list-glp__num {
    font-size: 3.2rem;
  }
  .p-program-list-cross__kv {
    padding: 12px 20px 32px;
  }
  .p-program-list-cross__kv-row {
    flex-direction: column;
    gap: 8px;
  }
  .p-program-list-cross__kv-row dt {
    flex-basis: auto;
  }
  .p-program-list-cross__points,
  .p-program-list-individual__points {
    padding: 24px 20px 28px;
  }
  .p-program-list-individual__cond {
    padding: 24px 16px;
  }
  .p-program-list-individual__cond-list {
    padding: 16px 16px;
  }
  .p-program-list-individual__callout-em {
    font-size: 2.8rem;
  }
  .p-program-list-dispatch__school-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-program-list-dispatch__school-country {
    width: auto;
  }
  .p-program-list-glp__btn {
    min-width: 0;
    width: 100%;
  }
  .p-glp-story__photo {
    width: 220px;
    height: 220px;
  }
  .p-program-list-dispatch__story-photo {
    width: 280px;
    height: 280px;
  }
}

/* 海外経験プログラム系: 全体背景（海外向けPRと同じルーズリーフ） */
body.p-program-page {
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}

/* 留学生支援サービス系: 全体背景 */
body.p-student-support-page {
  background-color: #fff;
  background-image: url("../img/common/bg-grid.svg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: calc(50% - 20px) 0;
}

@media screen and (min-width: 501px) {
  .u-xs-sp {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .u-xs-pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-sm-sp {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-sm-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-md-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .u-lg-sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .u-lg-pc {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 1400px) {
  .u-xxl-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1399px) {
  .u-xxl-pc {
    display: none !important;
  }
}

.u-dib {
  display: inline-block;
}

.u-anchor {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .u-anchor {
    padding-top: 110px;
    margin-top: -110px;
  }
}

/* 赤帯見出し（プログラム概要 等）: 600px以下 — 後方配置で上書きを確実にする */
@media screen and (max-width: 600px) {
  .p-program-list-cross__kv-row::before,
  .p-program-list-dispatch__school-list li::after,
  .p-support-kv__row::after {
    display: none;
  }
  .p-program-list-individual__card-title,
  .p-program-list-dispatch__school-heading {
    font-size: 18px;
  }
  .p-program-list-cross__bar-text,
  .p-program-list-individual__bar-text,
  .p-program-list-dispatch__bar-text,
  .p-crisis__bar-text,
  .p-glp-about__bar-text {
    font-size: 2rem;
  }
  .p-program-list-cross__bar,
  .p-program-list-individual__bar,
  .p-program-list-dispatch__bar {
    min-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-crisis__bar,
  .p-glp-about__bar {
    min-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-glp-about__diagram {
    padding: 20px;
  }
  .p-glp-about__timeline-step {
    gap: 8px;
  }
}

/* 留学生支援サービス */
.p-support-intro,
.p-support-proc,
.p-support-grant,
.p-support-faq,
.p-support-jp {
  --support-blue: #0969ad;
  --support-gray: #f2f4f5;
  --support-line: #dbdee0;
  --support-muted: #6b6b6b;
  --support-grad: linear-gradient(90deg, #bd394e 0%, #0c6cb0 100%);
  --support-rule: linear-gradient(8.66deg, #e8956e 0%, #bd394e 24.038%, #0c6cb0 96.154%);
  --support-font: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.p-support-intro__inner,
.p-support-proc__inner,
.p-support-grant__inner,
.p-support-faq__inner,
.p-support-jp__inner {
  width: 87%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-support-intro__inner,
  .p-support-proc__inner,
  .p-support-grant__inner,
  .p-support-faq__inner,
  .p-support-jp__inner {
    max-width: 1100px;
  }
}
.p-support-intro,
.p-support-proc,
.p-support-grant,
.p-support-faq,
.p-support-jp {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-support-proc,
.p-support-faq {
  background-color: var(--support-gray);
}
.p-support-intro__inner,
.p-support-proc__inner,
.p-support-grant__inner,
.p-support-faq__inner,
.p-support-jp__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-support-intro__inner {
  gap: 40px;
}

.p-support-intro__title {
  margin: 0;
  font-family: var(--support-font);
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
  word-break: break-word;
}
.p-support-intro__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-support-intro__lead-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.p-support-intro__lead-text,
.p-support-sec-lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
}

.p-support-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-support-nav__item {
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  width: calc(50% - 12px);
  min-height: 105px;
  padding: 16px;
  background-color: var(--support-gray);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}
.p-support-nav__item:focus-visible {
  outline: 2px solid #000;
}
.p-support-nav__item:focus:not(:focus-visible) {
  outline: none;
}
.p-support-nav__item:focus .p-support-nav__arrow {
  animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@-moz-document url-prefix() {
  .p-support-nav__item:hover .p-support-nav__arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-support-nav__item:hover .p-support-nav__arrow {
    animation: circle-btn-press 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-support-nav__item:focus .p-support-nav__arrow {
    animation: none;
    transform: scale(0.98);
  }
  @-moz-document url-prefix() {
    .p-support-nav__item:hover .p-support-nav__arrow {
      animation: none;
      transform: scale(0.98);
    }
  }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .p-support-nav__item:hover .p-support-nav__arrow {
    animation: none;
    transform: scale(0.98);
  }
}
.p-support-nav__icon {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 999px;
}
.p-support-nav__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-support-nav__icon--yen,
.p-support-nav__icon--people {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #5bb0e4 0%, #0969ad 71.429%);
}
.p-support-nav__icon--yen {
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-support-nav__icon--people img {
  width: 34px;
  height: 32px;
}
.p-support-nav__text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.p-support-nav__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-support-nav__num {
  flex-shrink: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  transform: translateY(1px);
  background: var(--support-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-support-nav__title {
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-support-nav__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--support-muted);
}
.p-support-nav__arrow {
  margin-left: auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.p-support-sec-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.p-support-sec-head__num {
  width: fit-content;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  background: var(--support-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-support-sec-head__title {
  margin: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
  word-break: break-word;
}

.p-support-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.p-support-group + .p-support-group {
  margin-top: 16px;
}
.p-support-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  box-sizing: border-box;
  padding: 18px 16px;
  border-radius: 4px;
  background-color: var(--support-blue);
}
.p-support-bar__text {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.p-support-box,
.p-support-card,
.p-support-qa {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
.p-support-card {
  gap: 28px;
  padding: 32px 40px;
}
.p-support-card__stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-support-qa {
  gap: 28px;
  padding: 0 40px 40px;
}
.p-support-box__lead {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-support-box__lead p,
.p-support-box > p,
.p-support-qa__body p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-support-qa__body p {
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-support-note,
.p-support-notes {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--support-muted);
}
.p-support-note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-support-note--plain {
  padding-left: 0;
  text-indent: 0;
}
.p-support-notes {
  display: flex;
  flex-direction: column;
}
.p-support-notes p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.p-support-h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--support-blue);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
}
.p-support-kv--wide + .p-support-h4 {
  margin-top: 12px;
}
.p-support-qa .p-support-h4 {
  padding-top: 24px;
}
.p-support-h4__dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.p-support-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-support-steps__item:not(:last-child)::after {
  content: "▼";
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--support-blue);
  text-align: center;
}
.p-support-steps__card {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 32px 22px 28px;
  background-color: var(--support-gray);
  border-radius: 8px;
}
.p-support-steps__badge {
  flex: 0 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-support-steps__badge span {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #8aa8bd;
}
.p-support-steps__badge strong {
  font-size: 3rem;
  line-height: 1.1;
  color: var(--support-blue);
}
.p-support-steps__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid #d5dde3;
}
.p-support-steps__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}
.p-support-steps__title a {
  color: var(--support-blue);
  text-decoration: underline;
}
.p-support-steps__title + .p-support-note {
  margin-top: 6px;
}
.p-support-note + .p-support-note {
  margin-top: 4px;
}

.p-support-kv {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 40px 48px;
  background-color: var(--support-gray);
  border-radius: 8px;
}
.p-support-kv__row {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--support-line);
}
.p-support-kv__row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 158px;
  height: 2px;
  background: var(--support-rule);
}
.p-support-kv__row dt {
  flex: 0 0 150px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.p-support-kv--wide .p-support-kv__row dt {
  flex-basis: 376px;
}
.p-support-kv--wide .p-support-kv__row::after {
  width: 376px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-support-kv--wide .p-support-kv__row dt,
  .p-support-kv--wide .p-support-kv__row dd {
    flex: 1 1 0;
    min-width: 0;
  }
  .p-support-kv--wide .p-support-kv__row::after {
    width: calc((100% - 32px) / 2);
  }
}
.p-support-kv--mid .p-support-kv__row dt {
  flex-basis: 280px;
}
.p-support-kv--mid .p-support-kv__row::after {
  width: 280px;
}
.p-support-kv__row dd {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-support-kv__row dd p {
  margin: 0;
}
.p-support-kv__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}
.p-support-kv__links-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-support-kv__links {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    gap: 8px;
  }
  .p-support-kv__links-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
    width: 100%;
    gap: 4px;
    padding: 12px;
    background-color: #fff;
    border-radius: 8px;
  }
  .p-support-kv__links-group > a.p-support-ext::before {
    content: "・";
  }
}

.p-support-docs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.p-support-docs li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 6px;
  align-items: start;
}
.p-support-docs__num {
  flex: 0 0 auto;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--support-blue);
}
.p-support-docs__body,
.p-support-docs li > p {
  min-width: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
.p-support-docs__body p {
  margin: 0;
}
.p-support-docs__sub {
  grid-column: 1 / -1;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 6px;
}
.p-support-docs__sub p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}

.p-support-ext {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--support-blue);
  text-decoration: none;
}
.p-support-ext:focus-visible {
  outline: 2px solid var(--support-blue);
  outline-offset: 3px;
}
.p-support-ext:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .p-support-ext:hover .p-support-ext__label {
    text-decoration: underline;
  }
}
.p-support-ext__label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-support-ext__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.p-support-ext__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-support-ext--pill {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid var(--support-blue);
  border-radius: 999px;
  transform-origin: center;
  transition: none;
}
.p-support-ext--pill .p-support-ext__label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-support-ext--pill .p-support-ext__label {
    line-height: 1.4;
  }
}
.p-support-ext--pill.is-hover-bounce {
  animation: hover-card-bounce 0.48s cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-support-ext--pill.is-hover-bounce {
    animation: none;
    transform: scale(0.98);
  }
}
.p-support-ext--pill:focus-visible {
  outline: 2px solid #000;
  outline-offset: 0;
}
@media (hover: hover) {
  .p-support-ext--pill:hover .p-support-ext__label {
    text-decoration: none;
  }
}
.p-support-ext--static {
  cursor: default;
  color: #000;
}
.p-support-ext--static .p-support-ext__label {
  font-weight: 400;
}
.p-support-ext--pill.p-support-ext--static {
  color: var(--support-blue);
}
.p-support-ext--pill.p-support-ext--static .p-support-ext__label {
  font-weight: 500;
}
@media (hover: hover) {
  .p-support-ext--static:hover .p-support-ext__label {
    text-decoration: none;
  }
}
.p-support-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.p-support-stars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-support-stars li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-support-stars li::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  background: url("../img/support/icon-star.svg") no-repeat center / 16px 16px;
}
.p-support-stars--sm {
  gap: 8px;
}
.p-support-stars--sm li {
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-support-point {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 40px;
  background-color: #eaf2f8;
  border-radius: 8px;
}
.p-support-point__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-support-point__tag {
  padding: 6px 14px;
  border-radius: 4px;
  background-color: var(--support-blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.p-support-point__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
}

.p-support-grant-cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.p-support-grant-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding: 40px 32px;
  background-color: #fff;
  border: 1px solid #d5e2ec;
  border-radius: 8px;
  text-align: center;
}
.p-support-grant-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.p-support-grant-card__rule,
.p-support-exam__rule {
  display: block;
  width: 130px;
  height: 3px;
  background: var(--support-rule);
}
.p-support-grant-card__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
}
.p-support-grant-card__specs {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.p-support-grant-card__specs > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e2e4;
}
.p-support-grant-card__specs > div:last-child {
  border-bottom: none;
}
.p-support-grant-card__specs dt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
}
.p-support-grant-card__specs dd {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}
.p-support-grant-card__amount {
  font-size: 2rem !important;
  font-weight: 700 !important;
}

.p-support-table-wrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-support-table-wrap.is-scrollable.is-scroll-hint-visible .p-support-table__scroll-hint {
  opacity: 1;
  visibility: visible;
}
.p-support-table-wrap.is-scrollable.is-scroll-hint-visible::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(120px, 28%);
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}
.p-support-table__scroll-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px 24px 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.p-support-table__scroll-hint-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px 14px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.p-support-table__scroll-hint-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--support-blue);
  animation: int-tuition-scroll-hint-swipe 2s ease-in-out infinite;
}
.p-support-table__scroll-hint-hand-svg {
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(-90deg);
}
.p-support-table__scroll-hint-text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .p-support-table__scroll-hint-hand {
    animation: none;
  }
}
.p-support-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}
.p-support-table thead th {
  padding: 0 16px 16px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: none;
  vertical-align: bottom;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: center;
}
.p-support-table thead th:first-child {
  padding-left: 0;
  border-left: none;
}
.p-support-table__head {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 12px;
  background-color: var(--support-gray);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--support-blue);
  text-align: center;
}
.p-support-table tbody th,
.p-support-table tbody td {
  padding: 25px 16px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: middle;
}
.p-support-table tbody th {
  width: 26%;
  padding: 25px 40px 25px 0;
  border-left: none;
  border-bottom: none;
  background-image: var(--support-rule);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 2px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
.p-support-table tbody td {
  font-weight: 400;
  color: #000;
  text-align: center;
}
.p-support-table tbody th + td,
.p-support-table tbody tr:not(:has(th)) td:first-child {
  font-weight: 700;
  color: var(--support-blue);
  text-align: left;
}
.p-support-box--table {
  gap: 20px;
}
.p-support-box--table .p-support-notes {
  padding-top: 6px;
}

.p-support-qa__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 24px 32px;
  background-color: var(--support-gray);
  border-radius: 8px;
}

.p-support-offices {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-support-office {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(50% - 12px);
  padding: 28px 32px;
  background-color: #fff;
  border-radius: 8px;
}
.p-support-office__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
}
.p-support-office__cat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: var(--support-blue);
}
.p-support-office__num {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Albert Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-support-office__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-support-office__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background-color: var(--support-gray);
  border-radius: 8px;
}
.p-support-office__place {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.p-support-office__tel {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
  text-decoration: none;
}
.p-support-office__tel:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.p-support-office__tel:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .p-support-office__tel:hover {
    text-decoration: underline;
  }
}

.p-support-years {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.p-support-year {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 28px;
  background-color: #fff;
  border: 1px solid #d5e2ec;
  border-radius: 8px;
}
.p-support-year__tag {
  width: fit-content;
  margin: 0;
  padding: 5px 16px;
  border-radius: 999px;
  background-color: var(--support-blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p-support-flow-arrow {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--support-blue);
  text-align: center;
}
.p-support-goal {
  margin: 0;
  padding: 28px 16px;
  background-color: #eaf2f8;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--support-blue);
  text-align: center;
}

.p-support-exams {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-support-exam {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc((100% - 48px) / 3);
  min-height: 191px;
  padding: 28px;
  background-color: #fff;
  border: 1px solid #d5e2ec;
  border-radius: 8px;
  text-align: center;
}
.p-support-exam:has(.p-support-exam__note) {
  justify-content: flex-start;
  gap: 16px;
}
.p-support-exam__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.p-support-exam__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.p-support-exam__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}
.p-support-exam__note {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--support-muted);
}
.p-support-exam .p-support-ext {
  margin-top: 0;
}
.p-support-exam .p-support-ext__label {
  font-size: 1.4rem;
}

.p-support-linkbox {
  padding: 16px 24px;
  background-color: var(--support-gray);
  border-radius: 8px;
}

.p-support-jp .p-support-group {
  gap: 32px;
}
.p-support-jp__inner {
  gap: 64px;
}

@media screen and (max-width: 960px) {
  .p-support-intro,
  .p-support-proc,
  .p-support-grant,
  .p-support-faq,
  .p-support-jp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-support-intro__inner,
  .p-support-proc__inner,
  .p-support-grant__inner,
  .p-support-faq__inner,
  .p-support-jp__inner {
    gap: 40px;
  }
  .p-support-group + .p-support-group {
    margin-top: 40px;
  }
  .p-support-intro__title,
  .p-support-sec-head__title {
    font-size: 4rem;
  }
  .p-support-bar__text {
    font-size: 2.4rem;
  }
  .p-support-h4 {
    font-size: 20px;
  }
  .p-support-nav__item {
    width: 100%;
  }
  .p-support-box,
  .p-support-card {
    padding: 28px 20px;
  }
  .p-support-qa {
    padding: 0 20px 28px;
  }
  .p-support-grant-cards,
  .p-support-years {
    flex-direction: column;
  }
  .p-support-office,
  .p-support-exam {
    width: 100%;
  }
  .p-support-steps__card {
    align-items: flex-start;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-support-kv {
    padding: 12px 20px 32px;
  }
  .p-support-kv__row {
    flex-direction: column;
    gap: 8px;
  }
  .p-support-kv__row dt,
  .p-support-kv--wide .p-support-kv__row dt,
  .p-support-kv--mid .p-support-kv__row dt {
    flex-basis: auto;
  }
  .p-support-point__head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .p-support-point__tag {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .p-support-point {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-support-point__title {
    font-size: 1.8rem;
  }
  .p-support-h4 {
    font-size: 18px;
  }
  .p-support-grant-card__title {
    font-size: 2rem;
  }
  .p-support-grant-card__amount {
    font-size: 1.8rem;
  }
  .p-support-steps__card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .p-support-steps__badge {
    flex-basis: auto;
    align-items: flex-start;
    text-align: left;
  }
  .p-support-steps__body {
    padding-top: 16px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #d5dde3;
  }
  .p-support-intro,
  .p-support-proc,
  .p-support-grant,
  .p-support-faq,
  .p-support-jp {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-support-intro__title,
  .p-support-sec-head__title {
    font-size: 3.2rem;
  }
  .p-support-intro__lead-title {
    font-size: 1.8rem;
  }
  .p-support-sec-head__num {
    font-size: 3.2rem;
  }
  .p-support-bar {
    min-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-support-bar__text {
    font-size: 2rem;
  }
  /* S1ナビ: 関連リンク（.p-related-links）と同じSPレイアウト */
  .p-support-nav {
    gap: 16px;
  }
  .p-support-nav__item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    grid-template-areas:
      "icon title arrow"
      "desc desc desc";
    gap: 12px 16px;
    align-items: center;
    min-height: 0;
    padding: 24px;
    border-radius: 32px;
  }
  .p-support-nav__icon {
    grid-area: icon;
    align-self: center;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .p-support-nav__icon--yen {
    font-size: 1.8rem;
  }
  .p-support-nav__icon--people img {
    width: 18px;
    height: 17px;
  }
  .p-support-nav__text {
    display: contents;
  }
  .p-support-nav__head {
    grid-area: title;
  }
  .p-support-nav__title,
  .p-support-nav__num {
    font-size: 1.8rem;
    line-height: 1.25;
  }
  .p-support-nav__desc {
    grid-area: desc;
    line-height: 1.8;
  }
  .p-support-nav__arrow {
    grid-area: arrow;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .p-support-nav__arrow.c-arrow-btn--circle-md {
    width: 40px;
    height: 40px;
  }
  .p-support-office__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .p-support-goal {
    font-size: 1.8rem;
  }
}
