@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: "Zen Kaku Gothic New", sans-serif;
  --font-en: 'Zen Old Mincho', serif;
  --font-min: 'Zen Old Mincho', serif;
  --color-main: #232AF4;
  --color-text: #393939;
  --color-bg: #fff;
  --bodybg: #fff;
  --vh: 100svh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}
/**
*width: vw(360); // 1920基準
width: vw(360, 1440);
**/
html {
  height: 100%;
  scrollbar-gutter: stable;
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

html,
body {
  overflow-x: clip;
}

html.is-scroll-locked,
html.is-scroll-locked body {
  overflow: hidden;
  touch-action: none;
}

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

._lgf {
  display: flex;
}

@media screen and (max-width: 991px) {
  ._lg {
    display: none;
  }
  ._lgf {
    display: none;
  }
}
@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;
  }
}
.c-sectiontitle {
  font-size: clamp(12px, 10.5436893204px + 0.3883495146vw, 18px);
  font-weight: 700;
  font-family: var(--font-en);
}

.view.anim {
  transform: translateY(3rem);
  opacity: 0;
  transition: all 1.5s ease;
}

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

.view.fade {
  opacity: 0;
  transition: opacity 1.8s ease-in;
}

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

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

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

body.is-scroll-locked .view.anim,
body.is-scroll-locked .view.anim-right {
  transition: none;
}

body.is-scroll-locked .work-panels.view.anim,
body.is-work-popup-closing .work-panels.view.anim {
  transition: none;
  transform: translate3d(0, 0, 0);
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

.marquee span {
  white-space: nowrap;
  display: inline-block;
  padding-right: 50px;
  /* 余白 */
}

/* アニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(15px, 6.5048543689px + 2.2653721683vw, 50px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--color-main);
  gap: 30px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header_title {
  display: flex;
  align-items: center;
  gap: clamp(10px, 6.6019417476px + 0.9061488673vw, 24px);
}
.l-header_title .logo {
  width: clamp(176px, 150.7572815534px + 6.7313915858vw, 280px);
}
.l-header_title .title {
  font-size: clamp(10px, 8.5436893204px + 0.3883495146vw, 16px);
  font-weight: 700;
  color: #fff;
  font-family: var(--font-en);
  padding-top: 0.5em;
}
.l-header_hambtn {
  display: none;
  place-items: center;
  width: clamp(45px, 41.359223301px + 0.9708737864vw, 60px);
  height: clamp(45px, 41.359223301px + 0.9708737864vw, 60px);
  cursor: pointer;
  background: #393939;
  border-radius: 2px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .l-header_hambtn {
    display: grid;
  }
}
.l-header_hambtn span {
  display: inline-block;
  transition: all 0.4s;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
}
.l-header_hambtn span:nth-child(1) {
  translate: 0 -0.4rem;
}
.l-header_hambtn span:nth-child(2) {
  translate: 0 0.4rem;
}
.js-navopen .l-header_hambtn {
  background: var(--color-main);
}
.js-navopen .l-header_hambtn span:nth-of-type(1) {
  rotate: 30deg;
  translate: 0;
}
.js-navopen .l-header_hambtn span:nth-of-type(2) {
  rotate: -30deg;
  translate: 0;
}

.js-navopen .l-header {
  background: #393939;
}
.js-navopen .l-globalnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .js-navopen .l-globalnav .globalnav-btn .btn-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-globalnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(30px, -3.3333333333px + 2.7777777778vw, 50px);
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1199px) {
  .l-globalnav {
    padding-block: 68px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100svh - 100px);
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .l-globalnav {
    top: 70px;
    max-height: calc(100svh - 70px);
  }
}
.l-globalnav .globalnav-list {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 0 clamp(20px, -13.3333333333px + 2.7777777778vw, 40px);
  flex-wrap: wrap;
  width: auto;
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-list {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.l-globalnav .globalnav-list li {
  flex: 0 0 auto;
}
.l-globalnav .globalnav-list li a {
  font-size: clamp(16px, 12.6666666667px + 0.2777777778vw, 18px);
  font-weight: 500;
  font-family: var(--font-min);
  color: #fff;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.l-globalnav .globalnav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-list li a::after {
    bottom: 0.7em;
  }
}
.l-globalnav .globalnav-list li a:hover {
  transform: translateY(0.2em);
}
.l-globalnav .globalnav-list li a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-list li a {
    font-size: clamp(20px, 18.1796116505px + 0.4854368932vw, 24px);
    padding-block: 1.5rem;
  }
}
.l-globalnav .globalnav-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn {
    margin-top: 5rem;
  }
}
.l-globalnav .globalnav-btn .btn-item {
  background: #393939;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn .btn-item {
    display: none;
  }
}
.l-globalnav .globalnav-btn .btn-item:hover {
  border-radius: 4px 4px 0 0;
}
.l-globalnav .globalnav-btn .btn-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn .btn-list {
    position: relative;
    top: initial;
    left: initial;
    gap: 16px;
  }
}
.l-globalnav .globalnav-btn .btn-list.js-btnopen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn .btn-list li {
    width: 280px;
    height: 70px;
    border-radius: 4px;
  }
}
.l-globalnav .globalnav-btn .btn-list li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #393939;
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn .btn-list li a {
    height: 100%;
    font-size: clamp(16px, 14.1796116505px + 0.4854368932vw, 20px);
    border-radius: 4px;
    padding-inline: 15px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .l-globalnav .globalnav-btn .btn-list li a .icn-arrow {
    width: 40px;
    aspect-ratio: 1/1;
    border: 1px solid #393939;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-globalnav .globalnav-btn .btn-list li a .icn-arrow::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(../img/common/arrow.svg) no-repeat center center/contain;
    transform: rotate(-45deg);
  }
}
.l-globalnav .globalnav-btn .btn-list li.btn-list01 {
  background: #DCC997;
}
.l-globalnav .globalnav-btn .btn-list li.btn-list01:hover {
  background: #E6FF00;
}
.l-globalnav .globalnav-btn .btn-list li.btn-list02 {
  background: #A4C0D8;
}
.l-globalnav .globalnav-btn .btn-list li.btn-list02:hover {
  background: #E6FF00;
}

body.js-navopen .gnav-bg {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.gnav-bg {
  position: fixed;
  inset: 0;
  z-index: 400;
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.l-footer {
  background: var(--color-text);
  padding-top: clamp(50px, 49.5145631068px + 0.1294498382vw, 52px);
  padding-bottom: clamp(20px, 12.2330097087px + 2.071197411vw, 52px);
}
.l-footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer_logo {
  display: flex;
  align-items: center;
  gap: clamp(10px, 6.6019417476px + 0.9061488673vw, 24px);
}
.l-footer_logo .logo {
  width: clamp(180px, 123.2038834951px + 15.145631068vw, 414px);
}
.l-footer_logo .title {
  font-size: clamp(10px, 8.0582524272px + 0.5177993528vw, 18px);
  font-weight: 700;
  color: #fff;
  font-family: var(--font-en);
  padding-top: 0.5em;
}
.l-footer_com {
  font-size: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px);
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer_com {
    width: 100%;
    margin-top: 4rem;
  }
}
.l-footer_com .com-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.l-footer_com .com-link .icn-ex {
  display: inline-block;
  width: 11px;
  aspect-ratio: 1/1;
  background: url(../img/common/icn-ex.svg) no-repeat center center/contain;
  vertical-align: middle;
}
.l-footer_com .copyright {
  line-height: 1;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}

.l-main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/int/bg-int.webp) no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-main::before {
    background-image: url(../img/int/bg-int_sp.webp);
  }
}

.l-container {
  max-width: 1510px;
  padding-inline: clamp(15px, 3vw, 40px);
  margin-inline: auto;
}

.c-pagehead {
  padding-inline: clamp(20px, -16.4077669903px + 9.7087378641vw, 170px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(85px, -20.5825242718px + 28.1553398058vw, 520px);
}
@media screen and (max-width: 767px) {
  .c-pagehead {
    align-items: flex-end;
  }
}
.c-pagehead_title {
  display: flex;
  flex-direction: column;
  width: max-content;
  color: var(--color-main);
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-pagehead_title {
    padding-top: 0px;
  }
}
.c-pagehead_title .en {
  font-size: clamp(40px, 20.5825242718px + 5.1779935275vw, 120px);
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.c-pagehead_title .ja {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 700;
  margin-top: clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
}
.c-pagehead_fig {
  width: 100%;
  height: 100%;
  margin-right: clamp(5px, -5.9223300971px + 2.9126213592vw, 50px);
}
.c-pagehead_fig img {
  margin-left: auto;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.dash::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-left: 0.2em;
  margin-right: 0.2em;
  position: relative;
  top: -2px;
}

.p-top {
  position: relative;
  aspect-ratio: 1920/1250;
  overflow: hidden;
  color: #fff;
  background: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-top {
    aspect-ratio: 375/640;
    min-height: auto;
  }
}
.p-top::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  height: clamp(120px, 71.4563106796px + 12.9449838188vw, 320px);
  background: linear-gradient(180deg, rgba(35, 42, 244, 0) 0%, #0109ff 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top::after {
    display: none;
  }
}
.p-top_visual {
  position: absolute;
  inset: 0;
}
.p-top_slides {
  position: absolute;
  top: -11.52%;
  left: 50%;
  width: min(91.6667%, 1760px);
  aspect-ratio: 3520/3936;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-top_marquee {
  display: none;
}
.p-top_marquee_row {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.p-top_marquee_row-top {
  top: 70px;
}
.p-top_marquee_row-bottom {
  bottom: 0;
}
.p-top_marquee_track {
  display: flex;
  width: max-content;
  animation: p-top-marquee 36s linear infinite;
}
.p-top_marquee_track-reverse {
  animation-direction: reverse;
}
.p-top_marquee_group {
  display: flex;
  gap: clamp(6px, 5.5145631068px + 0.1294498382vw, 8px);
  padding-inline: clamp(3px, 2.7572815534px + 0.0647249191vw, 4px);
}
.p-top_marquee_group img {
  flex-shrink: 0;
  width: clamp(127px, 18.9005102041px + 28.8265306122vw, 240px);
  aspect-ratio: 127/136;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-top_slides {
    display: none;
  }
  .p-top_marquee {
    display: block;
    position: absolute;
    inset: 0;
  }
  .p-top_content {
    justify-content: center;
    align-items: flex-start;
    padding: 0 clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  }
  .p-top_copygroup {
    margin-bottom: 0;
    padding-left: clamp(8px, 3.145631068px + 1.2944983819vw, 28px);
    gap: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  }
  .p-top_copy {
    font-size: clamp(40px, 36.6019417476px + 0.9061488673vw, 54px);
  }
}
.p-top_fade {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top_fade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  animation: p-top-crossfade 20s linear infinite;
}
.p-top_fade img:nth-child(1) {
  animation-delay: 0s;
}
.p-top_fade img:nth-child(2) {
  animation-delay: 5s;
}
.p-top_fade img:nth-child(3) {
  animation-delay: 10s;
}
.p-top_fade img:nth-child(4) {
  animation-delay: 15s;
}
.p-top_content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(24px, 10.4077669903px + 3.6245954693vw, 80px) clamp(20px, 5.4368932039px + 3.8834951456vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-top_content {
    position: absolute;
    inset: 0;
    justify-content: center;
    padding: 0 clamp(20px, 0.8673469388px + 5.1020408163vw, 40px);
    padding-top: 20px;
  }
}
.p-top_copygroup {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  position: relative;
  margin-bottom: clamp(46px, -11.724137931px + 5.8189655172vw, 100px);
  padding-left: clamp(20px, -65.5172413793px + 8.6206896552vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-top_copygroup {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.p-top_copy {
  margin: 0;
  font-family: var(--font-min);
  font-size: clamp(58px, -3.3333333333px + 7.9861111111vw, 150px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .p-top_copy {
    font-size: clamp(54px, 0.4285714286px + 14.2857142857vw, 110px);
    white-space: nowrap;
  }
}
.p-top_sub {
  margin: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px) 0 0;
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-top_logo {
  position: absolute;
  right: clamp(-10px, -72px + 6.25vw, 48px);
  bottom: clamp(-140px, -6.6666666667px + -6.9444444444vw, -60px);
  width: clamp(250px, -42.8965517241px + 29.525862069vw, 524px);
  margin: 0;
  transform: rotate(-9deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 767px) {
  .p-top_logo {
    position: absolute;
    right: clamp(-10px, -38.6989795918px + 7.6530612245vw, 20px);
    bottom: clamp(-66px, -22.9540816327px + -5.612244898vw, -44px);
    width: clamp(172px, 97.3826530612px + 19.8979591837vw, 250px);
    align-self: auto;
    transform: rotate(-9deg);
  }
}
.p-top_logo img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes p-top-crossfade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p-top-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top_fade img {
    animation: none;
  }
  .p-top_fade img:first-child {
    opacity: 1;
  }
  .p-top_fade img:not(:first-child) {
    opacity: 0;
  }
  .p-top_marquee_track {
    animation: none;
  }
}
.p-about {
  padding-block: clamp(60px, 16.3106796117px + 11.6504854369vw, 240px) clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
  background: url(../img/about/bg-about.webp) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-about {
    background: url(../img/about/bg-about_sp.webp) no-repeat center top/cover;
  }
}
.p-about_top {
  max-width: 1025px;
  margin-inline: auto;
}
.p-about_top .c-sectiontitle {
  text-align: center;
}
.p-about_title {
  font-family: var(--font-min);
  font-size: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  text-align: center;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about_title {
    line-height: 1.6;
  }
}
.p-about_info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2.4;
  margin-top: clamp(40px, 36.1165048544px + 1.0355987055vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-about_info {
    line-height: 2;
    padding-left: 10px;
  }
}
.p-about_content {
  max-width: 1430px;
  margin-inline: auto;
  margin-top: clamp(60px, 55.145631068px + 1.2944983819vw, 80px);
}
.p-about_content .content-title {
  position: relative;
  z-index: 2;
  max-width: 1142px;
  margin-inline: auto;
  margin-bottom: -36px;
  padding: 18px clamp(20px, 17.572815534px + 0.6472491909vw, 30px);
  background: var(--color-text);
  color: #fff;
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-about_content .content-title {
    max-width: none;
    margin-bottom: 0;
    padding: 18px 3px;
    font-size: clamp(15px, 13.6347087379px + 0.3640776699vw, 18px);
    line-height: 1.6;
  }
}
.p-about_content .content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .p-about_content .content-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    box-shadow: none;
  }
}
.p-about_content .content-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: clamp(48px, 38.7766990291px + 2.4595469256vw, 86px) clamp(24px, 15.2621359223px + 2.3300970874vw, 60px) clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.p-about_content .content-item.item01 {
  background: #cfdbe1;
  color: var(--color-text);
}
.p-about_content .content-item.item01 .content-item_title {
  border-bottom: 1px solid var(--color-text);
}
.p-about_content .content-item.item01 .cont-item_flow {
  gap: 44px;
}
.p-about_content .content-item.item01 .cont-item_flow::before {
  background: var(--color-text);
}
.p-about_content .content-item.item02 {
  background: var(--color-main);
  color: #fff;
}
.p-about_content .content-item.item02 .content-item_title {
  border-bottom: 1.5px solid #fff;
}
.p-about_content .content-item.item02 .cont-item_flow {
  justify-content: flex-start;
}
.p-about_content .content-item.item02 .cont-item_flow .flow-item + .flow-item {
  margin-top: auto;
}
.p-about_content .content-item.item02 .cont-item_flow::before {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .p-about_content .content-item {
    display: flex;
    flex-direction: column;
    grid-row: auto;
    grid-template-rows: none;
    position: relative;
    min-height: 160px;
    padding: 32px 15px 56px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .p-about_content .content-item .content-item_body {
    display: none;
  }
  .p-about_content .content-item.item02 .cont-item_flow {
    gap: clamp(44px, 35.2621359223px + 2.3300970874vw, 80px);
  }
  .p-about_content .content-item.item02 .cont-item_flow .flow-item + .flow-item {
    margin-top: 0;
  }
}
.p-about_content .content-item_more {
  display: none;
}
.p-about_content .content-item_body {
  display: contents;
}
.p-about_content .content-item_head {
  text-align: center;
}
.p-about_content .content-item_title {
  display: inline-block;
  font-size: clamp(18px, 17.0291262136px + 0.2588996764vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 0.2em;
}
.p-about_content .content-item_info {
  margin-top: clamp(8px, 6.786407767px + 0.3236245955vw, 13px);
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .p-about_content .content-item_info {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .p-about_content .content-item_title {
    font-size: 22px;
  }
  .p-about_content .content-item_more {
    display: flex;
    align-items: center;
    gap: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: inherit;
  }
  .p-about_content .content-item_more_text {
    font-family: var(--font-min);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .p-about_content .content-item_more_icn {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--color-text);
  }
  .p-about_content .content-item_more_icn::before, .p-about_content .content-item_more_icn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.5px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .p-about_content .content-item_more_icn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-about_content .cont-item_flow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  padding-top: clamp(32px, 23.0194174757px + 2.3948220065vw, 69px);
  padding-bottom: clamp(48px, 28.5825242718px + 5.1779935275vw, 128px);
  padding-left: clamp(0px, -13.5922330097px + 3.6245954693vw, 56px);
}
@media screen and (max-width: 991px) {
  .p-about_content .cont-item_flow {
    flex: 1;
    padding-bottom: 0;
    margin-top: clamp(32px, 23.0194174757px + 2.3948220065vw, 69px);
    padding-top: 0;
  }
}
.p-about_content .cont-item_flow::before {
  content: "";
  position: absolute;
  top: var(--flow-line-top, 0);
  left: var(--flow-line-left, 0);
  width: 1.5px;
  height: var(--flow-line-height, 0);
  pointer-events: none;
  opacity: var(--flow-line-opacity, 0);
  transition: opacity 0.2s;
}
.p-about_content .cont-item_flow.is-flow-line-ready::before {
  opacity: 1;
}
.p-about_content .flow-item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 12.6019417476px + 0.9061488673vw, 30px);
  position: relative;
}
.p-about_content .flow-item_fig {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 101.067961165px + 5.0485436893vw, 198px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}
.p-about_content .flow-item_fig img {
  height: auto;
}
.p-about_content .flow-item_title {
  font-size: clamp(18px, 17.5145631068px + 0.1294498382vw, 20px);
  font-weight: 700;
  line-height: 1.6;
}
.p-about_content .flow-item_text {
  margin-top: 0.5em;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  line-height: 1.6;
}
.p-about_content .cont-item_sub {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 28.1165048544px + 1.0355987055vw, 48px);
  align-self: stretch;
  min-height: 100%;
  padding: clamp(32px, 24.2330097087px + 2.071197411vw, 64px) clamp(24px, 16.2330097087px + 2.071197411vw, 56px);
  border-radius: 10px;
  background: #fff;
  color: var(--color-text);
}
@media screen and (max-width: 991px) {
  .p-about_content .cont-item_sub {
    min-height: auto;
    margin-top: clamp(48px, 28.5825242718px + 5.1779935275vw, 128px);
  }
}
.p-about_content .sub-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 12.8446601942px + 0.8414239482vw, 29px);
}
.p-about_content .sub-item_fig {
  flex-shrink: 0;
  width: clamp(48px, 45.0873786408px + 0.7766990291vw, 60px);
}
.p-about_content .sub-item_fig img {
  width: 100%;
  height: auto;
}
.p-about_content .sub-item_cont {
  flex: 1;
  min-width: 0;
}
.p-about_content .sub-item_title {
  position: relative;
  padding-left: 14px;
  color: var(--color-main);
  font-size: clamp(18px, 17.5145631068px + 0.1294498382vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-about_content .sub-item_title::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--color-main);
}
.p-about_content .sub-item_text {
  margin-top: 0.5em;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-about_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.p-about_popup.is-active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-about_popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.p-about_popup_panel {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  max-height: calc(100dvh - 40px);
  min-height: 0;
  margin-inline: auto;
  overflow-x: hidden;
}
.p-about_popup_panel.item01 {
  background: #cfdbe1;
  color: var(--color-text);
}
.p-about_popup_panel.item01 .content-item_title {
  border-bottom: 1px solid var(--color-text);
}
.p-about_popup_panel.item01 .cont-item_flow::before {
  background: var(--color-text);
}
.p-about_popup_panel.item02 {
  background: var(--color-main);
  color: #fff;
}
.p-about_popup_panel.item02 .content-item_title {
  border-bottom: 1.5px solid #fff;
}
.p-about_popup_panel.item02 .cont-item_flow::before {
  background: #fff;
}
.p-about_popup_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: var(--color-text);
  cursor: pointer;
}
.p-about_popup_close img {
  width: 21px;
  height: auto;
}
.p-about_popup_scroll {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0;
}
.p-about_popup_head {
  padding-inline: 15px;
  text-align: center;
}
.p-about_popup_body {
  margin-top: 22px;
  padding-inline: 10px;
}
.p-about_popup .content-item_title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 0.2em;
}
.p-about_popup .content-item_info {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.p-about_popup .cont-item_flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  padding: 0;
  margin-top: 0;
}
.p-about_popup .cont-item_flow::before {
  content: "";
  position: absolute;
  top: var(--flow-line-top, 0);
  left: var(--flow-line-left, 0);
  width: 1.5px;
  height: var(--flow-line-height, 0);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-about_popup .cont-item_flow.is-flow-line-ready::before {
  opacity: 1;
}
.p-about_popup_panel.item02 .cont-item_flow {
  gap: 112px;
}
.p-about_popup .flow-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.p-about_popup .flow-item_cont {
  flex: 1;
  min-width: 0;
}
.p-about_popup .flow-item_fig {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
}
.p-about_popup .flow-item_fig img {
  width: auto;
  height: auto;
  max-width: 47px;
  max-height: 41px;
}
.p-about_popup .flow-item:first-child .flow-item_title {
  line-height: 2.4;
}
.p-about_popup .flow-item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.p-about_popup .flow-item_text {
  margin-top: 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.p-about_popup .cont-item_sub {
  margin-top: 32px;
  padding: 24px 16px;
  border-radius: 6px;
  gap: 32px;
  min-height: auto;
  background: #fff;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
}
.p-about_popup .sub-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.p-about_popup .sub-item_cont {
  flex: 1;
  min-width: 0;
}
.p-about_popup .sub-item_fig {
  flex-shrink: 0;
  width: 42px;
}
.p-about_popup .sub-item_fig img {
  width: 100%;
  height: auto;
}
.p-about_popup .sub-item_title {
  position: relative;
  padding-left: 14px;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-about_popup .sub-item_title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--color-main);
}
.p-about_popup .sub-item:first-child .sub-item_text {
  line-height: 2.4;
}
.p-about_popup .sub-item_text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-strength {
  color: #fff;
  background: url(../img/strength/fig-strength.webp) no-repeat center/cover;
  aspect-ratio: 1920/800;
  padding-inline: clamp(15px, -40.8252427184px + 14.8867313916vw, 245px) clamp(15px, -40.8252427184px + 14.8867313916vw, 245px);
}
@media screen and (max-width: 767px) {
  .p-strength {
    background: url(../img/strength/fig-strength_sp.webp) no-repeat center top/cover;
  }
}
.p-strength_cont {
  padding-block: clamp(80px, 67.8640776699px + 3.2362459547vw, 130px) clamp(80px, 63.4951456311px + 4.4012944984vw, 148px);
  max-width: clamp(720px, 442.0689655172px + 28.0172413793vw, 980px);
  position: relative;
}
.p-strength_cont::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: clamp(400px, 292.0344827586px + 10.8836206897vw, 501px);
  aspect-ratio: 501/757;
  background: url(../img/strength/icn-map.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-strength_cont::before {
    top: 34px;
    right: clamp(-10px, -233.8520408163px + 59.693877551vw, 224px);
    width: clamp(180px, 141.7346938776px + 10.2040816327vw, 220px);
    aspect-ratio: 1624/2048;
    background: url(../img/strength/icn-map.png) no-repeat center center/contain;
  }
}
.p-strength_title {
  font-size: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  font-family: var(--font-min);
  font-weight: 600;
  line-height: 1.6;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
}
.p-strength_info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2.4;
  margin-top: 4rem;
  max-width: clamp(360px, 82.0689655172px + 28.0172413793vw, 620px);
}
@media screen and (max-width: 991px) {
  .p-strength_info {
    line-height: 2;
  }
}

.p-int {
  position: relative;
  padding-block: clamp(50px, 23.3009708738px + 7.1197411003vw, 160px) clamp(80px, 50.8737864078px + 7.7669902913vw, 200px);
}
.p-int_top {
  max-width: 1025px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-int_top .c-sectiontitle {
  text-align: center;
}
.p-int_top .p-int_title {
  font-size: clamp(29px, 20.5048543689px + 2.2653721683vw, 64px);
  font-weight: 600;
  line-height: 1.6;
  margin-top: clamp(26px, 24.5436893204px + 0.3883495146vw, 32px);
  text-align: center;
  font-family: var(--font-min);
}
.p-int_banner {
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 25.4368932039px + 3.8834951456vw, 100px);
}
.p-int_banner-item button.banner-btn {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-int_banner-item button.banner-btn {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-int_banner-item .banner-item_fig {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-int_banner-item .banner-item_fig {
    position: relative;
    z-index: 0;
  }
}
.p-int_banner-item .banner-item_fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
.p-int_banner-item .banner-item_fig::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #DCC997 29.41%, rgba(220, 201, 151, 0) 59.99%);
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .p-int_banner-item .banner-item_fig::before {
    height: 50px;
    inset: inherit;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #DCC997 0%, rgba(220, 201, 151, 0) 100%);
  }
}
.p-int_banner-item .banner-item_cont {
  max-width: 46.875vw;
  position: relative;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px) clamp(15px, -9.2718446602px + 6.4724919094vw, 115px);
}
@media screen and (max-width: 767px) {
  .p-int_banner-item .banner-item_cont {
    padding: clamp(20px, 10.4336734694px + 2.5510204082vw, 30px) clamp(15px, 0.6505102041px + 3.8265306122vw, 30px) 0.5rem;
    position: relative;
    max-width: 100%;
    background: #DCC997;
  }
}
.p-int_banner-item .banner-item_num {
  font-size: clamp(12px, 10.5436893204px + 0.3883495146vw, 18px);
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--font-min);
}
.p-int_banner-item .banner-item_title {
  font-size: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  font-weight: 600;
  font-family: var(--font-min);
  margin-top: clamp(10px, 8.5436893204px + 0.3883495146vw, 16px);
}
.p-int_banner-item .banner-item_name {
  margin-top: clamp(8px, 0.2330097087px + 2.071197411vw, 40px);
  font-weight: 500;
  line-height: 1.6;
}
.p-int_banner-item .banner-item_toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  height: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  background: var(--color-text);
  cursor: pointer;
  z-index: 3;
}
.p-int_banner-item .banner-item_toggle::before, .p-int_banner-item .banner-item_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(18px, 16.0582524272px + 0.5177993528vw, 26px);
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.2s;
}
.p-int_banner-item .banner-item_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-int_banner-item .banner-item_toggle:hover {
  background: #E6FF00;
}
.p-int_banner-item .banner-item_toggle:hover::before, .p-int_banner-item .banner-item_toggle:hover::after {
  background: var(--color-text);
}
.p-int_banner-item.banner02 {
  margin-top: 4rem;
}
.p-int_banner-item.banner02 .banner-item_fig::before {
  background: linear-gradient(90deg, #A4C0D8 29.41%, rgba(164, 192, 216, 0) 59.99%);
}
@media screen and (max-width: 767px) {
  .p-int_banner-item.banner02 .banner-item_fig::before {
    background: linear-gradient(180deg, #A4C0D8 0%, rgba(164, 192, 216, 0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-int_banner-item.banner02 .banner-item_cont {
    background: #A4C0D8;
  }
}

.int-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 992px) {
  .int-popup {
    padding: clamp(25px, 2.604vw, 80px);
  }
}
.int-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.int-popup_overlay {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.int-popup_panel {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1430px;
  max-height: 100%;
  min-height: 0;
  overflow-x: hidden;
}
.int-popup_content {
  background: #fff;
  position: relative;
  flex: 1;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.int-popup_close {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  height: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  padding: 0;
  border: 0;
  background: var(--color-text);
  cursor: pointer;
}
.int-popup_close::before {
  display: none;
}
.int-popup_close span {
  display: inline-block;
  transition: all 0.4s;
  left: 50%;
  top: 50%;
  width: clamp(24px, 22.5436893204px + 0.3883495146vw, 30px);
  height: 2px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
}
.int-popup_close span:nth-child(1) {
  rotate: 30deg;
}
.int-popup_close span:nth-child(2) {
  rotate: -30deg;
}
.int-popup_close:hover {
  background: #E6FF00;
}
.int-popup_close:hover span {
  background: var(--color-text);
}
.int-popup_top {
  padding: clamp(30px, 18.5922330097px + 3.0420711974vw, 77px) clamp(25px, 3.1553398058px + 5.8252427184vw, 115px) clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
}
.int-popup_num {
  font-size: clamp(12px, 9.0873786408px + 0.7766990291vw, 24px);
  line-height: 1.8;
  font-weight: 700;
  font-family: var(--font-min);
}
.int-popup_toptitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .int-popup_toptitle {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.int-popup_title {
  font-size: clamp(26px, 12.8932038835px + 3.4951456311vw, 80px);
  font-family: var(--font-min);
  font-weight: 600;
  line-height: 1.6;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .int-popup_title {
    width: 100%;
  }
}
.int-popup_name {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 1.6;
  font-weight: 500;
  margin-top: 1rem;
  flex: 1;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .int-popup_name {
    padding-bottom: 0;
  }
}
.int-popup_fig img {
  width: 100%;
}
.int-popup_job {
  margin-top: clamp(-80px, -17.8640776699px + -3.2362459547vw, -30px);
  padding-inline: clamp(25px, 3.1553398058px + 5.8252427184vw, 115px);
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .int-popup_job {
    flex-direction: column;
  }
}
.int-popup_job .job-label {
  width: 50%;
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .int-popup_job .job-label {
    width: 100%;
  }
}
.int-popup_job .job-label.label-from {
  background: var(--color-text);
  color: #fff;
  position: relative;
}
.int-popup_job .job-label.label-from::after {
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background: var(--color-text);
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1199px) {
  .int-popup_job .job-label.label-from::after {
    width: 14px;
    height: 10px;
    bottom: -8px;
    left: 50%;
    top: inherit;
    right: inherit;
    transform: translateY(0) translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.int-popup_job .job-label_item {
  text-align: center;
  line-height: 1.6;
}
.int-popup_job .job-label_item dt {
  font-size: clamp(14px, 12.5436893204px + 0.3883495146vw, 20px);
  font-weight: 700;
}
.int-popup_job .job-label_item dd {
  font-size: clamp(22px, 19.572815534px + 0.6472491909vw, 32px);
  font-weight: 700;
  margin-top: clamp(2px, -1.640776699px + 0.9708737864vw, 17px);
  line-height: 1.2;
}
.int-popup_job.banner01 .job-label.label-to {
  background: #DCC997;
}
.int-popup_job.banner02 .job-label.label-to {
  background: #A4C0D8;
}
.int-popup_history {
  position: relative;
  margin-top: clamp(-50px, 51.9029126214px + -5.3074433657vw, 32px);
  padding-bottom: clamp(24px, 18.1747572816px + 1.5533980583vw, 48px);
  overflow: visible;
  --marker-w: 24px;
  --marker-h: 24px;
  --marker-h-line-top: 72.72%;
  --marker-line-top: 34.58%;
  --marker-cont-offset: 34.58%;
  --marker-text-gap: 30px;
}
@media screen and (max-width: 991px) {
  .int-popup_history {
    --marker-w: 16px;
    --marker-h: 16px;
    --marker-h-line-top: 76.02%;
    --marker-line-top: 19.92%;
    --marker-cont-offset: 19.92%;
    --marker-text-gap: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .int-popup_history {
    --marker-h-line-top: 75%;
    --marker-cont-offset: 32%;
  }
}
.int-popup_history_scroll {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .int-popup_history_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.int-popup_history_stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1430/590;
}
@media screen and (max-width: 991px) {
  .int-popup_history_stage {
    width: 1010px;
    min-width: 1010px;
    max-width: none;
    aspect-ratio: 1010/246;
  }
}
.int-popup_history_stage::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: var(--marker-h-line-top);
  height: 1.5px;
  background: var(--color-text);
  transform: translateY(-50%);
  z-index: 1;
}
.int-popup_history_bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 21.69%;
  height: 78.31%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .int-popup_history_bg {
    top: 39.2%;
    height: 60.7%;
  }
}
.int-popup_history_bg picture,
.int-popup_history_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.int-popup_history_bg img {
  object-fit: fill;
}
.int-popup_history_list {
  position: absolute;
  inset: 0;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .int-popup_interview {
    margin-top: 3rem;
  }
}
.int-popup_interview-inner {
  padding-inline: clamp(25px, 3.1553398058px + 5.8252427184vw, 115px);
}
.int-popup_interview .interview-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: clamp(10px, 3.6893203883px + 1.6828478964vw, 36px);
  line-height: 1.6;
}
.int-popup_interview .interview-item:not(:first-of-type) {
  margin-top: clamp(30px, 13.0097087379px + 4.5307443366vw, 100px);
}
@media screen and (max-width: 767px) {
  .int-popup_interview .interview-item {
    grid-template-columns: 1fr;
  }
}
.int-popup_interview .interview-item_q .title-q {
  font-size: clamp(36px, 25.3203883495px + 2.8478964401vw, 80px);
  color: #DCC997;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-min);
  margin-top: -0.3em;
}
.int-popup_interview .interview-item_title span {
  display: inline-block;
  width: 100%;
  background: #DCC997;
  font-weight: 700;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  padding: 0.5rem clamp(10px, 7.572815534px + 0.6472491909vw, 20px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.int-popup_interview .interview-item_voice {
  margin-top: 2.4rem;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  line-height: 2;
}
.int-popup_interview .item02.interview-item .interview-item_q .title-q {
  color: #A4C0D8;
}
.int-popup_interview .item02.interview-item .interview-item_title span {
  background: #A4C0D8;
}

.history-item {
  position: absolute;
  inset: 0;
}
.history-item_fig, .history-item_cont, .history-item_marker {
  position: absolute;
  margin: 0;
}
.history-item_fig img {
  display: block;
  width: 100%;
  height: auto;
}
.history-item_year {
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.history-item_cont {
  top: var(--marker-cont-offset);
  left: calc(var(--marker-left) + var(--marker-w) / 2 + var(--marker-text-gap));
  max-height: calc(var(--marker-h-line-top) - var(--marker-cont-offset) - var(--marker-h) / 2);
}
.history-item_text {
  margin-top: 0.33em;
}
@media screen and (max-width: 991px) {
  .history-item_text {
    margin-top: 0.75em;
  }
}
.history-item_text {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .history-item_text {
    font-size: clamp(13px, 8.2077294686px + 0.4830917874vw, 14px);
    line-height: 1.6;
  }
}
.history-item_marker {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.history-item_marker::before {
  content: "";
  position: absolute;
  width: 1.5px;
  background: var(--color-text);
  left: calc(var(--marker-left) + var(--marker-w) / 2);
  transform: translateX(-50%);
  top: var(--marker-line-top);
  height: calc(var(--marker-h-line-top) - var(--marker-line-top));
}
.history-item_marker::after {
  content: "";
  position: absolute;
  left: var(--marker-left);
  top: calc(var(--marker-h-line-top) - var(--marker-h) / 2);
  width: var(--marker-w);
  height: var(--marker-h);
  background: var(--color-text);
}
.history-item--01 {
  --marker-left: 19.3%;
}
@media screen and (max-width: 991px) {
  .history-item--01 {
    --marker-left: 10.5%;
  }
}
.history-item--01 .history-item_fig {
  left: 7.91%;
  top: 17.46%;
  width: 8.64%;
}
@media screen and (max-width: 991px) {
  .history-item--01 .history-item_fig {
    left: 2.38%;
    top: 8.54%;
    width: 5.15%;
  }
}
.history-item--01 .history-item_cont {
  width: 14%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .history-item--01 .history-item_cont {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .history-item--01 .history-item_cont {
    width: 19.8%;
  }
}
.history-item--02 {
  --marker-left: 47.9%;
}
@media screen and (max-width: 991px) {
  .history-item--02 {
    --marker-left: 42.67%;
  }
}
.history-item--02 .history-item_fig {
  left: 38.53%;
  top: 0;
  width: 8.74%;
}
@media screen and (max-width: 991px) {
  .history-item--02 .history-item_fig {
    left: 35.25%;
    top: 0;
    width: 5.15%;
  }
}
.history-item--02 .history-item_cont {
  width: 14%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .history-item--02 .history-item_cont {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .history-item--02 .history-item_cont {
    width: 19.8%;
  }
}
.history-item--03 {
  --marker-left: 76.57%;
}
@media screen and (max-width: 991px) {
  .history-item--03 {
    --marker-left: 74.85%;
  }
}
.history-item--03 .history-item_fig {
  left: 66.67%;
  top: 37.29%;
  width: 8.55%;
}
@media screen and (max-width: 991px) {
  .history-item--03 .history-item_fig {
    left: 67.13%;
    top: 45.12%;
    width: 5.15%;
  }
}
.history-item--03 .history-item_cont {
  width: 14%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .history-item--03 .history-item_cont {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .history-item--03 .history-item_cont {
    width: 19.8%;
  }
}

.linkbtn {
  width: clamp(280px, 202.3300970874px + 20.71197411vw, 600px);
  height: clamp(70px, 53.0097087379px + 4.5307443366vw, 140px);
}
.linkbtn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding-inline: clamp(15px, 8.932038835px + 1.6181229773vw, 40px);
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 500;
  border-radius: clamp(4px, 2.5436893204px + 0.3883495146vw, 10px);
}
.linkbtn a:hover {
  background: #E6FF00 !important;
}
.linkbtn a .icn-arrow {
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  aspect-ratio: 1/1;
  border: 1px solid #393939;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkbtn a .icn-arrow::after {
  content: "";
  display: block;
  width: clamp(15px, 12.572815534px + 0.6472491909vw, 25px);
  aspect-ratio: 15/12;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  transform: rotate(-45deg);
}
.linkbtn.linkbtn01 {
  margin-inline: auto;
  margin-top: clamp(60px, 46.1650485437px + 3.6893203883vw, 117px);
}
.linkbtn.linkbtn01 a {
  background: #DCC997;
}
.linkbtn.linkbtn02 {
  margin-inline: auto;
  margin-top: clamp(60px, 46.1650485437px + 3.6893203883vw, 117px);
}
.linkbtn.linkbtn02 a {
  background: #A4C0D8;
}

.p-message_inner {
  display: flex;
  gap: clamp(60px, 47.8640776699px + 3.2362459547vw, 110px);
  position: relative;
  padding-top: clamp(60px, 35.7281553398px + 6.4724919094vw, 160px);
  padding-bottom: clamp(238px, 150.1359223301px + 23.430420712vw, 600px);
  padding-left: clamp(40px, -493.3333333333px + 44.4444444444vw, 360px);
}
@media screen and (max-width: 767px) {
  .p-message_inner {
    padding-left: 30px;
    flex-direction: column;
  }
}
.p-message_inner::before {
  content: "";
  display: block;
  width: 81.25vw;
  height: 100%;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message_inner::before {
    width: 93.3333333333vw;
  }
}
.p-message_content {
  width: clamp(400px, 192px + 27.0833333333vw, 712px);
}
@media screen and (max-width: 767px) {
  .p-message_content {
    width: 80vw;
  }
}
.p-message_content .c-sectiontitle {
  color: #fff;
}
.p-message_fig {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-message_fig {
    padding-left: 20vw;
  }
}
.p-message_title {
  margin-top: 3rem;
  font-size: clamp(32px, 24.2330097087px + 2.071197411vw, 64px);
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--font-min);
}
.p-message_voice {
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  color: #fff;
  line-height: 2;
  font-weight: 500;
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-message_sign {
  display: flex;
  gap: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  align-items: center;
  margin-top: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px);
}
.p-message_sign .daihyo {
  font-size: clamp(16px, 15.5145631068px + 0.1294498382vw, 18px);
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message_sign .sign img {
    width: 104px;
  }
}

.p-movie {
  margin-top: clamp(-356px, -109.9417475728px + -12.8155339806vw, -158px);
}
.p-movie_wrap {
  background: #fff;
  padding: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px) clamp(20px, -22.4757281553px + 11.3268608414vw, 195px) clamp(80px, 70.2912621359px + 2.5889967638vw, 120px);
}
.p-movie_top {
  text-align: center;
  margin-bottom: clamp(60px, 45.4368932039px + 3.8834951456vw, 120px);
}
.p-movie_title {
  font-size: clamp(31px, 22.9902912621px + 2.1359223301vw, 64px);
  line-height: 1.8;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  font-weight: 600;
  font-family: var(--font-min);
}
.p-movie_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 10.4077669903px + 3.6245954693vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-movie_content {
    grid-template-columns: 1fr;
  }
}

.movie-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.movie-item_thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.movie-item_play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(48px, 12vw, 80px);
  height: clamp(48px, 12vw, 80px);
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  pointer-events: none;
}
.movie-item_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.movie-item:hover .movie-item_thumb, .movie-item:focus-visible .movie-item_thumb {
  transform: scale(1.03);
}

.movie-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: safe center;
  justify-content: center;
  padding: 25px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@supports not (align-items: safe center) {
  .movie-popup {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .movie-popup {
    padding: clamp(25px, 2.604vw, 80px);
  }
}
.movie-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.movie-popup_overlay {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.movie-popup_panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  width: 100%;
  max-width: 1430px;
}
.movie-popup_close {
  display: grid;
  place-items: center;
  position: fixed;
  top: clamp(16px, 4vw, 25px);
  right: clamp(16px, 4vw, 25px);
  z-index: 2;
  flex-shrink: 0;
  width: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  height: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
  padding: 0;
  border: 0;
  background: var(--color-text);
  cursor: pointer;
}
.movie-popup_close span {
  display: inline-block;
  width: clamp(24px, 22.5436893204px + 0.3883495146vw, 30px);
  height: 2px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
}
.movie-popup_close span:nth-child(1) {
  rotate: 30deg;
}
.movie-popup_close span:nth-child(2) {
  rotate: -30deg;
}
.movie-popup_close:hover {
  background: #E6FF00;
}
.movie-popup_close:hover span {
  background: var(--color-text);
}
.movie-popup_video {
  width: min(100%, (100dvh - 50px) * 16 / 9);
  max-height: calc(100dvh - 50px);
  aspect-ratio: 16/9;
  height: auto;
  margin-inline: auto;
  background: #000;
}
.movie-popup_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-slider {
  margin-top: clamp(80px, 41.1650485437px + 10.355987055vw, 240px);
}
.p-slider .marquee {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  animation: none;
}
.p-slider .marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #93B9DE;
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-slider .marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: p-slider-marquee 40s linear infinite;
}
.p-slider .item {
  flex-shrink: 0;
  position: relative;
}
.p-slider .item img {
  height: clamp(360px, 224.0776699029px + 36.2459546926vw, 920px);
  width: auto;
}
@keyframes p-slider-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.p-join {
  margin-top: clamp(80px, 55.7281553398px + 6.4724919094vw, 180px);
  position: relative;
}
.p-join::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(135px, 126.5048543689px + 2.2653721683vw, 170px);
  background: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-join_card {
  background: var(--color-text);
  padding: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px) clamp(24px, -11.4368932039px + 9.4498381877vw, 170px) clamp(40px, 32.2330097087px + 2.071197411vw, 72px);
  border-radius: 6px;
}
.p-join_top {
  display: flex;
  gap: clamp(24px, 15.2621359223px + 2.3300970874vw, 60px);
}
@media (max-width: 1129px) {
  .p-join_top {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-join_top {
    flex-direction: column;
    gap: 0px;
  }
}
.p-join_title {
  font-size: clamp(42px, 38.6019417476px + 0.9061488673vw, 56px);
  font-family: var(--font-en);
  font-weight: 600;
  color: #fff;
  width: max-content;
}
.p-join_info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 1.8;
  color: #fff;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
}
.p-join_content {
  margin-top: clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
}
.p-join_content .join-btn_list {
  display: flex;
  gap: clamp(16px, 5.3203883495px + 2.8478964401vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-join_content .join-btn_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-join_content .join-btn_item {
    margin-inline: auto;
  }
}
.p-join_content .join-btn_item.item01 a {
  background: #DCC997;
}
.p-join_content .join-btn_item.item02 a {
  background: #A4C0D8;
}

.p-footmq {
  background: var(--color-main);
  padding-top: clamp(56px, 50.1747572816px + 1.5533980583vw, 80px);
}
.p-footmq .marquee {
  font-size: clamp(80px, 63.0097087379px + 4.5307443366vw, 150px);
  font-family: var(--font-en);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}

.p-work {
  padding-top: clamp(60px, 35.7281553398px + 6.4724919094vw, 160px);
  padding-bottom: clamp(78px, 48.3883495146px + 7.8964401294vw, 200px);
  position: relative;
  background: #fff;
}
.p-work .l-container {
  position: relative;
  z-index: 1;
}
.p-work_top .c-sectiontitle {
  text-align: center;
}
.p-work_title {
  font-size: clamp(32px, 24.7184466019px + 1.9417475728vw, 62px);
  font-family: var(--font-min);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
}
.p-work_content {
  margin-top: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}

.work-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.work-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  width: 100%;
  padding: clamp(10px, 9.2718446602px + 0.1941747573vw, 13px) clamp(2px, -1.3980582524px + 0.9061488673vw, 16px) clamp(10px, 9.2718446602px + 0.1941747573vw, 13px) clamp(10px, 6.6019417476px + 0.9061488673vw, 24px);
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .work-tab {
    text-align: left;
    justify-content: flex-start;
  }
}
.work-tab[data-work-tab="01"] {
  background: #DCC997;
}
.work-tab[data-work-tab="02"] {
  background: #A4C0D8;
}
.work-tab_num {
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 7.145631068px + 1.2944983819vw, 32px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  flex-shrink: 0;
}
.work-tab_line {
  display: block;
  width: 1px;
  height: clamp(30px, 32.4854368932px + -0.1294498382vw, 32px);
  background: var(--color-text);
  flex-shrink: 0;
}
.work-tab_title {
  font-family: var(--font-min);
  font-size: clamp(14px, 9.6310679612px + 1.1650485437vw, 32px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  .work-tab_title {
    line-height: 2.4;
    white-space: nowrap;
  }
}

.work-panels {
  position: relative;
}

.work-panel {
  display: none;
}
.work-panel.is-active {
  display: block;
}
.work-panel.item01 .work-card,
.work-panel.item01 .work-flow_list li,
.work-panel.item01 .work-section_group {
  background: rgba(220, 201, 151, 0.5);
}
.work-panel.item02 .work-card,
.work-panel.item02 .work-flow_list li {
  background: rgba(164, 192, 216, 0.5);
}

.work-panel_frame {
  padding: clamp(12px, 3.9902912621px + 2.1359223301vw, 45px);
  padding-top: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
}

.work-panel.item01 .work-panel_frame {
  background: #DCC997;
}

.work-panel.item02 .work-panel_frame {
  background: #A4C0D8;
}

.work-panel_inner {
  background: #fff;
  padding: clamp(30px, 22.7184466019px + 1.9417475728vw, 60px) clamp(20px, 13.2038834951px + 1.8122977346vw, 48px) clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
}
@media screen and (max-width: 991px) {
  .work-panel_inner {
    border-radius: clamp(6px, 5.0291262136px + 0.2588996764vw, 10px) clamp(6px, 5.0291262136px + 0.2588996764vw, 10px) 0 0;
  }
}

.work-mission {
  text-align: center;
}
.work-mission_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 996px;
  min-height: clamp(40px, 33.932038835px + 1.6181229773vw, 65px);
  margin-inline: auto;
  padding: clamp(8px, 7.5145631068px + 0.1294498382vw, 10px) clamp(24px, 20.1165048544px + 1.0355987055vw, 40px);
  background: var(--color-text);
  color: #fff;
  font-size: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.work-mission_text {
  max-width: 996px;
  margin: clamp(20px, 15.145631068px + 1.2944983819vw, 40px) auto 0;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .work-mission_text {
    line-height: 2.4;
    letter-spacing: 0.04em;
  }
}

.work-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 11.145631068px + 1.2944983819vw, 36px);
  max-width: 996px;
  margin: clamp(24px, 20.1165048544px + 1.0355987055vw, 40px) auto 0;
}
@media screen and (min-width: 992px) {
  .work-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.work-card {
  border-radius: clamp(6px, 5.0291262136px + 0.2588996764vw, 10px);
  padding: clamp(20px, 18.3009708738px + 0.4530744337vw, 27px) clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  min-height: clamp(250px, 213.5922330097px + 9.7087378641vw, 400px);
  text-align: center;
}
.work-card_title {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.work-card_fig {
  display: grid;
  place-items: center;
  width: clamp(111px, 89.8834951456px + 5.6310679612vw, 198px);
  aspect-ratio: 1/1;
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) auto 0;
  border-radius: 50%;
}
.work-card_text {
  margin: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) auto 0;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.work-section {
  max-width: 996px;
  margin: clamp(40px, 32.2330097087px + 2.071197411vw, 72px) auto 0;
  flex-direction: column;
}
.work-section_title {
  display: table;
  width: auto;
  margin-inline: auto;
  padding-bottom: clamp(8px, 7.0291262136px + 0.2588996764vw, 12px);
  border-bottom: 1px solid var(--color-text);
  font-size: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
.work-section_body {
  max-width: 836px;
  margin: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px) auto 0;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2;
  font-weight: 500;
}
.work-section_body p + p {
  margin-top: 0;
}
.work-section_list {
  margin: clamp(20px, 17.0873786408px + 0.7766990291vw, 32px) auto 0;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
}
.work-section_list li {
  position: relative;
  padding-left: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
}
.work-section_list li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--color-text);
  transform: translateY(-50%);
}
.work-section_list li + li {
  margin-top: clamp(8px, 6.0582524272px + 0.5177993528vw, 16px);
  font-weight: 500;
}

.work-section_group {
  max-width: none;
  padding: clamp(24px, 21.3300970874px + 0.71197411vw, 35px) clamp(20px, 5.4368932039px + 3.8834951456vw, 80px) clamp(30px, 25.145631068px + 1.2944983819vw, 50px);
  border-radius: clamp(6px, 5.0291262136px + 0.2588996764vw, 10px);
  background: rgba(164, 192, 216, 0.5);
  border-radius: 10px;
}
.work-section_group .work-section_title {
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  line-height: 2.4;
  border-bottom: 0;
  padding-bottom: 0;
}

.work-group_listline {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
}

.work-group_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0px, -8.7378640777px + 2.3300970874vw, 36px);
  margin-top: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
}
@media screen and (min-width: 768px) {
  .work-group_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .work-group_list {
    gap: clamp(16px, 14.5436893204px + 0.3883495146vw, 22px);
  }
}
.work-group_list li {
  width: 100%;
  height: clamp(40px, 30.2912621359px + 2.5889967638vw, 80px);
}
.work-group_list li a {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding-inline: clamp(15px, 8.932038835px + 1.6181229773vw, 40px);
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 500;
  border-radius: 4px;
}
.work-group_list li a:hover {
  opacity: 0.7;
}
.work-group_list li a .icn-arrow {
  width: 25px;
  aspect-ratio: 1/1;
  border: 1px solid #393939;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-group_list li a .icn-arrow::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/9;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
  transform: rotate(-45deg);
}

.work-group_icn {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
.work-group_icn img {
  width: 100%;
  height: auto;
}

.work-flow_list {
  max-width: 770px;
  margin: clamp(24px, 22.0582524272px + 0.5177993528vw, 32px) auto 0;
  padding: 0;
}
.work-flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(56px, 55.0291262136px + 0.2588996764vw, 60px);
  padding: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px) clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  border-radius: clamp(6px, 5.0291262136px + 0.2588996764vw, 10px);
  font-size: clamp(14px, 13.5145631068px + 0.1294498382vw, 16px);
  line-height: 1.8;
  list-style: none;
  font-weight: 500;
}
.work-flow_list li:nth-child(2), .work-flow_list li:nth-child(3) {
  min-height: clamp(72px, 67.6310679612px + 1.1650485437vw, 90px);
}
.work-flow_list li + li {
  margin-top: clamp(34px, 25.7475728155px + 2.2006472492vw, 68px);
}
.work-flow_list li + li::before {
  content: "";
  position: absolute;
  top: clamp(-34px, -12.8737864078px + -1.1003236246vw, -17px);
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 14px solid var(--color-text);
  transform: translate(-50%, -50%);
}

.work-section_target {
  max-width: none;
  margin-top: 0;
}

.work-target {
  position: relative;
  padding: clamp(48px, 30.5242718447px + 4.6601941748vw, 120px) clamp(20px, 13.2038834951px + 1.8122977346vw, 48px) clamp(40px, 35.145631068px + 1.2944983819vw, 60px);
}
@media screen and (min-width: 992px) {
  .work-target {
    border-radius: 0 0 10px 10px;
  }
}
.work-target_label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 228px);
  min-height: clamp(48px, 44.1165048544px + 1.0355987055vw, 64px);
  margin-inline: auto;
  background: var(--color-text);
  color: #fff;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.work-target_box {
  position: relative;
  z-index: 1;
  max-width: 996px;
  margin-inline: auto;
  margin-top: clamp(-32px, -22.0582524272px + -0.5177993528vw, -24px);
  padding: clamp(24px, 12.3495145631px + 3.1067961165vw, 72px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  background: #fff;
  border-radius: clamp(6px, 5.0291262136px + 0.2588996764vw, 10px);
}
.work-target_list {
  margin-inline: auto;
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: 500;
  max-width: max-content;
}
.work-target_list li {
  position: relative;
  padding-left: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
}
.work-target_list li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--color-text);
  transform: translateY(-50%);
}
.work-target_list li + li {
  margin-top: 1em;
}
.work-target_fig {
  display: none;
}

.work-panel.item01 .work-target {
  background: #9E9FB8 url(../img/work/bg01.jpg) center/cover no-repeat;
  background-blend-mode: multiply;
}
.work-panel.item02 .work-target {
  background: #9E9FB8 url(../img/work/bg02.jpg) center/cover no-repeat;
  background-blend-mode: multiply;
}

@media screen and (min-width: 992px) {
  .p-work_content {
    max-width: 1430px;
    margin-inline: auto;
  }
  .work-tabs {
    margin-bottom: 0;
  }
  .work-panel_frame {
    padding-top: clamp(20px, 19.0291262136px + 0.2588996764vw, 24px);
  }
  .work-panel_inner {
    padding-top: clamp(40px, 29.5631067961px + 2.783171521vw, 83px);
    padding-bottom: clamp(48px, 40.2330097087px + 2.071197411vw, 80px);
  }
  .work-section_flow .work-section_title {
    min-width: 138px;
  }
}
.work-sp-triggers {
  background: #f2f2f2;
  padding: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px) clamp(20px, 15.145631068px + 1.2944983819vw, 40px) clamp(24px, 22.0582524272px + 0.5177993528vw, 32px);
  border-radius: 0 0 clamp(6px, 5.0291262136px + 0.2588996764vw, 10px) clamp(6px, 5.0291262136px + 0.2588996764vw, 10px);
  flex-direction: column;
}

.work-sp-trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: clamp(12px, 11.0291262136px + 0.2588996764vw, 16px) 0 0;
  border: 0;
  border-bottom: 1px solid var(--color-text);
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.work-sp-trigger_text {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.work-sp-trigger_icn {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--color-text);
}
.work-sp-trigger_icn::before, .work-sp-trigger_icn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #fff;
}
.work-sp-trigger_icn::before {
  width: 14px;
  height: 2px;
}
.work-sp-trigger_icn::after {
  width: 2px;
  height: 14px;
}

.p-work_popup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.p-work_popup.is-active, .p-work_popup.is-closing {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}
.p-work_popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-work_popup.is-closing {
  opacity: 0;
  pointer-events: auto;
}
.p-work_popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-work_popup.is-active .p-work_popup_overlay {
  opacity: 1;
}
.p-work_popup.is-closing .p-work_popup_overlay {
  opacity: 0;
}
.p-work_popup_panel {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  max-height: calc(100dvh - 40px);
  min-height: 0;
  margin-inline: auto;
  overflow-x: hidden;
  background: #fff;
  color: var(--color-text);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.p-work_popup.is-active .p-work_popup_panel {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.p-work_popup.is-closing .p-work_popup_panel {
  opacity: 0;
  transform: translateY(8px);
  transition-delay: 0s;
}
.p-work_popup_panel.item01 .work-flow_list li {
  background: rgba(220, 201, 151, 0.5);
}
.p-work_popup_panel.item02 .work-flow_list li {
  background: rgba(164, 192, 216, 0.5);
}
.p-work_popup_panel.item02 .work-section_group {
  background: rgba(164, 192, 216, 0.5);
  padding: 24px 16px;
  border-radius: 6px;
}
.p-work_popup_panel.is-experience-group .work-section_group {
  margin-top: 24px;
}
.p-work_popup_panel.is-experience-group .work-section_group .work-section_title {
  display: table;
  margin-inline: auto;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: clamp(16px, 14.1818181818px + 0.4848484848vw, 20px);
  line-height: 2.4;
}
.p-work_popup_panel.is-target .p-work_popup_head {
  display: none;
}
.p-work_popup_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: var(--color-text);
  cursor: pointer;
}
.p-work_popup_close img {
  width: 21px;
  height: auto;
}
.p-work_popup_scroll {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px clamp(20px, 17.0873786408px + 0.7766990291vw, 32px);
}
.p-work_popup_head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-work_popup_body {
  padding-top: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-work_popup_body .work-section_title {
  display: none;
}
.p-work_popup_body .work-flow_list {
  margin-top: 0;
}
.p-work_popup_body .work-section_group {
  display: block;
}
.p-work_popup_body .work-target {
  margin-top: 0;
  padding: 0;
  background: none;
}
.p-work_popup_body .work-target_box {
  margin-top: 0;
  padding: 0;
}
.p-work_popup_body .work-target_fig {
  display: block;
  margin-top: 24px;
  margin-inline: calc(-1 * clamp(20px, 17.0873786408px + 0.7766990291vw, 32px));
}
.p-work_popup_body .work-target_fig img {
  display: block;
  width: 100%;
  height: 163px;
  object-fit: cover;
  opacity: 0.8;
}

.p-work_popup_panel.is-target .p-work_popup_body {
  padding-top: 0;
}
.p-work_popup_panel.is-target .p-work_popup_body .work-target_label {
  display: flex;
  width: min(100%, 200px);
  min-height: 50px;
  margin-inline: auto;
  margin-bottom: 24px;
  font-size: 20px;
}
.p-work_popup_panel.is-target .p-work_popup_body .work-target_list {
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  .p-work_popup,
  .p-work_popup_overlay,
  .p-work_popup_panel {
    transition: none;
  }
}
.p-work_contact {
  position: relative;
}
.p-work_contact::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(485px, 68.7378640777px + 111.003236246vw, 2200px);
  background: #F2F2F2;
  position: absolute;
  bottom: clamp(35px, 26.5048543689px + 2.2653721683vw, 70px);
  left: 0;
}
.p-work_contact-top {
  text-align: center;
  margin-top: clamp(50px, 37.8640776699px + 3.2362459547vw, 100px);
}
.p-work_contact-top span {
  display: inline-block;
  font-size: clamp(16px, 14.0582524272px + 0.5177993528vw, 24px);
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-work_contact-top span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  transform: rotate(-110deg);
  background: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-work_contact-top span::before {
    width: 42px;
  }
}
.p-work_contact-top span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  transform: rotate(110deg);
  background: var(--color-text);
}
@media screen and (max-width: 767px) {
  .p-work_contact-top span::after {
    width: 42px;
  }
}

.p-work-btn_list {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
  display: flex;
  gap: clamp(16px, 10.1747572816px + 1.5533980583vw, 40px);
  margin-inline: auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-work-btn_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-work-btn_item {
    margin-inline: auto;
  }
}
.p-work-btn_item.item01 a {
  background: #DCC997;
}
.p-work-btn_item.item02 a {
  background: #A4C0D8;
}

.p-thoughts {
  background: url(../img/thoughts/bg-fig.webp) no-repeat center bottom/cover;
  padding-top: clamp(44px, 13.4174757282px + 8.1553398058vw, 170px);
}
.p-thoughts_content {
  display: flex;
  gap: clamp(40px, 22.5242718447px + 4.6601941748vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-thoughts_content {
    flex-direction: column;
  }
}
.p-thoughts_top {
  color: #fff;
}
.p-thoughts_title {
  font-size: clamp(32px, 24.7184466019px + 1.9417475728vw, 62px);
  font-weight: 600;
  font-family: var(--font-min);
  line-height: 1.6;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
}
.p-thoughts_info {
  font-size: clamp(14px, 13.0291262136px + 0.2588996764vw, 18px);
  font-weight: 500;
  line-height: 2.4;
  margin-top: clamp(16px, 12.1165048544px + 1.0355987055vw, 32px);
  color: #fff;
}
.p-thoughts_info p:not(:first-child) {
  margin-top: clamp(20px, 15.145631068px + 1.2944983819vw, 40px);
}
.p-thoughts_marquee {
  padding-top: clamp(130px, 93.5922330097px + 9.7087378641vw, 280px);
}
.p-thoughts_marquee .marquee {
  font-size: clamp(80px, 63.0097087379px + 4.5307443366vw, 150px);
  font-family: var(--font-en);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}

@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 */