@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 {
  --accent: #837E71;
  --base: #ffffff;
  --text-cl-01: #4E4E4E;
  --text-cl-02: #272324;
  --text-cl-03: #CCCCCC;
  --text-cl-04: #ffffff;
  --bg-01: #F5F4F1;
  --font-base: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-zenkaku: "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-zenold: "Zen Old Mincho", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-normal: 2;
  --lh-narrow: 1.5;
  --lh-fit: 1;
  --duration: 0.4s ease;
}

@-webkit-keyframes gx-hero-mask-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes gx-hero-mask-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes gx-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  36% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes gx-arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  35% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  36% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .js-fade-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

html,
body {
  width: 100%;
  min-width: auto !important;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

#wrap {
  min-width: auto !important;
}

.footer_sp {
  padding: 0 !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: var(--text-cl-01);
  font-family: var(--font-base);
  font-weight: var(--fw-regular);
  text-align: left;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
a img {
  -webkit-transition: var(--duration);
  transition: var(--duration);
}
a:hover {
  color: initial;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover img {
    opacity: 1;
  }
}

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

img, svg {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

strong {
  font-weight: var(--fw-bold);
}

p a,
td a,
th a,
blockquote a {
  color: inherit;
}
@media (hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    color: inherit;
    text-decoration: none;
  }
}

@media screen and (max-width: 540px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 541px) {
  .is-sp {
    display: none !important;
  }
}

.l-container {
  width: auto;
  height: auto;
  background-color: var(--bg-01);
  min-height: 100vh;
  position: relative;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
  overflow-x: clip;
}

.p-gx-hero {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-hero {
    height: 100vh;
    height: 100svh;
    background-image: url("../img/hero_bg_pc.jpg");
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero {
    height: min(506px, 122.667vw);
    max-height: 100svh;
    background-image: url("../img/hero_bg_sp.jpg");
  }
}
.p-gx-hero__logo {
  position: absolute;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__logo {
    top: min(39.6px, 2.5vw);
    left: min(40.7px, 2.569vw);
    width: min(139.7px, 8.819vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__logo {
    top: min(17.6px, 4.267vw);
    left: min(17.6px, 4.267vw);
    width: min(80.3px, 19.467vw);
  }
}
.p-gx-hero__logo a {
  display: block;
}
.p-gx-hero__logo img {
  width: 100%;
  height: auto;
}
.p-gx-hero__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  position: absolute;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy {
    left: min(132px, 8.333vw);
    bottom: min(149.6px, 9.444vw);
    row-gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy {
    left: min(11px, 2.667vw);
    bottom: min(44px, 10.667vw);
    row-gap: min(8.8px, 2.133vw);
  }
}
.p-gx-hero__copy > * {
  -webkit-animation: gx-hero-mask-reveal 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: gx-hero-mask-reveal 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.is-page-loaded .p-gx-hero__copy > * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.p-gx-hero__copy > *:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-gx-hero__copy > *:nth-child(2) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.p-gx-hero__copy > *:nth-child(3) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.p-gx-hero__copy > *:nth-child(4) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.p-gx-hero__copy > *:nth-child(5) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media (prefers-reduced-motion: reduce) {
  .p-gx-hero__copy > * {
    -webkit-animation: none;
            animation: none;
  }
}
.p-gx-hero__copy-label span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-fit);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-label span {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-label span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    padding: min(5.5px, 1.333vw);
  }
}
.p-gx-hero__copy-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-main {
    padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-main {
    padding: min(6.6px, 1.6vw) min(11px, 2.667vw);
  }
}
.p-gx-hero__copy-text {
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  color: var(--text-cl-02);
  letter-spacing: 0.05em;
  line-height: var(--lh-fit);
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-text {
    font-size: clamp(35.7px, 2.917vw, 46.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-text {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-gx-hero__copy-bracket {
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  color: var(--text-cl-02);
  letter-spacing: 0.05em;
  line-height: var(--lh-fit);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bracket {
    font-size: clamp(25.5px, 2.083vw, 33px);
    margin-inline: clamp(6.8px, 0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bracket {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-inline: clamp(4.25px, 1.333vw, 5.5px);
  }
}
.p-gx-hero__copy-bracket::before, .p-gx-hero__copy-bracket::after {
  content: "";
  display: inline-block;
  border-top: var(--text-cl-02) solid;
  border-left: var(--text-cl-02) solid;
  border-bottom: var(--text-cl-02) solid;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bracket::before, .p-gx-hero__copy-bracket::after {
    width: clamp(4.25px, 0.347vw, 5.5px);
    height: clamp(32.3px, 2.639vw, 41.8px);
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bracket::before, .p-gx-hero__copy-bracket::after {
    width: clamp(2.55px, 0.8vw, 3.3px);
    height: clamp(17px, 5.333vw, 22px);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bracket::before {
    margin-right: clamp(6.8px, 0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bracket::before {
    margin-right: clamp(4.25px, 1.333vw, 5.5px);
  }
}
.p-gx-hero__copy-bracket::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bracket::after {
    margin-left: clamp(6.8px, 0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bracket::after {
    margin-left: clamp(4.25px, 1.333vw, 5.5px);
  }
}
.p-gx-hero__copy-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bottom {
    padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw) min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bottom {
    padding: min(6.6px, 1.6vw) min(11px, 2.667vw) min(11px, 2.667vw);
  }
}
.p-gx-hero__copy-bottom span {
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  color: var(--text-cl-02);
  letter-spacing: 0.1em;
  line-height: var(--lh-fit);
}
@media screen and (min-width: 835px) {
  .p-gx-hero__copy-bottom span {
    font-size: clamp(35.7px, 2.917vw, 46.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__copy-bottom span {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-gx-hero__copy-bottom span > span {
  font-style: normal;
  color: #d3712e;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__images {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-hero__images {
    display: none;
  }
}
.p-gx-hero__image {
  overflow: hidden;
}
.p-gx-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-gx-hero__image.--left {
    width: 50%;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-hero__image.--right {
    width: 50%;
  }
}

.p-gx-context {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-gx-context {
    width: calc(100% - min(132px, 8.333vw));
    border-top-left-radius: min(22px, 1.389vw);
    border-bottom-left-radius: min(22px, 1.389vw);
    margin-top: calc(min(71.5px, 4.514vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context {
    width: calc(100% - min(11px, 2.667vw));
    border-top-left-radius: min(17.6px, 4.267vw);
    border-bottom-left-radius: min(17.6px, 4.267vw);
    margin-top: calc(min(22px, 5.333vw) * -1);
  }
}
.p-gx-context::before, .p-gx-context::after {
  content: "";
  position: absolute;
}
.p-gx-context::before {
  width: 100%;
  height: 100%;
  background-image: url(../img/context_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-context::before {
    background-position: center;
    border-top-left-radius: min(22px, 1.389vw);
    border-bottom-left-radius: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context::before {
    background-position: top left;
    border-top-left-radius: min(17.6px, 4.267vw);
    border-bottom-left-radius: min(17.6px, 4.267vw);
  }
}
.p-gx-context::after {
  content: "";
  background-color: #D9D9D9;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-context::after {
    width: min(591.8px, 37.361vw);
    height: min(579.7px, 36.597vw);
    border-radius: min(33px, 2.083vw);
    bottom: calc(min(112.2px, 7.083vw) * -1);
    left: calc(min(352px, 22.222vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context::after {
    width: min(266.2px, 64.533vw);
    height: min(608.3px, 147.467vw);
    border-radius: min(16.5px, 4vw);
    bottom: calc(min(55px, 13.333vw) * -1);
    left: calc(min(77px, 18.667vw) * -1);
  }
}
.p-gx-context__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-gx-context__inner {
    padding: min(154px, 9.722vw) 0 min(136.4px, 8.611vw) min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__inner {
    padding: min(66px, 16vw) min(22px, 5.333vw) min(44px, 10.667vw);
  }
}
.p-gx-context__copy {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-gx-context__copy {
    max-width: min(1236.4px, 78.056vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__copy {
    margin-bottom: min(55px, 13.333vw);
  }
}
.p-gx-context__copy__block {
  position: relative;
}
.p-gx-context__copy__block > * {
  position: relative;
  z-index: 1;
}
.p-gx-context__copy__block::before {
  content: "";
  background-image: url(../img/context.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-context__copy__block::before {
    width: min(412.5px, 26.042vw);
    height: min(89.1px, 5.625vw);
    top: calc(min(16.5px, 1.042vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__copy__block::before {
    width: min(206.8px, 50.133vw);
    height: min(45.1px, 10.933vw);
    top: calc(min(30.8px, 7.467vw) * -1);
  }
}
.p-gx-context__title {
  font-family: var(--font-zenold);
  font-weight: var(--fw-medium);
  color: var(--text-cl-04);
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-context__title {
    font-size: clamp(34px, 2.778vw, 44px);
    width: min(661.1px, 41.736vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__title {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-gx-context__desc {
  font-family: var(--font-base);
  font-weight: var(--fw-regular);
  color: var(--text-cl-04);
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .p-gx-context__desc {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    width: min(548.9px, 34.653vw);
    margin-top: min(28.6px, 1.806vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__desc {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(22px, 5.333vw);
  }
}
.p-gx-context__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-gx-context__images {
    height: min(213.4px, 13.472vw);
    -webkit-column-gap: min(17.6px, 1.111vw);
       -moz-column-gap: min(17.6px, 1.111vw);
            column-gap: min(17.6px, 1.111vw);
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__images {
    -webkit-column-gap: min(8.8px, 2.133vw);
       -moz-column-gap: min(8.8px, 2.133vw);
            column-gap: min(8.8px, 2.133vw);
    margin-top: min(39.6px, 9.6vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-gx-context__images img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-gx-context__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__block {
    width: 100%;
    max-width: min(357.5px, 86.667vw);
    margin-inline: auto;
  }
}
.p-gx-context__graph {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-context__graph {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 835px) and (min-width: 1681px) {
  .p-gx-context__graph {
    width: 47.2222222222vw;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__graph {
    margin-top: min(37.4px, 9.067vw);
  }
}
.p-gx-context__graph img {
  width: 100%;
}
.p-gx-context__graph-note {
  color: var(--text-cl-04);
}
@media screen and (min-width: 835px) {
  .p-gx-context__graph-note {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(17.6px, 1.111vw);
    padding-right: min(22px, 1.389vw);
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__graph-note {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(13.2px, 3.2vw);
    text-align: center;
  }
}
.p-gx-context__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-gx-context__links {
    gap: min(44px, 2.778vw);
    margin-top: calc(min(30.8px, 1.944vw) * -1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 835px) and (min-width: 1681px) {
  .p-gx-context__links {
    gap: min(74.8px, 4.722vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__links {
    gap: min(11px, 2.667vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-gx-context__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-item {
    gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-item {
    width: calc((100% - min(11px, 2.667vw)) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(13.2px, 3.2vw);
  }
}
.p-gx-context__link-item::before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-item::before {
    width: 100%;
    height: 1px;
    border-top: dotted 4px #fff;
    top: 50%;
    left: 75%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-item::before {
    width: 1px;
    height: min(192.5px, 46.667vw);
    border-left: dotted 2px #fff;
    top: min(66px, 16vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-item:nth-of-type(1)::before {
    right: min(81.4px, 19.733vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-item:nth-of-type(2)::before {
    left: min(49.5px, 12vw);
  }
}
.p-gx-context__link-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: var(--lh-fit);
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-label {
    min-width: clamp(144.5px, 11.806vw, 187px);
    gap: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-label {
    gap: min(4.4px, 1.067vw);
  }
}
.p-gx-context__link-label-en {
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-label-en {
    height: clamp(28.9px, 2.361vw, 37.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-label-en {
    height: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-context__link-label-en img {
  width: auto;
  height: 100%;
}
.p-gx-context__link-label-ja {
  font-family: var(--font-zenold);
  color: var(--text-cl-04);
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-label-ja {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-label-ja {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-context__link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base);
  color: var(--text-cl-02);
  text-decoration: none;
  font-weight: var(--fw-medium);
  border-radius: 8px;
  -webkit-transition: background-color var(--duration);
  transition: background-color var(--duration);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-btn {
    height: min(88px, 5.556vw);
    padding: 0 min(26.4px, 1.667vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-btn {
    width: 100%;
    height: min(66px, 16vw);
    padding: 0 min(13.2px, 3.2vw);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-btn > span {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-btn > span {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media (hover: hover) {
  .p-gx-context__link-btn:hover {
    background-color: #D9D9D9;
  }
  .p-gx-context__link-btn:hover > span {
    text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
  }
}
.p-gx-context__link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  background-color: var(--text-cl-02);
  border-radius: 999px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-context__link-btn:hover .p-gx-context__link-arrow::after {
    -webkit-animation: gx-arrow-slide 0.55s ease forwards;
            animation: gx-arrow-slide 0.55s ease forwards;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-arrow {
    width: min(33px, 2.083vw);
    height: min(19.8px, 1.25vw);
    margin-left: min(30.8px, 1.944vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-arrow {
    width: min(24.2px, 5.867vw);
    height: min(13.2px, 3.2vw);
  }
}
.p-gx-context__link-arrow::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-gx-context__link-arrow::after {
    width: min(13.2px, 0.833vw);
    height: min(9.9px, 0.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-context__link-arrow::after {
    width: min(8.8px, 2.133vw);
    height: min(6.6px, 1.6vw);
  }
}

.p-gx-problem {
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-problem {
    padding-top: min(268.4px, 16.944vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem {
    padding-top: min(129.8px, 31.467vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-problem__top {
    width: min(1111px, 70.139vw);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__top {
    padding-left: min(37.4px, 9.067vw);
  }
}
.p-gx-problem__headline {
  color: var(--text-cl-01);
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__headline {
    font-size: clamp(34px, 2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__headline {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-gx-problem__headline span {
  color: var(--accent);
}
.p-gx-problem__headline span > span {
  margin-inline: 0.05em;
}
.p-gx-problem__headline::before {
  content: "";
  height: 1px;
  background-color: var(--text-cl-02);
  position: absolute;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__headline::before {
    width: min(223.3px, 14.097vw);
    top: clamp(30.6px, 2.5vw, 39.6px);
    left: calc(min(245.3px, 15.486vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__headline::before {
    width: min(33px, 8vw);
    top: clamp(17px, 5.333vw, 22px);
    left: calc(min(37.4px, 9.067vw) * -1);
  }
}
.p-gx-problem__lead {
  color: var(--text-cl-01);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__lead {
    max-width: min(662.2px, 41.806vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(52.8px, 3.333vw);
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding-left: min(55px, 13.333vw);
    padding-right: min(22px, 5.333vw);
    margin-top: min(48.4px, 11.733vw);
  }
}
.p-gx-problem__cards {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.6%, var(--white, #FFF)), color-stop(97.99%, #D9D9D9)), #D9D9D9;
  background: linear-gradient(90deg, var(--white, #FFF) 3.6%, #D9D9D9 97.99%), #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__cards {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(88px, 5.556vw);
    padding: min(52.8px, 3.333vw);
    margin-top: min(116.6px, 7.361vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(39.6px, 9.6vw);
    padding: min(44px, 10.667vw) min(26.4px, 6.4vw);
    margin-top: min(147.4px, 35.733vw);
  }
}
.p-gx-problem__cards::before {
  content: "";
  background-image: url(../img/problem.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__cards::before {
    width: min(433.4px, 27.361vw);
    height: min(95.7px, 6.042vw);
    top: calc(min(93.5px, 5.903vw) * -1);
    left: min(253px, 15.972vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__cards::before {
    width: min(216.7px, 52.533vw);
    height: min(48.4px, 11.733vw);
    top: calc(min(46.2px, 11.2vw) * -1);
    left: min(28.6px, 6.933vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-problem__card {
    width: min(708.4px, 44.722vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__card {
    width: 100%;
  }
}
.p-gx-problem__card-image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__card-image {
    width: min(682px, 43.056vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__card-image {
    width: calc(100% - min(17.6px, 4.267vw));
  }
}
.p-gx-problem__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-problem__card-text {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__card-text {
    width: min(605px, 38.194vw);
    padding: min(48.4px, 3.056vw) 0 min(26.4px, 1.667vw);
    translate: min(15.4px, 0.972vw) calc(min(28.6px, 1.806vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__card-text {
    width: min(302.5px, 73.333vw);
    padding: min(26.4px, 6.4vw) 0 min(13.2px, 3.2vw);
    translate: 0 calc(min(16.5px, 4vw) * -1);
  }
}
.p-gx-problem__card-text > span {
  color: var(--text-cl-02);
  font-family: var(--font-zenold);
  font-weight: var(--fw-regular);
  line-height: 1.75;
  letter-spacing: 0.11em;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__card-text > span {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__card-text > span {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-problem__card-text > span mark {
  background: #494143;
  color: #fff;
  font-weight: var(--fw-semibold);
  padding-inline: 0.1em;
}
@media screen and (min-width: 835px) {
  .p-gx-problem__card-text > span > span {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-problem__card-text > span > span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-gx-solution {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-solution {
    padding-top: min(110px, 6.944vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution {
    padding-top: min(110px, 26.667vw);
  }
}
.p-gx-solution::before {
  content: "";
  width: 1px;
  background: var(--text-cl-02);
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-gx-solution::before {
    height: min(128.7px, 8.125vw);
    margin-bottom: min(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution::before {
    height: min(63.8px, 15.467vw);
    margin-bottom: min(55px, 13.333vw);
  }
}
.p-gx-solution__headline {
  font-family: var(--font-zenold);
  color: var(--text-cl-01);
  font-weight: var(--fw-semibold);
  text-align: center;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__headline {
    font-size: clamp(25.5px, 2.083vw, 33px);
    line-height: var(--lh-fit);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__headline {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding-inline: min(22px, 5.333vw);
  }
}
.p-gx-solution__headline > span {
  display: block;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__headline > span {
    font-size: clamp(40.8px, 3.333vw, 52.8px);
    margin-top: min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__headline > span {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-top: min(17.6px, 4.267vw);
  }
}
.p-gx-solution__headline > span > b {
  color: var(--accent);
}
.p-gx-solution__headline > span span {
  font-size: 0.85em;
  margin-inline: 0.075em;
  vertical-align: top;
}
.p-gx-solution__cards {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: min(1320px, 83.333vw);
    margin: min(110px, 6.944vw) auto 0;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(88px, 21.333vw);
    padding: 0 min(26.4px, 6.4vw);
    margin-top: min(55px, 13.333vw);
  }
}
.p-gx-solution__card {
  overflow: hidden;
}
.p-gx-solution__card-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 400/330;
}
.p-gx-solution__card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-solution__card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#534f4f), to(transparent));
  background: linear-gradient(to top, #534f4f, transparent);
  color: var(--text-cl-04);
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-fit);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__card-name {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    padding: min(44px, 2.778vw) 0 min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__card-name {
    font-size: clamp(21.25px, 6.667vw, 27.5px);
    padding: min(22px, 5.333vw) 0 min(15.4px, 3.733vw);
  }
}
.p-gx-solution__card-caption {
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__card-caption {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(17.6px, 1.111vw);
    padding-inline: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__card-caption {
    font-size: clamp(12.75px, 4vw, 16.5px);
    margin-top: min(8.8px, 2.133vw);
    padding-inline: min(11px, 2.667vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__detail {
    max-width: min(1320px, 83.333vw);
    margin-top: min(44px, 2.778vw);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-gx-solution__note {
  color: rgba(78, 78, 78, 0.7);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__note {
    width: min(847px, 53.472vw);
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__note {
    padding-inline: min(11px, 2.667vw);
    margin-top: min(4.4px, 1.067vw);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-gx-solution__detail-link {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .p-gx-solution__detail-link {
    margin-top: min(33px, 8vw);
    padding: 0 min(28.6px, 6.933vw);
  }
}
.p-gx-solution__detail-link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: var(--text-cl-01);
  font-weight: var(--fw-regular);
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-transition: color var(--duration);
  transition: color var(--duration);
}
@media screen and (min-width: 835px) {
  .p-gx-solution__detail-link-btn > span:first-child {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -1.5em 0 var(--text-cl-01), 0 0 0 var(--text-cl-01);
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__detail-link-btn {
    gap: min(11px, 0.694vw);
    padding-bottom: min(19.8px, 1.25vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__detail-link-btn {
    gap: min(8.8px, 2.133vw);
    padding-bottom: min(17.6px, 4.267vw);
    font-size: clamp(12.75px, 4vw, 16.5px);
    text-align: left;
    line-height: 1.6;
  }
}
@media screen and (max-width: 540px) {
  .p-gx-solution__detail-link-btn {
    width: min(228.8px, 55.467vw);
  }
}
@media (hover: hover) {
  .p-gx-solution__detail-link-btn:hover {
    color: #D3712E;
  }
  .p-gx-solution__detail-link-btn:hover > span:first-child {
    text-shadow: 0 0 0 #D3712E, 0 1.5em 0 #D3712E;
  }
}
.p-gx-solution__detail-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--text-cl-01);
  border-radius: 999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-solution__detail-link-btn:hover .p-gx-solution__detail-link-arrow::after {
    -webkit-animation: gx-arrow-slide 0.55s ease forwards;
            animation: gx-arrow-slide 0.55s ease forwards;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__detail-link-arrow {
    width: min(33px, 2.083vw);
    height: min(19.8px, 1.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__detail-link-arrow {
    width: min(27.5px, 6.667vw);
    height: min(15.4px, 3.733vw);
  }
}
.p-gx-solution__detail-link-arrow::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__detail-link-arrow::after {
    width: min(13.2px, 0.833vw);
    height: min(9.9px, 0.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__detail-link-arrow::after {
    width: min(8.8px, 2.133vw);
    height: min(6.6px, 1.6vw);
  }
}
.p-gx-solution__accent {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__accent {
    max-width: min(1047.2px, 66.111vw);
    margin-top: min(83.6px, 5.278vw);
    margin-bottom: min(101.2px, 6.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__accent {
    max-width: min(282.7px, 68.533vw);
    margin-top: min(66px, 16vw);
    margin-bottom: min(70.4px, 17.067vw);
  }
}
.p-gx-solution__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banners {
    max-width: min(1320px, 83.333vw);
    margin: min(165px, 10.417vw) auto 0;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banners {
    width: calc(100% - min(61.6px, 14.933vw));
    background-color: #fff;
    border: 1px solid #858585;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: min(115.5px, 28vw);
    margin-inline: auto;
  }
}
.p-gx-solution__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner + .p-gx-solution__banner {
    border-left: none;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner + .p-gx-solution__banner {
    border-top: 1px solid #858585;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: min(660px, 41.667vw);
    border: 1px solid #858585;
    padding: min(26.4px, 1.667vw) min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: min(17.6px, 4.267vw);
       -moz-column-gap: min(17.6px, 4.267vw);
            column-gap: min(17.6px, 4.267vw);
    padding: min(26.4px, 6.4vw);
  }
}
@media (hover: hover) {
  .p-gx-solution__banner:hover {
    opacity: 0.85;
  }
}
.p-gx-solution__banner-image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-image {
    height: min(193.6px, 12.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-image {
    width: min(121px, 29.333vw);
  }
}
.p-gx-solution__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-solution__banner-body {
  line-height: var(--lh-fit);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-gx-solution__banner-title {
  font-family: var(--font-zenold);
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  translate: 0.4em 0;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-title {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-title {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-solution__banner-title > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DFDEDC), to(#DFDEDC));
  background-image: linear-gradient(#DFDEDC, #DFDEDC);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  display: inline;
  line-height: 1.7;
  padding-bottom: 0.1em;
}
.p-gx-solution__banner-title > small {
  font-size: 0.8em;
  margin-left: 4px;
}
.p-gx-solution__banner-sub {
  font-family: var(--font-zenold);
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-sub {
    font-size: clamp(29.75px, 2.431vw, 38.5px);
    margin-top: min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-sub {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-solution__banner-sub span {
  font-style: normal;
  color: #d3712e;
}
.p-gx-solution__banner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: var(--text-cl-01);
  font-weight: var(--fw-regular);
  border: none;
  border-bottom: 1px solid var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-btn > span:first-child {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -1.5em 0 var(--text-cl-01), 0 0 0 var(--text-cl-01);
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-btn {
    margin-top: min(44px, 2.778vw);
    gap: min(28.6px, 1.806vw);
    padding-bottom: min(26.4px, 1.667vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-btn {
    margin-top: min(44px, 10.667vw);
    gap: min(17.6px, 4.267vw);
    padding-bottom: min(26.4px, 6.4vw);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media (hover: hover) {
  .p-gx-solution__banner:hover .p-gx-solution__banner-btn > span:first-child {
    text-shadow: 0 0 0 #D3712E, 0 1.5em 0 #D3712E;
  }
}
.p-gx-solution__banner-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--text-cl-01);
  border-radius: 999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-solution__banner:hover .p-gx-solution__banner-arrow::after {
    -webkit-animation: gx-arrow-slide 0.55s ease forwards;
            animation: gx-arrow-slide 0.55s ease forwards;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-arrow {
    width: min(33px, 2.083vw);
    height: min(19.8px, 1.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-arrow {
    width: min(27.5px, 6.667vw);
    height: min(15.4px, 3.733vw);
  }
}
.p-gx-solution__banner-arrow::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-gx-solution__banner-arrow::after {
    width: min(13.2px, 0.833vw);
    height: min(9.9px, 0.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-solution__banner-arrow::after {
    width: min(8.8px, 2.133vw);
    height: min(6.6px, 1.6vw);
  }
}

.p-gx-contents {
  position: relative;
  background: #272324;
}
@media screen and (min-width: 835px) {
  .p-gx-contents {
    margin-top: min(236.5px, 14.931vw);
    padding: min(110px, 6.944vw) 0 min(132px, 8.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents {
    margin-top: min(148.5px, 36vw);
    padding: min(50.6px, 12.267vw) 0 min(55px, 13.333vw);
  }
}
.p-gx-contents::before, .p-gx-contents::after {
  content: "";
  position: absolute;
  background-color: #858585;
}
.p-gx-contents::before {
  width: 1px;
}
@media screen and (min-width: 835px) {
  .p-gx-contents::before {
    height: calc(100% - min(22px, 1.389vw));
    top: calc(min(110px, 6.944vw) * -1);
    left: min(68.2px, 4.306vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents::before {
    height: calc(100% + min(11px, 2.667vw));
    top: calc(min(68.2px, 16.533vw) * -1);
    left: min(13.2px, 3.2vw);
  }
}
.p-gx-contents::after {
  height: 1px;
}
@media screen and (min-width: 835px) {
  .p-gx-contents::after {
    width: 100%;
    max-width: calc(min(1320px, 83.333vw) + min(440px, 27.778vw));
    top: min(110px, 6.944vw);
    left: calc(min(132px, 8.333vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents::after {
    width: 100vw;
    top: min(50.6px, 12.267vw);
    left: 0;
  }
}
.p-gx-contents__heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-gx-contents__heading {
    width: calc(100% - min(264px, 16.667vw));
    max-width: min(1320px, 83.333vw);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents__heading {
    width: calc(100% - min(26.4px, 6.4vw));
    margin-left: auto;
    padding: 0 0 min(4.4px, 1.067vw);
  }
}
.p-gx-contents__heading::before {
  content: "";
  background-image: url(../img/contents.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-contents__heading::before {
    width: min(463.1px, 29.236vw);
    height: min(89.1px, 5.625vw);
    top: calc(min(154px, 9.722vw) * -1);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents__heading::before {
    width: min(232.1px, 56.267vw);
    height: min(45.1px, 10.933vw);
    top: calc(min(72.6px, 17.6vw) * -1);
    left: 0;
  }
}
.p-gx-contents__heading-title {
  color: #fff;
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-contents__heading-title {
    font-size: clamp(32.3px, 2.639vw, 41.8px);
    line-height: 1.7;
    border-right: 1px dashed #858585;
    width: calc(100% - min(154px, 9.722vw));
    min-height: min(159.5px, 10.069vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents__heading-title {
    font-size: clamp(17px, 5.333vw, 22px);
    border-right: 0.5px dashed #858585;
    width: calc(100% - min(61.6px, 14.933vw));
    min-height: min(116.6px, 28.267vw);
  }
  .p-gx-contents__heading-title > span > span {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-gx-contents__heading-accent {
  color: #fff;
  font-family: "Optima", var(--font-zenold);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-contents__heading-accent {
    width: min(154px, 9.722vw);
    text-align: center;
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contents__heading-accent {
    width: min(66px, 16vw);
    text-align: center;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-gx-roomtour {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour {
    margin-top: min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour {
    margin-top: min(44px, 10.667vw);
  }
}
.p-gx-roomtour__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__heading {
    max-width: min(1320px, 83.333vw);
    margin: 0 auto min(44px, 2.778vw);
    padding-left: min(5.5px, 0.347vw);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: min(26.4px, 6.4vw);
    padding: 0 min(22px, 5.333vw);
  }
}
.p-gx-roomtour__heading-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-zenold);
  color: var(--text-cl-02);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__heading-title {
    font-size: clamp(32.3px, 2.639vw, 41.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__heading-title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-gx-roomtour__heading-quote {
  color: var(--accent);
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__heading-quote {
    font-size: clamp(25.5px, 2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__heading-quote {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.p-gx-roomtour__heading-sub {
  font-family: var(--font-zenold);
  color: var(--text-cl-02);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__heading-sub {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__heading-sub {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-gx-roomtour__heading-accent {
  font-family: serif;
  font-style: italic;
  color: var(--text-cl-02);
  opacity: 0.15;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__heading-accent {
    font-size: clamp(28.9px, 2.361vw, 37.4px);
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__heading-accent {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-gx-roomtour__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card {
    max-width: min(1320px, 83.333vw);
    margin: 0 auto;
    aspect-ratio: 1200/807;
  }
}
.p-gx-roomtour__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-gx-roomtour__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-bg .--pc {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-bg .--pc {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-bg .--sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-bg .--sp {
    display: block;
  }
}
.p-gx-roomtour__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-gx-roomtour__card-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-inner {
    padding: min(71.5px, 4.514vw) min(96.8px, 6.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-inner {
    padding: min(33px, 8vw) min(22px, 5.333vw);
  }
}
.p-gx-roomtour__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header {
    gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: min(17.6px, 4.267vw);
  }
}
.p-gx-roomtour__card-header-icon {
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-icon {
    width: min(290.4px, 18.333vw);
    height: min(290.4px, 18.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-icon {
    width: min(132px, 32vw);
    height: min(132px, 32vw);
  }
}
.p-gx-roomtour__card-header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-roomtour__card-header-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-gx-roomtour__card-header-tag {
  display: inline-block;
  color: var(--text-cl-04);
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--text-cl-04);
  padding-bottom: 4px;
  margin-bottom: min(17.6px, 1.111vw);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-tag {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-tag {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-gx-roomtour__card-header-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-catch {
    gap: min(8.8px, 0.556vw);
    margin-bottom: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-catch {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(4.4px, 1.067vw);
    margin-bottom: min(13.2px, 3.2vw);
  }
}
.p-gx-roomtour__card-header-catch p {
  color: var(--text-cl-04);
  font-family: var(--font-zenold);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-catch p {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-catch p {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-gx-roomtour__card-header-catch strong {
  font-weight: 700;
}
.p-gx-roomtour__card-header-catch-quote {
  color: var(--text-cl-04);
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-catch-quote {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-catch-quote {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-gx-roomtour__card-header-main {
  color: var(--text-cl-04);
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-main {
    font-size: clamp(25.5px, 2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-main {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-gx-roomtour__card-header-grade {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--text-cl-04);
  color: var(--text-cl-02);
  border-radius: 4px;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-grade {
    padding: 4px min(13.2px, 0.833vw);
    margin-left: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-grade {
    padding: 2px min(8.8px, 2.133vw);
    margin-left: min(4.4px, 1.067vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-grade span {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-grade span {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-gx-roomtour__card-header-grade em {
  font-style: normal;
  font-weight: 700;
  color: #d3712e;
  margin-left: 4px;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-grade em {
    font-size: clamp(28.9px, 2.361vw, 37.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-grade em {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-gx-roomtour__card-header-note {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__card-header-note {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__card-header-note {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-roomtour__videos {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__videos {
    -ms-grid-columns: 1fr min(52.8px, 3.333vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(52.8px, 3.333vw);
    margin-top: min(55px, 3.472vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__videos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(26.4px, 6.4vw);
    margin-top: min(33px, 8vw);
  }
}
.p-gx-roomtour__video-thumbnail {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-thumbnail {
    aspect-ratio: 486/273;
  }
}
.p-gx-roomtour__video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-roomtour__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-play {
    width: min(66px, 4.167vw);
    height: min(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__video-play {
    width: min(48.4px, 11.733vw);
    height: min(48.4px, 11.733vw);
  }
}
.p-gx-roomtour__video-play::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid var(--text-cl-04);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}
.p-gx-roomtour__video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-info {
    gap: min(17.6px, 1.111vw);
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__video-info {
    gap: min(11px, 2.667vw);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-roomtour__video-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--accent);
  color: var(--text-cl-04);
  border-radius: 50%;
  font-weight: var(--fw-medium);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-num {
    width: min(33px, 2.083vw);
    height: min(33px, 2.083vw);
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__video-num {
    width: min(26.4px, 6.4vw);
    height: min(26.4px, 6.4vw);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-gx-roomtour__video-title {
  color: var(--text-cl-04);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-title {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__video-title {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-roomtour__video-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-gx-roomtour__video-desc {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-roomtour__video-desc {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(8.8px, 2.133vw);
  }
}

.p-gx-nazo {
  font-family: var(--font-zenkaku);
  background-color: #f6f1e6;
  background-image: linear-gradient(rgba(120, 102, 76, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 102, 76, 0.08) 1px, transparent 1px);
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d7da;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo {
    width: min(1320px, 83.333vw);
    background-size: min(30.8px, 1.944vw) min(30.8px, 1.944vw);
    margin: min(88px, 5.556vw) auto 0;
    border-radius: min(33px, 2.083vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo {
    width: calc(100% - min(52.8px, 12.8vw));
    background-size: min(17.6px, 4.267vw) min(17.6px, 4.267vw);
    margin: min(33px, 8vw) auto 0;
    border-radius: min(17.6px, 4.267vw);
  }
}
.p-gx-nazo__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__inner {
    max-width: min(1166px, 73.611vw);
    margin: 0 auto;
    padding-block: min(99px, 6.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__inner {
    padding: min(46.2px, 11.2vw) 0 min(66px, 16vw);
  }
}
.p-gx-nazo__header {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__header-logo {
    width: min(380.6px, 24.028vw);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__header-logo {
    width: min(224.4px, 54.4vw);
    margin-inline: auto;
  }
}
.p-gx-nazo__header-logo img {
  width: 100%;
  height: auto;
}
.p-gx-nazo__header-text {
  color: #47251c;
  font-weight: var(--fw-medium);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__header-text {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-top: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__header-text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-nazo__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 541px) {
  .p-gx-nazo__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-gx-nazo__cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__cards {
    margin-top: min(52.8px, 3.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__cards {
    margin-top: min(30.8px, 7.467vw);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-gx-nazo__cards {
    padding: 0 min(26.4px, 6.4vw);
  }
}
@media screen and (max-width: 540px) {
  .p-gx-nazo__cards {
    padding: 0 min(11px, 2.667vw);
    overflow: hidden;
  }
  .p-gx-nazo__cards .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-gx-nazo__card {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-nazo__card:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card {
    width: calc((100% - min(35.2px, 2.222vw) * 2) / 3);
  }
}
@media screen and (max-width: 834px) and (min-width: 541px) {
  .p-gx-nazo__card {
    width: calc((100% - min(22px, 5.333vw) * 2) / 3);
  }
}
@media screen and (max-width: 540px) {
  .p-gx-nazo__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 min(250.8px, 60.8vw);
            flex: 0 0 min(250.8px, 60.8vw);
    width: min(250.8px, 60.8vw);
    margin-inline: min(16.5px, 4vw);
  }
}
.p-gx-nazo__card-thumbnail {
  position: relative;
  overflow: hidden;
  border: solid #47251c;
  aspect-ratio: 104/185;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-thumbnail {
    border-width: 4px;
    border-radius: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__card-thumbnail {
    border-width: 3px;
    border-radius: min(8.8px, 2.133vw);
  }
}
.p-gx-nazo__card-thumbnail img {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-thumbnail img {
    -webkit-transition: -webkit-transform var(--duration);
    transition: -webkit-transform var(--duration);
    transition: transform var(--duration);
    transition: transform var(--duration), -webkit-transform var(--duration);
  }
}
.p-gx-nazo__card-thumbnail::before {
  content: "";
  background-image: url(../img/common/play.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-thumbnail::before {
    width: min(99px, 6.25vw);
    height: min(99px, 6.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__card-thumbnail::before {
    width: min(55px, 13.333vw);
    height: min(55px, 13.333vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-info {
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__card-info {
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-nazo__card-tag {
  display: inline-block;
  background: #47251c;
  color: #fff;
  font-weight: var(--fw-medium);
  border-radius: 2px;
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-tag {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    padding: min(4.4px, 0.278vw) min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__card-tag {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(3.3px, 0.8vw) min(13.2px, 3.2vw);
  }
}
.p-gx-nazo__card-title {
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-nazo__card-title {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-nazo__card-title {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(4.4px, 1.067vw);
  }
}
@media screen and (min-width: 541px) {
  .p-gx-nazo__nav.--sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-gx-nazo__nav.--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(28.6px, 6.933vw);
    margin-top: min(26.4px, 6.4vw);
  }
}
.p-gx-nazo__nav-prev, .p-gx-nazo__nav-next {
  width: min(39.6px, 9.6vw);
  height: min(39.6px, 9.6vw);
  background: #4e4e4e;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.p-gx-nazo__nav-prev::after, .p-gx-nazo__nav-next::after {
  content: "";
  display: block;
  width: min(13.2px, 3.2vw);
  height: min(9.9px, 2.4vw);
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
.p-gx-nazo__nav-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-gx-nazo__nav-next::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-gx-nazo__nav-dots {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(11px, 2.667vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gx-nazo__nav-dots .swiper-pagination-bullet {
  width: min(9.9px, 2.4vw);
  height: min(9.9px, 2.4vw);
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-gx-nazo__nav-dots .swiper-pagination-bullet-active {
  background: #4e4e4e;
}
.p-gx-nazo__nav-dot {
  width: min(9.9px, 2.4vw);
  height: min(9.9px, 2.4vw);
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-gx-nazo__nav-dot.is-active {
  background: #4e4e4e;
}

.p-gx-case {
  position: relative;
}
.p-gx-case::before {
  content: "";
  width: 1px;
  background: var(--text-cl-02);
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-gx-case::before {
    height: min(128.7px, 8.125vw);
    margin-bottom: min(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case::before {
    height: min(88px, 21.333vw);
    margin-bottom: min(44px, 10.667vw);
  }
}
.p-gx-case__header {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-case__header {
    max-width: min(1100px, 69.444vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__header {
    padding: 0 min(26.4px, 6.4vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-case__header-inner {
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__header-inner {
    margin-bottom: min(26.4px, 6.4vw);
  }
}
.p-gx-case__header-tag {
  display: inline-block;
  color: var(--text-cl-01);
  font-family: var(--font-zenold);
  font-weight: var(--fw-medium);
  border-bottom: 1px solid #000;
  line-height: var(--lh-fit);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 835px) {
  .p-gx-case__header-tag {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__header-tag {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-gx-case__header-title {
  font-family: var(--font-zenold);
  font-weight: var(--fw-medium);
  color: var(--text-cl-02);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-case__header-title {
    font-size: clamp(32.3px, 2.639vw, 41.8px);
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__header-title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-top: min(13.2px, 3.2vw);
  }
}
.p-gx-case__header-desc {
  color: var(--text-cl-01);
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .p-gx-case__header-desc {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__header-desc {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    margin-top: min(22px, 5.333vw);
  }
}
.p-gx-case__items {
  background-color: #fff;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-case__items {
    margin-top: min(77px, 4.861vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__items {
    margin-top: min(66px, 16vw);
  }
}
.p-gx-case__item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item {
    max-width: min(1320px, 83.333vw);
    margin-inline: auto;
    padding-block: min(92.4px, 5.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item {
    padding: min(44px, 10.667vw) min(26.4px, 6.4vw);
  }
}
.p-gx-case__item + .p-gx-case__item::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #868686;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.p-gx-case__item-num {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-num {
    height: min(184.8px, 11.667vw);
    right: calc(min(127.6px, 8.056vw) * -1);
    bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-num {
    height: min(110px, 26.667vw);
    right: 0;
    bottom: min(13.2px, 3.2vw);
  }
}
.p-gx-case__item-num img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-gx-case__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-inner {
    max-width: min(1320px, 83.333vw);
    gap: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-inner {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "movie images" "info info";
    -webkit-column-gap: min(16.5px, 4vw);
       -moz-column-gap: min(16.5px, 4vw);
            column-gap: min(16.5px, 4vw);
    row-gap: min(22px, 5.333vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .--1 .p-gx-case__item-inner {
    -ms-grid-columns: min(192.5px, 46.667vw) min(154px, 37.333vw);
    grid-template-columns: min(192.5px, 46.667vw) min(154px, 37.333vw);
  }
  .--2 .p-gx-case__item-inner {
    -ms-grid-columns: min(176px, 42.667vw) min(167.2px, 40.533vw);
    grid-template-columns: min(176px, 42.667vw) min(167.2px, 40.533vw);
  }
}
.p-gx-case__item-movie {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-movie {
    width: min(352px, 22.222vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: min(17.6px, 1.111vw);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-movie {
    grid-area: movie;
    border-radius: min(8.8px, 2.133vw);
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18);
  }
  .--1 .p-gx-case__item-movie {
    width: min(192.5px, 46.667vw);
  }
  .--2 .p-gx-case__item-movie {
    width: min(176px, 42.667vw);
  }
}
.p-gx-case__item-movie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-movie img {
    -webkit-transition: -webkit-transform var(--duration);
    transition: -webkit-transform var(--duration);
    transition: transform var(--duration);
    transition: transform var(--duration), -webkit-transform var(--duration);
  }
}
@media (hover: hover) {
  .p-gx-case__item-movie:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-gx-case__item-movie::before {
  content: "";
  background-image: url(../img/common/play.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-movie::before {
    width: min(99px, 6.25vw);
    height: min(99px, 6.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-movie::before {
    width: min(55px, 13.333vw);
    height: min(55px, 13.333vw);
  }
}
.p-gx-case__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-body {
    display: contents;
  }
}
.p-gx-case__item-images {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-images {
    -ms-grid-columns: min(572px, 36.111vw) min(8.8px, 0.556vw) min(343.2px, 21.667vw);
    grid-template-columns: min(572px, 36.111vw) min(343.2px, 21.667vw);
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-images {
    grid-area: images;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(4.4px, 1.067vw);
  }
  .--1 .p-gx-case__item-images {
    width: min(154px, 37.333vw);
  }
  .--2 .p-gx-case__item-images {
    width: min(167.2px, 40.533vw);
  }
}
.p-gx-case__item-image {
  overflow: hidden;
}
.p-gx-case__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .--1 .p-gx-case__item-image.--large {
    aspect-ratio: 26/15;
  }
}
@media screen and (max-width: 834px) {
  .--1 .p-gx-case__item-image.--large {
    aspect-ratio: 35/29;
  }
}
@media screen and (min-width: 835px) {
  .--2 .p-gx-case__item-image.--large {
    aspect-ratio: 13/9;
  }
}
@media screen and (max-width: 834px) {
  .--2 .p-gx-case__item-image.--large {
    aspect-ratio: 38/25;
  }
}
@media screen and (min-width: 835px) {
  .--1 .p-gx-case__item-image.--small {
    aspect-ratio: 26/25;
  }
}
@media screen and (max-width: 834px) {
  .--1 .p-gx-case__item-image.--small {
    aspect-ratio: 140/169;
  }
}
@media screen and (min-width: 835px) {
  .--2 .p-gx-case__item-image.--small {
    aspect-ratio: 13/15;
  }
}
@media screen and (max-width: 834px) {
  .--2 .p-gx-case__item-image.--small {
    aspect-ratio: 19/20;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-info {
    margin-top: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-info {
    grid-area: info;
    margin-top: 0;
  }
}
@media screen and (max-width: 834px){
  .p-gx-case__item-movie {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-gx-case__item-images {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-gx-case__item-info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.p-gx-case__item-text {
  font-family: var(--font-zenold);
  color: var(--text-cl-01);
  font-weight: var(--fw-semibold);
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-text {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-case__item-note {
  font-family: var(--font-zenold);
  color: var(--text-cl-01);
  font-weight: var(--fw-semibold);
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-note {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
    margin-top: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-note {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(8.8px, 2.133vw);
  }
}
.p-gx-case__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-meta {
    gap: min(17.6px, 1.111vw);
    margin-top: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-meta {
    gap: min(17.6px, 4.267vw);
    margin-top: min(17.6px, 4.267vw);
  }
}
.p-gx-case__item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--text-cl-01);
  color: var(--text-cl-01);
  font-family: var(--font-zenold);
  font-weight: var(--fw-regular);
  letter-spacing: 0.8px;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-label {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(4.4px, 0.278vw) min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-label {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(3.3px, 0.8vw) min(17.6px, 4.267vw);
  }
}
.p-gx-case__item-name {
  font-family: var(--font-zenold);
  font-weight: var(--fw-semibold);
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-name {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-name {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-case__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: var(--fw-regular);
  color: var(--text-cl-01);
  border-bottom: 1px solid var(--text-cl-02);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-link {
    width: clamp(170px, 13.889vw, 220px);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(13.2px, 0.833vw);
    margin-left: auto;
    padding-bottom: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-link {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    width: min(145.2px, 35.2vw);
    margin-top: min(52.8px, 12.8vw);
    margin-left: auto;
    padding-bottom: min(26.4px, 6.4vw);
  }
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-link > span:nth-of-type(1) {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -1.5em 0 var(--text-cl-01), 0 0 0 var(--text-cl-01);
    -webkit-transition: text-shadow 0.3s, opacity var(--duration);
    transition: text-shadow 0.3s, opacity var(--duration);
  }
}
@media (hover: hover) {
  .p-gx-case__item-link:hover span:nth-of-type(1) {
    text-shadow: 0 0 0 #D3712E, 0 1.5em 0 #D3712E;
  }
}
.p-gx-case__item-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--text-cl-01);
  border-radius: 999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-case__item-link:hover .p-gx-case__item-arrow::after {
    -webkit-animation: gx-arrow-slide 0.55s ease forwards;
            animation: gx-arrow-slide 0.55s ease forwards;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-arrow {
    width: min(35.2px, 2.222vw);
    height: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-arrow {
    width: min(27.5px, 6.667vw);
    height: min(15.4px, 3.733vw);
  }
}
.p-gx-case__item-arrow::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-gx-case__item-arrow::after {
    width: min(13.2px, 0.833vw);
    height: min(9.9px, 0.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-case__item-arrow::after {
    width: min(8.8px, 2.133vw);
    height: min(6.6px, 1.6vw);
  }
}

.p-gx-contact {
  position: relative;
  background: #d9d9d9;
  border: 1px solid #868686;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-gx-contact {
    max-width: min(1320px, 83.333vw);
    margin-inline: auto;
    margin-block: min(110px, 6.944vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact {
    width: calc(100% - min(35.2px, 8.533vw));
    margin-block: min(55px, 13.333vw);
    margin-inline: auto;
  }
}
.p-gx-contact__label {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__label {
    width: min(451px, 28.472vw);
    top: calc(min(4.4px, 0.278vw) * -1);
    right: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__label {
    width: min(220px, 53.333vw);
    top: 0;
    right: min(17.6px, 4.267vw);
  }
}
.p-gx-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__inner {
    max-width: min(1188px, 75vw);
    margin: 0 auto;
    padding-block: min(88px, 5.556vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(44px, 10.667vw) min(33px, 8vw);
    gap: min(44px, 10.667vw);
  }
}
.p-gx-contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block {
    width: min(529.1px, 33.403vw);
    gap: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block {
    width: 100%;
    gap: min(35.2px, 8.533vw);
  }
}
.p-gx-contact__block + .p-gx-contact__block::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block + .p-gx-contact__block::before {
    width: 1px;
    height: 100%;
    border-left: #000 dashed 1px;
    top: 50%;
    left: calc(min(66px, 4.167vw) * -1);
    translate: 0 -50%;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block + .p-gx-contact__block {
    border-top: #000 dotted 1px;
    padding-top: min(44px, 10.667vw);
  }
}
.p-gx-contact__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-header {
    gap: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-header {
    gap: min(13.2px, 3.2vw);
  }
}
.p-gx-contact__block-title {
  font-family: var(--font-zenold);
  color: var(--text-cl-02);
  font-weight: var(--fw-medium);
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-title {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-gx-contact__block-desc {
  font-family: var(--font-base);
  color: var(--text-cl-01);
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-desc {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-desc {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-gx-contact__block-image {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.p-gx-contact__block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gx-contact__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  color: var(--text-cl-02);
  border: 1px solid var(--text-cl-02);
  text-decoration: none;
  font-family: var(--font-zenold);
  font-weight: var(--fw-medium);
  -webkit-transition: color var(--duration), background-color var(--duration);
  transition: color var(--duration), background-color var(--duration);
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-btn > span:first-child {
    overflow: hidden;
    color: transparent;
    text-shadow: 0 -1.5em 0 var(--text-cl-02), 0 0 0 var(--text-cl-02);
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
    padding: 0.25em 0;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-btn {
    width: min(529.1px, 33.403vw);
    height: min(86.9px, 5.486vw);
    padding: min(26.4px, 1.667vw) min(35.2px, 2.222vw);
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    border-radius: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-btn {
    height: min(105.6px, 25.6vw);
    padding: min(44px, 10.667vw) min(24.2px, 5.867vw);
    font-size: clamp(12.75px, 4vw, 16.5px);
    border-width: 0.5px;
    border-radius: min(2.2px, 0.533vw);
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .p-gx-contact__block-btn:hover {
    background-color: var(--text-cl-02);
    color: #fff;
  }
  .p-gx-contact__block-btn:hover > span:first-child {
    text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
  }
}
.p-gx-contact__block-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--text-cl-02);
  border-radius: 999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-gx-contact__block-btn:hover .p-gx-contact__block-arrow {
    background: #fff;
  }
  .p-gx-contact__block-btn:hover .p-gx-contact__block-arrow::after {
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-animation: gx-arrow-slide 0.55s ease forwards;
            animation: gx-arrow-slide 0.55s ease forwards;
  }
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-arrow {
    width: min(44px, 2.778vw);
    height: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-arrow {
    width: min(27.5px, 6.667vw);
    height: min(15.4px, 3.733vw);
  }
}
.p-gx-contact__block-arrow::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-gx-contact__block-arrow::after {
    width: min(13.2px, 0.833vw);
    height: min(9.9px, 0.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-contact__block-arrow::after {
    width: min(8.8px, 2.133vw);
    height: min(6.6px, 1.6vw);
  }
}

.p-gx-banner {
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(calc(-1 * var(--banner-stop-offset, 0px)));
          transform: translateY(calc(-1 * var(--banner-stop-offset, 0px)));
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.2s linear;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.2s linear;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.2s linear;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.p-gx-banner.is-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .p-gx-banner {
    width: min(282.7px, 17.847vw);
    height: min(129.8px, 8.194vw);
    right: min(26.4px, 1.667vw);
    bottom: 90px;
  }
}
@media screen and (max-width: 834px) {
  .p-gx-banner {
    width: min(282.7px, 68.533vw);
    height: min(129.8px, 31.467vw);
    right: min(17.6px, 4.267vw);
    bottom: 70px;
  }
}
.p-gx-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-gx-banner__link {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-gx-banner__link {
    border-radius: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-gx-banner__link {
    border-radius: min(17.6px, 4.267vw);
  }
}
.p-gx-banner__link img {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  will-change: opacity;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
@media (hover: hover) {
  .p-gx-banner__link:hover img {
    opacity: 0.8;
  }
}
.p-gx-banner__close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  border: 1px solid #414651;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.p-gx-banner__close::before, .p-gx-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #414651;
}
.p-gx-banner__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-gx-banner__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .p-gx-banner__close:hover {
    opacity: 0.8;
  }
}

.c-gx-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.c-gx-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.c-gx-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(90vw, 900px);
  z-index: 1;
}
.c-gx-modal__media {
  position: relative;
  width: auto;
  height: calc(100vh - 120px);
  height: calc(100svh - 120px);
  aspect-ratio: 9/16;
  margin: auto;
}
.c-gx-modal__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.c-gx-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.c-gx-modal__close::before, .c-gx-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-gx-modal__close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-gx-modal__close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}