@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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 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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --font-en: 'Montserrat', sans-serif;
  --font-outfit: 'Outfit', sans-serif;
  --color-main: #1E2973;
  --color-text: #000000;
  --color-red: #E50012;
  --color-light: #30BAED;
  --color-bg: #fff;
  --bodybg: #fff;
  --vh: 100svh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}
/**
*width: vw(360); // 1920基準
width: vw(360, 1440);
**/
html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip;
}

body {
  color: var(--color-text);
  font-size: 1.8rem;
  line-height: 2;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  overscroll-behavior: none;
  background: var(--bodybg);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

small {
  line-height: 1.5;
  display: inline-block;
  font-size: 90%;
}

img,
video,
object {
  max-width: 100%;
  border: none;
  display: block;
}

._sp {
  display: none;
}

._spi {
  display: none;
}

._pc {
  display: block;
}

._pci {
  display: inline-block;
}

._spf {
  display: none;
}

._pcf {
  display: flex;
}

._lg {
  display: block;
}

._lgs {
  display: none;
}

@media screen and (max-width: 991px) {
  ._lg {
    display: none;
  }
  ._lgs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._spi {
    display: inline-block;
  }
  ._spf {
    display: flex;
  }
  ._pc {
    display: none;
  }
  ._pci {
    display: none;
  }
  ._pcf {
    display: none;
  }
}
.keepall {
  word-break: keep-all;
}

.c-wrap {
  padding-left: 10rem;
  border-right: 1px solid var(--color-text);
}
@media screen and (max-width: 767px) {
  .c-wrap {
    padding-left: 0;
    margin-inline: 15px;
  }
}

.c-inner {
  padding-inline: clamp(30px, -115.3333333333px + 18.9236111111vw, 248px);
  margin-inline: auto;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 2.4rem;
  }
}

.c-container {
  padding: 0 4rem;
  margin: auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 2rem;
  }
}

.c-container_l {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_l {
    padding: 0 2rem;
  }
}

.c-container_s {
  padding: 0 3rem;
  margin: auto;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .c-container_s {
    padding: 0 2rem;
  }
}

.c-container_mid {
  padding: 0 4rem;
  margin: auto;
  max-width: 1236px;
}
@media screen and (max-width: 767px) {
  .c-container_mid {
    padding: 0 2rem;
  }
}

.c-container_wide {
  padding: 0 4rem;
  margin: auto;
  max-width: 1480px;
}
@media screen and (max-width: 767px) {
  .c-container_wide {
    padding: 0 2rem;
  }
}

.c-ib {
  display: inline-block;
}

.view.anim {
  transform: translateY(3.6rem);
  opacity: 0;
  transition: transform 1.5s ease, opacity 2s ease;
}

.view.anim-right {
  transform: translateX(-3rem);
  opacity: 0;
  transition: all 1s ease;
}

.view.fade {
  opacity: 0;
  transition: opacity 1.5s;
}

.in-view.fade {
  opacity: 1;
}

.in-view.anim {
  transform: translateY(0);
  opacity: 1;
}

.in-view.anim-right {
  transform: translateX(0);
  opacity: 1;
}

.l-header {
  position: fixed;
  width: 93.75%;
  height: 80px;
  padding-inline: 36px 32px;
  background: rgba(30, 41, 115, 0.9);
  top: 64px;
  left: 3.125%;
  right: 3.125%;
  border-radius: 90px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: calc(100% - 20px);
    height: 40px;
    padding-inline: 15px;
    margin-inline: 10px;
    top: 20px;
    left: 0;
    right: 0;
  }
}
.l-header_btnwrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.l-header_navbtn {
  width: 49px;
  height: 28px;
  aspect-ratio: 1;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .l-header_navbtn {
    width: 48px;
    height: 40px;
    aspect-ratio: auto;
    padding: 11px 8px;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
}
.l-header_entry {
  width: 160px;
  height: 38px;
  font-weight: 500;
  color: var(--color-main);
  background: #fff;
  border-radius: 60px;
  border: 2px solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .l-header_entry {
    display: none;
  }
}
.l-header_entry:hover {
  background: var(--color-main);
  color: #fff;
  border: 1px solid #fff;
}
.l-header_entry a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.navbtn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
  gap: 4px;
  transition: all 0.3s;
}
.navbtn:hover {
  gap: 8px;
}
.navbtn:hover .navbtn-line::after {
  bottom: -2px;
}
.navbtn-line {
  width: 49px;
  height: 1px;
  position: relative;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s, width 0.3s, top 0.3s;
}
.navbtn-line.line03 {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .navbtn {
    gap: 0;
  }
  .navbtn:hover {
    gap: 0;
  }
  .navbtn .navbtn-line {
    width: 31.5px;
  }
  .navbtn .navbtn-line.line03 {
    width: 15.8px;
  }
}

.menu-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--font-en);
  position: relative;
  line-height: 1.4;
}

/* メニューオープン時 */
html:has(.js-navopen) {
  overflow: hidden;
}

.js-navopen {
  overflow: hidden;
}
.js-navopen .navbtn {
  gap: 0;
}
.js-navopen .navbtn:hover {
  gap: 0;
}
.js-navopen .navbtn .navbtn-line {
  position: absolute;
  left: 0;
  top: 50%;
}
.js-navopen .navbtn .navbtn-line.line01 {
  transform: translateY(-50%) rotate(45deg);
}
.js-navopen .navbtn .navbtn-line.line02 {
  opacity: 0;
}
.js-navopen .navbtn .navbtn-line.line03 {
  width: 49px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .js-navopen .navbtn .navbtn-line.line03 {
    width: 31.5px;
  }
}
.js-navopen .l-nav {
  opacity: 1;
  pointer-events: all;
}
.js-navopen .l-header {
  background-color: transparent;
}
.js-navopen .l-header_navbtn {
  background-color: transparent;
}

.l-nav {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  background: rgba(30, 41, 115, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 800;
  width: 100%;
  max-width: 1530px;
  height: var(--vh);
  transition: opacity 0.3s;
}
.l-nav_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.l-nav_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 85px;
  padding-inline: 100px 130px;
  position: fixed;
  width: 100%;
  max-width: 1530px;
}
.l-nav_footer {
  margin-top: auto;
  padding-bottom: 5rem;
}
.l-nav_footer .nav-footer {
  display: flex;
  justify-content: flex-end;
  padding-right: 13rem;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .l-nav_footer .nav-footer {
    padding-right: 5rem;
    padding-top: 35px;
  }
}
.l-nav_footer a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.l-nav_footer a:hover {
  text-decoration: none;
}

.c-gnav {
  padding-inline: 160px 130px;
  margin-top: 250px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem 5rem;
}
@media screen and (max-width: 991px) {
  .c-gnav {
    padding-inline: 50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav {
    margin-top: 90px;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.c-gnav_entry {
  padding-inline: 20px;
  padding-top: 35px;
}
.c-gnav_entry a {
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-main);
  background: #fff;
  border-radius: 60px;
}

.gnav-cont_title {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.gnav-cont_item {
  margin-top: 1rem;
}
.gnav-cont_item a {
  line-height: 2;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.gnav-cont_item a:hover {
  text-decoration: underline;
}

.l-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--color-main);
  background: var(--bodybg);
  padding: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px) 6.8% clamp(48px, 42.6601941748px + 1.4239482201vw, 70px);
}
.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(127.65deg, rgba(30, 41, 115, 0.1) 44.4%, rgba(80, 41, 165, 0.1) 89%, rgba(164, 42, 249, 0.1) 127%);
  transform: scaleX(-1) rotate(180deg);
  pointer-events: none;
}
.l-footer_inner {
  position: relative;
  z-index: 1;
  max-width: 1660px;
  margin-inline: auto;
}
.l-footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.l-footer_brand {
  flex: 0 1 751px;
  max-width: 751px;
}
.l-footer_catch {
  font-size: clamp(28px, 22.9029126214px + 1.359223301vw, 49px);
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0;
}
.l-footer_company {
  margin-top: clamp(28px, 24.6019417476px + 0.9061488673vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.l-footer_company-name {
  font-family: var(--font-en);
  font-size: clamp(18px, 17.0291262136px + 0.2588996764vw, 22px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.l-footer_company-text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.l-footer_company-copy {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.l-footer_sns {
  margin-top: clamp(32px, 23.9902912621px + 2.1359223301vw, 65px);
  display: flex;
  gap: 18px;
}
.l-footer_sns a {
  display: block;
}
.l-footer_sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(30, 41, 115, 0.08);
  overflow: hidden;
  transition: transform 0.3s;
}
.l-footer_sns-icon img {
  width: 48%;
  height: auto;
}
.l-footer_sns-icon:hover {
  transform: translateY(-2px);
}
.l-footer_links {
  margin-top: clamp(40px, 28.3495145631px + 3.1067961165vw, 88px);
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}
@media screen and (max-width: 991px) {
  .l-footer_links {
    display: none;
  }
}
.l-footer_links a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.l-footer_links a:hover {
  text-decoration: none;
}
.l-footer_nav {
  flex: 0 1 802px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 18.6601941748px + 1.4239482201vw, 46px);
  row-gap: clamp(32px, 28.6019417476px + 0.9061488673vw, 46px);
  max-width: 802px;
}
.l-footer_bottom {
  margin-top: clamp(48px, 42.1747572816px + 1.5533980583vw, 72px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.l-footer_logos {
  flex: 1 1 auto;
  max-width: 573px;
  display: flex;
  gap: clamp(10px, 5.145631068px + 1.2944983819vw, 30px);
}
.l-footer_logos img {
  width: 100%;
  height: auto;
}
.l-footer_cta {
  flex: 0 0 auto;
  width: clamp(240px, 196.3106796117px + 11.6504854369vw, 420px);
  height: clamp(64px, 55.2621359223px + 2.3300970874vw, 100px);
}
.l-footer_cta a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(28px, 23.8737864078px + 1.1003236246vw, 45px) clamp(20px, 16.8446601942px + 0.8414239482vw, 33px);
  background: #fff;
  border-radius: 60px;
  color: var(--color-main);
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.l-footer_cta-text {
  font-family: var(--font-en);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.l-footer_cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 45.6893203883px + 1.6828478964vw, 78px);
  height: clamp(24px, 21.572815534px + 0.6472491909vw, 34px);
  background: #000;
  border-radius: 60px;
  flex-shrink: 0;
}
.l-footer_cta-icon img {
  width: clamp(16px, 14.3009708738px + 0.4530744337vw, 23px);
  height: auto;
}
.l-footer_cta a:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  color: #fff;
  transform: translateY(-2px);
}
.l-footer_cta a:hover .l-footer_cta-icon {
  background: #fff;
}
.l-footer_cta a:hover .l-footer_cta-icon img {
  filter: invert(1);
}
@media screen and (max-width: 991px) {
  .l-footer_top {
    flex-direction: column;
    gap: 4rem;
  }
  .l-footer_brand {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .l-footer_nav {
    flex: none;
    width: 100%;
    max-width: none;
    display: none;
  }
  .l-footer_sns-icon {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 6rem 4rem;
  }
  .l-footer_nav {
    grid-template-columns: 1fr;
    row-gap: 2.8rem;
    order: 1;
  }
  .l-footer_sns-icon {
    width: 60px;
    height: 60px;
  }
  .l-footer_links {
    margin-top: 3.2rem;
    gap: 1rem 1.6rem;
  }
  .l-footer_links a {
    font-size: 1.3rem;
  }
  .l-footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    gap: 2.4rem;
  }
  .l-footer_logos {
    max-width: 100%;
    gap: 1rem;
  }
  .l-footer_cta {
    width: 100%;
  }
}

.footer-nav_title {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-main);
}
.footer-nav_list {
  margin-top: 1.2rem;
}
.footer-nav_list a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2;
  transition: opacity 0.2s;
}
.footer-nav_list a:hover {
  opacity: 0.6;
}

.l-body {
  position: relative;
}

.c-logo a {
  display: flex;
  align-items: center;
}
.c-logo a img {
  width: clamp(150px, 70.9886547812px + 21.0696920583vw, 280px);
}
.c-logo_title {
  font-family: var(--font-en);
  font-size: clamp(12px, 10.7844408428px + 0.3241491086vw, 14px);
  font-weight: 700;
  line-height: 1;
  margin-left: 16px;
  color: #fff;
  letter-spacing: 0.06em;
}

.l-section_header {
  position: relative;
  width: 100%;
  height: clamp(360px, 276.9902912621px + 22.1359223301vw, 702px);
  overflow: hidden;
}
.l-section_header-fig {
  position: absolute;
  inset: 0;
}
.l-section_header-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-section_header-fig::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 41, 115, 0.2);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.l-section_title {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(24px, -17.7475728155px + 11.1326860841vw, 196px);
  color: #fff;
}
.l-section_title .en {
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1;
}
.l-section_title .en.-small {
  font-size: clamp(40px, 26.4077669903px + 3.6245954693vw, 96px);
}
.l-section_title .ja {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.2rem;
}

.c-breadcrumb {
  position: absolute;
  left: clamp(24px, -17.0194174757px + 10.9385113269vw, 193px);
  bottom: clamp(24px, 20.6019417476px + 0.9061488673vw, 38px);
  z-index: 2;
}
.c-breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.c-breadcrumb_item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
}
.c-breadcrumb_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.c-breadcrumb_item a {
  color: inherit;
  transition: opacity 0.2s;
}
.c-breadcrumb_item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    left: 2.4rem;
    bottom: 2rem;
  }
  .c-breadcrumb_item {
    font-size: 1.3rem;
  }
}

.p-job {
  padding-block: clamp(60px, 43.0097087379px + 4.5307443366vw, 130px);
}
.p-job_top {
  text-align: center;
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  max-width: 1277px;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
.p-job_panel {
  position: relative;
  max-width: 1660px;
  width: calc(100% - clamp(32px, -23.3398058252px + 14.7572815534vw, 260px));
  margin-inline: auto;
  margin-top: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(16px, 0.4660194175px + 4.142394822vw, 80px);
}
.p-job_panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(114.73deg, #1e2973 44.4%, #5029a5 89%, #a42af9 127%);
  opacity: 0.1;
  pointer-events: none;
}
.p-job_chart {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1485px;
  margin: 0;
}
.p-job_chart > img {
  width: 100%;
  height: auto;
}
.p-job_chart-box {
  position: relative;
}
.p-job_points {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}
.p-job_point {
  position: absolute;
  width: 26.87%;
  padding: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px) clamp(18px, 14.359223301px + 0.9708737864vw, 33px);
  background: #fff;
  border: 1px solid rgba(177, 179, 179, 0.3);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(30, 41, 115, 0.08);
  pointer-events: auto;
}
.p-job_point-label {
  font-family: var(--font-en);
  font-size: clamp(18px, 16.0582524272px + 0.5177993528vw, 26px);
  font-weight: 700;
  line-height: 1.85;
  text-transform: uppercase;
  color: #b1b3b3;
  opacity: 0.5;
}
.p-job_point-text {
  margin-top: 0.4rem;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  font-weight: 400;
  line-height: 2.07;
  color: var(--color-main);
}
.p-job_point--direct {
  left: 0;
  top: 34.79%;
}
.p-job_point--new {
  left: 73.13%;
  top: 24.58%;
}
.p-job_point--marketing {
  left: 70.24%;
  top: 68.88%;
}
.p-job_point--corporate {
  left: 14.48%;
  top: 81.75%;
}
@media screen and (max-width: 1399px) {
  .p-job_points {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2rem;
    width: 100%;
    margin-top: 2.4rem;
    pointer-events: auto;
  }
  .p-job_point {
    position: static;
    width: 100%;
  }
  .p-job_point--corporate {
    order: 3;
  }
  .p-job_point--marketing {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-job_panel {
    border-radius: 20px;
    padding: 2.4rem 1.6rem;
  }
  .p-job_chart {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .p-job_chart > img {
    width: 90rem;
    max-width: none;
  }
  .p-job_points {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .p-job_point {
    border-radius: 16px;
    padding: 1.6rem 1.8rem;
    order: initial;
  }
}
.p-job_areas {
  margin-top: clamp(80px, 58.1553398058px + 5.8252427184vw, 170px);
}
.p-job_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 0;
  scroll-margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-job_area {
    scroll-margin-top: 10rem;
  }
}
.p-job_area + .p-job_area {
  margin-top: clamp(64px, 38.2718446602px + 6.8608414239vw, 170px);
}
.p-job_area--reverse .p-job_area-body {
  order: 2;
  padding-left: clamp(24px, -8.5242718447px + 8.6731391586vw, 158px);
  padding-right: clamp(24px, -17.2621359223px + 11.003236246vw, 194px);
}
.p-job_area--reverse .p-job_area-fig {
  order: 1;
}
.p-job_area--reverse .p-job_area-fig img {
  border-radius: 0 30px 30px 0;
}
.p-job_area-body {
  padding-left: clamp(24px, -17.2621359223px + 11.003236246vw, 194px);
  padding-right: clamp(24px, -8.5242718447px + 8.6731391586vw, 158px);
  max-width: none;
}
.p-job_area-title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 608px;
  height: clamp(52px, 45.2038834951px + 1.8122977346vw, 80px);
  padding-inline: clamp(28px, 22.6601941748px + 1.4239482201vw, 50px);
  border-radius: 96px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: clamp(20px, 18.3009708738px + 0.4530744337vw, 27px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-main);
  position: relative;
  overflow: hidden;
}
.p-job_area-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(159.46deg, #1e2973 44.4%, #5029a5 89%, #a42af9 127%);
  opacity: 0.1;
  pointer-events: none;
}
.p-job_area-text {
  max-width: 608px;
  margin-top: clamp(24px, 17.2038834951px + 1.8122977346vw, 52px);
  font-size: clamp(15px, 13.3009708738px + 0.4530744337vw, 22px);
  font-weight: 400;
  line-height: 2.27;
  color: #000;
}
.p-job_area-fig {
  min-width: 0;
}
.p-job_area-fig img {
  width: 100%;
  height: auto;
  aspect-ratio: 960/480;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 991px) {
  .p-job_area {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-job_area + .p-job_area {
    margin-top: 6.4rem;
  }
  .p-job_area--reverse .p-job_area-body {
    order: 0;
    padding-inline: 2.4rem;
  }
  .p-job_area--reverse .p-job_area-fig {
    order: 1;
  }
  .p-job_area--reverse .p-job_area-fig img {
    border-radius: 20px;
  }
  .p-job_area-body {
    padding-inline: 2.4rem;
  }
  .p-job_area-fig {
    padding-inline: 2.4rem;
  }
  .p-job_area-fig img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-job_areas {
    margin-top: 6.4rem;
  }
  .p-job_area {
    gap: 2rem;
  }
  .p-job_area-body {
    padding-inline: 2rem;
  }
  .p-job_area-title {
    height: 4.8rem;
    font-size: 1.8rem;
    padding-inline: 2.4rem;
  }
  .p-job_area-text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .p-job_area-fig {
    padding-inline: 2rem;
  }
  .p-job_area-fig img {
    border-radius: 16px;
  }
  .p-job_area--reverse .p-job_area-fig img {
    border-radius: 16px;
  }
}

.l-intlist {
  position: relative;
  padding-block: clamp(80px, 61.5533980583px + 4.9190938511vw, 156px) clamp(64px, 50.4077669903px + 3.6245954693vw, 120px);
  overflow: hidden;
  color: #fff;
}
.l-intlist::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(119.77deg, #1e2973 44.4%, #5029a5 89%, #a42af9 127%);
  pointer-events: none;
}
.l-intlist_title {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(40px, 31.7475728155px + 2.2006472492vw, 74px);
  font-family: var(--font-en);
  font-size: clamp(40px, 27.3786407767px + 3.3656957929vw, 92px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.l-intlist_body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 8.2330097087px + 2.071197411vw, 48px);
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(16px, 2.8932038835px + 3.4951456311vw, 70px);
  box-sizing: border-box;
}
.l-intlist_slider {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.l-intlist_prev, .l-intlist_next {
  flex: 0 0 auto;
  width: 27px;
  height: 45px;
  margin-top: clamp(180px, 167.8640776699px + 3.2362459547vw, 230px);
  cursor: pointer;
  background: transparent;
  border: none;
  position: relative;
  display: block !important;
}
.l-intlist_prev.swiper-button-disabled, .l-intlist_next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.l-intlist_prev::before, .l-intlist_next::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 30px;
  height: 30px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(-30%, -50%) rotate(-135deg);
}
.l-intlist_next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-intlist {
    padding-block: 6.4rem 5.6rem;
  }
  .l-intlist_title {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
  .l-intlist_body {
    gap: 1.2rem;
    padding-inline: 1.2rem;
  }
  .l-intlist_prev, .l-intlist_next {
    margin-top: 14rem;
    width: 20px;
    height: 32px;
  }
  .l-intlist_prev::before, .l-intlist_next::before {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.intlist-card {
  display: block;
  width: 100%;
  color: #fff;
}
.intlist-card_fig {
  position: relative;
  width: 100%;
  aspect-ratio: 356/500;
  border-radius: 10px;
  overflow: hidden;
  background: #eff0f5;
}
.intlist-card_fig img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
}
.intlist-card_badge {
  position: absolute;
  top: 2.4rem;
  left: 2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 33px;
  padding-inline: 1.2rem;
  border-radius: 60px;
  background: linear-gradient(141.47deg, #1e2973 50.6%, #a42af9 127%);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.intlist-card_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
  min-width: 171px;
  height: 40px;
  padding-inline: 1.6rem;
  border-radius: 96px;
  border: 1px solid var(--color-main);
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: var(--color-main);
  white-space: nowrap;
}
.intlist-card_name {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.intlist-card_name-sep {
  white-space: nowrap;
}
.intlist-card_meta {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intlist-card_badge {
    top: 1.6rem;
    left: 1.4rem;
    min-width: 100px;
    height: 2.8rem;
    font-size: 0.9rem;
  }
  .intlist-card_cat {
    min-width: 0;
    height: 3.4rem;
    font-size: 1.3rem;
  }
  .intlist-card_name {
    font-size: 1.6rem;
  }
  .intlist-card_name-sep {
    display: none;
  }
  .intlist-card_name-en {
    display: block;
  }
  .intlist-card_meta {
    font-size: 1.3rem;
  }
}

.l-intlist_slider .swiper-slide {
  width: 356px;
  height: auto;
  box-sizing: border-box;
}

.p-intarchive {
  padding-block: clamp(64px, 50.4077669903px + 3.6245954693vw, 120px) clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding-inline: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
}
.p-intarchive_filter {
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(40px, 36.1165048544px + 1.0355987055vw, 56px) clamp(20px, 5.4368932039px + 3.8834951456vw, 80px);
  border-radius: 32px;
  background: #e9eaf2;
  box-sizing: border-box;
}
.p-intarchive_filter-title {
  margin-bottom: clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  font-size: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-main);
}
.p-intarchive_cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 240px));
  gap: 4rem;
  justify-content: center;
  max-width: 1080px;
  margin-inline: auto;
}
.p-intarchive_cats > li {
  min-width: 0;
}
.p-intarchive_cat {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 56px;
  padding-inline: 1.2rem;
  border-radius: 96px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}
.p-intarchive_cat::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(141.47deg, #1e2973 50.6%, #a42af9 127%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.p-intarchive_cat > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform 0.2s ease;
}
.p-intarchive_cat:hover > span, .p-intarchive_cat:focus-visible > span {
  transform: translate(3px, 2px);
}
.p-intarchive_cat:hover::before, .p-intarchive_cat:focus-visible::before {
  opacity: 1;
}
.p-intarchive_cat.is-current::before {
  opacity: 1;
}
.p-intarchive_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 356px));
  gap: clamp(48px, 42.1747572816px + 1.5533980583vw, 72px) 4rem;
  justify-content: center;
  max-width: 1544px;
  margin: clamp(48px, 35.3786407767px + 3.3656957929vw, 100px) auto 0;
}
.p-intarchive_item {
  min-width: 0;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.p-intarchive_item.is-hide {
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  pointer-events: none;
}
.p-intarchive_item.is-gone {
  display: none;
}
.p-intarchive .intlist-card {
  color: var(--color-main);
}
.p-intarchive .intlist-card_fig {
  background: rgba(30, 41, 115, 0.07);
}
.p-intarchive .intlist-card_name {
  color: var(--color-main);
}
.p-intarchive .intlist-card_meta {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-intarchive .intlist-card .intlist-card_badge {
    top: inherit;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-intarchive_cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .p-intarchive_cat {
    font-size: 1.6rem;
    height: 5rem;
  }
  .p-intarchive_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 2.4rem;
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .p-intarchive {
    padding-block: 4.8rem 6.4rem;
    padding-inline: 1.6rem;
  }
  .p-intarchive_filter {
    padding: 2.8rem 1.6rem;
    border-radius: 20px;
  }
  .p-intarchive_filter-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .p-intarchive_cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .p-intarchive_cat {
    height: 4.4rem;
    font-size: 1.3rem;
    padding-inline: 0.8rem;
    letter-spacing: 0.02em;
  }
  .p-intarchive_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 1.6rem;
    margin-top: 4rem;
  }
}

.p-interview {
  position: relative;
  padding-block: 180px clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding-inline: clamp(16px, 0.4660194175px + 4.142394822vw, 80px);
}
.p-interview_small {
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  font-size: 1.2rem;
}
.p-interview_bg {
  position: absolute;
  top: 12%;
  left: 52%;
  width: min(180%, 2400px);
  transform: translateX(-50%) scaleX(-1);
  pointer-events: none;
  z-index: 0;
}
.p-interview_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-interview_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, clamp(480px, -15.3846153846px + 35.3846153846vw, 664px)) minmax(0, 900px);
  column-gap: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
  justify-content: center;
  align-items: start;
  max-width: 1664px;
  margin-inline: auto;
}
.p-interview_profile {
  position: sticky;
  top: 18rem;
  align-self: start;
  width: 100%;
  min-width: 0;
  z-index: 2;
  max-height: calc(100vh - 18rem - 2rem);
  max-height: calc(100dvh - 18rem - 2rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-interview_profile::-webkit-scrollbar {
  display: none;
}
.p-interview_body {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.p-interview_card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(30, 41, 115, 0.07);
  aspect-ratio: 664/813;
}
.p-interview_card-fig {
  position: absolute;
  inset: 0;
}
.p-interview_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-interview_card-fig::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(146, 146, 146, 0.26) 65%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-interview_card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 clamp(24px, 18.1747572816px + 1.5533980583vw, 48px) clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  color: #fff;
}
.p-interview_card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem 2rem;
  margin-bottom: 1.2rem;
}
.p-interview_card-label {
  font-family: var(--font-en);
  font-size: clamp(16px, 14.786407767px + 0.3236245955vw, 21px);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-interview_card-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 171px;
  height: 40px;
  padding-inline: 1.6rem;
  border: 1px solid var(--color-main);
  border-radius: 96px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: var(--color-main);
  white-space: nowrap;
}
.p-interview_card-name {
  font-size: clamp(22px, 19.3300970874px + 0.71197411vw, 33px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-interview_card-meta {
  margin-top: 0.8rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.35;
}
.p-interview_block {
  position: relative;
  z-index: 1;
  margin-top: clamp(56px, 45.3203883495px + 2.8478964401vw, 100px);
}
.p-interview_heading {
  margin-bottom: 2.8rem;
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--color-main);
}
.p-interview_photo {
  margin: 0 0 2.8rem;
  border-radius: 20px;
  overflow: hidden;
  background: #0a0e27;
  aspect-ratio: 900/560;
}
.p-interview_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-interview_text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #000;
}
.p-interview_text p + p {
  margin-top: 1em;
}
.p-interview_schedule {
  position: relative;
  margin: 0;
  padding: 0 0 5rem 5.6rem;
  list-style: none;
}
.p-interview_schedule::before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: 1rem;
  left: 2rem;
  width: 1px;
  background: rgb(30, 41, 115);
}
.p-interview_schedule > li {
  position: relative;
  padding-bottom: 3.2rem;
}
.p-interview_schedule > li:last-child {
  padding-bottom: 0;
}
.p-interview_schedule > li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -4.6rem;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--color-main);
  box-sizing: border-box;
}
.p-interview_schedule-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #000;
}
.p-interview_schedule-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #000;
}
.p-interview_schedule-head {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--color-main);
}
.p-interview_schedule-head.mt-3 {
  margin-top: 3rem;
}
.p-interview_schedule-sub {
  font-size: 1.4rem;
  margin-block: 1rem 1.5rem;
}
@media screen and (max-width: 1399px) {
  .p-interview_inner {
    grid-template-columns: minmax(0, clamp(400px, 205.0122850123px + 19.656019656vw, 480px)) minmax(0, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .p-interview_inner {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    column-gap: 0;
  }
  .p-interview_profile {
    position: static;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-block: 10rem 6.4rem;
    padding-inline: 1.6rem;
  }
  .p-interview_bg {
    top: 4%;
    width: min(220%, 2000px);
    opacity: 0.4;
  }
  .p-interview_card {
    border-radius: 20px;
  }
  .p-interview_card-info {
    padding: 0 2rem 2.4rem;
  }
  .p-interview_card-head {
    gap: 1rem;
  }
  .p-interview_card-cat {
    min-width: 0;
    height: 3.4rem;
    font-size: 1.3rem;
  }
  .p-interview_card-name-sep {
    display: none;
  }
  .p-interview_card-name-en {
    display: block;
  }
  .p-interview_heading {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .p-interview_photo {
    margin-bottom: 2rem;
    border-radius: 14px;
  }
  .p-interview_schedule {
    padding-left: 4rem;
  }
  .p-interview_schedule > li {
    padding-bottom: 2.4rem;
  }
  .p-interview_schedule > li::before {
    left: -3.2rem;
    top: 1rem;
    width: 14px;
    height: 14px;
  }
  .p-interview_schedule::before {
    left: 1.4rem;
  }
}

.p-cross_hero {
  position: relative;
}
.p-cross_breadcrumb {
  position: absolute;
  left: clamp(24px, -17.0194174757px + 10.9385113269vw, 193px);
  top: clamp(120px, 104.4660194175px + 4.142394822vw, 184px);
  bottom: auto;
  z-index: 2;
}
.p-cross_breadcrumb .c-breadcrumb_item {
  color: #000;
}
.p-cross_breadcrumb .c-breadcrumb_item:not(:last-child)::after {
  border-color: #555;
}
.p-cross_breadcrumb .c-breadcrumb_item:last-child {
  color: #b1b3b3;
}
.p-cross_hero-fig {
  position: relative;
  width: min(1320px, 68.75%);
  margin-left: auto;
  aspect-ratio: 1320/860;
  overflow: hidden;
  background: #e9eaf2;
}
.p-cross_hero-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-cross_intro {
  position: relative;
  z-index: 1;
  width: min(749px, 100% - clamp(32px, 24.2330097087px + 2.071197411vw, 64px));
  margin-top: clamp(-160px, -60.5825242718px + -5.1779935275vw, -80px);
  margin-left: clamp(16px, -27.2038834951px + 11.5210355987vw, 194px);
  margin-right: auto;
  padding: clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  background: #fff;
  border: 1px solid var(--color-main);
  border-radius: 30px;
  box-sizing: border-box;
}
.p-cross_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 33px;
  padding-inline: 1.4rem;
  border-radius: 30px;
  background: linear-gradient(141.47deg, #1e2973 50.6%, #a42af9 127%);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.p-cross_title {
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.p-cross_lead {
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  padding-top: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  border-top: 1px solid #000;
  font-size: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-cross_members {
  position: relative;
  z-index: 1;
  padding-top: clamp(64px, 40.6990291262px + 6.213592233vw, 160px);
  padding-inline: clamp(16px, -27.2038834951px + 11.5210355987vw, 194px);
  max-width: 1920px;
  margin-inline: auto;
  box-sizing: border-box;
}
.p-cross_members-title {
  margin-bottom: clamp(30px, 27.572815534px + 0.6472491909vw, 40px);
  font-family: var(--font-en);
  font-size: clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}
.p-cross_members-list {
  --member-gap: clamp(24px, 10.4077669903px + 3.6245954693vw, 80px);
  --member-col: min(323px, calc((100% - 3 * var(--member-gap)) / 4));
  display: grid;
  grid-template-columns: repeat(4, var(--member-col));
  gap: var(--member-gap);
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-cross_members-list.-cols3 {
  grid-template-columns: repeat(3, var(--member-col));
  justify-content: center;
}
.p-cross_member {
  position: relative;
  min-width: 0;
}
.p-cross_member-fig {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-cross_member-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-cross_member-x {
  position: absolute;
  top: 20%;
  left: calc(100% + clamp(12px, 5.2038834951px + 1.8122977346vw, 40px));
  width: clamp(48px, 35.6213592233px + 3.3009708738vw, 99px);
  height: auto;
  aspect-ratio: 1;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.p-cross_member:last-child .p-cross_member-x {
  display: none;
}
.p-cross_member-name {
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-size: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--color-main);
  display: flex;
  flex-direction: column;
}
.p-cross_member-sep {
  display: none;
}
.p-cross_member-en {
  margin-top: 0.5rem;
  font-size: clamp(12px, 11.2718446602px + 0.1941747573vw, 15px);
}
.p-cross_member-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  min-width: 171px;
  height: 40px;
  padding-inline: 1.6rem;
  border: 1px solid var(--color-main);
  border-radius: 96px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: var(--color-main);
  white-space: nowrap;
  box-sizing: border-box;
  transition: backgound 0.3s ease, color 0.3s ease;
}
.p-cross_member-cat:hover {
  background: linear-gradient(161.53deg, #1e2973 44.4%, #5029a5 89%, #a42af9 127%);
  color: #fff;
}
.p-cross_member-meta {
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-size: clamp(12px, 11.2718446602px + 0.1941747573vw, 15px);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #000;
}
.p-cross_topic {
  position: relative;
  padding-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding-bottom: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
}
.p-cross_topic.-extend {
  overflow-x: clip;
  overflow-y: visible;
  z-index: 0;
}
.p-cross_topic.-extend .p-cross_topic-bg {
  top: 77%;
}
.p-cross_topic.cross02:has(+ .p-cross_recommend) {
  padding-top: 0;
  margin-top: clamp(-50px, 12.1359223301px + -3.2362459547vw, 0px);
}
.p-cross_topic-bg {
  position: absolute;
  top: calc(clamp(80px, 60.5825242718px + 5.1779935275vw, 160px) - 44.0625vw);
  left: -10.6770833333vw;
  width: 178.1770833333vw;
  height: 123.0729166667vw;
  transform: scaleY(-1) rotate(180deg);
  transform-origin: center center;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-cross_topic-bg {
    top: calc(clamp(80px, 60.5825242718px + 5.1779935275vw, 160px) - 21.875vw);
    left: -4.1666666667vw;
    width: 114.5833333333vw;
    height: 79.1666666667vw;
  }
}
.p-cross_topic-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.p-cross_topic-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding-inline: clamp(16px, -26.9611650485px + 11.4563106796vw, 193px);
  margin-bottom: clamp(32px, 30.0582524272px + 0.5177993528vw, 40px);
}
.p-cross_topic-num {
  font-family: "Oswald", var(--font-en), sans-serif;
  font-size: clamp(66px, 52.8932038835px + 3.4951456311vw, 120px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-main);
}
.p-cross_topic-title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.p-cross_topic-fig {
  position: relative;
  z-index: 1;
  width: min(1500px, 78.125%);
  margin: 0;
  aspect-ratio: 1500/640;
  overflow: hidden;
  background: #e9eaf2;
}
.p-cross_topic-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-cross_topic-fig.-full {
  width: 100%;
  margin-top: clamp(64px, 50.4077669903px + 3.6245954693vw, 120px);
  aspect-ratio: 1920/560;
}
.p-cross_topic-fig.-full img {
  object-position: center 20%;
}
.p-cross_question {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - clamp(32px, -53.9223300971px + 22.9126213592vw, 386px));
  min-height: clamp(64px, 57.6893203883px + 1.6828478964vw, 90px);
  margin-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  margin-left: clamp(16px, -26.9611650485px + 11.4563106796vw, 193px);
  margin-right: clamp(16px, -26.9611650485px + 11.4563106796vw, 193px);
  padding: 1.6rem clamp(20px, 16.359223301px + 0.9708737864vw, 35px);
  background: linear-gradient(161.53deg, #1e2973 44.4%, #5029a5 89%, #a42af9 127%);
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  box-sizing: border-box;
}
.p-cross_question.-right {
  margin-left: auto;
  margin-top: clamp(64px, 40.6990291262px + 6.213592233vw, 160px);
}
.p-cross_question.-right.-narrow {
  margin-top: clamp(48px, 15.652173913px + 3.2608695652vw, 60px);
}
.p-cross_talk {
  position: relative;
  z-index: 1;
}
.p-cross_talk-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding-inline: clamp(16px, -26.9611650485px + 11.4563106796vw, 193px);
  margin-bottom: clamp(32px, 30.0582524272px + 0.5177993528vw, 40px);
}
.p-cross_talk-main {
  --talk-fig-w: min(1233px, 64.21875vw);
  --talk-slant: calc(var(--talk-fig-w) * 391.5 / 1233);
  position: relative;
  padding-bottom: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
}
.p-cross_talk-main.pb0 {
  padding-bottom: 0;
}
.p-cross_talk-main::before {
  content: "";
  position: absolute;
  top: calc(var(--talk-fig-w) * 297 / 1233);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(109deg, #1E2973 44.4%, #5029A5 89.01%, #A42AF9 127.02%);
  opacity: 0.1;
  clip-path: polygon(0 var(--talk-slant), 100% 0, 100% 100%, 0 100%);
}
.p-cross_talk-main.-down::before {
  clip-path: polygon(0 0, 100% var(--talk-slant), 100% 100%, 0 100%);
  background: linear-gradient(228deg, #1E2973 10%, #5029A5 89.01%, #A42AF9 127.02%);
}
.p-cross_talk-main.-slant-end {
  padding-bottom: calc(var(--talk-slant) + clamp(40px, 30.2912621359px + 2.5889967638vw, 80px));
}
.p-cross_talk-main.-slant-end::before {
  clip-path: polygon(0 var(--talk-slant), 100% 0, 100% 100%, 0 calc(100% - var(--talk-slant)));
}
.p-cross_talk-main .p-cross_topic-fig.-full {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: clamp(64px, 50.4077669903px + 3.6245954693vw, 120px);
  aspect-ratio: 1920/560;
}
.p-cross_talk-main .p-cross_topic-fig.-full img {
  object-position: center 30%;
}
.p-cross_talk-fig {
  position: relative;
  z-index: 1;
  width: min(1233px, 64.21875%);
  margin: 0 clamp(16px, -26.9611650485px + 11.4563106796vw, 193px) 0 auto;
  aspect-ratio: 1233/680;
  overflow: hidden;
  background: #e9eaf2;
}
.p-cross_talk-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.p-cross_answers {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  width: min(1300px, 100% - clamp(32px, -53.9223300971px + 22.9126213592vw, 386px));
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  margin-inline: auto;
  box-sizing: border-box;
}
.p-cross_answer {
  display: grid;
  grid-template-columns: clamp(96px, 75.6116504854px + 5.4368932039vw, 180px) minmax(0, 1fr);
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  align-items: flex-start;
}
.p-cross_answer-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.p-cross_answer-avatar {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #e9eaf2;
}
.p-cross_answer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-cross_answer-name {
  font-size: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--color-main);
  text-align: center;
}
.p-cross_answer-text {
  font-size: clamp(15px, 13.786407767px + 0.3236245955vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-cross_answer-text p + p {
  margin-top: 1em;
}
.p-cross_answer-note {
  margin-top: 0.8em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-cross_recommend {
  position: relative;
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding: clamp(80px, 61.5533980583px + 4.9190938511vw, 156px) clamp(16px, 5.3203883495px + 2.8478964401vw, 60px) clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
  background: linear-gradient(118.64deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  box-sizing: border-box;
}
.p-cross_topic + .p-cross_recommend {
  margin-top: 0;
}
.p-cross_recommend-title {
  margin: 0 auto clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  font-family: var(--font-en);
  font-size: clamp(40px, 27.3786407767px + 3.3656957929vw, 92px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.p-cross_recommend-card {
  position: relative;
  width: min(1400px, 100%);
  margin-inline: auto;
  aspect-ratio: 1400/688;
  border: 1px solid var(--color-main);
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
}
.p-cross_recommend-fig {
  position: absolute;
  inset: 0;
}
.p-cross_recommend-fig img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.p-cross_recommend-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 17.6893203883px + 1.6828478964vw, 50px) clamp(24px, 14.5339805825px + 2.5242718447vw, 63px);
  box-sizing: border-box;
}
.p-cross_recommend-label {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(40px, 26.4077669903px + 3.6245954693vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}
.p-cross_recommend-heading {
  margin: clamp(-10px, -7.5145631068px + -0.1294498382vw, -8px) 0 0;
  font-size: clamp(18px, 16.0582524272px + 0.5177993528vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-cross_recommend-lead {
  margin: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px) 0 0;
  max-width: 40.8rem;
  font-size: clamp(13px, 12.2718446602px + 0.1941747573vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-cross_recommend-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 19rem;
  height: 6.5rem;
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding: 0 2.4rem;
  border: 1px solid var(--color-main);
  border-radius: 60px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-cross_recommend-btn:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}
.p-cross_recommend-btn:hover .p-cross_recommend-btn-text {
  color: #fff;
}
.p-cross_recommend-btn:hover .p-cross_recommend-btn-icon img {
  filter: brightness(0) invert(1);
}
.p-cross_recommend-btn-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-main);
  white-space: nowrap;
  transition: color 0.3s ease;
}
.p-cross_recommend-btn-icon {
  display: block;
  width: 1.6rem;
  flex-shrink: 0;
}
.p-cross_recommend-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .p-cross_recommend {
    margin-top: 8rem;
    padding: 8rem clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  }
  .p-cross_recommend-title {
    margin-bottom: 4rem;
    font-size: clamp(36px, 33.0873786408px + 0.7766990291vw, 48px);
  }
  .p-cross_recommend-card {
    width: min(1200px, 92%);
    border-radius: 2rem;
  }
  .p-cross_recommend-fig img {
    object-position: center 20%;
  }
  .p-cross_recommend-body {
    max-width: none;
    padding: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  }
  .p-cross_recommend-label {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.15;
  }
  .p-cross_recommend-heading {
    margin-top: 0.4rem;
    font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  }
  .p-cross_recommend-lead {
    margin-top: 1.6rem;
    font-size: clamp(13px, 12.5145631068px + 0.1294498382vw, 15px);
    line-height: 1.75;
  }
  .p-cross_recommend-btn {
    margin-top: 2.4rem;
    width: 18rem;
    height: 5.2rem;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-cross_hero {
    padding-bottom: 0;
  }
  .p-cross_breadcrumb {
    position: static;
    margin: 16rem 0 2.4rem;
    padding-inline: 2.4rem;
  }
  .p-cross_hero-fig {
    width: 100%;
    aspect-ratio: 16/10;
  }
  .p-cross_intro {
    width: calc(100% - 3.2rem);
    margin: -6rem auto 0;
    padding: 2.4rem 2rem;
    border-radius: 20px;
  }
  .p-cross_title {
    font-size: 2.4rem;
  }
  .p-cross_lead {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.4rem;
  }
  .p-cross_members {
    padding-inline: 2.4rem;
  }
  .p-cross_members-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 2.4rem;
  }
  .p-cross_members-list.-cols3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-cross_member-x {
    display: none;
  }
  .p-cross_member-cat {
    min-width: 0;
    height: 3.4rem;
    font-size: 1.3rem;
  }
  .p-cross_topic-head {
    padding-inline: 2.4rem;
  }
  .p-cross_topic-fig {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .p-cross_topic-fig.-full {
    margin-top: 4.8rem;
    aspect-ratio: 16/7;
  }
  .p-cross_talk-head {
    padding-inline: 2.4rem;
    align-items: center;
  }
  .p-cross_talk-main {
    --talk-fig-w: calc(100vw - 3.2rem);
  }
  .p-cross_talk-fig {
    width: calc(100% - 3.2rem);
    margin: 0 1.6rem 0 auto;
    aspect-ratio: 1233/680;
  }
  .p-cross_question {
    width: fit-content;
    max-width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    font-size: 1.6rem;
  }
  .p-cross_question.-right {
    margin-left: auto;
    margin-right: 1.6rem;
    margin-top: 4.8rem;
  }
  .p-cross_answers {
    width: calc(100% - 3.2rem);
    margin-inline: auto;
    gap: 4rem;
  }
  .p-cross_answer {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.6rem;
    align-items: start;
  }
  .p-cross_answer-text {
    font-size: 1.4rem;
  }
  .p-cross_recommend-card {
    width: 88%;
    aspect-ratio: inherit;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .p-cross_recommend-fig {
    position: relative;
    inset: auto;
    border-radius: 2rem;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
  .p-cross_recommend-fig img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .p-cross_recommend-body {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    padding: 2.4rem;
    background: none;
  }
  .p-cross_recommend-label {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
  .p-cross_recommend-heading {
    font-size: 1.8rem;
  }
  .p-cross_recommend-lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cross_breadcrumb {
    display: none;
    position: static;
    margin: 8rem 0 2.4rem;
    padding-inline: 2.4rem;
  }
  .p-cross_answer-person {
    gap: 1.2rem;
  }
  .p-cross_answer-avatar {
    width: 6.4rem;
  }
  .p-cross_recommend-title {
    font-size: 3.6rem;
  }
  .p-cross_recommend-card {
    width: 100%;
  }
  .p-cross_recommend-body {
    padding: 2rem;
  }
  .p-cross_recommend-label {
    font-size: clamp(2.4rem, 9vw, 3.2rem);
  }
  .p-cross_recommend-heading {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .p-cross_recommend-lead {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
  .p-cross_recommend-btn {
    width: 16rem;
    height: 4.8rem;
    margin-top: 1.6rem;
  }
  .p-cross_recommend-btn-text {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
}

.p-business {
  padding-block: clamp(60px, 43.0097087379px + 4.5307443366vw, 130px);
}
.p-business_top {
  text-align: center;
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  max-width: 1277px;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
.p-business_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 13.932038835px + 1.6181229773vw, 45px);
  width: min(1617px, 100% - clamp(32px, -33.5339805825px + 17.4757281553vw, 302px));
  margin: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px) auto 0;
}
.p-business_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: clamp(520px, 440.3883495146px + 21.2297734628vw, 848px);
  padding: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px) clamp(16px, 13.572815534px + 0.6472491909vw, 26px) clamp(28px, 22.1747572816px + 1.5533980583vw, 52px);
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.p-business_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(101.9deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  opacity: 0.1;
  pointer-events: none;
}
.p-business_card > * {
  position: relative;
  z-index: 1;
}
.p-business_card-fig {
  width: 100%;
  aspect-ratio: 456/305;
  border-radius: 20px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(72px, 64.4757281553px + 2.0064724919vw, 103px);
  margin-top: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  flex-shrink: 0;
}
.p-business_card-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.p-business_card-text {
  width: 100%;
  max-width: 40.8rem;
  margin: clamp(20px, 17.572815534px + 0.6472491909vw, 30px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-business_card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 19rem;
  height: 5.95rem;
  margin-top: auto;
  padding: 0 2.4rem;
  border: 1px solid var(--color-main);
  border-radius: 60px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-business_card-btn:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}
.p-business_card-btn:hover .p-business_card-btn-text {
  color: #fff;
}
.p-business_card-btn:hover .p-business_card-btn-icon img {
  filter: brightness(0) invert(1);
}
.p-business_card-btn-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-main);
  white-space: nowrap;
  transition: color 0.3s ease;
}
.p-business_card-btn-icon {
  display: block;
  width: 1.6rem;
  flex-shrink: 0;
}
.p-business_card-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .p-business_cards {
    width: calc(100% - 4.8rem);
    gap: 2.4rem;
  }
  .p-business_card {
    min-height: 0;
    padding: 2rem 1.8rem 3.2rem;
    border-radius: 2.4rem;
  }
  .p-business_card-fig {
    border-radius: 1.6rem;
  }
  .p-business_card-text {
    font-size: 1.5rem;
  }
  .p-business_card-btn {
    width: 17rem;
    height: 5.2rem;
    margin-top: auto;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-business_cards {
    grid-template-columns: 1fr;
    width: calc(100% - 3.2rem);
    gap: 3.2rem;
  }
  .p-business_card {
    padding: 1.6rem 1.6rem 2.8rem;
    border-radius: 2rem;
  }
  .p-business_card-fig {
    border-radius: 1.4rem;
  }
  .p-business_card-logo {
    margin-top: 2.4rem;
    height: 7.2rem;
  }
  .p-business_card-text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-business_card-btn {
    width: 16rem;
    height: 4.8rem;
    margin-top: 2.4rem;
  }
  .p-business_card-btn-text {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
}
.p-business_anytime {
  --anytime-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  z-index: 1;
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  padding: calc(var(--anytime-slant) + clamp(40px, 30.2912621359px + 2.5889967638vw, 80px)) 0 calc(var(--anytime-slant) + clamp(60px, 45.4368932039px + 3.8834951456vw, 120px));
}
.p-business_anytime::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(101.9deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  opacity: 0.1;
  clip-path: polygon(0 var(--anytime-slant), 100% 0, 100% calc(100% - var(--anytime-slant)), 0 100%);
}
.p-business_anytime-inner {
  position: relative;
  z-index: 1;
  width: min(1662px, 100% - clamp(32px, -22.854368932px + 14.6278317152vw, 258px));
  margin-inline: auto;
}
.p-business_anytime-head {
  text-align: center;
  margin-bottom: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
}
.p-business_anytime-logo {
  width: min(86.9rem, 80%);
  margin: 0 auto clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-business_anytime-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business_anytime-title {
  margin: 0;
  font-size: clamp(24px, 18.9029126214px + 1.359223301vw, 45px);
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-main);
}
.p-business_anytime-lead {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) auto 0;
  max-width: 90.3rem;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}
.p-business_anytime-panel {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.p-business_anytime-panel.-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 42.9rem);
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  align-items: center;
  padding: clamp(24px, 12.8349514563px + 2.9773462783vw, 70px) clamp(24px, 13.3203883495px + 2.8478964401vw, 68px);
}
.p-business_anytime-panel.-history {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding: clamp(24px, 4.3398058252px + 5.2427184466vw, 105px) clamp(24px, 14.0485436893px + 2.6537216828vw, 65px) clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business_anytime-history {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  align-items: start;
}
.p-business_anytime-panel-fig {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_anytime-panel-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_anytime-panel.-story .p-business_anytime-panel-fig {
  aspect-ratio: 429/574;
}
.p-business_anytime-history .p-business_anytime-panel-fig {
  width: 100%;
  max-width: 62.2rem;
  aspect-ratio: 622/627;
  justify-self: start;
}
.p-business_anytime-panel-title {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-main);
}
.p-business_anytime-panel.-history .p-business_anytime-panel-title {
  font-size: clamp(22px, 19.0873786408px + 0.7766990291vw, 34px);
}
.p-business_anytime-panel-text {
  margin: clamp(20px, 12.7184466019px + 1.9417475728vw, 50px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 300;
  line-height: 1.85;
  color: #000;
}
.p-business_anytime-panel.-history .p-business_anytime-panel-text {
  font-weight: 300;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
.p-business_anytime-gallery {
  --gallery-gap: clamp(12px, 6.4174757282px + 1.4886731392vw, 35px);
  margin: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px) calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.p-business_anytime-gallery-track {
  display: flex;
  width: max-content;
  animation: p-business-gallery-marquee 40s linear infinite;
}
.p-business_anytime-gallery-list {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  padding-inline-end: var(--gallery-gap);
  list-style: none;
}
.p-business_anytime-gallery-list li {
  flex: 0 0 auto;
  width: clamp(280px, 256.9417475728px + 6.1488673139vw, 375px);
  aspect-ratio: 375/197;
  border-radius: 10px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_anytime-gallery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_anytime-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  margin-top: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
}
.p-business_anytime-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: clamp(360px, 322.8640776699px + 9.9029126214vw, 513px);
  padding: clamp(40px, 36.1165048544px + 1.0355987055vw, 56px) clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  border-radius: 30px;
  background: rgba(68, 0, 153, 0.03);
  box-sizing: border-box;
  text-align: center;
}
.p-business_anytime-stat-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(22.7rem, 80%);
  height: 5.6rem;
  margin: 0;
  border-radius: 30px;
  background: linear-gradient(144.9deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  white-space: nowrap;
}
.p-business_anytime-stat-illust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(160px, 138.1553398058px + 5.8252427184vw, 250px);
  margin-top: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  flex-shrink: 0;
}
.p-business_anytime-stat-illust img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.p-business_anytime-stat-value {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.8rem;
  margin: auto 0;
  color: var(--color-main);
}
.p-business_anytime-stat-value .num {
  font-family: var(--font-en);
  font-size: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  font-weight: 700;
  line-height: 1;
}
.p-business_anytime-stat-value .unit {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}
.p-business_anytime-stat-value.-inline {
  flex-direction: row;
  align-items: baseline;
  margin: 0;
}
.p-business_anytime-stat-world {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: auto 0;
  color: var(--color-main);
}
.p-business_anytime-stat-note {
  margin: 1.2rem 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
  color: #141414;
}
.p-business_anytime-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business_anytime-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: min(60.5rem, 100%);
  height: clamp(64px, 56.2330097087px + 2.071197411vw, 96px);
  padding: 0 3.2rem;
  border-radius: 60px;
  background: linear-gradient(155.6deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
.p-business_anytime-btn:hover {
  opacity: 0.88;
}
.p-business_anytime-btn-text {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
.p-business_anytime-btn-icon {
  display: block;
  width: 7.8rem;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-business_anytime-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business_barmethod {
  --barmethod-slant: clamp(48px, 20.390625vw, 391.5px);
  --barmethod-accent: #f48476;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--barmethod-slant) * -1);
  padding: calc(var(--barmethod-slant) + clamp(40px, 30.2912621359px + 2.5889967638vw, 80px)) 0 calc(var(--barmethod-slant) + clamp(60px, 45.4368932039px + 3.8834951456vw, 120px));
}
.p-business_barmethod::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #d9d9d6;
  clip-path: polygon(0 var(--barmethod-slant), 100% 0, 100% 100%, 0 calc(100% - var(--barmethod-slant)));
}
.p-business_barmethod-inner {
  position: relative;
  z-index: 1;
  width: min(1662px, 100% - clamp(32px, -22.854368932px + 14.6278317152vw, 258px));
  margin-inline: auto;
}
.p-business_barmethod-head {
  text-align: center;
  margin-bottom: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
}
.p-business_barmethod-logo {
  width: min(66.3rem, 80%);
  margin: 0 auto clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-business_barmethod-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business_barmethod-title {
  margin: 0;
  font-size: clamp(24px, 18.9029126214px + 1.359223301vw, 45px);
  font-weight: 700;
  line-height: 1.55;
  color: var(--barmethod-accent);
}
.p-business_barmethod-lead {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) auto 0;
  max-width: 104.4rem;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}
.p-business_barmethod-panel {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.p-business_barmethod-panel.-story {
  display: grid;
  grid-template-columns: minmax(28rem, 55.6rem) minmax(0, 1fr);
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  align-items: center;
  padding: clamp(24px, 12.8349514563px + 2.9773462783vw, 70px) clamp(24px, 13.3203883495px + 2.8478964401vw, 68px);
}
.p-business_barmethod-panel.-history {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding: clamp(24px, 4.3398058252px + 5.2427184466vw, 105px) clamp(24px, 14.0485436893px + 2.6537216828vw, 65px);
}
.p-business_barmethod-history {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  align-items: center;
}
.p-business_barmethod-panel-fig {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_barmethod-panel-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_barmethod-panel.-story .p-business_barmethod-panel-fig {
  aspect-ratio: 556/574;
}
.p-business_barmethod-history .p-business_barmethod-panel-fig {
  width: 100%;
  max-width: 56.5rem;
  aspect-ratio: 565/627;
  justify-self: end;
}
.p-business_barmethod-panel-title {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--barmethod-accent);
}
.p-business_barmethod-panel.-history .p-business_barmethod-panel-title {
  font-size: clamp(22px, 19.0873786408px + 0.7766990291vw, 34px);
}
.p-business_barmethod-panel-text {
  margin: clamp(20px, 12.7184466019px + 1.9417475728vw, 50px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 300;
  line-height: 1.85;
  color: #000;
}
.p-business_barmethod-panel.-history .p-business_barmethod-panel-text {
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
.p-business_barmethod-gallery {
  --gallery-gap: clamp(12px, 6.4174757282px + 1.4886731392vw, 35px);
  margin: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px) calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.p-business_barmethod-gallery-track {
  display: flex;
  width: max-content;
  animation: p-business-gallery-marquee 40s linear infinite;
}
.p-business_barmethod-gallery-list {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  padding-inline-end: var(--gallery-gap);
  list-style: none;
}
.p-business_barmethod-gallery-list li {
  flex: 0 0 auto;
  width: clamp(280px, 256.9417475728px + 6.1488673139vw, 375px);
  aspect-ratio: 375/197;
  border-radius: 10px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_barmethod-gallery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_barmethod-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business_barmethod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: min(60.5rem, 100%);
  height: clamp(64px, 56.2330097087px + 2.071197411vw, 96px);
  padding: 0 3.2rem;
  border: 1px solid var(--color-main);
  border-radius: 60px;
  background: #000;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.25s ease;
  position: relative;
}
.p-business_barmethod-btn:hover {
  opacity: 0.88;
}
.p-business_barmethod-btn-text {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
.p-business_barmethod-btn-icon {
  display: block;
  width: 7.8rem;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-business_barmethod-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business_aprop {
  --aprop-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  margin-top: calc(var(--aprop-slant) * -1);
  padding: calc(var(--aprop-slant) + clamp(40px, 30.2912621359px + 2.5889967638vw, 80px)) 0 calc(var(--aprop-slant) + clamp(60px, 45.4368932039px + 3.8834951456vw, 120px));
  padding-bottom: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.p-business_aprop-inner {
  position: relative;
  z-index: 1;
  width: min(1662px, 100% - clamp(32px, -22.854368932px + 14.6278317152vw, 258px));
  margin-inline: auto;
}
.p-business_aprop-head {
  text-align: center;
  margin-bottom: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
}
.p-business_aprop-logo {
  width: min(65.7rem, 80%);
  margin: 0 auto clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-business_aprop-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business_aprop-title {
  margin: 0;
  font-size: clamp(24px, 18.9029126214px + 1.359223301vw, 45px);
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}
.p-business_aprop-lead {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) auto 0;
  max-width: 132.9rem;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}
.p-business_aprop-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  align-items: center;
  padding: clamp(24px, 13.3203883495px + 2.8478964401vw, 68px) clamp(24px, 10.4077669903px + 3.6245954693vw, 80px);
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
}
.p-business_aprop-panel-fig {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #e9eaf2;
  aspect-ratio: 876/576;
}
.p-business_aprop-panel-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_aprop-panel-title {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  color: #000;
}
.p-business_aprop-panel-text {
  margin: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 300;
  line-height: 1.85;
  color: #000;
}
.p-business_aprop-gallery {
  --gallery-gap: clamp(12px, 6.4174757282px + 1.4886731392vw, 35px);
  margin: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px) calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.p-business_aprop-gallery-track {
  display: flex;
  width: max-content;
  animation: p-business-gallery-marquee 40s linear infinite;
}
.p-business_aprop-gallery-list {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  padding-inline-end: var(--gallery-gap);
  list-style: none;
}
.p-business_aprop-gallery-list li {
  flex: 0 0 auto;
  width: clamp(280px, 256.9417475728px + 6.1488673139vw, 375px);
  aspect-ratio: 375/197;
  border-radius: 10px;
  overflow: hidden;
  background: #e9eaf2;
}
.p-business_aprop-gallery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-business_aprop-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-business_aprop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: min(60.5rem, 100%);
  height: clamp(64px, 56.2330097087px + 2.071197411vw, 96px);
  padding: 0 3.2rem;
  border: 1px solid var(--color-main);
  border-radius: 60px;
  background: #000;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.25s ease;
  position: relative;
}
.p-business_aprop-btn:hover {
  opacity: 0.88;
}
.p-business_aprop-btn-text {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}
.p-business_aprop-btn-icon {
  display: block;
  width: 7.8rem;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-business_aprop-btn-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-business_anytime-history {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
    gap: 2.8rem;
  }
  .p-business_anytime-history .p-business_anytime-panel-fig {
    max-width: 40rem;
  }
  .p-business_barmethod-history {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.58fr);
    gap: 4rem;
  }
  .p-business_barmethod-history .p-business_barmethod-panel-fig {
    max-width: 40rem;
  }
  .p-business_aprop-panel {
    gap: 2.8rem;
    padding: 4rem 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-business_anytime-inner {
    width: calc(100% - 4.8rem);
  }
  .p-business_anytime-panel.-story {
    grid-template-columns: minmax(0, 1.2fr) minmax(24rem, 36rem);
    padding: 4rem 3.2rem;
  }
  .p-business_anytime-panel.-history {
    padding: 4rem 3.2rem 4.8rem;
  }
  .p-business_anytime-history {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
    gap: 2.4rem;
  }
  .p-business_anytime-history .p-business_anytime-panel-fig {
    max-width: 36rem;
  }
  .p-business_anytime-panel-title {
    font-size: 2.8rem;
  }
  .p-business_anytime-panel.-history .p-business_anytime-panel-title {
    font-size: 2.4rem;
  }
  .p-business_anytime-panel-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
  .p-business_anytime-panel.-history .p-business_anytime-panel-text {
    font-size: 1.6rem;
  }
  .p-business_anytime-stats {
    gap: 2.4rem;
  }
  .p-business_anytime-stat {
    min-height: 0;
    padding: 4.8rem 1.6rem 2.4rem;
  }
  .p-business_anytime-stat-value .num {
    font-size: 5.6rem;
  }
  .p-business_barmethod-inner {
    width: calc(100% - 4.8rem);
  }
  .p-business_barmethod-panel.-story {
    grid-template-columns: minmax(24rem, 36rem) minmax(0, 1.2fr);
    padding: 4rem 3.2rem;
  }
  .p-business_barmethod-panel.-history {
    padding: 4rem 3.2rem;
  }
  .p-business_barmethod-history {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.55fr);
    gap: 2.4rem;
  }
  .p-business_barmethod-history .p-business_barmethod-panel-fig {
    max-width: 36rem;
    margin-inline: auto;
  }
  .p-business_barmethod-panel-title {
    font-size: 2.8rem;
  }
  .p-business_barmethod-panel.-history .p-business_barmethod-panel-title {
    font-size: 2.4rem;
  }
  .p-business_barmethod-panel-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
  .p-business_aprop-inner {
    width: calc(100% - 4.8rem);
  }
  .p-business_aprop-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    padding: 4rem 3.2rem;
  }
  .p-business_aprop-panel-title {
    font-size: 2.8rem;
  }
  .p-business_aprop-panel-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .p-business_anytime {
    margin-top: 8rem;
    padding-inline: 0;
  }
  .p-business_anytime-inner {
    width: calc(100% - 3.2rem);
  }
  .p-business_anytime-logo {
    width: min(100%, 48rem);
  }
  .p-business_anytime-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-business_anytime-lead {
    font-size: 1.4rem;
  }
  .p-business_anytime-lead br {
    display: none;
  }
  .p-business_anytime-panel {
    border-radius: 2rem;
  }
  .p-business_anytime-panel.-story {
    grid-template-columns: 1fr;
    padding: 2.4rem 2rem;
  }
  .p-business_anytime-panel.-history {
    margin-top: 4rem;
    padding: 2.4rem 2rem 3.2rem;
  }
  .p-business_anytime-history {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-business_anytime-panel-fig {
    border-radius: 2rem;
    order: -1;
  }
  .p-business_anytime-panel.-story .p-business_anytime-panel-fig {
    max-width: 36rem;
    margin-inline: auto;
  }
  .p-business_anytime-panel-title {
    font-size: 2.2rem;
  }
  .p-business_anytime-panel.-history .p-business_anytime-panel-title {
    font-size: 2rem;
  }
  .p-business_anytime-panel-text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-business_anytime-panel.-history .p-business_anytime-panel-text {
    font-size: 1.4rem;
  }
  .p-business_anytime-gallery {
    --gallery-gap: 1.2rem;
    margin-block: 4rem;
  }
  .p-business_anytime-gallery-list li {
    width: 28rem;
  }
  .p-business_anytime-stats {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 6rem;
  }
  .p-business_anytime-stat {
    padding: 4.8rem 2rem 2.4rem;
    border-radius: 2rem;
  }
  .p-business_anytime-stat-label {
    height: 4.8rem;
    font-size: 1.6rem;
  }
  .p-business_anytime-stat-value {
    flex-direction: row;
    align-items: baseline;
    margin-top: 2.4rem;
  }
  .p-business_anytime-stat-value .num {
    font-size: 5.6rem;
  }
  .p-business_anytime-stat-value .unit {
    font-size: 1.8rem;
  }
  .p-business_anytime-cta {
    margin-top: 4rem;
  }
  .p-business_anytime-btn {
    width: 100%;
    max-width: 48rem;
    height: 6.4rem;
    gap: 1.2rem;
    padding-inline: 2.4rem;
  }
  .p-business_anytime-btn-text {
    font-size: 1.5rem;
  }
  .p-business_anytime-btn-icon {
    width: 4.8rem;
  }
  .p-business_barmethod {
    margin-top: calc(var(--barmethod-slant) * -1);
    padding-inline: 0;
  }
  .p-business_barmethod-inner {
    width: calc(100% - 3.2rem);
  }
  .p-business_barmethod-logo {
    width: min(100%, 48rem);
  }
  .p-business_barmethod-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-business_barmethod-lead {
    font-size: 1.4rem;
  }
  .p-business_barmethod-lead br {
    display: none;
  }
  .p-business_barmethod-panel {
    border-radius: 2rem;
  }
  .p-business_barmethod-panel.-story {
    grid-template-columns: 1fr;
    padding: 2.4rem 2rem;
  }
  .p-business_barmethod-panel.-history {
    margin-top: 4rem;
    padding: 2.4rem 2rem;
  }
  .p-business_barmethod-history {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-business_barmethod-panel-fig {
    border-radius: 2rem;
  }
  .p-business_barmethod-panel.-story .p-business_barmethod-panel-fig {
    max-width: 36rem;
    margin-inline: auto;
  }
  .p-business_barmethod-panel-title {
    font-size: 2.2rem;
  }
  .p-business_barmethod-panel.-history .p-business_barmethod-panel-title {
    font-size: 2rem;
  }
  .p-business_barmethod-panel-text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-business_barmethod-gallery {
    --gallery-gap: 1.2rem;
    margin-block: 4rem;
  }
  .p-business_barmethod-gallery-list li {
    width: 28rem;
  }
  .p-business_barmethod-cta {
    margin-top: 4rem;
  }
  .p-business_barmethod-btn {
    width: 100%;
    max-width: 48rem;
    height: 6.4rem;
    gap: 1.2rem;
    padding-inline: 2.4rem;
  }
  .p-business_barmethod-btn-text {
    font-size: 1.5rem;
  }
  .p-business_barmethod-btn-icon {
    width: 4.8rem;
  }
  .p-business_aprop {
    margin-top: calc(var(--aprop-slant) * -1);
    padding-bottom: 6rem;
  }
  .p-business_aprop-inner {
    width: calc(100% - 3.2rem);
  }
  .p-business_aprop-logo {
    width: min(100%, 40rem);
  }
  .p-business_aprop-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-business_aprop-lead {
    font-size: 1.4rem;
  }
  .p-business_aprop-lead br {
    display: none;
  }
  .p-business_aprop-panel {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 2.4rem 2rem;
    border-radius: 2rem;
  }
  .p-business_aprop-panel-fig {
    order: -1;
    border-radius: 2rem;
    aspect-ratio: 16/10;
  }
  .p-business_aprop-panel-title {
    font-size: 2.2rem;
  }
  .p-business_aprop-panel-title br {
    display: none;
  }
  .p-business_aprop-panel-text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-business_aprop-gallery {
    --gallery-gap: 1.2rem;
    margin-block: 4rem;
  }
  .p-business_aprop-gallery-list li {
    width: 28rem;
  }
  .p-business_aprop-cta {
    margin-top: 4rem;
  }
  .p-business_aprop-btn {
    width: 100%;
    max-width: 48rem;
    height: 6.4rem;
    gap: 1.2rem;
    padding-inline: 2.4rem;
  }
  .p-business_aprop-btn-text {
    font-size: 1.5rem;
  }
  .p-business_aprop-btn-icon {
    width: 4.8rem;
  }
}

@keyframes p-business-gallery-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-afj {
  --afj-accent: #440099;
  --afj-gradient: linear-gradient(155.65deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  --afj-slant: clamp(48px, 12vw, 280px);
  position: relative;
  padding-bottom: calc(var(--afj-slant) + clamp(80px, 60.5825242718px + 5.1779935275vw, 160px));
  overflow: hidden;
}
.p-afj::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(68, 0, 153, 0.04) 0%, rgba(68, 0, 153, 0.08) 55%, rgba(30, 41, 115, 0.12) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--afj-slant)));
}
.p-afj > * {
  position: relative;
  z-index: 1;
}
.p-afj_intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(720px, 90vw, 1400px);
  padding: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) 0 clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
  overflow: hidden;
}
.p-afj_intro-sliders {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.p-afj_intro-slider {
  --slider-gap: 20px;
  position: absolute;
  top: 0;
  width: min(54.5rem, 28.4vw);
  height: 100%;
  overflow: hidden;
}
.p-afj_intro-slider.-left {
  left: 0;
}
.p-afj_intro-slider.-right {
  right: 0;
}
.p-afj_intro-slider-track {
  display: flex;
  flex-direction: column;
  gap: var(--slider-gap);
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.p-afj_intro-slider-list {
  display: flex;
  flex-direction: column;
  gap: var(--slider-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-afj_intro-slider-list li {
  width: 100%;
  aspect-ratio: 545/472;
  overflow: hidden;
  background: #e9eaf2;
}
.p-afj_intro-slider-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-afj_intro-body {
  position: relative;
  z-index: 1;
  width: min(96.4rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin-inline: auto;
  text-align: center;
}
.p-afj_intro-lead {
  margin: 0 auto;
  max-width: 69.7rem;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 2.5;
  color: #000;
}
.p-afj_intro-title {
  margin: clamp(48px, 35.3786407767px + 3.3656957929vw, 100px) 0 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--afj-accent);
}
.p-afj_intro-text {
  margin: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px) auto 0;
  max-width: 96.4rem;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 2.5;
  color: #000;
}
.p-afj_section-head {
  text-align: center;
  margin-bottom: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
}
.p-afj_section-title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.p-afj_section-title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: var(--afj-accent);
}
.p-afj_work {
  width: min(1512px, 100% - clamp(32px, -9.7475728155px + 11.1326860841vw, 204px));
  margin: 0 auto;
  padding-top: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
}
.p-afj_work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-afj_work-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 43.5rem;
  padding: clamp(28px, 25.0873786408px + 0.7766990291vw, 40px) clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(68, 0, 153, 0.1);
  box-sizing: border-box;
  text-align: center;
}
.p-afj_work-card.-mission {
  grid-column: 1/-1;
  min-height: 0;
  padding-bottom: clamp(40px, 32.2330097087px + 2.071197411vw, 72px);
}
@media (min-width: 992px) {
  .p-afj_work-card:not(.-mission) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.p-afj_work-card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(39rem, 100%);
  height: 6.2rem;
  margin: 0;
  border-radius: 50px;
  background: var(--afj-gradient);
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.p-afj_work-card-fig {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  min-height: 18rem;
}
.p-afj_work-card-fig img {
  width: auto;
  max-width: 100%;
  max-height: 22rem;
  height: auto;
  display: block;
}
.p-afj_work-card-text {
  margin: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) 0 0;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  align-self: flex-start;
}
.p-afj_work-card-text .note {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: clamp(8px, -3.7165354331px + 1.1811023622vw, 14px);
  font-weight: 400;
  line-height: 1.35;
}
@media screen and (max-width: 991px) {
  .p-afj_work-card-text .note {
    font-size: clamp(11px, 10.2718446602px + 0.1941747573vw, 14px);
  }
}
.p-afj_work-card-mission {
  margin: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px) 0 0;
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
  line-height: 1.55;
  color: var(--afj-accent);
}
.p-afj_role {
  width: min(1512px, 100% - clamp(32px, -9.7475728155px + 11.1326860841vw, 204px));
  margin: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px) auto 0;
}
.p-afj_role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
}
.p-afj_role-item {
  text-align: center;
}
.p-afj_role-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(30rem, 70%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 40px rgba(68, 0, 153, 0.12);
}
.p-afj_role-icon img {
  width: auto;
  max-width: 52%;
  height: auto;
  display: block;
}
.p-afj_role-item-title {
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) 0 0;
  font-size: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--afj-accent);
}
.p-afj_role-item-text {
  margin: 1.2rem 0 0;
  font-size: clamp(14px, 12.0582524272px + 0.5177993528vw, 22px);
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}
@media screen and (max-width: 1199px) {
  .p-afj_intro-slider {
    width: min(40rem, 24vw);
  }
  .p-afj_intro-lead, .p-afj_intro-text {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .p-afj_work-card {
    min-height: 38rem;
    border-radius: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .p-afj_intro-lead, .p-afj_intro-text {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .p-afj_intro-title {
    font-size: 2.8rem;
  }
  .p-afj_section-title {
    font-size: 2.4rem;
  }
  .p-afj_section-title::after {
    width: 8rem;
    height: 0.4rem;
  }
  .p-afj_work {
    width: calc(100% - 3.2rem);
    padding-top: 4rem;
  }
  .p-afj_work-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-afj_work-card {
    min-height: 0;
    padding: 2.4rem 2rem 3.2rem;
    border-radius: 2rem;
  }
  .p-afj_work-card-fig {
    min-height: 14rem;
  }
  .p-afj_work-card-fig img {
    max-height: 16rem;
  }
  .p-afj_work-card-text {
    font-size: 1.6rem;
    align-self: center;
  }
  .p-afj_work-card-mission {
    font-size: 1.8rem;
  }
  .p-afj_role {
    width: calc(100% - 3.2rem);
    margin-top: 8rem;
  }
  .p-afj_role-grid {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
  .p-afj_role-icon {
    width: min(22rem, 60%);
  }
  .p-afj_role-item-title {
    font-size: 2rem;
  }
  .p-afj_role-item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-afj_intro {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "top" "body" "bottom";
    align-items: stretch;
    justify-content: stretch;
    gap: 2.4rem;
    min-height: 0;
    padding: 4rem 0 5.6rem;
  }
  .p-afj_intro-sliders {
    display: contents;
  }
  .p-afj_intro-slider {
    --slider-gap: 10px;
    position: relative;
    top: auto;
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  .p-afj_intro-slider.-left {
    grid-area: top;
    left: auto;
  }
  .p-afj_intro-slider.-right {
    grid-area: bottom;
    right: auto;
  }
  .p-afj_intro-slider-track {
    flex-direction: row;
    width: max-content;
    height: 100%;
  }
  .p-afj_intro-slider-list {
    flex-direction: row;
    width: max-content;
    height: 100%;
  }
  .p-afj_intro-slider-list li {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
  }
  .p-afj_intro-body {
    grid-area: body;
    width: calc(100% - 3.2rem);
  }
  .p-afj_intro-lead, .p-afj_intro-text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-afj_intro-title {
    margin-top: 3.2rem;
    font-size: 2.4rem;
  }
}

.p-afj-voice {
  --afj-accent: #440099;
  width: min(1534px, 100% - clamp(32px, -9.7475728155px + 11.1326860841vw, 204px));
  margin: 0 auto;
  padding: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) 0 clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
}
.p-afj-voice_head {
  text-align: center;
  margin-bottom: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
}
.p-afj-voice_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #000;
}
.p-afj-voice_title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: var(--afj-accent);
}
.p-afj-voice_list {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 22.7766990291px + 2.4595469256vw, 70px);
}
.p-afj-voice_card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(24px, 7.9805825243px + 4.2718446602vw, 90px);
  align-items: center;
  padding: clamp(24px, 17.6893203883px + 1.6828478964vw, 50px);
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(68, 0, 153, 0.1);
  box-sizing: border-box;
}
.p-afj-voice_card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(140.2deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  opacity: 0.1;
}
.p-afj-voice_card.-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}
.p-afj-voice_card.-reverse .p-afj-voice_card-fig {
  order: 2;
}
.p-afj-voice_card.-reverse .p-afj-voice_card-body {
  order: 1;
}
.p-afj-voice_card-fig {
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 699/333;
  background: #e9eaf2;
}
.p-afj-voice_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-afj-voice_card-body {
  min-width: 0;
}
.p-afj-voice_card-title {
  margin: 0;
  font-size: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  font-weight: 700;
  line-height: 2.08;
  color: var(--afj-accent);
}
.p-afj-voice_card-text {
  margin: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px) 0 0;
  font-size: clamp(14px, 12.0582524272px + 0.5177993528vw, 22px);
  font-weight: 400;
  line-height: 2.27;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .p-afj-voice_card {
    gap: 2.4rem;
    padding: 3.2rem;
  }
  .p-afj-voice_card-text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 991px) {
  .p-afj-voice {
    width: calc(100% - 3.2rem);
    padding: 6.4rem 0 8rem;
  }
  .p-afj-voice_title {
    font-size: 2.4rem;
  }
  .p-afj-voice_title::after {
    width: 8rem;
    height: 0.4rem;
  }
  .p-afj-voice_list {
    gap: 2.4rem;
  }
  .p-afj-voice_card, .p-afj-voice_card.-reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.4rem 2rem;
    border-radius: 2rem;
  }
  .p-afj-voice_card.-reverse .p-afj-voice_card-fig {
    order: 0;
  }
  .p-afj-voice_card.-reverse .p-afj-voice_card-body {
    order: 0;
  }
  .p-afj-voice_card-fig {
    border-radius: 2rem;
    aspect-ratio: 16/9;
  }
  .p-afj-voice_card-title {
    font-size: 1.8rem;
  }
  .p-afj-voice_card-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.p-afj-schedule {
  --afj-accent: #440099;
  --afj-day-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  z-index: 1;
  padding: calc(var(--afj-day-slant) + clamp(60px, 45.4368932039px + 3.8834951456vw, 120px)) 0 calc(var(--afj-day-slant) + clamp(80px, 65.4368932039px + 3.8834951456vw, 140px));
}
.p-afj-schedule::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #440099 19.7%, #00aec7 73.1%, #05eac4 100%);
  opacity: 0.1;
  clip-path: polygon(0 var(--afj-day-slant), 100% 0, 100% 100%, 0 100%);
}
.p-afj-schedule > * {
  position: relative;
  z-index: 1;
}
.p-afj-schedule_head {
  text-align: center;
  margin-bottom: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
}
.p-afj-schedule_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #000;
}
.p-afj-schedule_title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: linear-gradient(90deg, #1e2973 26.5%, #5029a5 66.2%, #a42af9 100%);
}
.p-afj-schedule_timeline {
  --timeline-gap: clamp(28px, 15.3786407767px + 3.3656957929vw, 80px);
  --dot-size: 4.2rem;
  --dot-left: -6.8rem;
  --marker-center: 4.7rem;
  --dot-top: calc(var(--marker-center) - var(--dot-size) / 2);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--timeline-gap);
  width: min(1031px, 100% - clamp(32px, -8.7766990291px + 10.8737864078vw, 200px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.p-afj-schedule_item {
  position: relative;
  margin: 0;
}
.p-afj-schedule_item::before {
  content: "";
  position: absolute;
  top: var(--dot-top);
  left: var(--dot-left);
  width: var(--dot-size);
  height: var(--dot-size);
  background: url("../img/afj/schedule/dot.svg") center/contain no-repeat;
  z-index: 1;
}
.p-afj-schedule_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--dot-top) + var(--dot-size) / 2);
  left: calc(var(--dot-left) + var(--dot-size) / 2);
  width: 2px;
  height: calc(100% + var(--timeline-gap));
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 1px rgba(68, 0, 153, 0.08);
  z-index: 0;
  pointer-events: none;
}
.p-afj-schedule_item.-compact .p-afj-schedule_card {
  display: flex;
  align-items: center;
  width: min(34.3rem, 100%);
  min-height: 9rem;
  padding: 1.6rem 2.4rem;
}
.p-afj-schedule_item.-compact .p-afj-schedule_card-title {
  margin: 0;
}
.p-afj-schedule_card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 36.3rem);
  gap: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  align-items: center;
  width: 100%;
  min-height: 30.2rem;
  padding: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.p-afj-schedule_card::before {
  content: "";
  position: absolute;
  top: calc(var(--marker-center) - 0.5rem);
  left: -0.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.9rem 0.5rem 0;
  border-color: transparent #fff transparent transparent;
}
.p-afj-schedule_card-body {
  min-width: 0;
  padding-left: clamp(8px, 5.0873786408px + 0.7766990291vw, 20px);
}
.p-afj-schedule_card-title {
  margin: 0;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 2.5;
  color: var(--afj-accent);
}
.p-afj-schedule_card-text {
  margin: 0.4rem 0 0;
  font-size: clamp(13px, 12.2718446602px + 0.1941747573vw, 16px);
  font-weight: 400;
  line-height: 1.875;
  color: #000;
}
.p-afj-schedule_card-fig {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 363/242;
  background: #e9eaf2;
}
.p-afj-schedule_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1199px) {
  .p-afj-schedule_timeline {
    --dot-size: 3.6rem;
    --dot-left: -5.4rem;
    width: calc(100% - 12rem);
  }
  .p-afj-schedule_card {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 30rem);
    min-height: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-afj-schedule {
    margin-top: 0;
    padding: 6.4rem 0 8rem;
  }
  .p-afj-schedule::before {
    clip-path: none;
    opacity: 0.08;
  }
  .p-afj-schedule_title {
    font-size: 2.4rem;
  }
  .p-afj-schedule_title::after {
    width: 8rem;
    height: 0.4rem;
  }
  .p-afj-schedule_timeline {
    --rail-width: 4rem;
    --dot-size: 2.8rem;
    --marker-center: 2.9rem;
    --dot-left: calc((var(--rail-width) - var(--dot-size)) / 2 - var(--rail-width));
    --timeline-gap: 2rem;
    width: calc(100% - 3.2rem);
    padding-left: var(--rail-width);
  }
  .p-afj-schedule_item.-compact .p-afj-schedule_card {
    width: 100%;
    min-height: 0;
    padding: 1.6rem 2rem;
  }
  .p-afj-schedule_card {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem 1.6rem;
    border-radius: 1rem;
  }
  .p-afj-schedule_card-body {
    padding-left: 0;
    order: 1;
  }
  .p-afj-schedule_card-fig {
    order: 0;
    border-radius: 0.8rem;
  }
  .p-afj-schedule_card-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-afj-schedule_card-text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-afj-schedule_timeline {
    --rail-width: 4.8rem;
    --dot-size: 2.4rem;
    --marker-center: 2.9rem;
    --dot-left: calc((var(--rail-width) - var(--dot-size)) / 2 - var(--rail-width));
  }
}

.p-afj-training {
  --afj-accent: #440099;
  --afj-day-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  z-index: 2;
  margin-top: calc(var(--afj-day-slant) * -1);
  padding: calc(var(--afj-day-slant) + clamp(60px, 50.2912621359px + 2.5889967638vw, 100px)) 0 clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
}
.p-afj-training::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #6e38d5;
  opacity: 0.9;
  clip-path: polygon(0 0, 100% var(--afj-day-slant), 100% 100%, 0 100%);
}
.p-afj-training > * {
  position: relative;
  z-index: 1;
}
.p-afj-training_head {
  text-align: center;
  margin-bottom: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
}
.p-afj-training_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #fff;
}
.p-afj-training_title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: #fff;
}
.p-afj-training_list {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 15.2621359223px + 2.3300970874vw, 60px);
  width: min(1457px, 100% - clamp(32px, -16.0582524272px + 12.8155339806vw, 230px));
  margin: 0 auto;
}
.p-afj-training_card {
  display: grid;
  grid-template-columns: minmax(0, 47rem) minmax(0, 1fr);
  gap: clamp(24px, 16.2330097087px + 2.071197411vw, 56px);
  align-items: center;
  padding: clamp(24px, 15.2621359223px + 2.3300970874vw, 60px) clamp(24px, 12.8349514563px + 2.9773462783vw, 70px);
  border-radius: 30px;
  background: #fbfbfb;
  box-sizing: border-box;
}
.p-afj-training_card-fig {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 450/335;
  background: #e9eaf2;
}
.p-afj-training_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-afj-training_card-body {
  min-width: 0;
}
.p-afj-training_card-title {
  margin: 0;
  font-size: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  font-weight: 700;
  line-height: 1;
  color: var(--afj-accent);
}
.p-afj-training_card-text {
  margin: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px) 0 0;
  font-size: clamp(14px, 11.9368932039px + 0.5501618123vw, 22.5px);
  font-weight: 400;
  line-height: 2.22;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .p-afj-training_list {
    width: calc(100% - 4.8rem);
  }
  .p-afj-training_card {
    grid-template-columns: minmax(0, 36rem) minmax(0, 1fr);
    gap: 3.2rem;
    padding: 4rem 4rem;
  }
  .p-afj-training_card-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  .p-afj-training {
    margin-top: 0;
    padding: 6.4rem 0 8rem;
  }
  .p-afj-training::before {
    clip-path: none;
    opacity: 1;
    background: #6e38d5;
  }
  .p-afj-training_title {
    font-size: 2.4rem;
  }
  .p-afj-training_title::after {
    width: 8rem;
    height: 0.4rem;
  }
  .p-afj-training_list {
    width: calc(100% - 3.2rem);
    gap: 2rem;
  }
  .p-afj-training_card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.4rem 2rem;
    border-radius: 2rem;
  }
  .p-afj-training_card-fig {
    border-radius: 1.2rem;
    aspect-ratio: 16/10;
  }
  .p-afj-training_card-title {
    font-size: 2rem;
  }
  .p-afj-training_card-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.p-afj-cta {
  --afj-accent: #440099;
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(360px, 32.3vw, 620px);
  overflow: hidden;
  z-index: 3;
  margin-top: -1px;
}
.p-afj-cta_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-afj-cta_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(110, 56, 213, 0.5) 41%, rgba(135, 49, 230, 0.2) 89.4%, rgba(164, 42, 249, 0) 100%);
  pointer-events: none;
}
.p-afj-cta_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
@media screen and (max-width: 991px) {
  .p-afj-cta_bg img {
    object-position: 3% 0;
  }
}
.p-afj-cta_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  width: min(1656px, 100% - clamp(32px, -24.3106796117px + 15.0161812298vw, 264px));
  margin: 0 auto;
  padding: clamp(40px, 35.145631068px + 1.2944983819vw, 60px) 0;
  box-sizing: border-box;
}
.p-afj-cta_copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 80rem;
}
.p-afj-cta_title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(40px, 27.8640776699px + 3.2362459547vw, 90px);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.p-afj-cta_text {
  margin: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
}
.p-afj-cta_btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: min(79.8rem, 42vw);
  min-height: clamp(96px, 7.8vw, 150px);
  padding: 1.6rem 2.4rem;
  border-radius: 150px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.p-afj-cta_btn:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  transform: translateY(-2px);
}
.p-afj-cta_btn:hover .p-afj-cta_btn-en,
.p-afj-cta_btn:hover .p-afj-cta_btn-ja {
  color: #fff;
  opacity: 1;
}
.p-afj-cta_btn-en {
  font-family: var(--font-en);
  font-size: clamp(14px, 8.4174757282px + 1.4886731392vw, 37px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #1e2973;
  opacity: 0.4;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.p-afj-cta_btn-ja {
  font-size: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1e2973;
  transition: color 0.3s ease;
}
.p-afj-cta_front {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
@media screen and (max-width: 1199px) {
  .p-afj-cta_front {
    width: min(48rem, 46%);
    margin-inline: auto;
  }
  .p-afj-cta_front .p-afj-cta_btn {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-afj-cta_front {
    width: 100%;
    max-width: 48rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-afj-cta_inner {
    width: calc(100% - 4.8rem);
    gap: 3.2rem;
  }
  .p-afj-cta_btn {
    width: min(48rem, 46%);
    min-height: 12rem;
    padding: 1.6rem 2rem;
  }
  .p-afj-cta_btn-en {
    font-size: 2rem;
  }
  .p-afj-cta_btn-ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-afj-cta {
    min-height: 0;
  }
  .p-afj-cta_inner {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 3.2rem);
    gap: 3.2rem;
    padding: 4.8rem 0;
  }
  .p-afj-cta_title {
    font-size: 4rem;
  }
  .p-afj-cta_text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-afj-cta_btn {
    width: 100%;
    max-width: 48rem;
    min-height: 9.6rem;
    align-self: center;
  }
  .p-afj-cta_btn-en {
    font-size: 1.6rem;
  }
  .p-afj-cta_btn-ja {
    font-size: 1.8rem;
  }
}

@keyframes p-afj-marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.p-benefit {
  --benefit-navy: #1e2973;
  --benefit-panel-gradient: linear-gradient(109deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  --benefit-accent: #440099;
  padding: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) 0 clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
}
.p-benefit_intro, .p-benefit_stats, .p-benefit_accordion {
  width: min(1532px, 100% - clamp(32px, -7.3203883495px + 10.4854368932vw, 194px));
  margin-inline: auto;
}
.p-benefit_head {
  text-align: center;
  margin-bottom: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-benefit_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #000;
}
.p-benefit_title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: linear-gradient(90deg, #1e2973 26.5%, #5029a5 66.2%, #a42af9 100%);
}
.p-benefit_lead {
  margin: 0 auto;
  max-width: 118.8rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 700;
  line-height: 2.15;
  text-align: center;
  color: #000;
}
.p-benefit_accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 0.6990291262px + 6.213592233vw, 120px);
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-benefit_cat {
  border-radius: 0;
  background: transparent;
}
.p-benefit_cat[open] .p-benefit_cat-toggle::after {
  opacity: 0;
}
.p-benefit_cat-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 10.5rem;
  padding: 0 clamp(24px, 17.6893203883px + 1.6828478964vw, 50px);
  background: var(--benefit-navy);
  color: #fff;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}
.p-benefit_cat-summary::-webkit-details-marker {
  display: none;
}
.p-benefit_cat-name {
  font-size: clamp(22px, 18.8446601942px + 0.8414239482vw, 35px);
  font-weight: 700;
  line-height: 1.85;
}
.p-benefit_cat-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: #fff;
}
.p-benefit_cat-toggle::before, .p-benefit_cat-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 0.3rem;
  background: var(--benefit-navy);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.p-benefit_cat-toggle::before {
  transform: translate(-50%, -50%);
}
.p-benefit_cat-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-benefit_cat-body {
  position: relative;
  isolation: isolate;
  padding: clamp(32px, 25.2038834951px + 1.8122977346vw, 60px) clamp(24px, -3.6699029126px + 7.3786407767vw, 138px) clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.p-benefit_cat-body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--benefit-panel-gradient);
  opacity: 0.1;
  pointer-events: none;
}
.p-benefit_cat-illust {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(32px, 25.2038834951px + 1.8122977346vw, 60px);
}
.p-benefit_cat-illust img {
  height: auto;
  display: block;
}
.p-benefit_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-benefit_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 20rem;
  padding: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  border-radius: 1rem;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.p-benefit_card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(17.7rem, 55%);
  height: 16.2rem;
  margin-bottom: clamp(20px, 16.1165048544px + 1.0355987055vw, 36px);
}
.p-benefit_card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-benefit_card-icon.-empty {
  height: 12rem;
  margin-bottom: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
}
.p-benefit_card-title {
  margin: 0;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-benefit_card-title .note {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 700;
}
.p-benefit_card-text {
  margin: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) 0 0;
  font-size: clamp(13px, 11.786407767px + 0.3236245955vw, 18px);
  font-weight: 400;
  line-height: 1.85;
  color: #000;
}
.p-benefit_stats {
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
}
.p-benefit_stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 12.8349514563px + 2.9773462783vw, 70px);
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-benefit_stat {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 20rem;
  padding: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}
.p-benefit_stat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--benefit-panel-gradient);
  opacity: 0.1;
  pointer-events: none;
}
.p-benefit_stat-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(47.9rem, 100%);
  min-height: 4.9rem;
  margin: 0;
  padding: 0.8rem 1.6rem;
  border-radius: 100px;
  background: var(--benefit-navy);
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}
.p-benefit_stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(16rem, 40%);
  height: 14rem;
  margin: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px) 0;
}
.p-benefit_stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-benefit_stat-value {
  margin: auto 0 0;
  font-weight: 700;
  line-height: 1;
  color: var(--benefit-navy);
}
.p-benefit_stat-value .num {
  font-family: var(--font-en);
  font-size: clamp(48px, 37.8058252427px + 2.7184466019vw, 90px);
  letter-spacing: -0.02em;
}
.p-benefit_stat-value .unit {
  margin-left: 0.4rem;
  font-size: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px);
  vertical-align: baseline;
}
.p-benefit_stat-value .role {
  display: block;
  margin-bottom: 0.4rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 700;
  color: var(--benefit-navy);
}
.p-benefit_stat-split {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  width: 100%;
  margin-top: auto;
}
.p-benefit_stat-split .p-benefit_stat-value {
  margin: 0;
}
.p-benefit_stat-split .num {
  font-size: clamp(40px, 32.2330097087px + 2.071197411vw, 72px);
}
.p-benefit_stats-note {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) 0 0;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  line-height: 1.5;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .p-benefit_cat-body {
    padding-inline: 4.8rem;
  }
  .p-benefit_card {
    min-height: 42rem;
    padding: 4rem 2.4rem;
  }
  .p-benefit_card-title {
    font-size: 1.8rem;
  }
  .p-benefit_card-text {
    font-size: 1.5rem;
  }
  .p-benefit_stat {
    min-height: 36rem;
  }
  .p-benefit_stat-value .num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 991px) {
  .p-benefit {
    padding: 6.4rem 0 8rem;
  }
  .p-benefit_intro, .p-benefit_stats, .p-benefit_accordion {
    width: calc(100% - 3.2rem);
  }
  .p-benefit_title {
    font-size: 2.4rem;
  }
  .p-benefit_title::after {
    width: 8rem;
    height: 0.4rem;
  }
  .p-benefit_lead {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-benefit_accordion {
    gap: 2.4rem;
    margin-top: 4rem;
  }
  .p-benefit_cat-summary {
    min-height: 7.2rem;
    padding-inline: 2rem;
  }
  .p-benefit_cat-name {
    font-size: 2rem;
  }
  .p-benefit_cat-toggle {
    width: 4rem;
    height: 4rem;
  }
  .p-benefit_cat-toggle::before, .p-benefit_cat-toggle::after {
    width: 1.6rem;
    height: 0.2rem;
  }
  .p-benefit_cat-body {
    padding: 3.2rem 2rem 4rem;
  }
  .p-benefit_grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .p-benefit_card {
    min-height: 0;
    padding: 3.2rem 2rem;
  }
  .p-benefit_card-icon {
    width: 12rem;
    height: 12rem;
    margin-bottom: 2rem;
  }
  .p-benefit_card-title {
    font-size: 1.6rem;
  }
  .p-benefit_card-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-benefit_stats {
    margin-top: 6.4rem;
  }
  .p-benefit_stats-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
  .p-benefit_stat {
    min-height: 0;
    padding: 2.4rem 2rem 3.2rem;
  }
  .p-benefit_stat-icon {
    width: 10rem;
    height: 10rem;
    margin: 2rem 0;
  }
  .p-benefit_stat-value .num {
    font-size: 4.8rem;
  }
  .p-benefit_stat-value .unit {
    font-size: 1.8rem;
  }
  .p-benefit_stat-split .num {
    font-size: 4rem;
  }
  .p-benefit_stats-note {
    text-align: left;
  }
}

.p-development {
  --development-navy: #1e2973;
  --development-accent: #440099;
  --development-panel-gradient: linear-gradient(109deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  --development-card-gradient: linear-gradient(125deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  --development-slant: clamp(48px, 20.390625vw, 391.5px);
  --development-bg-gradient: linear-gradient(125deg, #440099 45.04%, #00aec7 93.26%, #05eac4 117.58%);
}
.p-development_main {
  position: relative;
  padding: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) 0 calc(var(--development-slant) + clamp(80px, 60.5825242718px + 5.1779935275vw, 160px));
}
.p-development_main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--development-bg-gradient);
  opacity: 0.1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--development-slant)));
}
.p-development_main > * {
  position: relative;
  z-index: 1;
}
.p-development_intro, .p-development_learn, .p-development_follow, .p-development_skillup, .p-development_programs {
  width: min(1532px, 100% - clamp(32px, -7.3203883495px + 10.4854368932vw, 194px));
  margin-inline: auto;
}
.p-development_head {
  text-align: center;
  margin-bottom: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-development_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #000;
}
.p-development_title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: linear-gradient(90deg, #1e2973 26.5%, #5029a5 66.2%, #a42af9 100%);
}
.p-development_lead {
  margin: 0 auto;
  max-width: 118.8rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 700;
  line-height: 2.15;
  text-align: center;
  color: #000;
}
.p-development_learn {
  margin-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
}
.p-development_learn-panel {
  padding: clamp(28px, 20.7184466019px + 1.9417475728vw, 58px) clamp(20px, 11.0194174757px + 2.3948220065vw, 57px) clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  border-radius: clamp(20px, 14.9029126214px + 1.359223301vw, 41px);
  background: #fff;
  box-shadow: 0 0 6rem rgba(110, 56, 213, 0.3);
  box-sizing: border-box;
}
.p-development_learn-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(56px, 47.7475728155px + 2.2006472492vw, 90px);
  margin: 0;
  padding: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-radius: 5rem;
  background: var(--development-navy);
  color: #fff;
  font-size: clamp(18px, 15.572815534px + 0.6472491909vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.p-development_learn-lead {
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) auto 0;
  max-width: 66.7rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
  color: #000;
}
.p-development_learn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  row-gap: clamp(100px, 85.4368932039px + 3.8834951456vw, 160px);
  margin-top: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
}
.p-development_card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: clamp(360px, 333.3009708738px + 7.1197411003vw, 470px);
  padding: clamp(28px, 22.6601941748px + 1.4239482201vw, 50px) clamp(20px, 16.359223301px + 0.9708737864vw, 35px) clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  border-radius: 3rem;
  box-sizing: border-box;
  text-align: center;
}
.p-development_card:not(.-ojt)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(116deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  opacity: 0.1;
  z-index: -1;
}
.p-development_card.-ojt {
  grid-column: 1/-1;
  justify-self: center;
  width: min(100%, 64.5rem);
  border: 1px solid var(--development-accent);
  background: #fff;
}
.p-development_card-arrow {
  position: absolute;
  top: calc(100% + 1rem);
  width: clamp(5.9rem, 33.3640776699px + -1.430420712vw, 28px);
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}
.p-development_card-arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.p-development_card-arrow.-left {
  left: 20.76%;
}
.p-development_card-arrow.-right {
  left: 67%;
}
.p-development_card-fig {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 33.5rem);
  height: clamp(160px, 147.3786407767px + 3.3656957929vw, 212px);
  margin-bottom: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px);
}
.p-development_card-fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.p-development_card-title {
  margin: 0;
  font-size: clamp(18px, 16.3009708738px + 0.4530744337vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--development-navy);
}
.p-development_card-text {
  margin: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) 0 0;
  max-width: 57.5rem;
  font-size: clamp(13px, 11.3009708738px + 0.4530744337vw, 20px);
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-development_follow {
  margin-top: clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
}
.p-development_follow-head {
  text-align: center;
  margin-bottom: clamp(40px, 34.1747572816px + 1.5533980583vw, 64px);
}
.p-development_follow-title {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
.p-development_follow-lead {
  margin: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px) auto 0;
  max-width: 93.2rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-development_follow-flow {
  position: relative;
  width: min(86.7rem, 100%);
  margin-inline: auto;
  padding-right: clamp(3.2rem, 8vw, 7.2rem);
  box-sizing: border-box;
}
.p-development_follow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-development_follow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-development_follow-card {
  position: relative;
  width: 100%;
  margin-top: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  padding: clamp(40px, 36.1165048544px + 1.0355987055vw, 56px) clamp(24px, 18.1747572816px + 1.5533980583vw, 48px) clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  border-radius: clamp(24px, 19.8737864078px + 1.1003236246vw, 41px);
  background: #fff;
  box-shadow: 0 0 6rem rgba(110, 56, 213, 0.3);
  box-sizing: border-box;
}
.p-development_follow-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 179.9514563107px + 10.6796116505vw, 385px);
  min-height: clamp(44px, 40.6019417476px + 0.9061488673vw, 58px);
  margin: 0;
  padding: 0.8rem 2.4rem;
  border-radius: 5rem;
  background: var(--development-navy);
  color: #fff;
  font-size: clamp(16px, 13.8155339806px + 0.5825242718vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.p-development_follow-body {
  display: flex;
  align-items: center;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-development_follow-fig {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 100.3398058252px + 5.2427184466vw, 201px);
  height: clamp(120px, 100.3398058252px + 5.2427184466vw, 201px);
  border-radius: 50%;
  background: #e8e9f1;
  overflow: hidden;
}
.p-development_follow-fig img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}
.p-development_follow-text {
  flex: 1 1 auto;
  margin: 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.9;
  color: #000;
}
.p-development_follow-chevron {
  display: flex;
  justify-content: center;
  margin: clamp(8px, 7.0291262136px + 0.2588996764vw, 12px) 0;
}
.p-development_follow-chevron img {
  width: clamp(28px, 23.8737864078px + 1.1003236246vw, 45px);
  height: auto;
  display: block;
}
.p-development_follow-result {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(74.3rem, 100%);
  min-height: clamp(72px, 64.4757281553px + 2.0064724919vw, 103px);
  margin: clamp(8px, 7.0291262136px + 0.2588996764vw, 12px) auto 0;
  padding: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-radius: 6rem;
  background: var(--development-panel-gradient);
  color: #fff;
  font-size: clamp(14px, 11.9223300971px + 0.5540453074vw, 22.56px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  box-sizing: border-box;
}
.p-development_follow-loop {
  --loop-stroke: 0.3rem;
  --loop-color: #440099;
  --loop-top: 0px;
  --loop-left: 0px;
  --loop-width: 6.4rem;
  --loop-height: 10rem;
  --loop-bottom-inset: 0px;
  position: absolute;
  top: var(--loop-top);
  left: var(--loop-left);
  width: var(--loop-width);
  height: var(--loop-height);
  pointer-events: none;
  z-index: 2;
}
.p-development_follow-loop-bottom, .p-development_follow-loop-vert, .p-development_follow-loop-top {
  position: absolute;
  box-sizing: border-box;
}
.p-development_follow-loop-bottom {
  left: var(--loop-bottom-inset);
  right: 0;
  bottom: 0;
  border-bottom: var(--loop-stroke) solid var(--loop-color);
}
.p-development_follow-loop-vert {
  top: 0;
  right: 0;
  bottom: 0;
  border-right: var(--loop-stroke) solid var(--loop-color);
}
.p-development_follow-loop-top {
  top: 0;
  left: 0;
  right: 0;
  border-top: var(--loop-stroke) solid var(--loop-color);
}
.p-development_follow-loop-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-top: var(--loop-stroke) solid var(--loop-color);
  border-left: var(--loop-stroke) solid var(--loop-color);
  background: transparent;
  transform: translate(0rem, -6.5px) rotate(-45deg);
  box-sizing: border-box;
}
.p-development_skillup {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-development_skillup-heading, .p-development_programs-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(56px, 47.7475728155px + 2.2006472492vw, 90px);
  margin: 0 auto;
  padding: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  border-radius: 5rem;
  background: var(--development-navy);
  color: #fff;
  font-size: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
  width: min(141.7rem, 100%);
}
.p-development_skillup-lead, .p-development_programs-lead {
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) auto 0;
  max-width: 121.8rem;
  font-size: clamp(14px, 11.572815534px + 0.6472491909vw, 24px);
  font-weight: 400;
  line-height: 1.85;
  text-align: center;
  color: #000;
}
.p-development_skillup-panel {
  position: relative;
  isolation: isolate;
  margin-top: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  padding: clamp(48px, 42.1747572816px + 1.5533980583vw, 72px) clamp(16px, 8.2330097087px + 2.071197411vw, 48px) clamp(56px, 48.2330097087px + 2.071197411vw, 88px);
  border-radius: clamp(20px, 14.9029126214px + 1.359223301vw, 41px);
  box-shadow: 0 0 6rem rgba(110, 56, 213, 0.3);
  box-sizing: border-box;
  overflow: visible;
}
.p-development_skillup-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(122deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  opacity: 0.1;
  z-index: -1;
}
.p-development_skillup-cycle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "c01 c01" "c03 c02";
  align-items: start;
  column-gap: clamp(48px, 25.6699029126px + 5.9546925566vw, 140px);
  row-gap: clamp(48px, 25.6699029126px + 5.9546925566vw, 140px);
  max-width: 130.6rem;
  margin-inline: auto;
  padding: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px) 0 clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
}
.p-development_skillup-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 179.854368932px + 5.3721682848vw, 283px);
  padding: clamp(36px, 31.145631068px + 1.2944983819vw, 56px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(28px, 25.0873786408px + 0.7766990291vw, 40px);
  border-radius: 3rem;
  background: var(--development-card-gradient);
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.p-development_skillup-card.-n01 {
  grid-area: c01;
  width: min(100%, 56.7rem);
  justify-self: center;
}
.p-development_skillup-card.-n03 {
  grid-area: c03;
  width: min(100%, 58.3rem);
  justify-self: end;
}
.p-development_skillup-card.-n02 {
  grid-area: c02;
  width: min(100%, 58.3rem);
  justify-self: start;
}
.p-development_skillup-num {
  position: absolute;
  top: 0;
  left: clamp(12px, 8.1165048544px + 1.0355987055vw, 28px);
  font-family: var(--font-en);
  font-size: clamp(40px, 32.7184466019px + 1.9417475728vw, 70px);
  font-weight: 700;
  line-height: 1;
  color: #b1b3b3;
  transform: translateY(-42%);
  pointer-events: none;
}
.p-development_skillup-card-title {
  margin: 0;
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}
.p-development_skillup-card-text {
  margin: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) 0 0;
  font-size: clamp(14px, 11.9223300971px + 0.5540453074vw, 22.56px);
  font-weight: 400;
  line-height: 1.7;
}
.p-development_skillup-ring {
  position: absolute;
  z-index: 0;
  left: var(--ring-left, 50%);
  top: var(--ring-top, 52%);
  width: var(--ring-size, min(48%, 37.8rem));
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: url("../img/development/cycle-ring.svg") center/contain no-repeat;
}
.p-development_programs {
  margin-top: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
  padding-bottom: calc(var(--development-slant) * 0.35 + clamp(40px, 30.2912621359px + 2.5889967638vw, 80px));
}
.p-development_programs-panel {
  margin-top: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  padding: clamp(32px, 24.2330097087px + 2.071197411vw, 64px) clamp(16px, 8.2330097087px + 2.071197411vw, 48px);
  border-radius: clamp(20px, 14.9029126214px + 1.359223301vw, 41px);
  background: #fff;
  box-shadow: 0 0 6rem rgba(110, 56, 213, 0.3);
  box-sizing: border-box;
}
.p-development_programs-scroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-development_programs-map {
  position: relative;
  width: max(100%, 90rem);
  max-width: 135.8rem;
  margin-inline: auto;
}
.p-development_programs-fig {
  display: block;
  width: 100%;
  height: auto;
}
.p-development_programs-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 0.5rem;
  cursor: pointer;
}
.p-development_programs-hotspot:focus-visible {
  outline: 2px solid var(--development-accent);
  outline-offset: 2px;
}
.p-development_programs-hotspot.-intern {
  left: 16.789%;
  top: 31.644%;
  width: 16.053%;
  height: 50.411%;
}
.p-development_programs-hotspot.-onboarding {
  left: 33.579%;
  top: 20.137%;
  width: 16.053%;
  height: 4.247%;
}
.p-development_programs-hotspot.-years3 {
  left: 33.579%;
  top: 37.671%;
  width: 32.842%;
  height: 9.315%;
}
.p-development_programs-hotspot.-ojt {
  left: 33.579%;
  top: 49.041%;
  width: 16.053%;
  height: 15.479%;
}
.p-development_programs-hotspot.-young {
  left: 50.368%;
  top: 49.041%;
  width: 16.053%;
  height: 6.849%;
}
.p-development_programs-hotspot.-mid {
  left: 67.158%;
  top: 49.041%;
  width: 10.162%;
  height: 6.849%;
}
.p-development_programs-hotspot.-thinking {
  left: 50.368%;
  top: 75.205%;
  width: 32.842%;
  height: 6.849%;
}
.p-development_programs-hotspot.-business {
  left: 33.579%;
  top: 89.726%;
  width: 16.053%;
  height: 4.384%;
}
.p-development_detail {
  --detail-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  margin-top: calc(var(--detail-slant) * -0.35);
  padding: calc(var(--detail-slant) + clamp(60px, 50.2912621359px + 2.5889967638vw, 100px)) 0 clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  color: #fff;
  isolation: isolate;
}
.p-development_detail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(109deg, #1e2973 44%, #5029a5 89.2%, #a42af9 127%);
  clip-path: polygon(0 var(--detail-slant), 100% 0, 100% 100%, 0 100%);
}
.p-development_detail-block, .p-development_detail-card {
  scroll-margin-top: 16rem;
}
.p-development_detail-head, .p-development_detail-block {
  width: min(1660px, 100% - clamp(32px, 8.213592233px + 6.3430420712vw, 130px));
  margin-inline: auto;
}
.p-development_detail-head {
  text-align: center;
  margin-bottom: clamp(48px, 30.5242718447px + 4.6601941748vw, 120px);
}
.p-development_detail-title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #fff;
}
.p-development_detail-title::after {
  content: "";
  display: block;
  width: 14.9rem;
  height: 0.6rem;
  margin: 1.6rem auto 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.35) 100%);
}
.p-development_detail-lead {
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) auto 0;
  max-width: 118.8rem;
  font-size: clamp(14px, 11.572815534px + 0.6472491909vw, 24px);
  font-weight: 400;
  line-height: 1.85;
  color: #fff;
}
.p-development_detail-block + .p-development_detail-block {
  margin-top: clamp(56px, 35.6116504854px + 5.4368932039vw, 140px);
}
.p-development_detail-block-title {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
.p-development_detail-phase {
  margin: clamp(8px, 7.0291262136px + 0.2588996764vw, 12px) 0 0;
  font-size: clamp(16px, 13.8155339806px + 0.5825242718vw, 25px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
.p-development_detail-stack {
  display: grid;
  gap: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  margin-top: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
}
.p-development_detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  margin-top: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
}
.p-development_detail-card {
  display: grid;
  align-items: start;
  background: #fff;
  border-radius: 3rem;
  box-sizing: border-box;
  color: #000;
}
.p-development_detail-card.-wide {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 51.5rem);
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  min-height: clamp(240px, 217.427184466px + 6.0194174757vw, 333px);
  padding: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  align-items: center;
}
.p-development_detail-card.-half {
  grid-template-columns: minmax(0, 26.8fr) minmax(0, 35.8fr);
  gap: clamp(16px, 13.0873786408px + 0.7766990291vw, 28px);
  min-height: clamp(280px, 248.4466019417px + 8.4142394822vw, 410px);
  padding: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
}
.p-development_detail-card-body {
  min-width: 0;
}
.p-development_detail-card-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(8px, 7.0291262136px + 0.2588996764vw, 12px) clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  border-radius: 5rem;
  font-size: clamp(16px, 13.8155339806px + 0.5825242718vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  color: var(--development-accent);
  isolation: isolate;
}
.p-development_detail-card-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(155deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  opacity: 0.1;
}
.p-development_detail-card.-half .p-development_detail-card-title {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(15px, 12.8155339806px + 0.5825242718vw, 24px);
}
.p-development_detail-card-text {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) 0 0;
  font-size: clamp(13px, 11.3009708738px + 0.4530744337vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-development_detail-card-fig {
  position: relative;
  margin: 0;
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(30, 41, 115, 0.1);
  line-height: 0;
  min-width: 0;
  min-height: 0;
}
.p-development_detail-card-fig img {
  display: block;
}
.p-development_detail-card.-wide .p-development_detail-card-fig {
  aspect-ratio: 515/253;
}
.p-development_detail-card.-wide .p-development_detail-card-fig img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-development_detail-card.-half .p-development_detail-card-fig {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
}
.p-development_detail-card.-half .p-development_detail-card-fig img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-development_learn-panel {
    padding: 2.4rem 1.6rem 3.2rem;
  }
  .p-development_learn-grid {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .p-development_card {
    min-height: 0;
  }
  .p-development_card.-ojt {
    width: 100%;
    margin-bottom: 7.2rem;
  }
  .p-development_card-arrow {
    top: calc(100% + 1.2rem);
    width: 2.8rem;
  }
  .p-development_card-arrow.-left {
    left: 28%;
  }
  .p-development_card-arrow.-right {
    left: 60%;
  }
  .p-development_card-fig {
    width: min(100%, 28rem);
    height: 16rem;
  }
  .p-development_follow-flow {
    padding-right: 5.6rem;
  }
  .p-development_follow-loop {
    --loop-stroke: 0.2rem;
  }
  .p-development_follow-loop-head {
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-development_follow-card {
    padding: 4rem 1.6rem 2.4rem;
  }
  .p-development_follow-label {
    white-space: normal;
    min-width: min(100%, 28rem);
    padding: 0.8rem 1.6rem;
  }
  .p-development_follow-body {
    flex-direction: column;
    text-align: center;
  }
  .p-development_follow-text {
    text-align: center;
  }
  .p-development_skillup-cycle {
    grid-template-columns: 1fr;
    grid-template-areas: "c01" "c02" "c03";
    gap: 2.4rem;
    padding: 2.4rem 0 1.6rem;
  }
  .p-development_skillup-card.-n01, .p-development_skillup-card.-n02, .p-development_skillup-card.-n03 {
    width: 100%;
    justify-self: stretch;
    margin-bottom: 0;
  }
  .p-development_skillup-ring {
    display: none;
  }
  .p-development_skillup-panel, .p-development_programs-panel {
    padding: 3.2rem 1.6rem 4rem;
  }
  .p-development_programs {
    padding-bottom: 4rem;
  }
  .p-development_programs-map {
    width: max(100%, 80rem);
  }
  .p-development_detail {
    margin-top: 0;
    padding: calc(var(--detail-slant) + 4.8rem) 0 8rem;
  }
  .p-development_detail-block, .p-development_detail-card {
    scroll-margin-top: 8rem;
  }
  .p-development_detail-grid {
    grid-template-columns: 1fr;
  }
  .p-development_detail-card.-wide, .p-development_detail-card.-half {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .p-development_detail-card.-wide .p-development_detail-card-fig {
    order: -1;
  }
  .p-development_detail-card.-half .p-development_detail-card-title {
    font-size: 1.6rem;
  }
  .p-development_detail-card.-wide .p-development_detail-card-fig {
    aspect-ratio: 16/9;
  }
  .p-development_detail-card.-half .p-development_detail-card-fig {
    aspect-ratio: 1;
    max-width: min(100%, 28rem);
    margin-inline: auto;
  }
}

.p-home {
  --home-slant: clamp(80px, 20.390625vw, 391.5px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-home {
    --home-slant: clamp(40px, 12vw, 120px);
  }
}
.p-home_hero-fixed {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  height: 100vh;
}
.p-home_hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-home_hero-slider .swiper-wrapper,
.p-home_hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.p-home_hero-slider .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home_hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.p-home_hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(30, 41, 115, 0.23);
  pointer-events: none;
}
.p-home_hero {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100svh;
  color: #fff;
}
.p-home_hero-inner {
  width: min(136rem, 100% - clamp(32px, 20.3495145631px + 3.1067961165vw, 80px));
  margin-inline: auto;
  padding: clamp(120px, 110.2912621359px + 2.5889967638vw, 160px) 0 clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  text-align: center;
}
.p-home_hero-brand {
  margin: 0 auto;
  line-height: 0;
  width: clamp(330px, 136.3106796117px + 51.6504854369vw, 1128px);
}
.p-home_hero-brand-img {
  display: block;
  width: min(98.5rem, 90%);
  height: auto;
  margin-inline: auto;
}
.p-home_hero-catch {
  margin: clamp(20px, 16.1165048544px + 1.0355987055vw, 36px) 0 0;
  font-size: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.p-home_message {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 30.5242718447px + 4.6601941748vw, 120px) 0 clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
}
.p-home_message-inner {
  width: min(136.1rem, 100% - clamp(32px, 20.3495145631px + 3.1067961165vw, 80px));
  margin-inline: auto;
  text-align: center;
}
.p-home_message-text {
  margin: 0;
  font-size: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px);
  font-weight: 700;
  line-height: 2.333;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 0 7rem #1e2973;
}
.p-home_message-text span {
  display: inline-block;
}
.p-home_pmvv {
  position: relative;
  z-index: 1;
  color: #fff;
  scroll-margin-top: 16rem;
  overflow: hidden;
  background: transparent;
}
.p-home_pmvv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
  background: linear-gradient(156deg, #1e2973 59.69%, #409 119.93%);
  clip-path: polygon(0 0, 100% var(--home-slant), 100% 100%, 0 100%);
}
.p-home_pmvv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/home/pmvv-noise.svg") 0 0/20rem 20rem repeat;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home_pmvv-bg {
    background: #1E2973;
    opacity: 0.9;
  }
}
.p-home_pmvv-inner {
  position: relative;
  z-index: 1;
  width: min(170rem, 100% - clamp(40px, 22.5242718447px + 4.6601941748vw, 112px));
  margin-inline: auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: auto minmax(34rem, 81rem) minmax(34rem, 68rem);
  align-items: center;
  column-gap: clamp(20px, 11.2621359223px + 2.3300970874vw, 56px);
  padding: clamp(240px, 220.5825242718px + 5.1779935275vw, 320px) 0 clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-home_pmvv-inner {
    grid-template-columns: auto minmax(20rem, 81rem) minmax(18rem, 68rem);
  }
}
.p-home_pmvv::after {
  content: none;
}
.p-home_pmvv-head {
  margin-right: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-home_pmvv-head-top {
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 8.0582524272px + 0.5177993528vw, 18px);
  align-self: center;
}
.p-home_pmvv-head .p-home_more {
  transform: translate(-20px, -60px);
}
@media screen and (max-width: 1199px) {
  .p-home_pmvv-head .p-home_more {
    display: none;
  }
}
.p-home_pmvv-smallmore {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-home_pmvv-smallmore {
    display: block;
    position: relative;
    z-index: 2;
    padding-bottom: 8rem;
    text-align: center;
  }
}
.p-home_pmvv-logo {
  margin: 0;
  display: grid;
  place-items: center;
  width: 0.9em;
  height: 2.95em;
  font-family: var(--font-en);
  font-size: clamp(76px, 67.2621359223px + 2.3300970874vw, 112px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.p-home_pmvv-label {
  margin: 0;
  font-size: clamp(18px, 15.0873786408px + 0.7766990291vw, 30px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: translateY(-4em);
}
.p-home_pmvv-eggs {
  position: relative;
  width: 100%;
  max-width: 60.8rem;
  margin-inline: auto;
  aspect-ratio: 448/378;
  align-self: end;
}
.p-home_pmvv-egg {
  position: absolute;
  display: block;
  overflow: visible;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  appearance: none;
  border-radius: 50%;
}
.p-home_pmvv-egg:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}
.p-home_pmvv-egg.-purpose {
  left: 23%;
  top: 0;
  width: 48%;
  aspect-ratio: 1;
  z-index: 2;
}
.p-home_pmvv-egg.-mission {
  left: 0;
  top: 37%;
  width: 35%;
  aspect-ratio: 1;
  z-index: 3;
}
.p-home_pmvv-egg.-vision {
  left: 55%;
  top: 31%;
  width: 35%;
  aspect-ratio: 1;
  z-index: 1;
}
.p-home_pmvv-egg.-value {
  left: 28%;
  top: 60%;
  width: 35%;
  aspect-ratio: 1;
  z-index: 3;
}
.p-home_pmvv-egg-fig {
  position: absolute;
  inset: -14%;
  width: 128%;
  height: 128%;
  pointer-events: none;
}
.p-home_pmvv-egg-default, .p-home_pmvv-egg-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.6s ease-in-out;
}
.p-home_pmvv-egg-hover {
  opacity: 0;
}
.p-home_pmvv-egg:hover .p-home_pmvv-egg-hover, .p-home_pmvv-egg:focus-visible .p-home_pmvv-egg-hover {
  opacity: 1;
}
.p-home_pmvv-egg:hover .p-home_pmvv-egg-default, .p-home_pmvv-egg:focus-visible .p-home_pmvv-egg-default {
  opacity: 0;
}
.p-home_pmvv-featured {
  justify-self: end;
  align-self: end;
  text-align: left;
  max-width: min(68rem, 100%);
}
.p-home_pmvv-featured-tag {
  display: inline-grid;
  place-items: center;
  margin: 0 0 clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  min-width: 11.6rem;
  padding: 0.7rem 1.8rem;
  border: 1px solid #fff;
  border-radius: 6rem;
  font-family: var(--font-en);
  font-size: clamp(14px, 12.786407767px + 0.3236245955vw, 19px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.6s ease-in-out;
}
.p-home_pmvv-featured-text {
  margin: 0;
  font-size: clamp(26px, 4.6206896552px + 2.1551724138vw, 46px);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.03em;
  color: #fff;
  transition: opacity 0.6s ease-in-out;
}
.p-home_pmvv-featured.is-fade-out .p-home_pmvv-featured-tag,
.p-home_pmvv-featured.is-fade-out .p-home_pmvv-featured-text {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .p-home_pmvv-bg {
    inset: 0;
  }
  .p-home_pmvv::after {
    display: none;
  }
  .p-home_pmvv-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: stretch;
    row-gap: 2.4rem;
    width: min(100%, 100% - 4rem);
    padding: 12rem 2rem 5.6rem;
  }
  .p-home_pmvv-head {
    position: absolute;
    left: 7.2rem;
    top: 17.6rem;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .p-home_pmvv-logo {
    font-size: 5.8rem;
    width: 0.92em;
    height: 3em;
    display: grid;
    place-items: center;
  }
  .p-home_pmvv-label {
    margin: 0;
    position: absolute;
    left: calc(100% + 0.8rem);
    top: 50%;
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
    transform: translateY(-50%);
  }
  .p-home_pmvv-eggs {
    grid-column: 1;
    grid-row: 1;
    width: min(52rem, 100% - 4.8rem);
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    aspect-ratio: 300/262;
    justify-self: end;
  }
  .p-home_pmvv-egg.-purpose {
    left: 23%;
    top: 0;
    width: 48%;
  }
  .p-home_pmvv-egg.-mission {
    left: 0;
    top: 37%;
    width: 35%;
  }
  .p-home_pmvv-egg.-vision {
    left: 55%;
    top: 31%;
    width: 35%;
  }
  .p-home_pmvv-egg.-value {
    left: 28%;
    top: 60%;
    width: 35%;
  }
  .p-home_pmvv-egg-fig {
    inset: -14%;
    width: 128%;
    height: 128%;
  }
  .p-home_pmvv-featured {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    align-self: start;
    text-align: left;
    max-width: 26rem;
    margin-top: 0.4rem;
    padding-bottom: 0;
  }
  .p-home_pmvv-featured-tag {
    min-width: 10rem;
    font-size: 1.3rem;
    padding: 0.5rem 1.4rem;
  }
  .p-home_pmvv-featured-text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-home_hero-inner {
    padding-top: 12rem;
  }
  .p-home_hero-catch {
    font-size: 1.2rem;
  }
  .p-home_message {
    padding: 4.8rem 0 6.4rem;
  }
  .p-home_message-text {
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.03em;
  }
  .p-home_pmvv-logo {
    font-size: 4.8rem;
  }
  .p-home_pmvv-bg {
    inset: 0;
  }
  .p-home_pmvv-inner {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: stretch;
    row-gap: 2.4rem;
    padding: 10.2rem 1.6rem 4.8rem;
  }
  .p-home_pmvv-head {
    position: absolute;
    left: 2rem;
    top: 12rem;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .p-home_pmvv-label {
    position: absolute;
    left: calc(100% + 0.6rem);
    top: 50%;
    font-size: 1.4rem;
    transform: translateY(-50%);
  }
  .p-home_pmvv-eggs {
    grid-column: 1;
    grid-row: 1;
    width: min(60rem, 100% - 2rem);
    max-width: none;
    justify-self: end;
    margin-top: 40px;
  }
  .p-home_pmvv-featured {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    text-align: center;
    max-width: 100%;
    margin-top: 1.2rem;
  }
  .p-home_pmvv-featured-tag {
    min-width: 10.8rem;
    font-size: 1.4rem;
  }
  .p-home_pmvv-featured-text {
    font-size: 2.2rem;
    line-height: 1.55;
  }
}
.p-home_more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 19rem;
  height: 6.5rem;
  padding: 0 1.8rem 0 2.4rem;
  border: 1px solid var(--color-main);
  border-radius: 6rem;
  background: #fff;
  color: var(--color-main);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-home_more:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}
.p-home_more:hover .p-home_more-text {
  color: #fff;
}
.p-home_more:hover .p-home_more-icon img {
  filter: brightness(0) invert(1);
}
.p-home_more.-light {
  background: #fff;
}
.p-home_more.-light:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}
.p-home_more.-light:hover .p-home_more-text {
  color: #fff;
}
.p-home_more.-light:hover .p-home_more-icon img {
  filter: brightness(0) invert(1);
}
.p-home_more-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-main);
  white-space: nowrap;
  transition: color 0.3s ease;
}
.p-home_more-icon {
  display: block;
  width: 1.6rem;
  flex-shrink: 0;
  line-height: 0;
}
.p-home_more-icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.p-home_businessnews {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.p-home_business {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: clamp(80px, 65.4368932039px + 3.8834951456vw, 140px) 0 0;
  scroll-margin-top: 16rem;
}
@media screen and (max-width: 991px) {
  .p-home_business {
    padding-bottom: clamp(80px, 67.8246753247px + 3.2467532468vw, 100px);
  }
}
.p-home_business-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(180%, 192rem);
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.p-home_business-lines img {
  display: block;
  width: 100%;
  height: auto;
}
.p-home_business-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(28rem, 0.75fr);
  align-items: center;
  gap: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  width: min(153rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin-inline: auto;
}
.p-home_business-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  min-height: clamp(36rem, 54.5vw, 54.5rem);
}
.p-home_business-photo {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 328/545;
  background: #e9eaf2;
}
.p-home_business-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home_business-photo.-bar {
  margin-top: clamp(24px, 11.3786407767px + 3.3656957929vw, 76px);
}
.p-home_business-photo.-anytime {
  margin-top: clamp(56px, 24.2038834951px + 8.4789644013vw, 187px);
}
.p-home_business-photo.-portrait {
  margin-top: 0;
}
.p-home_business-body {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 0;
}
.p-home_business-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(48px, 37.8058252427px + 2.7184466019vw, 90px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}
.p-home_business-label {
  margin: clamp(4px, 3.0291262136px + 0.2588996764vw, 8px) 0 clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-main);
}
.p-home_news {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: calc(var(--home-slant) + clamp(48px, 35.3786407767px + 3.3656957929vw, 100px)) 0 clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  scroll-margin-top: 16rem;
  background: linear-gradient(to bottom, transparent 0 calc(100% - 12rem), #fff calc(100% - 12rem));
}
.p-home_news-bg {
  position: absolute;
  inset: 0 0 12rem;
  z-index: 0;
  pointer-events: none;
  background: #fff;
  clip-path: polygon(0 var(--home-slant), 100% 0, 100% 100%, 0 100%);
}
.p-home_news-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(79deg, #1e2973 42.29%, #440099 164.28%);
  opacity: 0.9;
}
.p-home_news-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(22rem, 0.55fr) minmax(0, 1.2fr);
  align-items: end;
  gap: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  width: min(153rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin-inline: auto;
}
.p-home_news-head {
  display: grid;
  justify-items: start;
  padding-bottom: clamp(8px, 4.1165048544px + 1.0355987055vw, 24px);
}
.p-home_news-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}
.p-home_news-label {
  margin: 0 0 clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-home_news-panel {
  background: #fff;
  border: 1px solid #6e38d5;
  border-radius: 1rem;
  padding: clamp(28px, 21.2038834951px + 1.8122977346vw, 56px) clamp(24px, 13.3203883495px + 2.8478964401vw, 68px);
  color: #000;
  box-shadow: 0 1.2rem 3.2rem rgba(30, 41, 115, 0.08);
}
.p-home_news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-home_news-list li + li {
  border-top: 1px solid #d8d8d8;
}
.p-home_news-list a {
  display: grid;
  grid-template-columns: 8.8rem minmax(0, 1fr);
  gap: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  align-items: flex-start;
  padding: clamp(18px, 15.572815534px + 0.6472491909vw, 28px) 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
.p-home_news-list a:hover {
  opacity: 0.7;
}
.p-home_news-date {
  font-family: var(--font-en);
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #b1b3b3;
  margin-top: 0.3rem;
}
.p-home_news-text {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.p-home_news-strip {
  --strip-gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  position: relative;
  z-index: 1;
  margin: clamp(48px, 38.2912621359px + 2.5889967638vw, 88px) calc(50% - 50vw) 0;
  width: 100vw;
  overflow: hidden;
}
.p-home_news-strip-track {
  display: flex;
  width: max-content;
  animation: p-home-news-marquee 40s linear infinite;
}
.p-home_news-strip-list {
  display: flex;
  gap: var(--strip-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  padding-inline-end: var(--strip-gap);
  list-style: none;
}
.p-home_news-strip-list li {
  flex: 0 0 auto;
  width: clamp(240px, 207.2330097087px + 8.7378640777vw, 375px);
  aspect-ratio: 375/197;
  border-radius: 1rem;
  overflow: hidden;
  background: #e9eaf2;
}
.p-home_news-strip-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-home_business-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-home_business-photos {
    order: 1;
    min-height: 0;
    max-width: 56rem;
    margin-inline: auto;
  }
  .p-home_business-body {
    order: 0;
    justify-items: center;
    text-align: center;
  }
  .p-home_business-photo.-bar {
    margin-top: 2.4rem;
  }
  .p-home_business-photo.-anytime {
    margin-top: 4.8rem;
  }
  .p-home_news {
    padding-top: calc(var(--home-slant) + clamp(40px, 34.1747572816px + 1.5533980583vw, 64px));
  }
  .p-home_news-inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .p-home_news-head {
    justify-items: center;
    text-align: center;
  }
  .p-home_news-list a {
    grid-template-columns: 7.2rem minmax(0, 1fr);
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home_business-photos {
    gap: 0.8rem;
  }
  .p-home_business-title {
    font-size: 4.8rem;
  }
  .p-home_business-label {
    font-size: 1.6rem;
  }
  .p-home_news-title {
    font-size: 5.6rem;
  }
  .p-home_news-label {
    font-size: 1.6rem;
  }
  .p-home_news-panel {
    padding: 2.4rem 2rem;
  }
  .p-home_news-list a {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 1.6rem 0;
  }
  .p-home_more {
    width: 19rem;
    height: 5.6rem;
  }
}
.p-home_eventjob {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
.p-home_eventjob-lines {
  position: absolute;
  left: 50%;
  top: 8%;
  z-index: 0;
  width: min(180%, 180rem);
  pointer-events: none;
  transform: translateX(-42%);
  opacity: 0.55;
}
.p-home_eventjob-lines img {
  display: block;
  width: 100%;
  height: auto;
}
.p-home_event {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 65.4368932039px + 3.8834951456vw, 140px) 0 clamp(100px, 80.5825242718px + 5.1779935275vw, 180px);
  scroll-margin-top: 16rem;
}
.p-home_event-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(28rem, 0.7fr);
  align-items: center;
  gap: clamp(32px, 22.2912621359px + 2.5889967638vw, 72px);
  width: min(153rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin-inline: auto;
}
.p-home_event-photo {
  margin: 0;
  border-radius: 3rem;
  overflow: hidden;
  aspect-ratio: 988/628;
  background: #e9eaf2;
}
.p-home_event-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-home_event-body {
  display: grid;
  justify-items: start;
  align-content: center;
}
.p-home_event-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: #000;
}
.p-home_event-label {
  margin: clamp(4px, 3.0291262136px + 0.2588996764vw, 8px) 0 clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-main);
}
.p-home_job {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) 0 calc(var(--home-slant) + clamp(48px, 40.2330097087px + 2.071197411vw, 80px));
  scroll-margin-top: 16rem;
}
.p-home_job-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(131deg, #1e2973 40.58%, #440099 105.94%);
  clip-path: polygon(0 0, 100% var(--home-slant), 100% 100%, 0 calc(100% - var(--home-slant)));
}
.p-home_job-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.p-home_job-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(28rem, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  width: min(153rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin-inline: auto;
}
.p-home_job-body {
  display: grid;
  justify-items: start;
  padding-bottom: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
}
.p-home_job-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}
.p-home_job-label {
  margin: 0 0 clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-home_job-lead {
  margin: 0 0 clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  max-width: 42rem;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-home_job-photos {
  position: relative;
  min-height: clamp(48rem, 68vw, 72rem);
}
.p-home_job-photo {
  position: absolute;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #e9eaf2;
}
.p-home_job-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home_job-photo.-man {
  top: 0;
  right: 0;
  width: min(43rem, 50% - 1.5rem);
  aspect-ratio: 430/610;
  z-index: 2;
}
.p-home_job-photo.-woman {
  top: 28%;
  left: 0;
  width: min(43rem, 50% - 1.5rem);
  aspect-ratio: 431/646;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-home_event-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-home_event-body {
    justify-items: center;
    text-align: center;
    order: -1;
  }
  .p-home_event-photo {
    border-radius: 2rem;
  }
  .p-home_job {
    padding: 80px 0 calc(var(--home-slant) + clamp(40px, 34.1747572816px + 1.5533980583vw, 64px));
  }
  .p-home_job-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .p-home_job-body {
    justify-items: center;
    text-align: center;
    padding-bottom: 0;
  }
  .p-home_job-lead {
    max-width: 48rem;
  }
  .p-home_job-photos {
    min-height: 42rem;
    max-width: 52rem;
    margin-inline: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home_event-title, .p-home_job-title {
    font-size: 5.6rem;
  }
  .p-home_event-label, .p-home_job-label {
    font-size: 1.6rem;
  }
  .p-home_event-photo {
    border-radius: 1.6rem;
  }
  .p-home_job-photos {
    min-height: 36rem;
  }
  .p-home_job-photo.-man, .p-home_job-photo.-woman {
    width: calc(50% - 1.5rem);
  }
}

@keyframes p-home-news-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes p-home-contents-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-home_talk {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: visible;
  background-color: #fff;
}

.p-home_talk-lines {
  position: absolute;
  left: 50%;
  top: 438px;
  z-index: 0;
  width: min(220vw, 260rem);
  pointer-events: none;
  transform: translateX(-50%) rotate(-11.78deg);
}
.p-home_talk-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.p-home_interview {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: clamp(100px, 80.5825242718px + 5.1779935275vw, 180px) 0 clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
  scroll-margin-top: 16rem;
  --home-interview-slide-offset: clamp(48px, 35.145631068px + 3.430420712vw, 101px);
}
.p-home_interview .p-home_interview-offset-probe {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: var(--home-interview-slide-offset);
  pointer-events: none;
}
.p-home_interview .intlist-card {
  color: var(--color-main);
}
.p-home_interview .intlist-card_fig {
  background: rgba(30, 41, 115, 0.07);
}
.p-home_interview .intlist-card_name {
  margin-top: 1.6rem;
  color: var(--color-main);
}
.p-home_interview .intlist-card_meta {
  color: #000;
}

.p-home_interview-head {
  text-align: center;
  margin-bottom: clamp(40px, 32.2330097087px + 2.071197411vw, 72px);
}

.p-home_interview-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(56px, 41.1941747573px + 3.9482200647vw, 117px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.p-home_interview-label {
  margin: clamp(4px, 3.0291262136px + 0.2588996764vw, 8px) 0 0;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-main);
}

.p-home_interview-body {
  width: min(160rem, 100% - clamp(32px, 20.3495145631px + 3.1067961165vw, 80px));
  margin-inline: auto;
}

.p-home_interview-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-bottom: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
}
.p-home_interview-slider .swiper-wrapper {
  align-items: flex-start;
}
.p-home_interview-slider .swiper-slide {
  flex-shrink: 0;
  width: 35.6rem;
  height: auto;
  box-sizing: border-box;
}
.p-home_interview-slider .swiper-slide.is-lower .intlist-card {
  transform: translateY(var(--home-interview-slide-offset));
}
.p-home_interview-slider .intlist-card {
  transition: transform 0.3s ease;
}

.p-home_interview-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  width: min(160rem, 100% - clamp(32px, 20.3495145631px + 3.1067961165vw, 80px));
  margin: clamp(40px, 34.1747572816px + 1.5533980583vw, 64px) auto 0;
}

.p-home_interview-pager {
  flex: 1 1 auto;
  min-width: 0;
}

.p-home_interview-controls {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  max-width: 100%;
}

.p-home_interview-prev,
.p-home_interview-next {
  flex-shrink: 0;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-home_interview-prev::before,
.p-home_interview-next::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-home_interview-prev.swiper-button-disabled,
.p-home_interview-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.p-home_interview-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.p-home_interview-pagination {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.p-home_interview-page {
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-main);
  text-decoration: underline;
  text-underline-offset: 0.3em;
  opacity: 0.35;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.p-home_interview-page.is-active {
  opacity: 1;
}

.p-home_interview-foot .p-home_more {
  flex-shrink: 0;
}

.p-home_crosstalk {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: clamp(40px, 15.7281553398px + 6.4724919094vw, 140px) 0 clamp(40px, 6.0194174757px + 9.0614886731vw, 180px);
  scroll-margin-top: 16rem;
  background: transparent;
}

.p-home_crosstalk-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-home_crosstalk-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  width: min(152rem, 100% - clamp(16px, 8.2330097087px + 2.071197411vw, 48px));
  margin-inline: auto;
  box-sizing: border-box;
}

.p-home_crosstalk-slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.p-home_crosstalk-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.p-home_crosstalk-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1660/980;
  border: 1px solid var(--color-main);
  border-radius: 3rem;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  background: #1e2973;
}

.p-home_crosstalk-num {
  position: absolute;
  top: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  left: clamp(24px, 18.9029126214px + 1.359223301vw, 45px);
  z-index: 2;
  margin: 0;
  font-family: "Oswald", var(--font-en), sans-serif;
  font-size: clamp(72px, 50.640776699px + 5.6957928803vw, 160px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  pointer-events: none;
}

.p-home_crosstalk-fig {
  position: absolute;
  inset: 0;
}
.p-home_crosstalk-fig img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
}

.p-home_crosstalk-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 17.6893203883px + 1.6828478964vw, 50px) clamp(24px, 14.5339805825px + 2.5242718447vw, 63px);
  box-sizing: border-box;
}

.p-home_crosstalk-label {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(40px, 26.4077669903px + 3.6245954693vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}

.p-home_crosstalk-name {
  margin: clamp(5px, 3.786407767px + 0.3236245955vw, 10px) 0 0;
  font-size: clamp(18px, 16.0582524272px + 0.5177993528vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-home_crosstalk-lead {
  margin: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px) 0 0;
  max-width: 40.8rem;
  font-size: clamp(13px, 12.2718446602px + 0.1941747573vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
}

.p-home_crosstalk-body .p-home_more {
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}

.p-home_crosstalk-prev,
.p-home_crosstalk-next {
  position: relative;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.p-home_crosstalk-prev::before,
.p-home_crosstalk-next::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 2rem;
  height: 2rem;
  border-top: 4px solid var(--color-main);
  border-right: 4px solid var(--color-main);
  transform: translate(-30%, -50%) rotate(-135deg);
}
.p-home_crosstalk-prev.swiper-button-disabled,
.p-home_crosstalk-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.p-home_crosstalk-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.p-home_contents {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: transparent;
  padding: clamp(40px, 15.7281553398px + 6.4724919094vw, 140px) 0 clamp(60px, 55.145631068px + 1.2944983819vw, 80px);
  scroll-margin-top: 16rem;
}

.p-home_contents-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-home_contents-marquee {
  --contents-gap: 3rem;
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(0px, -11.6504854369px + 3.1067961165vw, 48px);
  z-index: 0;
  height: clamp(200px, 164.8058252427px + 9.3851132686vw, 345px);
  overflow: hidden;
  pointer-events: none;
}

.p-home_contents-marquee-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: p-home-contents-marquee 32s linear infinite;
}

.p-home_contents-marquee-group {
  display: flex;
  align-items: center;
  gap: var(--contents-gap);
  width: max-content;
  height: 100%;
  padding-inline-end: var(--contents-gap);
}

.p-home_contents-marquee-word {
  flex: none;
  display: block;
  height: 100%;
  width: auto;
  overflow: visible;
  transform: skewX(-8deg);
}
.p-home_contents-marquee-word text {
  fill: #fff;
  stroke: rgba(68, 0, 153, 0.45);
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-linecap: round;
  paint-order: stroke fill;
  font-family: var(--font-outfit);
  font-size: 276px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.p-home_contents-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  width: min(153rem, 100% - clamp(32px, 10.640776699px + 5.6957928803vw, 120px));
  margin: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) auto 0;
  padding: 0;
  list-style: none;
}

.p-home_contents-card {
  display: grid;
  gap: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  color: inherit;
  text-decoration: none;
}

.p-home_contents-fig {
  margin: 0;
  aspect-ratio: 456/342;
  overflow: hidden;
  border-radius: 2rem;
  background: #e9eaf2;
}
.p-home_contents-fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.p-home_contents-card:hover .p-home_contents-fig img {
  transform: scale(1.04);
}

.p-home_contents-card:hover .p-home_contents-btn {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}

.p-home_contents-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.p-home_contents-name {
  margin: 0;
  font-size: clamp(18px, 16.3009708738px + 0.4530744337vw, 25px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
}

.p-home_contents-btn {
  display: grid;
  place-items: center;
  width: 7.8rem;
  height: 3.4rem;
  border-radius: 6rem;
  background: #000;
  flex-shrink: 0;
}
.p-home_contents-btn img {
  display: block;
  width: 2.3rem;
  height: auto;
}

.p-home_instagram {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: transparent;
  padding: clamp(80px, 2.8155339806px + 20.5825242718vw, 398px) 0 clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
  scroll-margin-top: 16rem;
}
.p-home_instagram-widget {
  margin-top: 6rem;
  position: relative;
  z-index: 5;
}

.p-home_instagram-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(118deg, #440099 19.7%, #00aec7 73.1%, #05eac4 100%);
  opacity: 0.1;
  clip-path: polygon(0 var(--home-slant), 100% 0, 100% 100%, 0 100%);
}

.p-home_instagram-lines {
  position: absolute;
  left: 50%;
  top: -8%;
  z-index: 0;
  width: min(210vw, 250rem);
  pointer-events: none;
  transform: translateX(-42%) rotate(167.72deg) scaleY(-1);
}
.p-home_instagram-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.p-home_instagram-head {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-home_instagram-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(48px, 32.9514563107px + 4.0129449838vw, 110px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-main);
  transform: skewX(-0.75deg);
}

.p-home_instagram-label {
  margin: clamp(4px, 3.0291262136px + 0.2588996764vw, 8px) 0 0;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--color-main);
}

.p-home_instagram-account {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  width: fit-content;
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) auto 0;
  color: var(--color-main);
  text-decoration: none;
}

.p-home_instagram-account-icon {
  display: grid;
  place-items: center;
  width: clamp(44px, 40.6019417476px + 0.9061488673vw, 58px);
  height: clamp(44px, 40.6019417476px + 0.9061488673vw, 58px);
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.p-home_instagram-account-icon img {
  display: block;
  width: clamp(18px, 16.5436893204px + 0.3883495146vw, 24px);
  height: auto;
}

.p-home_instagram-account-id {
  font-family: var(--font-en);
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-home_instagram-marquee {
  --instagram-gap: 1.5rem;
  position: relative;
  z-index: 1;
  margin-top: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  overflow: hidden;
}

.p-home_instagram-marquee-track {
  display: flex;
  width: max-content;
  animation: p-home-instagram-marquee 40s linear infinite;
}

.p-home_instagram-marquee-group {
  display: flex;
  align-items: stretch;
  gap: var(--instagram-gap);
  width: max-content;
  padding-inline-end: var(--instagram-gap);
}

.p-home_instagram-post {
  margin: 0;
  flex: none;
  width: clamp(33.8rem, 240.3398058252px + -10.7572815534vw, 200px);
  aspect-ratio: 338/420;
  overflow: hidden;
  background: #e9eaf2;
}
.p-home_instagram-post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes p-home-instagram-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-home_entry {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: clamp(420px, 329.9514563107px + 24.0129449838vw, 791px);
  display: grid;
  place-items: center;
  padding: clamp(48px, 40.2330097087px + 2.071197411vw, 80px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  scroll-margin-top: 16rem;
}

.p-home_entry-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(130.45deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
}
.p-home_entry-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.p-home_entry-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  width: 100%;
}

.p-home_entry-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(64px, 40.6990291262px + 6.213592233vw, 160px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.p-home_entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  width: min(79.7rem, 100% - 3.2rem);
  min-height: clamp(88px, 74.4077669903px + 3.6245954693vw, 144px);
  padding: 1.6rem clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  border-radius: 15rem;
  background: #fff;
  color: var(--color-main);
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease, transform 0.3s ease;
}
.p-home_entry-btn:hover {
  background: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  transform: translateY(-2px);
}
.p-home_entry-btn:hover .p-home_entry-btn-text {
  color: #fff;
}
.p-home_entry-btn:hover .p-home_entry-btn-icon {
  background: #fff;
}
.p-home_entry-btn:hover .p-home_entry-btn-icon img {
  filter: brightness(0);
}

.p-home_entry-btn-text {
  font-family: var(--font-en);
  font-size: clamp(22px, 16.4174757282px + 1.4886731392vw, 45px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
  transition: color 0.3s ease;
}

.p-home_entry-btn-icon {
  display: grid;
  place-items: center;
  width: 7.8rem;
  height: 3.4rem;
  border-radius: 6rem;
  background: #000;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.p-home_entry-btn-icon img {
  display: block;
  width: 2.3rem;
  height: auto;
  transition: filter 0.3s ease;
}

@media screen and (max-width: 991px) {
  .p-home_interview-slider .swiper-slide {
    width: 28rem;
  }
  .p-home_interview-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 3.2rem;
  }
  .p-home_interview-controls {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    justify-content: center;
  }
  .p-home_interview-foot .p-home_more {
    align-self: flex-end;
  }
  .p-home_crosstalk-inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    width: min(120rem, 100% - 3.2rem);
  }
  .p-home_crosstalk-slider {
    grid-column: 1;
    grid-row: 1;
  }
  .p-home_crosstalk-prev, .p-home_crosstalk-next {
    position: absolute;
    top: 0;
    z-index: 3;
    margin-top: calc(56.25% + 1.2rem);
    transform: none;
  }
  .p-home_crosstalk-prev {
    left: 0.4rem;
  }
  .p-home_crosstalk-next {
    right: 0.4rem;
  }
  .p-home_crosstalk-card {
    aspect-ratio: auto;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }
  .p-home_crosstalk-num {
    position: static;
    margin-top: 7.2rem;
    color: var(--color-main);
  }
  .p-home_crosstalk-fig {
    position: relative;
    inset: auto;
    aspect-ratio: 16/9;
    border-radius: 2rem;
    overflow: hidden;
  }
  .p-home_crosstalk-fig img {
    position: static;
    height: auto;
    object-position: center;
  }
  .p-home_crosstalk-body {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 1rem 0 0;
  }
  .p-home_crosstalk-label {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    color: var(--color-main);
  }
  .p-home_crosstalk-name {
    color: #000;
  }
  .p-home_crosstalk-lead {
    color: #000;
    max-width: none;
  }
  .p-home_contents-list {
    grid-template-columns: 1fr;
    max-width: 56rem;
    gap: 4rem;
  }
  .p-home_instagram-title {
    font-size: clamp(4.8rem, 12vw, 7.2rem);
  }
  .p-home_entry-btn {
    width: min(56rem, 100% - 3.2rem);
    min-height: 10rem;
    gap: 1.6rem;
  }
  .p-home_entry-btn-text {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home_interview-title {
    font-size: 5.6rem;
  }
  .p-home_interview-label {
    font-size: 1.6rem;
  }
  .p-home_interview-slider .swiper-slide {
    width: 24rem;
  }
  .p-home_crosstalk-card {
    border-radius: 0;
  }
  .p-home_crosstalk-num {
    font-size: clamp(4.8rem, 14vw, 7.2rem);
  }
  .p-home_crosstalk-label {
    font-size: clamp(2.4rem, 9vw, 3.2rem);
  }
  .p-home_crosstalk-name {
    font-size: 1.6rem;
  }
  .p-home_contents-name {
    font-size: 1.8rem;
  }
  .p-home_instagram-post {
    width: 22rem;
  }
  .p-home_entry {
    min-height: 36rem;
    padding: 4.8rem 2rem;
  }
  .p-home_entry-title {
    font-size: clamp(4.8rem, 16vw, 8rem);
  }
  .p-home_entry-btn {
    flex-direction: column;
    gap: 1.2rem;
    min-height: 9.6rem;
    padding: 2rem 2.4rem;
  }
  .p-home_entry-btn-icon {
    width: 6.4rem;
    height: 2.8rem;
  }
}

.p-event {
  --event-navy: #1e2973;
  --event-gradient: linear-gradient(135.76deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 40.2330097087px + 2.071197411vw, 80px) 0 0;
}
.p-event_lines {
  position: absolute;
  left: calc(50% - 50vw - 36.9270833333vw);
  top: clamp(580px, 913.0485436893px + -17.3462783172vw, 848px);
  z-index: 0;
  width: 178.1770833333vw;
  pointer-events: none;
  transform: scaleX(-1);
}
.p-event_lines img {
  display: block;
  width: 100%;
  height: auto;
}
.p-event_intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}
.p-event_body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 clamp(16px, 6.2912621359px + 2.5889967638vw, 56px) 0 clamp(24px, -17.2621359223px + 11.003236246vw, 194px);
}
.p-event_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--event-navy);
}
.p-event_text {
  margin: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-event_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-self: flex-start;
  width: 19rem;
  height: 6.5rem;
  margin-top: 4rem;
  padding: 0 2.4rem 0 2.35rem;
  border: 1px solid var(--event-navy);
  border-radius: 6rem;
  background: var(--event-gradient);
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-event_btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.p-event_btn-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  white-space: nowrap;
}
.p-event_btn-icon {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg) translate(-2px, -2px);
}
.p-event_photo {
  position: relative;
  align-self: start;
  margin: 0;
  width: 100%;
  aspect-ratio: 960/707;
  border-radius: 3rem 0 0 3rem;
  overflow: hidden;
  background: #e9eaf2;
}
.p-event_photo img {
  position: absolute;
  top: 0;
  left: -5.23%;
  display: block;
  width: 110.47%;
  height: 100%;
  max-width: none;
}
.p-event_gallery {
  --gallery-gap: clamp(16px, 7.7475728155px + 2.2006472492vw, 50px);
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 6.0194174757px + 9.0614886731vw, 180px);
  overflow: hidden;
}
.p-event_gallery-track {
  display: flex;
  width: max-content;
  animation: p-event-gallery-marquee 40s linear infinite;
}
.p-event_gallery-list {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  padding-inline-end: var(--gallery-gap);
  list-style: none;
}
.p-event_gallery-item {
  flex: 0 0 auto;
  width: clamp(240px, 186.6019417476px + 14.2394822006vw, 460px);
  aspect-ratio: 460/500;
  border-radius: 3rem;
  overflow: hidden;
  background: #e9eaf2;
  border-radius: 30px;
}
.p-event_gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-event {
    padding: 4.8rem 0 8rem;
  }
  .p-event_lines {
    top: 24%;
    width: 220%;
    left: -60%;
  }
  .p-event_intro {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .p-event_body {
    padding: 0 2.4rem;
  }
  .p-event_btn {
    margin-top: 3.2rem;
  }
  .p-event_photo {
    width: calc(100% - 2.4rem);
    margin-left: auto;
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .p-event_gallery {
    margin-top: 4.8rem;
  }
  .p-event_gallery-item {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event {
    padding: 4rem 0 6.4rem;
  }
  .p-event_title {
    font-size: 2.4rem;
  }
  .p-event_text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .p-event_btn {
    width: 16.8rem;
    height: 5.6rem;
    padding-inline: 2rem;
  }
  .p-event_photo {
    width: calc(100% - 1.6rem);
    border-radius: 2rem 0 0 2rem;
  }
  .p-event_gallery-item {
    width: 16rem;
    border-radius: 2rem;
  }
}

@keyframes p-event-gallery-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-event-program {
  position: relative;
  z-index: 1;
  margin-top: clamp(80px, 46.0194174757px + 9.0614886731vw, 220px);
  padding-inline: clamp(24px, -17.2621359223px + 11.003236246vw, 194px);
}
.p-event-program_head {
  margin-bottom: 0;
}
.p-event-program_title {
  margin: 0;
}
.p-event-program_title .en {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(48px, 36.3495145631px + 3.1067961165vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: var(--event-navy);
}
.p-event-program_title .ja {
  display: block;
  margin-top: 1rem;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--event-navy);
}
.p-event-program_lead {
  margin: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-event-program_time {
  margin: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) 0 clamp(24px, 18.6601941748px + 1.4239482201vw, 46px);
  font-family: var(--font-en);
  font-size: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--event-navy);
}
.p-event-program_time.-finish {
  margin: clamp(24px, 18.6601941748px + 1.4239482201vw, 46px) 0 0;
}
.p-event-program_list {
  --num-size: clamp(72px, 50.3980582524px + 5.7605177994vw, 161px);
  --num-height: clamp(68px, 47.6116504854px + 5.4368932039vw, 152px);
  --num-gap: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 21.786407767px + 6.9902912621vw, 156px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-event-program_list::before {
  content: "";
  position: absolute;
  top: calc(var(--num-height) / 2);
  bottom: calc(var(--num-height) / 2);
  left: calc(var(--num-size) / 2);
  z-index: 0;
  width: 1px;
  background: var(--event-navy);
  transform: translateX(-50%);
  pointer-events: none;
}
.p-event-program_item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: var(--num-size) var(--num-gap) minmax(0, 1fr);
  align-items: start;
}
.p-event-program_num {
  position: relative;
  z-index: 1;
  width: var(--num-size);
  height: var(--num-height);
}
.p-event-program_num > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.p-event-program_num span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0.2rem 0 0 0;
  font-family: var(--font-en);
  font-size: clamp(24px, 14.2912621359px + 2.5889967638vw, 64px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.p-event-program_plus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  height: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  max-width: none;
  transform: translate(-50%, -50%);
}
.p-event-program_card {
  grid-column: 3;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 678fr) minmax(0, 520fr);
  column-gap: clamp(24px, 16.7184466019px + 1.9417475728vw, 54px);
  align-items: start;
  margin-top: 1.6rem;
  padding: 4rem;
  border: 1px solid var(--event-navy);
  border-radius: 1rem;
  background: #fff;
  box-sizing: border-box;
  overflow: visible;
}
.p-event-program_card-body {
  min-width: 0;
}
.p-event-program_card-title {
  margin: 0;
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--event-navy);
}
.p-event-program_card-text {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-event-program_card-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-event-program_card-text li::before {
  content: "・";
}
.p-event-program_card-fig {
  grid-column: 2;
  width: 100%;
  margin: 0;
  aspect-ratio: 520/380;
  overflow: hidden;
  background: #e9eaf2;
  border-radius: 30px;
}
.p-event-program_card-fig img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.p-event-program_bonus {
  grid-column: 3;
  display: flex;
  align-items: center;
  min-height: 12rem;
  margin: 1.6rem 0 0;
  padding: 2.4rem 4rem;
  border: 1px solid var(--event-navy);
  background: linear-gradient(165.61deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  box-sizing: border-box;
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .p-event-program {
    margin-top: 8rem;
    padding-inline: 2.4rem;
  }
  .p-event-program_list {
    --num-gap: 1.6rem;
    gap: 4rem;
  }
  .p-event-program_list::before {
    top: calc(var(--num-height) / 2);
    bottom: calc(var(--num-height) / 2);
  }
  .p-event-program_num span {
    padding: 0;
  }
  .p-event-program_card {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 0.8rem;
    padding: 2.4rem 2rem;
    gap: 2rem;
  }
  .p-event-program_card-fig {
    grid-column: auto;
    width: 100%;
    margin: 0;
    aspect-ratio: 520/380;
  }
  .p-event-program_card-title {
    font-size: 1.8rem;
  }
  .p-event-program_card-text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .p-event-program_bonus {
    min-height: 0;
    margin-top: 0.8rem;
    padding: 2rem 1.6rem;
    font-size: 1.5rem;
  }
  .p-event-program_time {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event-program {
    padding-inline: 1.6rem;
  }
  .p-event-program_title .en {
    font-size: 4rem;
  }
  .p-event-program_list {
    --num-gap: 1.2rem;
    gap: 3.2rem;
  }
  .p-event-program_card {
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}

.p-event-schedule {
  --event-schedule-slant: clamp(48px, 20.390625vw, 391.5px);
  --event-schedule-bg-top: clamp(390px, 42.03125vw, 807px);
  position: relative;
  z-index: 1;
  padding: clamp(72px, 55.4951456311px + 4.4012944984vw, 140px) 0 clamp(80px, 65.4368932039px + 3.8834951456vw, 140px);
  isolation: isolate;
}
.p-event-schedule::before {
  content: "";
  position: absolute;
  top: var(--event-schedule-bg-top);
  right: 0;
  bottom: calc(var(--event-schedule-slant) * -1);
  left: 0;
  z-index: -2;
  background: linear-gradient(125deg, #440099 45.04%, #00aec7 93.26%, #05eac4 117.58%);
  opacity: 0.1;
  clip-path: polygon(0 var(--event-schedule-slant), 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.p-event-schedule_lines {
  position: absolute;
  top: -18%;
  left: 50%;
  z-index: -1;
  width: min(180vw, 284.7rem);
  transform: translateX(-42%);
  pointer-events: none;
}
.p-event-schedule_lines img {
  width: 100%;
  height: auto;
}
.p-event-schedule_inner {
  width: min(153.3rem, 100% - clamp(32px, -54.4077669903px + 23.0420711974vw, 388px));
  margin-inline: auto;
}
.p-event-schedule_title {
  margin: 0;
  color: var(--event-navy);
}
.p-event-schedule_title .en {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(48px, 36.3495145631px + 3.1067961165vw, 96px);
  font-weight: 700;
  line-height: 1.22;
}
.p-event-schedule_title .ja {
  display: block;
  margin-top: 1rem;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-event-schedule_lead {
  margin: clamp(32px, 22.7766990291px + 2.4595469256vw, 70px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-event-schedule_tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(40px, 23.9805825243px + 4.2718446602vw, 106px);
  overflow-x: auto;
}
.p-event-schedule_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  min-width: 25rem;
  min-height: clamp(72px, 60.3495145631px + 3.1067961165vw, 120px);
  padding: 1.6rem;
  border: 1px solid var(--event-navy);
  border-bottom: 0;
  border-radius: 1.6rem 1.6rem 0 0;
  background: #e1e1e1;
  color: var(--event-navy);
  cursor: pointer;
  transition: background 0.25s ease;
}
.p-event-schedule_tab:hover {
  background: var(--event-gradient);
  color: #fff;
}
.p-event-schedule_tab + .p-event-schedule_tab {
  margin-left: -1px;
}
.p-event-schedule_tab.is-active {
  position: relative;
  z-index: 2;
  background: #fff;
  color: var(--event-navy);
}
.p-event-schedule_tab .num {
  font-family: var(--font-en);
  font-size: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  font-weight: 700;
}
.p-event-schedule_tab .slash {
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 300;
}
.p-event-schedule_tab .date {
  font-family: var(--font-en);
  font-size: clamp(32px, 26.1747572816px + 1.5533980583vw, 56px);
  font-weight: 700;
  line-height: 1;
}
.p-event-schedule_tab .day {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--event-navy);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.p-event-schedule_panel {
  min-height: 90.6rem;
  padding: clamp(32px, 20.3495145631px + 3.1067961165vw, 80px);
  border: 1px solid var(--event-navy);
  background: #fff;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}
.p-event-schedule_panel[hidden] {
  display: none;
}
.p-event-schedule_panel.is-changing {
  opacity: 0;
}
.p-event-schedule_date {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: var(--event-navy);
}
.p-event-schedule_round, .p-event-schedule_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  min-height: 6rem;
  padding: 0.8rem 2rem;
  border-radius: 4.8rem;
  background: var(--event-gradient);
  font-size: clamp(18px, 14.6019417476px + 0.9061488673vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  box-sizing: border-box;
}
.p-event-schedule_full-date {
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-event-schedule_theme {
  margin: 2.4rem 0 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--event-navy);
}
.p-event-schedule_text {
  margin: 1.6rem 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-event-schedule_people {
  display: grid;
  grid-template-columns: minmax(24rem, 40.8rem) minmax(20rem, 1fr) minmax(26rem, 1.15fr);
  gap: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  margin-top: clamp(32px, 29.572815534px + 0.6472491909vw, 42px);
}
.p-event-schedule_photo {
  margin: 0;
  line-height: 0;
}
.p-event-schedule_photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
}
.p-event-schedule_members {
  padding-left: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  border-left: 1px solid rgba(30, 41, 115, 0.35);
}
.p-event-schedule_label {
  min-width: 8rem;
  min-height: 3.2rem;
  padding: 0.4rem 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 2.4rem;
}
.p-event-schedule_label.-members {
  min-width: 16rem;
}
.p-event-schedule_role {
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  color: var(--event-navy);
  line-height: 1.6;
}
.p-event-schedule_name {
  margin: 0.4rem 0 0;
  font-size: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  letter-spacing: 0.06em;
  color: var(--event-navy);
  line-height: 1.5;
}
.p-event-schedule_profile {
  margin: 1.6rem 0 0;
  font-size: clamp(13px, 12.2718446602px + 0.1941747573vw, 16px);
  line-height: 1.8;
}
.p-event-schedule_member-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
.p-event-schedule_member-list .year {
  position: relative;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: var(--event-navy);
}
.p-event-schedule_member-list .year::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--event-navy);
  transform: translateY(-50%);
}
.p-event-schedule_member-list p {
  margin: 0.6rem 0 0;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
  .p-event-schedule_inner {
    width: calc(100% - 4.8rem);
  }
  .p-event-schedule_people {
    grid-template-columns: minmax(20rem, 0.7fr) 1fr;
  }
  .p-event-schedule_members {
    grid-column: 1/-1;
    border-left: 0;
    padding: 2.4rem 0 0;
    border-top: 1px solid rgba(30, 41, 115, 0.35);
  }
  .p-event-schedule_member-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event-schedule {
    padding-block: 6.4rem;
  }
  .p-event-schedule_inner {
    width: calc(100% - 3.2rem);
  }
  .p-event-schedule_tabs {
    grid-template-columns: repeat(3, 26rem);
  }
  .p-event-schedule_tab {
    min-width: 26rem;
    min-height: 7.2rem;
    border-radius: 1rem 1rem 0 0;
  }
  .p-event-schedule_tab .day {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.3rem;
  }
  .p-event-schedule_panel {
    min-height: 0;
    padding: 2.4rem 1.6rem;
  }
  .p-event-schedule_date {
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-event-schedule_round {
    min-width: 8rem;
    min-height: 4rem;
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
  }
  .p-event-schedule_people {
    grid-template-columns: 1fr;
  }
  .p-event-schedule_photo {
    max-width: 40.8rem;
    width: 100%;
    margin-inline: auto;
  }
  .p-event-schedule_members {
    grid-column: auto;
    padding: 2.4rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(30, 41, 115, 0.35);
  }
  .p-event-schedule_member-list {
    grid-template-columns: 1fr;
  }
}

.p-event-overview {
  --event-overview-slant: clamp(48px, 20.390625vw, 391.5px);
  position: relative;
  z-index: 2;
  margin-top: clamp(-120px, -20.5825242718px + -5.1779935275vw, -40px);
  padding: clamp(220px, 199.6116504854px + 5.4368932039vw, 304px) 0 clamp(180px, 146.0194174757px + 9.0614886731vw, 320px);
  overflow: hidden;
  color: #fff;
}
.p-event-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(-76deg, #1e2973 44.98%, #440099 161.29%);
  opacity: 0.9;
  clip-path: polygon(0 0, 100% var(--event-overview-slant), 100% 100%, 0 100%);
  pointer-events: none;
}
.p-event-overview_inner {
  width: min(153.2rem, 100% - clamp(32px, -54.4077669903px + 23.0420711974vw, 388px));
  margin-inline: auto;
}
.p-event-overview_title {
  margin: 0;
}
.p-event-overview_title .en {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(48px, 36.3495145631px + 3.1067961165vw, 96px);
  font-weight: 700;
  line-height: 1.22;
}
.p-event-overview_title .ja {
  display: block;
  margin-top: 1rem;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-event-overview_body {
  display: grid;
  grid-template-columns: minmax(0, 74rem) minmax(0, 71.2rem);
  gap: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-event-overview_table {
  margin: 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.p-event-overview_row {
  display: grid;
  grid-template-columns: 14.8rem minmax(0, 1fr);
  min-height: 8.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-event-overview_row:last-child {
  border-bottom: 0;
}
.p-event-overview_row.-dates {
  min-height: 17.6rem;
}
.p-event-overview_row dt,
.p-event-overview_row dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1.6rem 2.6rem;
  box-sizing: border-box;
}
.p-event-overview_row dt {
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}
.p-event-overview_row dd {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.6;
}
.p-event-overview_row dd span {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.p-event-overview_row dd b {
  min-width: 8rem;
  padding: 0.4rem 1.4rem;
  border-radius: 4rem;
  background: var(--event-navy);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.p-event-overview_row dd.-large {
  font-size: clamp(22px, 19.572815534px + 0.6472491909vw, 32px);
}
.p-event-overview_note, .p-event-overview_map-wrap p {
  margin: 2.4rem 0 0;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382vw, 14px);
  line-height: 1.8;
}
.p-event-overview_map {
  display: block;
  width: 100%;
  aspect-ratio: 712/438;
  border: 0;
  border-radius: 1rem;
  background: #d9d9d9;
}
.p-event-overview_map-wrap p {
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
}
.p-event-overview_marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  font-family: var(--font-en);
  font-size: clamp(72px, 50.640776699px + 5.6957928803vw, 160px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(177, 179, 179, 0.2);
}
.p-event-overview_marquee-track {
  display: flex;
  width: max-content;
  animation: p-event-overview-marquee 24s linear infinite;
}
.p-event-overview_marquee-track span {
  flex-shrink: 0;
  padding-right: 0.25em;
}
@media screen and (max-width: 991px) {
  .p-event-overview_inner {
    width: calc(100% - 4.8rem);
  }
  .p-event-overview_body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-event-overview {
    margin-top: -3.2rem;
    padding: 16rem 0 12rem;
  }
  .p-event-overview_inner {
    width: calc(100% - 3.2rem);
  }
  .p-event-overview_row {
    grid-template-columns: 8rem minmax(0, 1fr);
  }
  .p-event-overview_row dt,
  .p-event-overview_row dd {
    padding: 1.2rem;
  }
  .p-event-overview_row dt {
    font-size: 1.4rem;
  }
  .p-event-overview_row dd span {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }
}

.p-event-how {
  position: relative;
  z-index: 3;
  padding: clamp(100px, 75.7281553398px + 6.4724919094vw, 200px) 0 clamp(100px, 80.5825242718px + 5.1779935275vw, 180px);
  background: #fff;
}
.p-event-how_head, .p-event-how_body {
  width: min(153.2rem, 100% - clamp(32px, -54.4077669903px + 23.0420711974vw, 388px));
  margin-inline: auto;
}
.p-event-how_title {
  margin: 0;
  color: var(--event-navy);
}
.p-event-how_title .en {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(48px, 36.3495145631px + 3.1067961165vw, 96px);
  font-weight: 700;
  line-height: 1.22;
}
.p-event-how_title .ja {
  display: block;
  margin-top: 1rem;
  font-size: clamp(16px, 13.572815534px + 0.6472491909vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-event-how_body {
  display: grid;
  grid-template-columns: minmax(0, 78rem) minmax(0, 67.2rem);
  gap: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  align-items: start;
  margin-top: clamp(64px, 53.3203883495px + 2.8478964401vw, 108px);
}
.p-event-how_info {
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
}
.p-event-how_card {
  position: relative;
  min-height: 31.1rem;
  padding: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  border-radius: 1.6rem;
  background: #e8eaf1;
  box-sizing: border-box;
}
.p-event-how_card:nth-child(2) {
  min-height: 51.4rem;
}
.p-event-how_card:nth-child(3) {
  min-height: 55.5rem;
}
.p-event-how_card-title {
  position: absolute;
  top: -2.1rem;
  left: 3.9rem;
  min-width: 14.1rem;
  margin: 0;
  padding: 0.6rem 2.3rem 0.7rem;
  border-radius: 2.4rem;
  background: var(--event-gradient);
  box-sizing: border-box;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
.p-event-how_list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.p-event-how_list li {
  position: relative;
  padding-left: 3.1rem;
}
.p-event-how_list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  background: var(--event-gradient);
}
@media screen and (max-width: 767px) {
  .p-event-how_list li::before {
    top: 0.5rem;
  }
}
.p-event-how_text {
  margin: 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-event-how_details {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 3.2rem 0 0;
}
.p-event-how_details div {
  margin: 0;
}
.p-event-how_details dt {
  position: relative;
  padding-left: 3.1rem;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--event-navy);
}
.p-event-how_details dt::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  background: var(--event-gradient);
}
@media screen and (max-width: 767px) {
  .p-event-how_details dt::before {
    top: 0.5rem;
  }
}
.p-event-how_details dd {
  margin: 1.2rem 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-event-how_details dd a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration: underline;
}
.p-event-how_details dd a:hover {
  text-decoration: none;
}
.p-event-how_flow-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 19.8252427184px + 11.7799352751vw, 246px);
  padding-top: clamp(24px, 6.7669902913px + 4.5954692557vw, 95px);
}
.p-event-how_flow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-event-how_step {
  position: relative;
  display: grid;
  grid-template-columns: 12.8rem minmax(0, 1fr);
  padding: 1.4rem 0 3.2rem;
  border-bottom: 1px solid rgba(30, 41, 115, 0.6);
  box-sizing: border-box;
}
.p-event-how_step:nth-child(n+2) {
  padding-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
}
.p-event-how_step::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 2.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 1px solid rgba(30, 41, 115, 0.6);
  border-bottom: 1px solid rgba(30, 41, 115, 0.6);
  background: #fff;
  transform: rotate(45deg);
}
.p-event-how_step:last-child::after {
  display: none;
}
.p-event-how_step-num {
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1.22;
  color: var(--event-navy);
}
.p-event-how_step-body {
  position: relative;
  padding-left: 3.4rem;
}
.p-event-how_step-body::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1px;
  height: 6.6rem;
  background: rgba(30, 41, 115, 0.6);
}
.p-event-how_step-body h3 {
  margin: 0;
  font-size: clamp(22px, 17.6310679612px + 1.1650485437vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--event-navy);
}
.p-event-how_step-body p {
  margin: 0.8rem 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-event-how_mini-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19rem;
  min-height: 6.5rem;
  margin-top: 2.4rem;
  padding: 1.6rem 2.4rem;
  border: 1px solid var(--event-navy);
  border-radius: 6rem;
  box-sizing: border-box;
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: var(--event-navy);
  text-decoration: none;
}
.p-event-how_mini-entry i {
  position: relative;
  top: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.p-event-how_mini-entry:hover {
  background: var(--event-gradient);
  color: #fff;
}
.p-event-how_mini-entry:hover i {
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-event-how_head, .p-event-how_body {
    width: calc(100% - 4.8rem);
  }
  .p-event-how_body {
    grid-template-columns: 1fr;
  }
  .p-event-how_flow-wrap {
    gap: 6.4rem;
    padding-top: 0;
  }
  .p-event-how .p-event-entry_card {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .p-event-how_head, .p-event-how_body {
    width: calc(100% - 3.2rem);
  }
  .p-event-how_info {
    gap: 4.8rem;
  }
  .p-event-how_card {
    min-height: 0 !important;
    padding: 4.8rem 2.4rem 3.2rem;
  }
  .p-event-how_card-title {
    left: 2.4rem;
  }
  .p-event-how_list {
    gap: 2rem;
  }
  .p-event-how_step {
    grid-template-columns: 9rem minmax(0, 1fr);
  }
  .p-event-how_step-body {
    padding-left: 2rem;
  }
}

.p-event-entry {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px) 2.4rem;
  background: #fff;
}
.p-event-entry_card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(67.2rem, 100%);
  min-height: clamp(240px, 216.213592233px + 6.3430420712vw, 338px);
  padding: clamp(40px, 27.6213592233px + 3.3009708738vw, 91px);
  overflow: hidden;
  border: 1px solid var(--event-navy);
  border-radius: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  background: #fff;
  box-sizing: border-box;
  color: var(--event-navy);
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-event-entry_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(124.93deg, #1e2973 44.4%, #5029a5 89.013%, #a42af9 127.02%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-event-entry_card:is(:hover, :focus-visible) {
  color: #fff;
}
.p-event-entry_card:is(:hover, :focus-visible)::before {
  opacity: 1;
}
.p-event-entry_text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-event-entry_text .en {
  font-family: var(--font-en);
  font-size: clamp(40px, 33.932038835px + 1.6181229773vw, 65px);
  font-weight: 700;
  line-height: 1;
}
.p-event-entry_text .ja {
  margin-top: 1.2rem;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-event-entry {
    padding-inline: 1.6rem;
  }
  .p-event-entry_card {
    min-height: 22rem;
    padding: 3.2rem 2.4rem;
  }
  .p-event-entry_text .en {
    font-size: 4rem;
  }
  .p-event-entry_text .ja {
    font-size: 1.6rem;
    white-space: normal;
  }
}

@keyframes p-event-overview-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-news {
  padding-block: 0 clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
  padding-inline: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
}
.p-news_head {
  width: 100%;
  padding-top: clamp(120px, 104.4660194175px + 4.142394822vw, 184px);
  padding-inline: clamp(24px, -17.0194174757px + 10.9385113269vw, 193px);
}
.p-news_breadcrumb {
  position: static;
  left: auto;
  bottom: auto;
  margin-bottom: clamp(24px, 16.2330097087px + 2.071197411vw, 56px);
}
.p-news_breadcrumb .c-breadcrumb_item {
  color: #000;
}
.p-news_breadcrumb .c-breadcrumb_item:not(:last-child)::after {
  border-color: #555;
}
.p-news_breadcrumb .c-breadcrumb_item:last-child {
  color: #b1b3b3;
}
.p-news_title {
  text-align: center;
  margin: 0 auto clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  color: #000;
}
.p-news_title .en {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(56px, 46.2912621359px + 2.5889967638vw, 96px);
  font-weight: 700;
  line-height: 1;
}
.p-news_title .ja {
  display: block;
  margin-top: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.p-news_filter {
  max-width: 963px;
  margin-inline: auto;
  padding: clamp(32px, 26.9029126214px + 1.359223301vw, 53px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(36px, 31.145631068px + 1.2944983819vw, 56px);
  border-radius: 30px;
  background: #f4f4f4;
  box-sizing: border-box;
}
.p-news_filter-title {
  margin-bottom: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  font-size: clamp(18px, 16.786407767px + 0.3236245955vw, 23px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}
.p-news_cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
}
.p-news_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 124.9514563107px + 4.0129449838vw, 202px);
  height: clamp(36px, 34.786407767px + 0.3236245955vw, 41px);
  padding-inline: 2rem;
  border-radius: 30px;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-news_cat:hover, .p-news_cat:focus-visible {
  opacity: 0.85;
}
.p-news_cat.is-current {
  background: linear-gradient(141.47deg, #1e2973 50.6%, #a42af9 127%);
}
.p-news_list {
  max-width: 983px;
  margin: clamp(48px, 44.1165048544px + 1.0355987055vw, 64px) auto 0;
}
.p-news_item {
  padding-block: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  border-top: 1px solid #d8d8d8;
}
.p-news_item:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.p-news_item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  margin-bottom: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
}
.p-news_item-date {
  font-size: clamp(16px, 15.3810679612px + 0.1650485437vw, 18.55px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #747474;
}
.p-news_item-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(120px, 109.8058252427px + 2.7184466019vw, 162px);
  height: clamp(28px, 26.786407767px + 0.3236245955vw, 33px);
  padding-inline: 1.6rem;
  border-radius: 20px;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-news_item-title {
  font-size: clamp(18px, 16.786407767px + 0.3236245955vw, 23px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #000;
}
.p-news_item-link {
  margin-top: 0.4rem;
  font-size: clamp(18px, 16.786407767px + 0.3236245955vw, 23px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.p-news_item-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #000;
  transition: opacity 0.2s ease;
}
.p-news_item-link a:hover {
  opacity: 0.7;
}
.p-news_item-link-icon {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.p-news_item-link-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-news_pager {
  margin-top: clamp(48px, 44.1165048544px + 1.0355987055vw, 64px);
}
.p-news_pager-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
}
.p-news_pager-list a, .p-news_pager-list span {
  font-size: clamp(18px, 16.786407767px + 0.3236245955vw, 23px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #000;
}
.p-news_pager-list a {
  transition: opacity 0.2s ease;
}
.p-news_pager-list a:hover {
  opacity: 0.7;
}
.p-news_pager-list a.is-current {
  font-weight: 700;
  pointer-events: none;
}
.p-news_pager-next {
  font-family: var(--font-en);
}
@media screen and (max-width: 991px) {
  .p-news_head {
    padding-top: 12rem;
    padding-inline: 2.4rem;
  }
  .p-news_breadcrumb {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 0 6.4rem;
    padding-inline: 1.6rem;
  }
  .p-news_head {
    padding-top: 8rem;
    padding-inline: 0;
  }
  .p-news_breadcrumb {
    margin-bottom: 2.4rem;
  }
  .p-news_filter {
    border-radius: 20px;
    padding: 2.4rem 1.6rem;
  }
  .p-news_cats {
    gap: 1rem;
  }
  .p-news_cat {
    min-width: calc(50% - 0.5rem);
    flex: 1 1 calc(50% - 0.5rem);
    padding-inline: 1rem;
    font-size: 1.4rem;
  }
  .p-news_item-meta {
    gap: 1rem;
  }
}

.p-newssingle_title {
  font-size: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  font-weight: 700;
  margin-top: clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-main);
}
.p-newssingle_body {
  padding-block: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-newssingle_body .wp-block-heading {
  font-size: clamp(20px, 18.0582524272px + 0.5177993528vw, 28px);
  font-weight: 700;
  margin-top: 8rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.5rem;
  color: var(--color-main);
}
.p-newssingle_body > .wp-block-heading {
  margin-top: 0;
}

.p-newssingle_body p,
.p-newssingle_body ul,
.p-newssingle_body ol,
.p-newssingle_body figure,
.p-newssingle_body blockquote,
.p-newssingle_body .wp-block-table {
  margin-top: 1.5em;
}

.p-newssingle_body h2 {
  margin-top: 3em;
}

.p-newssingle_body h3 {
  margin-top: 2.5em;
}

.p-newssingle_body h4 {
  margin-top: 2em;
}

.p-newssingle_body .wp-block-list {
  padding-left: 1.5em;
}

.p-newssingle_body .wp-block-list li + li {
  margin-top: 0.5em;
}

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

.p-newssingle_body ul {
  list-style: disc;
}

.p-newssingle_body ol {
  list-style: decimal;
}

.p-pmvv {
  position: relative;
  overflow: hidden;
  padding-block: clamp(48px, 40.2330097087px + 2.071197411vw, 80px) 0;
}
.p-pmvv_bg {
  position: absolute;
  top: clamp(120px, 100.5825242718px + 5.1779935275vw, 200px);
  left: 50%;
  width: 148.28125vw;
  height: 102.4479166667vw;
  transform: translateX(calc(-50% - 2.1614583333vw));
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-pmvv_bg {
    top: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
    left: -4.1666666667vw;
    width: 114.5833333333vw;
    height: 79.1666666667vw;
    transform: none;
  }
}
.p-pmvv_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.p-pmvv_inner {
  position: relative;
  z-index: 1;
  width: min(1530px, 100% - clamp(32px, -55.3786407767px + 23.3009708738vw, 392px));
  margin-inline: auto;
}
.p-pmvv_intro {
  max-width: 110rem;
  margin: 0 auto clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #000;
}
.p-pmvv_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19.1rem;
  height: 5.1rem;
  padding-inline: 2rem;
  border: 4px solid var(--color-main);
  border-radius: 4rem;
  box-sizing: border-box;
  font-family: var(--font-en);
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-main);
  white-space: nowrap;
}
.p-pmvv_heading {
  margin-top: 2rem;
  font-size: clamp(28px, 20px + 1.0416666667vw, 40px);
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.p-pmvv_note {
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}
.p-pmvv_block {
  display: grid;
  align-items: center;
  gap: clamp(32px, 20.3495145631px + 3.1067961165vw, 80px);
  margin-top: clamp(64px, 50.4077669903px + 3.6245954693vw, 120px);
}
.p-pmvv_block.-purpose {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
}
.p-pmvv_block.-mv {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
}
.p-pmvv_block-body {
  min-width: 0;
}
.p-pmvv_block-fig {
  margin: 0;
  border-radius: 3rem;
  overflow: hidden;
  background: #717171;
  aspect-ratio: 1002/694;
}
.-mv .p-pmvv_block-fig {
  aspect-ratio: 647/666;
}
.p-pmvv_block-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.p-pmvv_items {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.p-pmvv_item {
  min-width: 0;
}
.p-pmvv_value {
  margin-top: clamp(80px, 60.5825242718px + 5.1779935275vw, 160px);
  text-align: center;
}
.p-pmvv_value-lead {
  margin-top: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  font-size: clamp(18px, 13.8737864078px + 1.1003236246vw, 35px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.p-pmvv_value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  margin-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  list-style: none;
  padding: 0;
  text-align: left;
}
.p-pmvv_value-card {
  position: relative;
  min-height: clamp(280px, 261.3106796117px + 4.9838187702vw, 357px);
  padding: 0 clamp(20px, 17.0873786408px + 0.7766990291vw, 32px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  border-radius: 3rem;
  background: rgba(30, 41, 115, 0.05);
  box-sizing: border-box;
  overflow: hidden;
}
.p-pmvv_value-num {
  position: absolute;
  top: -5px;
  left: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-family: var(--font-en);
  font-size: clamp(64px, 50.8932038835px + 3.4951456311vw, 118px);
  font-weight: 700;
  line-height: 0.85;
  color: var(--color-main);
  opacity: 0.2;
  pointer-events: none;
}
.p-pmvv_value-title {
  position: relative;
  z-index: 1;
  max-width: calc(100% - clamp(120px, 95.7281553398px + 6.4724919094vw, 220px));
  margin-top: clamp(72px, 58.4077669903px + 3.6245954693vw, 128px);
  font-size: clamp(18px, 16.0582524272px + 0.5177993528vw, 26px);
  font-weight: 700;
  line-height: 1.42;
  color: var(--color-main);
}
.p-pmvv_value-text {
  position: relative;
  z-index: 1;
  max-width: calc(100% - clamp(120px, 95.7281553398px + 6.4724919094vw, 220px));
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
  line-height: 2.19;
  color: #000;
}
.p-pmvv_value-icon {
  position: absolute;
  right: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  top: 50%;
  width: clamp(120px, 101.7961165049px + 4.854368932vw, 195px);
  height: clamp(120px, 101.7961165049px + 4.854368932vw, 195px);
  pointer-events: none;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-pmvv_value-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(110, 56, 213, 0.1);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .p-pmvv_inner {
    width: min(1530px, 100% - 4.8rem);
  }
  .p-pmvv_block {
    grid-template-columns: 1fr;
  }
  .p-pmvv_block.-purpose, .p-pmvv_block.-mv {
    grid-template-columns: 1fr;
  }
  .p-pmvv_block.-purpose .p-pmvv_block-fig {
    order: -1;
  }
  .p-pmvv_block-fig {
    aspect-ratio: 16/10;
  }
  .-mv .p-pmvv_block-fig {
    aspect-ratio: 16/10;
  }
  .p-pmvv_value-list {
    grid-template-columns: 1fr;
  }
  .p-pmvv_value-title, .p-pmvv_value-text {
    max-width: calc(100% - clamp(140px, 130.2912621359px + 2.5889967638vw, 180px));
  }
}
@media screen and (max-width: 767px) {
  .p-pmvv {
    padding-block: 4rem 0;
  }
  .p-pmvv_inner {
    width: calc(100% - 3.2rem);
  }
  .p-pmvv_intro {
    text-align: left;
    font-size: 1.5rem;
  }
  .p-pmvv_label {
    min-width: 0;
    height: 4.4rem;
    padding-inline: 1.6rem;
    border-width: 3px;
    font-size: 1.4rem;
  }
  .p-pmvv_heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-pmvv_value-lead {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-pmvv_value-card {
    min-height: 0;
    padding: 0 1.6rem 2.4rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
  }
  .p-pmvv_value-icon {
    margin-top: clamp(60px, 2.6020408163px + 15.306122449vw, 120px);
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    top: inherit;
    right: inherit;
    transform: translateY(0);
    order: 1;
    margin-inline: auto;
  }
  .p-pmvv_value-title {
    order: 2;
    margin-top: 2rem;
    max-width: 100%;
  }
  .p-pmvv_value-text {
    max-width: 100%;
    order: 3;
  }
}
.p-pmvv_healthier {
  --home-slant: clamp(80px, 20.390625vw, 391.5px);
  position: relative;
  margin-top: clamp(48px, 30.5242718447px + 4.6601941748vw, 120px);
  padding-block: calc(var(--home-slant) + clamp(48px, 40.2330097087px + 2.071197411vw, 80px)) clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
  color: #fff;
  overflow: hidden;
}
.p-pmvv_healthier-bg {
  position: absolute;
  inset: 0;
  background: var(--color-main);
  clip-path: polygon(0 0, 100% var(--home-slant), 100% 100%, 0 100%);
  pointer-events: none;
}
.p-pmvv_healthier-inner {
  position: relative;
  z-index: 1;
  width: min(1530px, 100% - clamp(32px, 20.3495145631px + 3.1067961165vw, 80px));
  margin-inline: auto;
  text-align: center;
}
.p-pmvv_healthier-head {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  text-align: center;
}
.p-pmvv_healthier-head > * {
  grid-area: stack;
}
.p-pmvv_healthier-head-body {
  position: relative;
  z-index: 1;
  width: min(100%, 80rem);
}
.p-pmvv_healthier-en {
  font-family: var(--font-en);
  font-size: clamp(48px, 23.7281553398px + 6.4724919094vw, 148px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: clamp(2px, 1.0291262136px + 0.2588996764vw, 6px);
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
  pointer-events: none;
}
.p-pmvv_healthier-title {
  margin: 0;
  font-size: clamp(28px, 22.6601941748px + 1.4239482201vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-pmvv_healthier-lead {
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 800;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-pmvv_healthier-visual {
  margin: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) auto 0;
  max-width: 99.9rem;
}
.p-pmvv_healthier-visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-pmvv_healthier {
    --home-slant: clamp(40px, 12vw, 120px);
    margin-top: 4rem;
    padding-block: calc(var(--home-slant) + 4rem) 4rem;
  }
  .p-pmvv_healthier-inner {
    width: calc(100% - 3.2rem);
  }
  .p-pmvv_healthier-en {
    font-size: 4.8rem;
    letter-spacing: 0.2rem;
  }
  .p-pmvv_healthier-title {
    font-size: 2.8rem;
  }
  .p-pmvv_healthier-lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-pmvv_healthier-visual {
    margin-top: 3.2rem;
  }
}

.p-career {
  --career-gradient: linear-gradient(112.6deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  --career-pill-gradient: linear-gradient(155.32deg, #1e2973 44.4%, #5029a5 89.01%, #a42af9 127.02%);
  --career-flow-phase-overlap: 2.3rem;
  padding-block: clamp(60px, 43.0097087379px + 4.5307443366vw, 130px);
}
.p-career_inner {
  width: min(1532px, 100% - clamp(32px, -7.3203883495px + 10.4854368932vw, 194px));
  margin-inline: auto;
}
.p-career_head {
  text-align: center;
}
.p-career_title {
  margin: 0;
  font-size: clamp(28px, 23.145631068px + 1.2944983819vw, 48px);
  font-weight: 700;
  line-height: 1.85;
  color: #000;
}
.p-career_title::after {
  content: "";
  display: block;
  width: clamp(100px, 88.1067961165px + 3.1715210356vw, 149px);
  height: 0.6rem;
  margin: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px) auto 0;
  background: linear-gradient(90deg, #1e2973 26.5%, #5029a5 66.2%, #a42af9 100%);
}
.p-career_flow-panel {
  position: relative;
  margin-top: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  padding: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px) clamp(16px, 12.1165048544px + 1.0355987055vw, 32px) clamp(40px, 36.1165048544px + 1.0355987055vw, 56px);
  border-radius: 3rem;
  overflow: hidden;
}
.p-career_flow-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--career-gradient);
  opacity: 0.03;
  pointer-events: none;
}
.p-career_flow-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: start;
}
@media screen and (min-width: 992px) {
  .p-career_flow-list {
    align-items: end;
  }
}
.p-career_flow-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .p-career_flow-item {
    height: 100%;
  }
  .p-career_flow-item.-step1 {
    padding-top: clamp(164px, 128.8058252427px + 9.3851132686vw, 309px);
  }
  .p-career_flow-item.-step2 {
    padding-top: clamp(48px, 9.8932038835px + 10.1618122977vw, 205px);
  }
  .p-career_flow-item.-step3 {
    padding-top: clamp(24px, 4.5825242718px + 5.1779935275vw, 104px);
  }
  .p-career_flow-item.-step4 {
    padding-top: 0;
  }
}
.p-career_flow-phase {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: min(100%, 28.5rem);
  min-height: 4.6rem;
  margin-bottom: calc(-1 * var(--career-flow-phase-overlap));
  padding: 0.8rem 2rem;
  border-radius: 15rem;
  background: var(--career-pill-gradient);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.p-career_flow-column {
  display: flex;
  flex-direction: column;
  padding: calc(clamp(20px, 18.0582524272px + 0.5177993528vw, 28px) + var(--career-flow-phase-overlap)) clamp(12px, 10.0582524272px + 0.5177993528vw, 20px) clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  border-radius: 1rem;
  background: rgba(30, 41, 115, 0.1);
  flex: 1;
}
@media screen and (min-width: 992px) {
  .p-career_flow-column {
    flex: 1;
    min-height: 0;
  }
}
.p-career_flow-block + .p-career_flow-block {
  margin-top: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
}
.p-career_flow-block-title {
  margin: 0;
  font-size: clamp(18px, 17.5145631068px + 0.1294498382vw, 20px);
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
  color: var(--color-main);
}
.p-career_flow-block-title::after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 0.4rem;
  margin: 0.4rem auto 0;
  background: linear-gradient(90deg, #1e2973 26.5%, #5029a5 66.2%, #a42af9 100%);
}
.p-career_flow-block-title.-plain::after {
  display: none;
}
.p-career_flow-block-heading {
  margin: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px) 0 0;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-main);
}
.p-career_flow-block-heading:first-child {
  margin-top: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
}
.p-career_flow-block-text {
  margin: 0;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-career_flow-block-heading + .p-career_flow-block-text {
  margin-top: 0.4rem;
}
.p-career_flow-block-title + .p-career_flow-block-text {
  margin-top: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
}
.p-career_flow-block-note {
  margin: 0.8rem 0 0;
  font-size: clamp(12px, 11.7572815534px + 0.0647249191vw, 13px);
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.p-career_flow-lead {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) 0 0;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  color: var(--color-main);
}
.p-career_flow-photo {
  position: relative;
  width: clamp(160px, 136.213592233px + 6.3430420712vw, 258px);
  height: clamp(160px, 136.213592233px + 6.3430420712vw, 258px);
  margin: auto auto 0;
  padding-top: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  aspect-ratio: 1;
}
.p-career_flow-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: clamp(32px, 29.8155339806px + 0.5825242718vw, 41px);
}
@media screen and (max-width: 991px) {
  .p-career_flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 4rem 2rem;
  }
  .p-career_flow-item.-step1, .p-career_flow-item.-step2, .p-career_flow-item.-step3, .p-career_flow-item.-step4 {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-career {
    --career-flow-phase-overlap: 2rem;
    padding-block: 4rem;
  }
  .p-career_inner {
    width: calc(100% - 3.2rem);
  }
  .p-career_title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .p-career_title::after {
    width: 10rem;
    height: 0.4rem;
    margin-top: 1.2rem;
  }
  .p-career_flow-panel {
    margin-top: 2.4rem;
    padding: 2.4rem 1.6rem;
    border-radius: 2rem;
  }
  .p-career_flow-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    align-items: stretch;
  }
  .p-career_flow-phase {
    min-height: 4rem;
    font-size: 1.6rem;
  }
  .p-career_flow-column {
    padding: calc(2rem + var(--career-flow-phase-overlap)) 1.6rem 2rem;
  }
  .p-career_flow-photo {
    width: 20rem;
    height: 20rem;
    margin-top: 2rem;
  }
}
.p-career_system {
  --career-system-slant: clamp(80px, 20.390625vw, 391.5px);
  position: relative;
  margin-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  padding-top: calc(var(--career-system-slant) + clamp(32px, 28.1165048544px + 1.0355987055vw, 48px));
  padding-bottom: clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
  overflow: hidden;
}
.p-career_system::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #440099 19.71%, #00aec7 73.08%, #05eac4 100%);
  opacity: 0.1;
  clip-path: polygon(0 var(--career-system-slant), 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.p-career_system .p-career_inner {
  position: relative;
  z-index: 1;
}
.p-career_system-list {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  margin: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
.p-career_system-item {
  min-width: 0;
}
.p-career_system-card {
  display: flex;
  align-items: center;
  gap: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  width: min(134.6rem, 100%);
  margin-inline: auto;
  padding: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px) clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  border-radius: 3rem;
  background: #fdfdfd;
  box-shadow: 0 0 4rem rgba(110, 56, 213, 0.2);
  box-sizing: border-box;
}
.p-career_system-fig {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(220px, 165.6310679612px + 14.498381877vw, 444px);
  margin: 0;
}
.p-career_system-fig img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-career_system-body {
  flex: 1 1 auto;
  min-width: 0;
}
.p-career_system-name {
  margin: 0;
  font-size: clamp(22px, 19.572815534px + 0.6472491909vw, 32px);
  font-weight: 700;
  line-height: 1.85;
  color: var(--color-main);
}
.p-career_system-text {
  margin: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.85;
  color: #000;
}
.p-career_system-example {
  position: relative;
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
  padding: clamp(32px, 30.0582524272px + 0.5177993528vw, 40px) clamp(20px, 19.0291262136px + 0.2588996764vw, 24px) clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
  border-radius: 1rem;
  background: rgba(110, 56, 213, 0.05);
}
.p-career_system-example-label {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.9rem;
  margin: 0;
  padding: 0.8rem clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  border-radius: 15rem;
  background: var(--career-pill-gradient);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.p-career_system-example-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-career_system-example-list li {
  position: relative;
  padding-left: 1em;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 400;
  color: #000;
}
.p-career_system-example-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #440099;
}
.p-career_system-example-list li + li {
  margin-top: 0.5rem;
}
.p-career_system-example-note {
  display: block;
  font-size: clamp(13px, 12.5145631068px + 0.1294498382vw, 15px);
  color: #000;
}
.p-career_case {
  margin-top: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
}
.p-career_case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 17.6893203883px + 1.6828478964vw, 50px);
  width: min(134.6rem, 100%);
  margin: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px) auto 0;
  padding: 0;
  list-style: none;
}
.p-career_case-item {
  display: flex;
  min-width: 0;
}
.p-career_case-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) clamp(20px, 11.2621359223px + 2.3300970874vw, 56px) clamp(32px, 30.0582524272px + 0.5177993528vw, 40px);
  border-radius: 3rem;
  background: #fdfdfd;
  box-shadow: 0 0 4rem rgba(110, 56, 213, 0.2);
  box-sizing: border-box;
}
.p-career_case-fig {
  position: relative;
  margin: 0;
  aspect-ratio: 536/333;
  border-radius: 2rem;
  overflow: hidden;
}
.p-career_case-fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.p-career_case-fig::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(30, 41, 115, 0.2) 100%);
  pointer-events: none;
}
.p-career_case-fig.-placeholder {
  background: #c4c4c4;
}
.p-career_case-profile {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  bottom: clamp(12px, 10.0582524272px + 0.5177993528vw, 20px);
  color: #fff;
}
.p-career_case-name {
  margin: 0;
  font-size: clamp(24px, 21.0873786408px + 0.7766990291vw, 36px);
  font-weight: 700;
  line-height: 1.03;
}
.p-career_case-year {
  margin: 0.4rem 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.85;
}
.p-career_case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
.p-career_case-path {
  margin: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px) 0 0;
  padding: 0;
  list-style: none;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-main);
}
.p-career_case-text {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
.p-career_case-btn {
  margin: auto auto 0;
  padding-top: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
}
.p-career_case-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  min-width: clamp(200px, 188.3495145631px + 3.1067961165vw, 248px);
  min-height: 6.5rem;
  padding: 0 clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
  border: 1px solid var(--color-main);
  border-radius: 6rem;
  background: var(--career-pill-gradient);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  isolation: isolate;
  transition: border-color 0.3s;
}
.p-career_case-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--color-main);
  transition: opacity 0.3s;
  z-index: -1;
}
.p-career_case-btn a:hover {
  border-color: transparent;
}
.p-career_case-btn a:hover::before {
  opacity: 0;
}
.p-career_case-btn a::after {
  content: "";
  flex: 0 0 auto;
  width: 2.2rem;
  height: 0.4rem;
  background: url("../img/career/case-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .p-career_system-card {
    flex-direction: column;
    align-items: center;
    padding: clamp(32px, 30.0582524272px + 0.5177993528vw, 40px) clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  }
  .p-career_system-example-label {
    white-space: normal;
    max-width: calc(100% - 3.2rem);
  }
  .p-career_case-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-career_system {
    margin-top: 4rem;
    padding-top: calc(var(--career-system-slant) + 2.4rem);
    padding-bottom: 4rem;
  }
  .p-career_system-list {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
  .p-career_system-card {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem;
  }
  .p-career_system-fig {
    width: min(100%, 28rem);
  }
  .p-career_system-fig.-recruit {
    width: 20rem;
  }
  .p-career_system-name {
    font-size: 2.2rem;
  }
  .p-career_system-text {
    font-size: 1.4rem;
  }
  .p-career_system-example {
    padding: 3.2rem 1.6rem 1.6rem;
  }
  .p-career_system-example-label {
    font-size: 1.3rem;
    min-height: auto;
    padding: 0.8rem 1.6rem;
    width: 100%;
  }
  .p-career_system-example-list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-career_case-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .p-career_case-card {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem;
  }
  .p-career_case-name {
    font-size: 2.4rem;
  }
  .p-career_case-year {
    font-size: 1.4rem;
  }
  .p-career_case-path {
    font-size: 1.6rem;
  }
  .p-career_case-text {
    font-size: 1.4rem;
  }
  .p-career_case-btn a {
    min-height: 5.6rem;
    font-size: 1.4rem;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(10% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */