@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Poppins&display=swap");

/* color */
.font-sans {
  font-family: "Noto Sans JP", sans-serif;
}
.font-en {
  font-family: "Poppins", sans-serif;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  border-radius: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: none;
       appearance: none;
  border: unset;
  background-image: none;
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --vw: 1vw;
}
html,
body {
  width: 100%;
  overscroll-behavior: none;
}
body {
  overflow-x: clip;
  color: #3e3a39;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 400;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #000000;
  text-decoration: none;
}
button {
  outline: none;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img,
picture {
  display: block;
}
[hidden] {
  display: none !important;
}
[x-cloak] {
  display: none !important;
}
.is-transitionstart a {
  pointer-events: none;
}
svg {
  display: block;
}
use {
  display: block;
  width: 100%;
  height: 100%;
}
main {
  width: 100%;
  height: auto;
  min-height: 100vh;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: smooth;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.c-bleed__left {
  margin-left: calc(50% - 50vi);
}
.c-bleed__right {
  margin-right: calc(50% - 50vi);
}
.c-bleed__both {
  margin-right: calc(50% - 50vi);
  margin-left: calc(50% - 50vi);
}
.c-button__base {
  display: inline-block;
  width: auto;
  height: auto;
}
.c-button__base--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
.--white .c-button__base--link {
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-button__base--link {
    gap: 0.75rem;
  }
}
.c-button__base--icon {
  position: relative;
  border-radius: 0.0625rem;
  background-color: #005bac;
  aspect-ratio: 1/1;
  width: 1.4375rem;
  height: auto;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-button__base--icon {
    border-radius: 0.125rem;
    width: 2.875rem;
  }
}
.--white .c-button__base--icon {
  background-color: #ffffff;
  color: #005bac;
}
.c-button__base--icon--arrow {
  padding: 0.3125rem 0.3125rem 0.25rem 0.25rem;
}
@media (min-width: 768px) {
  .c-button__base--icon--arrow {
    padding: 0.625rem 0.6875rem 0.5rem 0.5rem;
  }
}
.c-button__inline {
  width: 100%;
  height: 100%;
}
.c-button__inline--link {
  display: block;
  border-radius: 0.3125rem;
  background-color: #000000;
  padding: 0.8125rem 0.625rem 0.8125rem 0.75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-button__inline--link {
    padding: 1.25rem 1.0625rem 1.25rem 1rem;
  }
}
.is-lg .c-button__inline--link {
  padding: 0.875rem 0.875rem 0.875rem 0.75rem;
}
@media (min-width: 768px) {
  .is-lg .c-button__inline--link {
    padding: 1.25rem 1.0625rem 1.25rem 1.625rem;
  }
}
.c-button__inline--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.c-button__inline--icon {
  width: 1.0625rem;
  height: auto;
}
.c-button__inline--icon.--document {
  margin-right: 0.1875rem;
  width: 0.8125rem;
}
.c-button__inline--arrow {
  width: 0.625rem;
  height: auto;
}
.c-button__cta {
  width: 100%;
  height: 100%;
}
.c-button__cta--link {
  display: block;
  width: 100%;
  height: 100%;
}
.c-button__cta--link.is-circle {
  border-radius: 9999px;
}
.c-button__cta--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  height: 100%;
}
.is-lg .c-button__cta--inner {
  gap: 1.25rem;
}
.c-button__cta--icon {
  width: 0.625rem;
  height: auto;
  overflow: hidden;
}
.is-lg .c-button__cta--icon {
  width: 0.9375rem;
}
.c-button__drawer {
  width: 2.375rem;
  height: 2.375rem;
}
@media (min-width: 768px) {
  .c-button__drawer {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-button__drawer--btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-button__drawer--line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #005bac;
  width: 44.7368421053%;
  height: 0.125rem;
}
.c-button__drawer--line:nth-child(1), .c-button__drawer--line:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #005bac;
  width: 44.7368421053%;
  height: 0.125rem;
  content: "";
}
.c-button__drawer--line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0.375rem));
}
.c-button__drawer--line:nth-child(3) {
  transform: translate(-50%, calc(-50% + 0.375rem));
}
.c-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
.c-container:not(.not-sp) {
  padding: 0 1.5625rem;
}
@media (min-width: 768px) {
  .c-container {
    padding: 0 3.75rem;
  }
  .c-container:not(.not-sp) {
    padding: 0 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-container {
    padding: 0 5rem;
  }
  .c-container:not(.not-sp) {
    padding: 0 5rem;
  }
}
.c-container.--xl {
  max-width: none;
}
.c-container.--xl:not(.not-sp) {
  padding: 0 0.9375rem;
}
@media (min-width: 768px) {
  .c-container.--xl {
    padding: 0 1.25rem;
  }
  .c-container.--xl:not(.not-sp) {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1440px) {
  .c-container.--xl {
    padding: 0 1.3888888889vw;
  }
  .c-container.--xl:not(.not-sp) {
    padding: 0 1.3888888889vw;
  }
}
.c-display__hidden {
  display: none !important;
}
@media (min-width: 375px) {
  .c-display__hidden--ip {
    display: none;
  }
}
@media (min-width: 640px) {
  .c-display__hidden--sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-display__hidden--md {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-display__hidden--lg {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-display__hidden--xl {
    display: none;
  }
}
@media (min-width: 1440px) {
  .c-display__hidden--2xl {
    display: none;
  }
}
.c-display__block {
  display: block;
}
.c-display__block--ip {
  display: none;
}
@media (min-width: 375px) {
  .c-display__block--ip {
    display: block;
  }
}
.c-display__block--sm {
  display: none;
}
@media (min-width: 640px) {
  .c-display__block--sm {
    display: block;
  }
}
.c-display__block--md {
  display: none;
}
@media (min-width: 768px) {
  .c-display__block--md {
    display: block;
  }
}
.c-display__block--lg {
  display: none;
}
@media (min-width: 1024px) {
  .c-display__block--lg {
    display: block;
  }
}
.c-display__block--xl {
  display: none;
}
@media (min-width: 1280px) {
  .c-display__block--xl {
    display: block;
  }
}
.c-display__block--2xl {
  display: none;
}
@media (min-width: 1440px) {
  .c-display__block--2xl {
    display: block;
  }
}
.c-display__inline {
  display: inline;
}
.c-display__inline--ip {
  display: none;
}
@media (min-width: 375px) {
  .c-display__inline--ip {
    display: inline;
  }
}
.c-display__inline--sm {
  display: none;
}
@media (min-width: 640px) {
  .c-display__inline--sm {
    display: inline;
  }
}
.c-display__inline--md {
  display: none;
}
@media (min-width: 768px) {
  .c-display__inline--md {
    display: inline;
  }
}
.c-display__inline--lg {
  display: none;
}
@media (min-width: 1024px) {
  .c-display__inline--lg {
    display: inline;
  }
}
.c-display__inline--xl {
  display: none;
}
@media (min-width: 1280px) {
  .c-display__inline--xl {
    display: inline;
  }
}
.c-display__inline--2xl {
  display: none;
}
@media (min-width: 1440px) {
  .c-display__inline--2xl {
    display: inline;
  }
}
.c-effect__loading {
  opacity: 1;
}
.is-loaded .c-effect__loading {
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.c-effect__parallax {
  transform: perspective(1000px) translateY(calc(var(--progress) * 100%));
  transform-origin: center;
  overflow: hidden;
}
.c-effect__parallax.c-image__cover {
  transform: perspective(1000px) translateY(calc(var(--progress) * 100%)) scale(calc(1 + var(--ratio)));
}
.c-effect__parallax.c-image__cover.not-scale {
  transform: perspective(1000px) translateY(calc(var(--progress) * 100%));
}
.c-effect__parallax.--clip {
  clip-path: inset(0 calc(var(--progress) * 200%));
}
.c-effect__drawer .--line {
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c-effect__drawer .--line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0.375rem)) rotate(0);
}
.c-effect__drawer .--line:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(1);
}
.c-effect__drawer .--line:nth-child(3) {
  transform: translate(-50%, calc(-50% + 0.375rem)) rotate(0);
}
.c-effect__drawer.is-open .--line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-effect__drawer.is-open .--line:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.c-effect__drawer.is-open .--line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .c-effect__sticky {
    opacity: 0;
    pointer-events: none;
  }
  .c-effect__sticky .--image {
    transform: translateY(100%) scale(0.9);
  }
  .c-effect__sticky.is-current {
    opacity: calc(var(--progress) * 2);
    pointer-events: auto;
  }
  .c-effect__sticky.is-current .--image {
    transform: translateY(calc((1 - var(--progress)) * 200%)) scale(calc(0.9 + var(--progress) * 0.2));
  }
  .c-effect__sticky.is-prev {
    opacity: calc(1 - var(--progress) * 2);
  }
  .c-effect__sticky.is-prev .--image {
    transform: translateY(calc(var(--progress) * -200%)) scale(calc(1.1 - var(--progress) * 0.1));
  }
}
.c-effect__accordion .--icon span:last-of-type {
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c-effect__accordion.--open .--icon span:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-heading__hero {
  padding-top: 6.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-heading__hero {
    padding-top: 9.25rem;
  }
}
.c-heading__hero--label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .c-heading__hero--label {
    gap: 0.625rem;
  }
}
.c-heading__hero--title {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
  color: #000000;
}
.--sm .c-heading__hero--title h2 {
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .c-heading__hero--title {
    margin-top: 2.5rem;
  }
  .--sm .c-heading__hero--title h2 {
    font-size: 4.375rem !important;
  }
}
.c-heading__hero--description {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  color: #000000;
}
@media (min-width: 768px) {
  .c-heading__hero--description {
    margin-top: 7.5rem;
    margin-left: auto;
    max-width: 39.0625rem;
  }
}
.c-heading__hero--kv {
  margin-top: 1.875rem;
  aspect-ratio: 325/220;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-heading__hero--kv {
    margin-top: 3.75rem;
    aspect-ratio: 1280/800;
  }
}
.c-heading__section {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .c-heading__section {
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.c-heading__section.--sm {
  gap: 0.625rem;
}
.c-heading__section.--white {
  color: #ffffff;
}
.c-heading__section-lower {
  width: 100%;
  height: auto;
}
.c-heading__section-lower--inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.3125rem;
  padding-top: 0.9375rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .c-heading__section-lower--inner {
    gap: 0.9375rem;
    padding-top: 1.875rem;
  }
}
.c-heading__section-lower--inner > p.c-text__ja {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-heading__section-lower--inner > p.c-text__ja {
    font-size: 1.875rem;
  }
}
.c-heading__section-lower--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005bac;
  width: 100%;
  height: 0.0625rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-heading__section-lower--line {
    height: 0.125rem;
  }
}
.c-heading__section-lower--sub {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
  color: #000000;
}
@media (min-width: 768px) {
  .c-heading__section-lower--sub {
    margin-top: 1.875rem;
  }
}
.c-heading__section-lower--sub.--mt-0 {
  margin-top: 0 !important;
}
.c-heading__section-lower--sub > h3.c-text__ja {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .c-heading__section-lower--sub > h3.c-text__ja {
    font-size: 4.375rem;
  }
}
.c-image__normal {
  width: 100%;
  height: auto;
}
.c-image__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-image__position--left {
  -o-object-position: left;
     object-position: left;
}
.c-image__position--right {
  -o-object-position: right;
     object-position: right;
}
.c-image__position--top {
  -o-object-position: top;
     object-position: top;
}
.c-image__position--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.c-kerning {
  font-kerning: auto;
  font-feature-settings: "palt";
}
.c-kerning__not {
  font-kerning: none;
  font-feature-settings: "normal";
}
.c-link {
  opacity: 1;
  transition: opacity 300ms ease-out;
  cursor: pointer;
  text-decoration: unset;
}
@media (min-width: 1024px) {
  .c-link:hover {
    opacity: 0.6;
  }
}
@media (prefers-reduced-motion) {
  .c-link {
    transition: opacity 1s linear;
  }
  .c-link:hover {
    opacity: 0.6;
  }
}
.c-link__media .--image {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.c-link__media .--image img {
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  .c-link__media.is-hover .--image img {
    transform: scale(1.1);
    transition: transform 400ms ease;
  }
}
.c-link__button .--arrow {
  position: relative;
  overflow: hidden;
}
.c-link__button .--arrow-before {
  transform: translate(0, 0) scale(1);
}
.c-link__button .--arrow-after {
  position: absolute;
  transform: translate(-100%, 100%) scale(0.1);
  z-index: 0;
  inset: 0;
}
.c-link__button .--arrow-after.--dropdown {
  transform: translate(0, -100%) scale(0.1);
}
.c-link__button .--text {
  position: relative;
  padding-bottom: 0.1875rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.c-link__button .--text .--before {
  display: inline-block;
  transform: translateY(0);
}
.c-link__button .--text .--after {
  display: inline-block;
  position: absolute;
  transform: translateY(110%);
  z-index: 0;
  inset: 0;
}
.c-link__button .--image {
  overflow: hidden;
}
.c-link__button .--image img {
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.c-link__button.is-hover .--arrow-before {
  transform: translate(100%, -100%) scale(0.1);
  transition: transform 300ms ease;
}
.c-link__button.is-hover .--arrow-before.--dropdown {
  transform: translate(0, 100%) scale(0.1);
}
.c-link__button.is-hover .--arrow-after {
  transform: translate(0, 0) scale(1);
  transition: transform 300ms ease;
}
.c-link__button.is-hover .--text .--before {
  transform: translateY(-110%);
  transition: transform 300ms ease;
}
.c-link__button.is-hover .--text .--after {
  transform: translateY(0);
  transition: transform 300ms ease;
}
.c-link__button.is-hover .--image img {
  transform: scale(1.1);
  transition: transform 400ms ease;
}
.c-scroll-bar-hidden {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-scroll-bar-hidden::-webkit-scrollbar {
  display: none;
}
.c-text__en {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
}
.c-text__en.--4xl {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-text__en.--4xl {
    font-size: 5rem;
  }
}
.c-text__en.--3xl {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-text__en.--3xl {
    font-size: 3.4375rem;
  }
}
.c-text__en.--2xl {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-text__en.--2xl {
    font-size: 3rem;
  }
}
.c-text__en.--xl {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-text__en.--xl {
    font-size: 3rem;
    letter-spacing: 0em;
  }
}
.c-text__en.--lg {
  font-size: 1.25rem;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .c-text__en.--lg {
    font-size: 2.5rem;
  }
}
.c-text__en.--md {
  font-size: 1rem;
}
.c-text__ja {
  font-family: "Noto Sans JP", sans-serif;
}
.c-text__ja.--12xl {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .c-text__ja.--12xl {
    font-size: 10.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .c-text__ja.--12xl {
    font-size: 9.375rem;
  }
}
.c-text__ja.--11xl {
  font-size: 2.625rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-text__ja.--11xl {
    font-size: 7.2916666667vw;
  }
}
.c-text__ja.--10xl {
  font-size: 2.125rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .c-text__ja.--10xl {
    font-size: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .c-text__ja.--10xl {
    font-size: 5.625rem;
  }
}
.c-text__ja.--9xl {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .c-text__ja.--9xl {
    font-size: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .c-text__ja.--9xl {
    font-size: 5.625rem;
  }
}
.c-text__ja.--8xl {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .c-text__ja.--8xl {
    font-size: 3.75rem;
  }
}
.c-text__ja.--7xl {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-text__ja.--7xl {
    font-size: 2.75rem;
  }
}
.c-text__ja.--6xl {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .c-text__ja.--6xl {
    font-size: 2.25rem;
  }
}
.c-text__ja.--5xl {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .c-text__ja.--5xl {
    font-size: 2.25rem;
  }
}
.c-text__ja.--4xl {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .c-text__ja.--4xl {
    font-size: 2rem;
  }
}
.c-text__ja.--3xl {
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-text__ja.--3xl {
    font-size: 2rem;
  }
}
.c-text__ja.--2xl {
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-text__ja.--2xl {
    font-size: 1.75rem;
  }
}
.c-text__ja.--xl {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-text__ja.--xl {
    font-size: 1.5rem;
  }
}
.c-text__ja.--lg {
  font-size: 1rem;
  line-height: 1.6;
}
.c-text__ja.--lg.not-sp {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-text__ja.--lg {
    font-size: 1.25rem;
  }
}
.c-text__ja.--md {
  font-size: 0.75rem;
  line-height: 1;
}
.c-text__ja.--md.not-sp {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-text__ja.--md {
    font-size: 1rem;
  }
}
.c-text__ja.--sm {
  font-size: 1rem;
  line-height: 1.6;
}
.c-text__ja.--sm.not-sp {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-text__ja.--sm {
    font-size: 0.9375rem;
  }
}
.c-text__ja.--xs {
  font-size: 0.8125rem;
  line-height: 1;
}
.c-text__ja.--2xs {
  font-size: 0.625rem;
  line-height: 1;
}
.prj-entry {
  padding-bottom: 1.25rem;
  width: 100%;
  height: auto;
}
.prj-entry__inner {
  position: relative;
  z-index: 10;
  border-radius: 0.3125rem;
  padding: 2.75rem 1.875rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-entry__inner {
    padding: 4.25rem 3.75rem 5.125rem;
  }
}
.prj-entry__bg {
  position: absolute;
  z-index: -10;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.prj-entry__heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.prj-entry__content {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .prj-entry__content {
    margin-top: 1.375rem;
  }
}
.prj-entry__content--text {
  margin-top: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .prj-entry__content--text {
    margin-top: 0.9375rem;
  }
}
.prj-entry__buttons {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-entry__buttons {
    margin-top: 3.75rem;
  }
}
.prj-entry__buttons--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .prj-entry__buttons--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.prj-entry__buttons--item {
  width: auto;
  height: auto;
}
.prj-entry__buttons--link {
  display: block;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  padding: 0.625rem 1.625rem 0.625rem 0.8125rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-entry__buttons--link {
    padding: 1.5625rem 3.375rem 1.5625rem 1.5625rem;
  }
}
.prj-entry__buttons--inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .prj-entry__buttons--inner {
    gap: 1.5rem;
  }
}
.prj-entry__buttons--image {
  flex: 1 0 auto;
  border-radius: 0.3125rem;
  aspect-ratio: 15/13;
  width: 4.375rem;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-entry__buttons--image {
    width: 9.375rem;
  }
}
.prj-entry__buttons--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  height: auto;
  color: #0361a9;
}
.prj-entry__buttons--icon {
  flex: 0 0 auto;
  width: 0.625rem;
  height: auto;
}
@media (min-width: 768px) {
  .prj-entry__buttons--icon {
    width: 1.1875rem;
  }
}
.prj-footer {
  background-color: #005bac;
  padding: 3rem 1.6875rem 1.25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-footer {
    padding: 5rem 5.2083333333vw 4.375rem 5.5555555556vw;
  }
}
.prj-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.75rem 8.3333333333vw;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__inner {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .prj-footer__inner {
    gap: 15.9027777778vw;
    padding-right: 1.25vw;
  }
}
.prj-footer__heading {
  flex: 1 0 auto;
  width: 100%;
  max-width: 17.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__heading {
    max-width: 15.625rem;
  }
}
@media (min-width: 1024px) {
  .prj-footer__heading {
    max-width: 17.5rem;
  }
}
.prj-footer__logo {
  width: 42.1428571429%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__logo {
    width: 56.4285714286%;
  }
}
.prj-footer__button {
  margin-top: 1.875rem;
  aspect-ratio: 280/55;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__button {
    margin-top: 2.75rem;
  }
}
.prj-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.prj-footer__nav--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: auto;
  height: auto;
}
.prj-footer__nav--item {
  width: auto;
  height: auto;
}
.prj-footer__nav--link {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.78125rem 0;
  width: auto;
  height: auto;
  color: #ffffff;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .prj-footer__nav--link {
    gap: 0.625rem;
    padding: 0.9375rem 0;
  }
}
li:first-of-type .prj-footer__nav--link {
  padding-top: 0;
}
.prj-footer__nav--link .--en {
  opacity: 0.5;
}
.prj-footer__nav--link .--ja {
  line-height: 1;
}
.prj-footer__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.875rem 0;
  margin-top: 3.75rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__footer {
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 5.875rem;
  }
}
.prj-footer__social {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.5rem;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .prj-footer__social {
    flex-direction: row;
    align-items: center;
  }
}
.prj-footer__social--list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  width: auto;
  height: auto;
}
.prj-footer__social--item {
  width: 1rem;
  height: auto;
}
.prj-footer__social--item:nth-child(1) {
  width: 1.0625rem;
}
.prj-footer__social--corporate {
  width: auto;
  height: auto;
}
.prj-footer__social--corporate--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  height: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .prj-footer__social--corporate--link {
    gap: 0.1875rem;
  }
}
.prj-footer__copyright {
  color: #ffffff;
}
.prj-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding-top: 1rem;
  width: 100%;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
@media (min-width: 768px) {
  .prj-header {
    top: 0;
    padding-top: 1.0625rem;
  }
}
.prj-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.375rem;
  padding: 0 1.125rem 0 0.6875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-header__inner {
    gap: 0.7638888889vw;
    padding: 0 2.0138888889vw 0 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .prj-header__inner {
    gap: 0.6875rem;
    padding: 0 1.8125rem 0 0.75rem;
  }
}
.prj-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
  background-color: #ffffff;
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-header__nav {
    padding: 0.625rem 0.8333333333vw 0.625rem 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .prj-header__nav {
    padding: 0.625rem 0.75rem 0.625rem 1.875rem;
  }
}
.prj-header__nav--inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.0416666667vw;
}
@media (min-width: 1440px) {
  .prj-header__nav--inner {
    gap: 0.9375rem;
  }
}
.prj-header__nav--list {
  display: none;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
@media (min-width: 1024px) {
  .prj-header__nav--list {
    display: flex;
  }
}
.prj-header__nav--item {
  width: auto;
  height: auto;
}
.prj-header__nav--link {
  display: block;
  padding: 0 0.6944444444vw;
}
@media (min-width: 1440px) {
  .prj-header__nav--link {
    padding: 0 0.625rem;
  }
}
.prj-header__nav--text {
  color: #0361a9;
  font-size: 1.0416666667vw !important;
  text-wrap: nowrap;
}
@media (min-width: 1440px) {
  .prj-header__nav--text {
    font-size: 0.9375rem !important;
  }
}
.prj-header__nav--cta {
  width: auto;
  height: auto;
}
.prj-header__nav--cta--list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
}
.prj-header__nav--cta--item {
  height: 1.875rem;
}
@media (min-width: 768px) {
  .prj-header__nav--cta--item {
    height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .prj-header__nav--cta--item {
    height: 1.5625rem;
  }
}
@media (min-width: 1280px) {
  .prj-header__nav--cta--item {
    height: 2.25rem;
  }
}
.prj-header__nav--cta--item[data-index="1"] {
  width: 6.25rem;
}
@media (min-width: 768px) {
  .prj-header__nav--cta--item[data-index="1"] {
    width: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .prj-header__nav--cta--item[data-index="1"] {
    width: 5rem;
  }
}
@media (min-width: 1280px) {
  .prj-header__nav--cta--item[data-index="1"] {
    width: 6.3125rem;
  }
}
.prj-header__nav--cta--item[data-index="2"] {
  width: 6.25rem;
}
@media (min-width: 768px) {
  .prj-header__nav--cta--item[data-index="2"] {
    width: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .prj-header__nav--cta--item[data-index="2"] {
    width: 5rem;
  }
}
@media (min-width: 1280px) {
  .prj-header__nav--cta--item[data-index="2"] {
    width: 6.3125rem;
  }
}
.prj-header__nav--cta--item[data-index="3"] {
  display: none;
  width: 6.75rem;
}
@media (min-width: 1024px) {
  .prj-header__nav--cta--item[data-index="3"] {
    display: block;
  }
}
@media (min-width: 1280px) {
  .prj-header__nav--cta--item[data-index="3"] {
    width: 7.5rem;
  }
}
.prj-header__logo {
  width: 3.375rem;
  height: auto;
}
@media (min-width: 768px) {
  .prj-header__logo {
    width: 4.9375rem;
  }
}
@media (min-width: 1024px) {
  .prj-header__logo {
    width: 5.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .prj-header__logo {
    width: 4.9375rem;
  }
}
.prj-header__logo--link {
  display: block;
  width: 100%;
  height: 100%;
}
.prj-header__cta {
  flex: 1 0 auto;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 9999px;
  width: 100%;
  height: 3.4375rem;
}
@media (min-width: 1024px) {
  .prj-header__cta {
    width: 10rem;
    height: 2.8125rem;
  }
}
@media (min-width: 1280px) {
  .prj-header__cta {
    width: 11.25rem;
    height: 3.4375rem;
  }
}
.prj-header__cta a {
  padding: 0 1.8125rem;
}
@media (min-width: 1024px) {
  .prj-header__cta a {
    padding: 0;
  }
}
.prj-header__cta a .c-button__cta--inner {
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .prj-header__cta a .c-button__cta--inner {
    justify-content: center;
  }
}
.prj-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #e9eff3;
  width: 100vw;
  height: 100lvh;
}
.prj-header__menu--nav {
  padding: 8.375rem 3rem 3.9375rem;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.prj-header__menu--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.875rem 0;
  width: 100%;
  height: auto;
}
.prj-header__menu--item {
  width: 100%;
  height: auto;
}
.prj-header__menu--link {
  display: block;
  width: 100%;
  height: auto;
  color: #005bac;
}
.prj-header__menu--link p {
  line-height: 1 !important;
}
.prj-header__menu--cta {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem 0;
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
.prj-loading {
  position: fixed;
  z-index: 9999;
  cursor: wait;
  inset: 0;
  background-color: #ffffff;
  max-width: 100%;
}
.prj-next-page {
  width: 100%;
  height: auto;
}
.prj-next-page__inner {
  width: 100%;
  height: auto;
}
.prj-next-page__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .--multiple .prj-next-page__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.prj-next-page__item {
  position: relative;
  z-index: 10;
  border-radius: 0.3125rem;
  padding: 2.625rem 2rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-next-page__item {
    padding: 5.3125rem 0;
  }
  .--multiple .prj-next-page__item {
    padding: 3.125rem 0;
  }
}
.prj-next-page__bg {
  position: absolute;
  z-index: -10;
  filter: blur(40px);
  inset: 0;
  pointer-events: none;
}
.prj-next-page__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.875rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-next-page__content {
    flex-direction: row;
  }
  .--multiple .prj-next-page__content {
    flex-direction: column;
    gap: 2.125rem 0;
  }
}
.prj-next-page__image {
  flex: 0 0 auto;
  aspect-ratio: 245/155;
  width: 15.3125rem;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prj-next-page__image {
    padding: 0 7.265625%;
    aspect-ratio: 636/280;
    width: 49.6875%;
  }
  .--multiple .prj-next-page__image {
    padding: 0;
    aspect-ratio: 190/120;
    width: 11.875rem;
  }
}
.prj-next-page__heading {
  width: 100%;
  height: auto;
  color: #ffffff;
  text-align: center;
}
.prj-next-page__heading > p.c-text__en {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .prj-next-page__heading > p.c-text__en {
    font-size: 1.5rem;
  }
}
.prj-next-page__heading > p.c-text__ja {
  margin-top: 0.625rem;
  font-size: 1.625rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .prj-next-page__heading > p.c-text__ja {
    margin-top: 0.9375rem;
    font-size: 3.8194444444vw;
  }
  .--multiple .prj-next-page__heading > p.c-text__ja {
    margin-top: 0.625rem;
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .prj-next-page__heading > p.c-text__ja {
    font-size: 3.4375rem;
  }
  .--multiple .prj-next-page__heading > p.c-text__ja {
    font-size: 2.25rem;
  }
}
.prj-next-page__button {
  margin: 1.5625rem auto 0;
  width: 12.5rem;
}
@media (min-width: 768px) {
  .prj-next-page__button {
    margin: 1.875rem auto 0;
    width: 16.25rem;
  }
  .--multiple .prj-next-page__button {
    margin: 1.25rem auto 0;
  }
}
.prj-note {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-note {
    margin-top: 9.375rem;
  }
}
.prj-note__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.prj-note__heading span {
  color: #005bac;
}
.prj-note__button {
  margin: 1.875rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (min-width: 768px) {
  .prj-note__button {
    margin: 0;
  }
}
.prj-note__button--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  border: 1px solid #a9a9a9;
  border-radius: 9999px;
  padding: 0.5rem 0.5625rem 0.4375rem 1.75rem;
  width: 100%;
  height: auto;
}
.prj-note__button--icon {
  width: 2.5rem;
  height: auto;
  overflow: hidden;
}
.prj-note__content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-note__content {
    margin-top: 3.125rem;
  }
}
.prj-note__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 2.4375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .prj-note__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .prj-note__list {
    grid-template-columns: repeat(var(--count), minmax(0, 1fr));
  }
}
.prj-note__item {
  width: 100%;
  height: auto;
}
.prj-note__item--link {
  display: block;
  width: 100%;
  height: auto;
}
.prj-note__item--image {
  aspect-ratio: 290/152;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.prj-note__item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
}
.prj-note__item--content h3 {
  line-height: 1.6 !important;
}
.prj-note__item--content time {
  color: #a9a9a9;
}
.prj-note__item--content time.--original {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .prj-note__item--content time.--original {
    font-size: 1.25rem;
  }
}
.prj-note__item--button {
  border-radius: 9999px;
  background-color: #000000;
  padding: 0.5625rem 0.4375rem 0.5625rem 0.5rem;
  aspect-ratio: 1/1;
  width: 1.875rem;
  height: auto;
  overflow: hidden;
}
.prj-webgl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100lvh;
  pointer-events: none;
}
.prj-webgl__stage {
  position: absolute;
  opacity: 0.08;
  inset: 0;
}
.pg-about__documents {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__documents {
    margin-top: 4.125rem;
  }
}
.pg-about__documents--description {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__documents--description {
    margin-top: 3.75rem;
  }
}
.pg-about__documents--image {
  position: relative;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
.pg-about__documents--image img {
  aspect-ratio: 325/300;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__documents--image img {
    aspect-ratio: auto;
  }
}
.pg-about__documents--image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -74%);
  aspect-ratio: 922/522 !important;
  width: 87.0769230769% !important;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__documents--image iframe {
    transform: translate(-50%, -50%);
    margin-top: 3.125rem;
    width: 62.03125% !important;
  }
}
@media (min-width: 768px) {
  .pg-about__documents--image {
    margin-top: 3.125rem;
  }
}
.pg-about__documents--button {
  margin: 1.25rem auto 0;
  width: 10.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__documents--button {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    margin: 0;
    width: 13.75rem;
  }
}
.pg-about__products {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__products {
    margin-top: 12.5rem;
  }
}
.pg-about__products--heading {
  width: 100%;
  height: auto;
}
.pg-about__products--description {
  margin-top: 3.125rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__products--description {
    margin-top: 3.75rem;
  }
}
.pg-about__products--button {
  margin-top: 1.25rem;
  width: 12.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__products--button {
    margin-top: 2.5rem;
    width: 16.25rem;
  }
}
.pg-about__services {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services {
    margin-top: 12.5rem;
  }
}
.pg-about__services--content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6.25rem 0;
  margin-top: 2.5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services--content {
    gap: 7.5rem 0;
    margin-top: 1.25rem;
  }
}
.pg-about__services--item {
  position: relative;
  padding-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services--item {
    padding-top: 2.5rem;
  }
}
.pg-about__services--item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  content: "";
}
.pg-about__services--heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem 0.9375rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-about__services--heading {
    flex-direction: row;
    align-items: center;
  }
}
.pg-about__services--heading > h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-about__services--heading > h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-about__services--heading > h3 {
    font-size: 3.125rem;
  }
}
.pg-about__services--heading > p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__services--heading > p {
    font-size: 2rem;
  }
}
.pg-about__services--description {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 54.625rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services--description {
    margin-top: 1.25rem;
  }
}
.pg-about__services--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 0.6875rem;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.75rem 0.6875rem;
    margin-top: 3.75rem;
  }
}
.pg-about__services--list--image {
  width: 100%;
  height: auto;
}
.pg-about__services--list--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__services--list--item {
    gap: 0.875rem;
  }
}
.pg-about__services--list--item > p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__services--list--item > p {
    font-size: 1.625rem;
  }
}
.pg-about__feature {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__feature {
    margin-top: 12.5rem;
  }
}
.pg-about__feature--content {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__feature--content {
    margin-top: 2.5rem;
  }
}
.pg-about__feature--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__feature--list {
    gap: 3.75rem 0;
  }
}
.pg-about__feature--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 3.359375%;
  padding-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__feature--item {
    flex-direction: row;
    padding-top: 3.75rem;
  }
}
.pg-about__feature--item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  content: "";
}
.pg-about__feature--item--image {
  flex: 0 0 auto;
  aspect-ratio: 325/220;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-about__feature--item--image {
    aspect-ratio: 583/460;
    width: 45.546875%;
  }
}
.pg-about__feature--item--content {
  width: 100%;
  height: auto;
}
.pg-about__feature--item--heading {
  width: 100%;
  height: auto;
  color: #005bac;
}
.pg-about__feature--item--heading > h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__feature--item--heading > h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-about__feature--item--heading > h4 {
    font-size: 2rem;
  }
}
.pg-about__feature--item--heading > p {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__feature--item--heading > p {
    margin-top: 1.25rem;
  }
}
.pg-about__feature--item--description {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
  color: #000000;
}
@media (min-width: 768px) {
  .pg-about__feature--item--description {
    margin-top: 1.25rem;
  }
}
.pg-about__attempt {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt {
    margin-top: 12.5rem;
  }
}
.pg-about__attempt--content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6.25rem 0;
  margin-top: 2.5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--content {
    gap: 7.5rem 0;
    margin-top: 1.25rem;
  }
}
.pg-about__attempt--item {
  position: relative;
  padding-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--item {
    padding-top: 2.5rem;
  }
}
.pg-about__attempt--item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  content: "";
}
.pg-about__attempt--heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem 0.9375rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-about__attempt--heading {
    flex-direction: row;
    align-items: center;
  }
}
.pg-about__attempt--heading > h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-about__attempt--heading > h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-about__attempt--heading > h3 {
    font-size: 3.125rem;
  }
}
.pg-about__attempt--heading > p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__attempt--heading > p {
    font-size: 2rem;
  }
}
.pg-about__attempt--description {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 54.625rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--description {
    margin-top: 1.25rem;
  }
}
.pg-about__attempt--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 0.6875rem;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.75rem 0.6875rem;
    margin-top: 3.75rem;
  }
}
.pg-about__attempt--list--image {
  width: 100%;
  height: auto;
}
.pg-about__attempt--list--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--list--item {
    gap: 0.875rem;
  }
}
.pg-about__attempt--list--item > p {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__attempt--list--item > p {
    font-size: 1.625rem;
  }
}
.pg-about__attempt--develop {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop {
    margin-top: 3.75rem;
  }
}
.pg-about__attempt--develop--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 3.125rem 2.34375%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pg-about__attempt--develop--item {
  width: 100%;
  height: auto;
}
.pg-about__attempt--develop--image {
  aspect-ratio: 325/180;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--image {
    aspect-ratio: 625/350;
  }
}
.pg-about__attempt--develop--heading {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--heading {
    margin-top: 1.875rem;
  }
}
.pg-about__attempt--develop--heading h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--heading h4 {
    font-size: 1.625rem;
  }
}
.pg-about__attempt--develop--content {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--content {
    margin-top: 2.375rem;
  }
}
.pg-about__attempt--develop--button {
  margin-top: 1.25rem;
  width: 10.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__attempt--develop--button {
    margin-top: 1.875rem;
    width: 13.75rem;
  }
}
.pg-about__voice {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__voice {
    margin-top: 12.5rem;
  }
}
.pg-about__voice--content {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__voice--content {
    margin-top: 2.5rem;
  }
}
.pg-about__voice--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__voice--list {
    gap: 3.75rem 0;
  }
}
.pg-about__voice--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 3.359375%;
  padding-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__voice--item {
    flex-direction: row;
    padding-top: 3.75rem;
  }
}
.pg-about__voice--item::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  content: "";
}
.pg-about__voice--item--image {
  flex: 0 0 auto;
  aspect-ratio: 325/280;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-about__voice--item--image {
    aspect-ratio: 583/500;
    width: 45.546875%;
  }
}
.pg-about__voice--item--content {
  width: 100%;
  height: auto;
}
.pg-about__voice--item--heading {
  width: 100%;
  height: auto;
  color: #005bac;
}
.pg-about__voice--item--heading > h4 {
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-about__voice--item--heading > h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-about__voice--item--heading > h4 {
    font-size: 3.125rem;
  }
}
.pg-about__voice--item--heading > p.c-text__ja {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-about__voice--item--heading > p.c-text__ja {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}
.pg-about__voice--item--description {
  width: 100%;
  height: auto;
  color: #000000;
}
@media (min-width: 768px) {
  .pg-about__voice--item--description {
    margin-top: 1.875rem;
  }
}
.pg-about__voice--item--button {
  margin-top: 1.25rem;
  width: 10.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__voice--item--button {
    margin-top: 1.875rem;
    width: 13.75rem;
  }
}
.pg-about__slogan {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__slogan {
    margin-top: 12.5rem;
  }
}
.pg-about__slogan--inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.125rem 3.359375%;
  padding-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__slogan--inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-about__slogan--inner {
    flex-direction: row;
  }
}
.pg-about__slogan--heading {
  width: 100%;
  height: auto;
}
.pg-about__slogan--heading .c-heading__section-lower--inner {
  padding-top: 0 !important;
}
.pg-about__slogan--description {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-about__slogan--description {
    margin-top: 7.25rem;
    max-width: 25rem;
  }
}
.pg-about__slogan--image {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pg-about__slogan--image {
    aspect-ratio: 617/700;
    width: 48.203125%;
  }
}
.pg-about__page {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__page {
    margin-top: 12.5rem;
  }
}
.pg-about__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-about__entry {
    margin-top: 9.375rem;
  }
}
.pg-career__nav {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__nav {
    margin-top: 7.9375rem;
  }
}
.pg-career__nav--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__nav--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .pg-career__nav--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pg-career__nav--item {
  width: 100%;
}
.pg-career__nav--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  background-color: #005bac;
  padding: 0.9375rem 1.125rem 0.9375rem 1.25rem;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pg-career__nav--link {
    padding: 1.75rem 2.0625rem 1.75rem 2.5rem;
  }
}
.pg-career__nav--arrow {
  flex: 0 0 auto;
  width: 0.75rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__nav--arrow {
    width: 1.25rem;
  }
}
.pg-career__faq {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq {
    margin-top: 12.5rem;
  }
}
.pg-career__faq--nav {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--nav {
    margin-top: 2.5rem;
  }
}
.pg-career__faq--nav--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 0.3125rem 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--nav--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pg-career__faq--nav--item {
  width: 100%;
  height: auto;
}
.pg-career__faq--nav--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #005bac;
  padding: 0.875rem 1.25rem;
  width: 100%;
  height: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pg-career__faq--nav--link {
    padding: 1.75rem 9.5238095238%;
  }
}
.pg-career__faq--nav--icon {
  flex: 0 0 auto;
  width: 0.75rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--nav--icon {
    width: 1.25rem;
  }
}
.pg-career__faq--item {
  width: 100%;
  height: auto;
}
.pg-career__faq--item > h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-career__faq--item > h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-career__faq--item > h3 {
    font-size: 3.125rem;
  }
}
.pg-career__faq--content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.125rem 0;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--content {
    gap: 9.375rem 0;
    margin-top: 6.25rem;
  }
}
.pg-career__faq--content--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem 0;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--content--list {
    gap: 2.5rem 0;
    margin-top: 3.75rem;
  }
}
.pg-career__faq--content--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9375rem 2.34375%;
  padding-bottom: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--content--item {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-career__faq--content--item {
    flex-direction: row;
  }
}
.pg-career__faq--content--item:not(:last-child)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
  content: "";
}
.pg-career__faq--content--item--heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9375rem 2.5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--content--item--heading {
    flex-direction: row;
  }
}
.pg-career__faq--content--item--heading > p {
  color: #005bac;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .pg-career__faq--content--item--heading > p {
    font-size: 1.75rem;
  }
}
.pg-career__faq--content--item--heading > h4 {
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-career__faq--content--item--heading > h4 {
    font-size: 1.625rem;
  }
}
.pg-career__faq--content--item--description {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__faq--content--item--description {
    padding-left: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .pg-career__faq--content--item--description {
    padding-left: 0;
    width: 54.53125%;
  }
}
.pg-career__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-career__entry {
    margin-top: 9.375rem;
  }
}
.pg-casual-session__about {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__about {
    margin-top: 9.375rem;
  }
}
.pg-casual-session__about--heading {
  width: 100%;
  height: auto;
}
.pg-casual-session__about--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.125rem 8.046875%;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__about--content {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .pg-casual-session__about--content {
    flex-direction: row;
  }
}
.pg-casual-session__about--description {
  width: 100%;
  height: auto;
}
.pg-casual-session__about--description p {
  color: #000000;
}
.pg-casual-session__about--note {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__about--note {
    margin-top: 1.25rem;
  }
}
.pg-casual-session__about--note > p.c-text__ja {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .pg-casual-session__about--note > p.c-text__ja {
    font-size: 0.9375rem;
  }
}
.pg-casual-session__about--image {
  flex: 0 0 auto;
  aspect-ratio: 325/220;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pg-casual-session__about--image {
    aspect-ratio: 625/380;
    width: 48.828125%;
  }
}
.pg-casual-session__detail {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail {
    margin-top: 9.375rem;
  }
}
.pg-casual-session__detail--container {
  padding: 0 0.625rem !important;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--container {
    padding: 0 1.25rem !important;
  }
}
.pg-casual-session__detail--content {
  background-color: #e9eff3;
  padding: 2.8125rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--content {
    padding: 8.75rem 0 5.375rem;
  }
}
.pg-casual-session__detail--inner {
  margin: 0 auto;
  padding: 0 6.4788732394%;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--inner {
    padding: 0 4.2857142857%;
  }
}
.pg-casual-session__detail--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.125rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--list {
    gap: 7.5rem 0;
  }
}
.pg-casual-session__detail--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem 3.125%;
  padding-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--item {
    flex-direction: row;
  }
  .pg-casual-session__detail--item:not(:first-of-type) {
    padding-top: 1.875rem;
  }
}
.pg-casual-session__detail--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c8d8e5;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
li:first-of-type .pg-casual-session__detail--line {
  display: none;
}
.pg-casual-session__detail--heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 0.625rem;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--heading {
    gap: 0 2rem;
  }
}
.pg-casual-session__detail--heading .c-text__en {
  margin-top: 0.375rem;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--heading .c-text__en {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-casual-session__detail--heading .c-text__en {
    margin-top: 0.875rem;
  }
}
.pg-casual-session__detail--heading .c-text__ja {
  color: #005bac;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--heading .c-text__ja {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .pg-casual-session__detail--heading .c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-casual-session__detail--prose {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose {
    width: 52.5525525526%;
  }
}
@media (min-width: 1024px) {
  .pg-casual-session__detail--prose {
    width: 43.125%;
  }
}
.pg-casual-session__detail--prose > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.875rem;
  }
}
.pg-casual-session__detail--prose p, .pg-casual-session__detail--prose li {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose p, .pg-casual-session__detail--prose li {
    font-size: 1.25rem;
  }
}
.pg-casual-session__detail--prose ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.9375rem 0;
  background-color: #ffffff;
  padding: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose ul {
    padding: 2.6875rem 6.5217391304%;
  }
}
.pg-casual-session__detail--prose ul li {
  position: relative;
  padding-left: 1.1875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose ul li {
    padding-left: 1.8125rem;
  }
}
.pg-casual-session__detail--prose ul li::before {
  position: absolute;
  top: 0.625rem;
  left: 0.4375rem;
  border-radius: 50%;
  background-color: #000000;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose ul li::before {
    top: 0.75rem;
    left: 0.75rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.pg-casual-session__detail--prose ul li:not(:last-of-type) {
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--prose ul li:not(:last-of-type) {
    padding-bottom: 1.25rem;
  }
}
.pg-casual-session__detail--prose ul li:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c8d8e5;
  width: 100%;
  height: 2px;
  content: "";
}
.pg-casual-session__detail--cta {
  margin-top: 3.125rem;
  border-radius: 0.3125rem;
  background: linear-gradient(90deg, #005bac 0%, #219bdc 100%);
  padding: 2rem 0 3.75rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta {
    margin-top: 12.5rem;
    padding: 5rem 0;
  }
}
.pg-casual-session__detail--cta--inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6875rem 4.6875%;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta--inner {
    flex-direction: row;
    padding-right: 6.484375%;
    padding-left: 8.59375%;
  }
}
.pg-casual-session__detail--cta--content {
  width: 100%;
  height: auto;
  color: #ffffff;
}
.pg-casual-session__detail--cta--content h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta--content h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-casual-session__detail--cta--content h3 {
    font-size: 3.125rem;
  }
}
.pg-casual-session__detail--cta--content > p {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta--content > p {
    margin-top: 2.5rem;
  }
}
.pg-casual-session__detail--cta--button {
  margin: 1.6875rem auto 0;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta--button {
    margin: 2.5rem 0 0;
    max-width: 16.25rem;
  }
}
.pg-casual-session__detail--cta--image {
  flex: 0 0 auto;
  aspect-ratio: 228/149;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-casual-session__detail--cta--image {
    aspect-ratio: 470/426;
    width: 43.599257885%;
  }
}
.pg-casual-session__page {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__page {
    margin-top: 12.5rem;
  }
}
.pg-casual-session__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-casual-session__entry {
    margin-top: 9.375rem;
  }
}
.pg-environment__style {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style {
    margin-top: 7.9375rem;
  }
}
.pg-environment__style--heading {
  width: 100%;
  height: auto;
}
.pg-environment__style--description {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 54.625rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style--description {
    margin-top: 3.75rem;
  }
}
.pg-environment__style--content {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style--content {
    margin-top: 6.25rem;
  }
}
.pg-environment__style--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem;
  width: 100%;
  height: auto;
}
.pg-environment__style--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.875rem 5.703125%;
  padding-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style--item {
    flex-direction: row;
  }
}
.pg-environment__style--item--line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pg-environment__style--item--line {
    display: block;
  }
}
.pg-environment__style--item--image {
  flex: 0 0 auto;
  aspect-ratio: 509/300;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-environment__style--item--image {
    width: 39.765625%;
  }
}
.pg-environment__style--item--content {
  width: 100%;
  height: auto;
}
.pg-environment__style--item--content > h3 {
  color: #005bac;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-environment__style--item--content > h3 {
    font-size: 2.5rem;
  }
}
.pg-environment__style--item--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style--item--list {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.pg-environment__style--item--list > li {
  position: relative;
  padding-left: 1.375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__style--item--list > li {
    padding-left: 1.25rem;
  }
}
.pg-environment__style--item--list > li::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.0625rem;
  border-radius: 50%;
  background-color: #005bac;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
}
@media (min-width: 768px) {
  .pg-environment__style--item--list > li::before {
    top: 0.4375rem;
    left: 0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.pg-environment__system {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__system {
    margin-top: 12.5rem;
  }
}
.pg-environment__system--heading {
  width: 100%;
  height: auto;
}
.pg-environment__system--description {
  margin-top: 3.125rem;
  margin-left: auto;
  width: 100%;
  max-width: 57.25rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__system--description {
    margin-top: 3.75rem;
  }
}
.pg-environment__system--content {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__system--content {
    margin-top: 7.5rem;
  }
}
.pg-environment__system--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  width: 100%;
  height: auto;
}
.pg-environment__system--item {
  position: relative;
  padding-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__system--item {
    padding-top: 2.5rem;
  }
}
.pg-environment__system--item--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
.pg-environment__system--item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 8.046875%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__system--item--content {
    flex-direction: row;
  }
}
.pg-environment__system--item--content h4 {
  flex: 0 0 auto;
  width: 100%;
  color: #005bac;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-environment__system--item--content h4 {
    width: 20.390625%;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-environment__system--item--content h4 {
    font-size: 3.125rem;
  }
}
.pg-environment__system--item--content > p {
  width: 100%;
}
.pg-environment__work {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__work {
    margin-top: 12.5rem;
  }
}
.pg-environment__work--heading {
  width: 100%;
  height: auto;
}
.pg-environment__work--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__work--content {
    margin-top: 5rem;
  }
}
.pg-environment__work--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.875rem 9.0625%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__work--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.375rem 9.0625%;
  }
}
.pg-environment__work--item {
  position: relative;
  padding-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-environment__work--item {
    padding-bottom: 2.5rem;
  }
}
.pg-environment__work--item--line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
.pg-environment__work--item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 0;
  width: 100%;
  height: auto;
}
.pg-environment__work--item--content h4 {
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-environment__work--item--content h4 {
    font-size: 2rem;
  }
}
.pg-environment__work--item--content > p {
  width: 100%;
}
.pg-environment__introduction {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__introduction {
    margin-top: 12.5rem;
  }
}
.pg-environment__introduction--heading {
  width: 100%;
  height: auto;
}
.pg-environment__introduction--description {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__introduction--description {
    margin-top: 2.5rem;
  }
}
.pg-environment__introduction--content {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__introduction--content {
    margin-top: 5rem;
  }
}
.pg-environment__introduction--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.875rem;
  width: 100%;
  height: auto;
}
.pg-environment__introduction--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem 8.59375%;
  padding-bottom: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-environment__introduction--item {
    flex-direction: row;
  }
}
.pg-environment__introduction--item--line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
.pg-environment__introduction--item--heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4.6153846154%;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__introduction--item--heading {
    gap: 0 4.854368932%;
  }
}
.pg-environment__introduction--item--heading h4 {
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-environment__introduction--item--heading h4 {
    font-size: 2rem;
  }
}
.pg-environment__introduction--item--image {
  flex: 0 0 auto;
  background-color: #e9eff3;
  aspect-ratio: 1/1;
  width: 12.3076923077%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__introduction--item--image {
    width: 18.7702265372%;
  }
}
.pg-environment__introduction--item > p {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .pg-environment__introduction--item > p {
    width: 43.125%;
  }
}
.pg-environment__number {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__number {
    margin-top: 12.5rem;
  }
}
.pg-environment__number--heading {
  width: 100%;
  height: auto;
}
.pg-environment__number--description {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__number--description {
    margin-top: 2.5rem;
  }
}
.pg-environment__number--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__number--content {
    margin-top: 5rem;
  }
}
.pg-environment__number--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__number--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
  }
}
.pg-environment__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-environment__entry {
    margin-top: 9.375rem;
  }
}
.pg-message__main {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-message__main {
    margin-top: 6.25rem;
  }
}
.pg-message__main--inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-message__main--inner {
    gap: 9.875rem;
  }
}
.pg-message__main--item {
  width: 100%;
  height: auto;
}
.pg-message__main--kv {
  aspect-ratio: 325/220;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-message__main--kv {
    aspect-ratio: 1280/800;
  }
}
.pg-message__main--content {
  margin-top: 3.125rem;
  margin-left: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-message__main--content {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-message__main--content {
    width: 71.5625%;
  }
}
.pg-message__main--content > p {
  line-height: 2 !important;
}
.pg-message__main--footer {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-message__main--footer {
    gap: 1.25rem;
    margin-top: 3.75rem;
  }
}
.pg-message__main--footer--name {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .pg-message__main--footer--name {
    font-size: 2.5rem;
  }
}
.pg-message__page {
  margin-top: 7.5rem;
  width: 100%;
  height: auto;
}
.pg-message__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-message__entry {
    margin-top: 9.375rem;
  }
}
.pg-past-feature__page {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__page {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__mission {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__mission {
    margin-top: 9.375rem;
  }
}
.pg-past-feature__mission--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__mission--image {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__mission--image {
    margin-top: 2.5rem;
  }
}
.pg-past-feature__mission--description {
  margin-top: 3.125rem;
  margin-left: auto;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__mission--description {
    margin-top: 3.75rem;
  }
}
.pg-past-feature__vision {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__vision {
    margin-top: 8.25rem;
  }
}
.pg-past-feature__vision--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__vision--description {
  margin-top: 3.125rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__vision--description {
    margin-top: 3.75rem;
  }
}
.pg-past-feature__vision--button {
  margin-top: 1.25rem;
  width: 15.25rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__vision--button {
    margin-top: 2.5rem;
    width: 20.4375rem;
  }
}
.pg-past-feature__feature {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__feature {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__feature--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__feature--description {
  margin-top: 3.125rem;
  margin-left: auto;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__feature--description {
    margin-top: 3.75rem;
  }
}
.pg-past-feature__feature--image {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__feature--image {
    margin-top: 6.25rem;
  }
}
.pg-past-feature__assignment {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__assignment--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__assignment--description {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--description {
    margin-top: 2.5rem;
  }
}
.pg-past-feature__assignment--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 3.125rem;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--list {
    gap: 1.875rem;
    margin-top: 5rem;
  }
}
.pg-past-feature__assignment--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem 2.34375%;
  padding-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--item {
    flex-direction: row;
  }
}
.pg-past-feature__assignment--item--line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--item--line {
    display: block;
  }
}
.pg-past-feature__assignment--image {
  flex: 0 0 auto;
  aspect-ratio: 261/180;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--image {
    width: 20.390625%;
  }
}
.pg-past-feature__assignment--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  height: auto;
}
.pg-past-feature__assignment--content h4 {
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-past-feature__assignment--content h4 {
    font-size: 2rem;
  }
}
.pg-past-feature__cycle {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__cycle--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__cycle--description {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 52.6875rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle--description {
    margin-top: 2.5rem;
  }
}
.pg-past-feature__cycle--image {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle--image {
    margin-top: 5rem;
  }
}
.pg-past-feature__cycle--inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.125rem 8.28125%;
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle--inner {
    flex-direction: row;
  }
}
.pg-past-feature__cycle--inner--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.pg-past-feature__cycle--inner--content--heading {
  position: relative;
  padding-top: 1.25rem;
  width: 100%;
  height: auto;
}
.pg-past-feature__cycle--inner--content--heading--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
.pg-past-feature__cycle--inner--content--heading h4 {
  color: #005bac;
  line-height: 1;
}
.pg-past-feature__cycle--inner--content--heading > p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle--inner--content--heading > p {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}
.pg-past-feature__cycle--inner--content--description {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
.pg-past-feature__cycle--inner--image {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__cycle--inner--image {
    width: 48.828125%;
  }
}
.pg-past-feature__attempt {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__attempt--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__attempt--heading h3.c-text__ja {
  color: #005bac;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--heading h3.c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-past-feature__attempt--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--content {
    margin-top: 2.5rem;
  }
}
.pg-past-feature__attempt--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.125rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--list {
    gap: 5rem 0;
  }
}
.pg-past-feature__attempt--item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem 12.109375%;
  padding-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--item {
    flex-direction: row;
    padding-top: 1.875rem;
  }
}
.pg-past-feature__attempt--item--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  pointer-events: none;
}
.pg-past-feature__attempt--item--heading {
  width: 100%;
  height: auto;
}
.pg-past-feature__attempt--item--heading h4 {
  margin-top: 1.25rem;
  color: #005bac;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--item--heading h4 {
    font-size: 2.5rem;
  }
}
.pg-past-feature__attempt--item--icon {
  width: 1.75rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--item--icon {
    width: 2.25rem;
  }
}
.pg-past-feature__attempt--item--description {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__attempt--item--description {
    width: 54.53125%;
  }
}
.pg-past-feature__roots {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__roots--inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.125rem 9.0625%;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--inner {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .pg-past-feature__roots--inner {
    flex-direction: row;
  }
}
.pg-past-feature__roots--description {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-past-feature__roots--description {
    margin-top: 0.625rem;
    width: 48.828125%;
  }
}
.pg-past-feature__roots--image {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--image {
    margin-top: 5rem;
  }
}
.pg-past-feature__roots--content {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--content {
    margin-top: 12.5rem;
  }
}
.pg-past-feature__roots--list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.125rem 0;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--list {
    gap: 0;
    margin-top: 5rem;
  }
  .pg-past-feature__roots--list::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e9eff3;
    width: 100%;
    height: 0.125rem;
    content: "";
  }
}
.pg-past-feature__roots--item {
  position: relative;
  padding: 0 0 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--item {
    padding: 3.75rem 0;
  }
}
.pg-past-feature__roots--item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 0.125rem;
  content: "";
}
.pg-past-feature__roots--question {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.pg-past-feature__roots--question--index {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem 1.25rem;
  width: auto;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--index {
    flex-direction: row;
    align-items: center;
    gap: 0 1.25rem;
  }
}
@media (min-width: 1280px) {
  .pg-past-feature__roots--question--index {
    gap: 0 2.5rem;
  }
}
.pg-past-feature__roots--question--index > p.c-text__en {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--index > p.c-text__en {
    font-size: 1.75rem;
  }
}
.pg-past-feature__roots--question--index > h4.c-text__ja {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--index > h4.c-text__ja {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .pg-past-feature__roots--question--index > h4.c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-past-feature__roots--question--image {
  margin-bottom: 1.25rem;
  aspect-ratio: 325/180;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--image {
    margin-bottom: 0;
    aspect-ratio: 290/160;
    width: 22.65625%;
  }
}
.pg-past-feature__roots--question--footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.1875rem;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--footer {
    gap: 0 1.25rem;
  }
}
@media (min-width: 1280px) {
  .pg-past-feature__roots--question--footer {
    gap: 0 2.5rem;
    padding-right: 3.4375rem;
  }
}
.pg-past-feature__roots--question--footer > p {
  width: 58.9333333333vw;
  max-width: 13.8125rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--footer > p {
    width: 15.625rem;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .pg-past-feature__roots--question--footer > p {
    width: 21.0625rem;
    font-size: 2rem;
  }
}
.pg-past-feature__roots--question--icon {
  position: relative;
  flex: 0 0 auto;
  border: 1px solid #005bac;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  width: 1.25rem;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--icon {
    width: 2.5rem;
  }
}
.pg-past-feature__roots--question--icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #005bac;
}
.pg-past-feature__roots--question--icon span:first-of-type {
  width: 0.5rem;
  height: 0.0625rem;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--icon span:first-of-type {
    width: 1rem;
  }
}
.pg-past-feature__roots--question--icon span:last-of-type {
  width: 0.0625rem;
  height: 0.5rem;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--question--icon span:last-of-type {
    height: 1rem;
  }
}
.pg-past-feature__roots--answer {
  padding-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--answer {
    padding-top: 3.75rem;
    padding-left: 26.25%;
  }
}
.pg-past-feature__roots--answer > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--answer > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem;
  }
}
.pg-past-feature__roots--answer p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
}
.pg-past-feature__roots--answer p.not-sp {
  font-size: 1.25rem;
}
.pg-past-feature__roots--answer p.--label {
  margin-top: 3.125rem !important;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--answer p.--label {
    margin-top: 6.4375rem !important;
  }
}
@media (min-width: 768px) {
  .pg-past-feature__roots--answer p {
    font-size: 1.25rem;
  }
}
.pg-past-feature__roots--answer h4 {
  color: #005bac;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .pg-past-feature__roots--answer h4 {
    font-size: 2rem;
  }
}
.pg-past-feature__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-past-feature__entry {
    margin-top: 9.375rem;
  }
}
.pg-top__fv {
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #fff 0%, #fcfeff 20%, #d4e5f3 100%);
}
.pg-top__fv--bg {
  position: absolute;
  z-index: -10;
  mix-blend-mode: multiply;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fcfeff 20%, #d4e5f3 100%);
}
.pg-top__kv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.pg-top__kv--bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__kv--bg {
    max-height: none;
  }
}
.pg-top__kv--canvas {
  width: 100%;
  height: 100%;
}
.pg-top__kv--title {
  position: absolute;
  bottom: 7.1964017991%;
  left: 6.6666666667%;
  z-index: 10;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-top__kv--title {
    bottom: 18.36492891%;
    left: 5.8333333333%;
  }
}
.pg-top__kv--title--text {
  display: inline-block;
  position: relative;
}
.pg-top__kv--title--text:first-of-type {
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .pg-top__kv--title--text:first-of-type {
    padding-right: 0;
  }
}
.pg-top__kv--title--text:last-of-type {
  margin-top: 0.9375rem;
  padding-right: 0.3125rem;
}
@media (min-width: 768px) {
  .pg-top__kv--title--text:last-of-type {
    margin-top: 1.4375rem;
    padding-right: 0;
  }
}
.pg-top__kv--title--text::before {
  position: absolute;
  top: 0;
  left: -0.375rem;
  z-index: -10;
  background-color: #ffffff;
  width: 93.6793217637%;
  height: 100%;
  content: "";
}
.pg-top__tagline {
  position: relative;
  padding: 2.25rem 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__tagline {
    padding: 13.4375rem 0;
  }
}
.pg-top__tagline--inner {
  background-color: #ffffff;
  padding: 0 0.3125rem 0.5rem;
  width: 100%;
  height: auto;
  color: #005bac;
}
@media (min-width: 768px) {
  .pg-top__tagline--inner {
    padding: 0 0.375rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pg-top__tagline--text {
  margin-top: 2.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__tagline--text {
    margin-top: 5.75rem;
  }
}
.pg-top__tagline--text--button {
  margin-top: 1.3125rem;
  width: 100%;
  height: auto;
  color: #005bac;
  text-decoration: underline;
}
.pg-top__message {
  margin-top: 3.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__message {
    margin-top: 10.4375rem;
  }
}
.pg-top__message--heading {
  position: relative;
  padding-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__message--heading {
    padding-top: 1.5625rem;
  }
}
.pg-top__message--heading--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005bac;
  width: 100%;
  height: 0.0625rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pg-top__message--heading--line {
    height: 0.125rem;
  }
}
.pg-top__message--heading--sub {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__message--heading--sub {
    margin-top: 1.5625rem;
  }
}
.pg-top__message--inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__message--inner {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .pg-top__message--inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
.pg-top__message--content {
  width: 100%;
  height: auto;
}
.pg-top__message--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__message--button {
    margin-top: 2.5rem;
    text-align: left;
  }
}
.pg-top__message--image {
  flex: 0 0 auto;
  aspect-ratio: 698/480;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__message--image {
    width: 54.53125%;
  }
}
.pg-top__past-future {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__past-future {
    margin-top: 11.25rem;
  }
}
.pg-top__past-future--heading {
  position: relative;
  padding-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__past-future--heading {
    padding-top: 1.5625rem;
  }
}
.pg-top__past-future--heading--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005bac;
  width: 100%;
  height: 0.0625rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pg-top__past-future--heading--line {
    height: 0.125rem;
  }
}
.pg-top__past-future--image {
  flex: 0 0 auto;
  margin-top: 1.875rem;
  aspect-ratio: 1280/780;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__past-future--image {
    margin-top: 2.1875rem;
  }
}
.pg-top__past-future--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__past-future--content {
    margin-top: 3.125rem;
  }
}
.pg-top__past-future--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__past-future--inner {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .pg-top__past-future--inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
.pg-top__past-future--text {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-top__past-future--text {
    width: 54.53125%;
  }
}
.pg-top__past-future--button {
  width: 100%;
  height: auto;
  text-align: right;
}
.pg-top__about {
  margin-top: 5.5625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__about {
    margin-top: 16.5625rem;
  }
}
.pg-top__about--inner {
  position: relative;
  z-index: 10;
  border-radius: 0.3125rem;
  padding: 5.875rem 1.375rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__about--inner {
    padding: 9.125rem 4.1666666667vw 8.6875rem;
  }
}
@media (min-width: 1440px) {
  .pg-top__about--inner {
    padding: 9.125rem 3.75rem 8.6875rem;
  }
}
.pg-top__about--bg {
  position: absolute;
  z-index: -10;
  inset: 0;
}
.pg-top__about--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__about--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pg-top__about--content {
    margin-top: 3.125rem;
  }
}
.pg-top__about--text {
  margin-top: 1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-top__about--text {
    margin-top: 3.9375rem;
    width: 50.9375%;
  }
}
.pg-top__about--text p {
  line-height: 1.6 !important;
}
.pg-top__about--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__about--button {
    margin-top: 2.8125rem;
    text-align: left;
  }
}
.pg-top__value {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__value {
    margin-top: 12.75rem;
  }
}
.pg-top__value--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__value--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__value--content {
    margin-top: 2.75rem;
  }
}
.pg-top__value--text {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__value--text {
    margin-top: 5.37109375vw;
  }
}
@media (min-width: 1024px) {
  .pg-top__value--text {
    margin-top: 0;
    width: 20.875rem;
  }
}
.pg-top__value--text p {
  line-height: 1.6 !important;
}
.pg-top__value--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__value--button {
    margin-top: 2.5rem;
  }
}
.pg-top__value--images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3125rem;
  margin-top: 3.5625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__value--images {
    gap: 1.5625rem;
    margin-top: 6.0625rem;
  }
}
.pg-top__value--image {
  aspect-ratio: 105/175;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__value--image {
    aspect-ratio: 410/500;
  }
}
.pg-top__value--image:nth-child(1) {
  transform: translateY(-15.4285714286%);
}
@media (min-width: 768px) {
  .pg-top__value--image:nth-child(1) {
    transform: translateY(-15.6%);
  }
}
.pg-top__value--image:nth-child(3) {
  transform: translateY(11.4285714286%);
}
@media (min-width: 768px) {
  .pg-top__value--image:nth-child(3) {
    transform: translateY(11.8%);
  }
}
.pg-top__work-team {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__work-team {
    margin-top: 12.5rem;
  }
}
.pg-top__work-team--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__work-team--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__work-team--content {
    margin-top: 2.75rem;
  }
}
.pg-top__work-team--text {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-top__work-team--text {
    margin-top: 0;
    width: 20.875rem;
  }
}
.pg-top__work-team--text p {
  line-height: 1.6 !important;
}
.pg-top__work-team--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__work-team--button {
    margin-top: 2.5rem;
  }
}
.pg-top__work-team--slide {
  cursor: grab;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
.pg-top__work-team--slide:active {
  cursor: grabbing;
}
@media (min-width: 768px) {
  .pg-top__work-team--slide {
    margin-top: 3.125rem;
  }
}
.pg-top__work-team--slide .splide {
  width: 100%;
  height: auto;
}
.pg-top__work-team--slide .splide__slide {
  position: relative;
  aspect-ratio: 220/500;
  width: 6.25rem;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__work-team--slide .splide__slide {
    width: 12.5rem;
  }
}
@media (min-width: 1440px) {
  .pg-top__work-team--slide .splide__slide {
    width: 13.8888888889vw;
  }
}
.pg-top__work-team--slide .splide__slide img {
  transform: perspective(1000px) translateX(var(--offset-x, 0));
  transform-origin: center;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-top__work-team--image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.pg-top__environment {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__environment {
    margin-top: 12.75rem;
  }
}
.pg-top__environment--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__environment--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__environment--content {
    margin-top: 2.75rem;
  }
}
.pg-top__environment--text {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-top__environment--text {
    margin-top: 0;
    width: 20.875rem;
  }
}
.pg-top__environment--text p {
  line-height: 1.6 !important;
}
.pg-top__environment--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__environment--button {
    margin-top: 2.5rem;
  }
}
.pg-top__environment--image {
  margin-top: 1.875rem;
  aspect-ratio: 1280/730;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__environment--image {
    margin-top: 3.125rem;
  }
}
.pg-top__open-positions {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__open-positions {
    margin-top: 12.75rem;
  }
}
.pg-top__open-positions--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__open-positions--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__open-positions--content {
    margin-top: 2.75rem;
  }
}
.pg-top__open-positions--text {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-top__open-positions--text {
    margin-top: 0;
    width: 20.875rem;
  }
}
.pg-top__open-positions--text p {
  line-height: 1.6 !important;
}
.pg-top__open-positions--button {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .pg-top__open-positions--button {
    margin-top: 2.5rem;
  }
}
.pg-top__open-positions--main {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__open-positions--main {
    margin-top: 3.125rem;
  }
}
.pg-top__open-positions--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__open-positions--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .pg-top__open-positions--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pg-top__open-positions--item {
  width: 100%;
}
.pg-top__open-positions--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  background-color: #005bac;
  padding: 0.9375rem 1.125rem 0.9375rem 1.25rem;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pg-top__open-positions--link {
    padding: 1.75rem 2.0625rem 1.75rem 2.5rem;
  }
}
.pg-top__open-positions--arrow {
  flex: 0 0 auto;
  width: 0.75rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__open-positions--arrow {
    width: 1.25rem;
  }
}
.pg-top__documents {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__documents {
    margin-top: 12.75rem;
  }
}
.pg-top__documents--heading {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pg-top__documents--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__documents--content {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .pg-top__documents--content {
    flex-direction: row;
  }
}
.pg-top__documents--text {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-top__documents--text {
    margin-top: 0;
    width: 20.875rem;
  }
}
.pg-top__documents--text p {
  line-height: 1.6 !important;
}
.pg-top__documents--image {
  position: relative;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
.pg-top__documents--image img {
  aspect-ratio: 325/300;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__documents--image img {
    aspect-ratio: auto;
  }
}
.pg-top__documents--image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -74%);
  aspect-ratio: 922/522 !important;
  width: 87.0769230769% !important;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__documents--image iframe {
    transform: translate(-50%, -50%);
    margin-top: 3.125rem;
    width: 62.03125% !important;
  }
}
@media (min-width: 768px) {
  .pg-top__documents--image {
    margin-top: 3.125rem;
  }
}
.pg-top__documents--button {
  margin: 1.25rem auto 0;
  width: 10.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__documents--button {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    margin: 0;
    width: 13.75rem;
  }
}
.pg-top__recruit {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__recruit {
    margin-top: 12.5rem;
  }
}
.pg-top__recruit--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 6.25rem 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__recruit--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pg-top__recruit--item {
  width: 100%;
  height: auto;
}
.pg-top__recruit--heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  height: auto;
}
.pg-top__recruit--heading .--en {
  color: #005bac;
}
.pg-top__recruit--image {
  margin-top: 1.875rem;
  aspect-ratio: 625/370;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__recruit--image {
    margin-top: 1.25rem;
  }
}
.pg-top__recruit--content {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__recruit--content {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-top__recruit--content {
    padding-right: 12%;
  }
}
.pg-top__recruit--button {
  margin-top: 1.875rem;
  margin-left: auto;
  width: 12.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__recruit--button {
    margin-left: 0;
    width: 16.25rem;
  }
}
.pg-top__event {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-top__event {
    margin-top: 12.5rem;
  }
}
.pg-top__event--inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.pg-top__event--heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  width: auto;
  height: auto;
}
.pg-top__event--heading .--en {
  color: #005bac;
}
.pg-top__event--controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.125rem;
  width: auto;
  height: auto;
}
.pg-top__event--controls .splide__arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  width: auto;
  height: auto;
}
.pg-top__event--controls .splide__arrow {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(0);
  opacity: 1;
  border: 1px solid #005bac;
  border-radius: 0.125rem;
  background-color: #005bac;
  aspect-ratio: 1/1;
  width: 3.125rem;
  height: auto;
  overflow: hidden;
  color: #ffffff;
}
.pg-top__event--controls .splide__arrow:disabled {
  background-color: #ffffff;
  color: #005bac;
}
.pg-top__event--controls .splide__arrow svg {
  width: 0.9375rem;
  height: auto;
}
.pg-top__event--button {
  margin: 2.5rem auto 0;
  width: 12.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__event--button {
    margin: 0;
    width: 10rem;
  }
}
.pg-top__event--slide {
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
  overflow: visible;
}
@media (min-width: 768px) {
  .pg-top__event--slide {
    margin-top: 3.125rem;
  }
}
.pg-top__event--slide .splide__slide {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__event--slide .splide__slide {
    width: 25.3125rem;
  }
}
.pg-top__event--link {
  display: block;
  width: 100%;
  height: auto;
}
.pg-top__event--image {
  aspect-ratio: 405/212;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pg-top__event--content {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__event--content {
    margin-top: 1.875rem;
  }
}
.pg-top__event--content time {
  color: #a9a9a9;
}
.pg-top__event--title {
  margin-top: 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__event--title {
    margin-top: 0.9375rem;
  }
}
.pg-top__event--title h3 {
  line-height: 1.6 !important;
}
.pg-top__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-top__entry {
    margin-top: 9.375rem;
  }
}
.pg-value__values {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values {
    margin-top: 10rem;
  }
}
.pg-value__values--heading {
  width: 100%;
  height: auto;
}
.pg-value__values--description {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--description {
    margin-top: 3.75rem;
    max-width: 52.6875rem;
  }
}
.pg-value__values--description p {
  color: #000000;
}
.pg-value__values--container {
  margin-top: 5rem;
  padding: 0 !important;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--container {
    padding: 0 1.25rem !important;
    height: calc(var(--total) * 100dvh);
  }
}
.pg-value__values--content {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #e9eff3;
  padding: 4.125rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--content {
    padding: 0;
    height: 100svh;
  }
}
.pg-value__values--inner {
  margin: 0 auto;
  padding: 0 6.6666666667%;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9.5%;
    height: 100%;
  }
}
.pg-value__values--list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3.75rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--list {
    display: block;
  }
}
.pg-value__values--item {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
.pg-value__values--item--inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--item--inner {
    flex-direction: row;
  }
}
.pg-value__values--item--content {
  width: 100%;
  height: auto;
}
.pg-value__values--item--content > p.c-text__en {
  color: #005bac;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pg-value__values--item--content > p.c-text__en {
    font-size: 2.5rem;
  }
}
.pg-value__values--item--title {
  margin-top: 0.625rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--item--title {
    margin-top: 2.5rem;
  }
}
.pg-value__values--item--title h4.c-text__ja {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-value__values--item--title h4.c-text__ja {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .pg-value__values--item--title h4.c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-value__values--item--title h4.c-text__ja span {
  color: #005bac;
}
.pg-value__values--item--description {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--item--description {
    margin-top: 2.5rem;
  }
}
.pg-value__values--item--image {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__values--item--image {
    width: 48.6772486772%;
  }
}
.pg-value__values--item--line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c8d8e5;
  width: 48.6772486772%;
  height: 1px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pg-value__values--item--line {
    display: block;
  }
}
.pg-value__chro {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__chro {
    margin-top: 12.5rem;
  }
}
.pg-value__chro--heading {
  width: 100%;
  height: auto;
}
.pg-value__chro--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.125rem 8.046875%;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__chro--content {
    flex-direction: row;
    margin-top: 5rem;
  }
}
.pg-value__chro--description {
  width: 100%;
  height: auto;
  color: #000000;
}
.pg-value__chro--name {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__chro--name {
    margin-top: 3.125rem;
  }
}
.pg-value__chro--image {
  flex: 0 0 auto;
  aspect-ratio: 325/220;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-value__chro--image {
    aspect-ratio: 552/750;
    width: 43.125%;
  }
}
.pg-value__culture {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture {
    margin-top: 12.5rem;
  }
}
.pg-value__culture--heading {
  width: 100%;
  height: auto;
}
.pg-value__culture--description {
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--description {
    margin-top: 3.75rem;
    max-width: 52.6875rem;
  }
}
.pg-value__culture--description p {
  color: #000000;
}
.pg-value__culture--content {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--content {
    margin-top: 7.5rem;
  }
}
.pg-value__culture--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  height: auto;
}
.pg-value__culture--item {
  position: relative;
  padding: 3.125rem 0 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item {
    padding: 5rem 0;
  }
}
.pg-value__culture--item--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c8d8e5;
  width: 100%;
  height: 1px;
}
.pg-value__culture--item--heading {
  width: 100%;
  height: auto;
}
.pg-value__culture--item--heading > p.c-text__en {
  color: #005bac;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .pg-value__culture--item--heading > p.c-text__en {
    font-size: 1.25rem;
  }
}
.pg-value__culture--item--title {
  margin-top: 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item--title {
    margin-top: 1.875rem;
  }
}
.pg-value__culture--item--title h4.c-text__ja {
  color: #005bac;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-value__culture--item--title h4.c-text__ja {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-value__culture--item--title h4.c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-value__culture--item--title h4.c-text__ja span {
  color: #005bac;
}
.pg-value__culture--item--values {
  margin-top: 0.9375rem;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item--values {
    margin-top: 1.25rem;
    background-color: #e9eff3;
    padding: 0.375rem 0.375rem 0.375rem 0.5625rem;
  }
}
.pg-value__culture--item--values--inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3125rem 0.9375rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item--values--inner {
    flex-direction: row;
  }
}
.pg-value__culture--item--values--title {
  width: auto;
  height: auto;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .pg-value__culture--item--values--title {
    margin-top: 0.3125rem;
  }
}
.pg-value__culture--item--values--title > p {
  color: #005bac;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.pg-value__culture--item--values--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
}
.pg-value__culture--item--values--item {
  background-color: #005bac;
  padding: 0.1875rem 0.375rem;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item--values--item {
    padding: 0.3125rem 0.625rem;
  }
}
.pg-value__culture--item--values--item > p {
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.pg-value__culture--item--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 3.125rem 8.125%;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__culture--item--content {
    flex-direction: row;
    margin-top: 5rem;
  }
}
.pg-value__culture--item--image {
  flex: 0 0 auto;
  margin: 0 auto;
  width: 16.25rem;
}
@media (min-width: 768px) {
  .pg-value__culture--item--image {
    margin: 0;
    width: 11.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-value__culture--item--image {
    width: 16.25rem;
  }
}
.pg-value__culture--item--image--sticky {
  width: 100%;
  height: auto;
}
.pg-value__culture--item--discription {
  width: 100%;
  height: auto;
}
.pg-value__culture--item--discription > p {
  color: #000000;
}
.pg-value__page {
  margin-top: 7.5rem;
  width: 100%;
  height: auto;
}
.pg-value__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-value__entry {
    margin-top: 9.375rem;
  }
}
.pg-works-team__structure {
  margin-top: 5rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__structure {
    margin-top: 9.375rem;
  }
}
.pg-works-team__structure--heading {
  width: 100%;
  height: auto;
}
.pg-works-team__structure--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 3.125rem 8.046875%;
  margin-top: 3.125rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__structure--content {
    flex-direction: row;
    margin-top: 5rem;
  }
}
.pg-works-team__structure--image {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-works-team__structure--image {
    width: 48.828125%;
  }
}
.pg-works-team__structure--image--sticky {
  position: sticky;
  top: 8.125rem;
  left: 0;
  width: 100%;
  height: auto;
}
.pg-works-team__structure--prose {
  width: 100%;
  height: auto;
}
.pg-works-team__structure--prose > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}
.pg-works-team__structure--prose h4 {
  margin-top: 3.125rem !important;
  color: #005bac;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pg-works-team__structure--prose h4 {
    margin-top: 5rem !important;
    font-size: 1.625rem;
  }
}
.pg-works-team__job-desc {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc {
    margin-top: 10.5rem;
  }
}
.pg-works-team__job-desc--heading {
  width: 100%;
  height: auto;
}
.pg-works-team__job-desc--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 5rem 6.40625%;
  margin-top: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--content {
    flex-direction: row;
    margin-top: 8.125rem;
  }
}
.pg-works-team__job-desc--nav {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav {
    width: 13.125rem;
  }
}
.pg-works-team__job-desc--nav--sticky {
  position: sticky;
  top: 8.125rem;
  left: 0;
  width: 100%;
  height: auto;
}
.pg-works-team__job-desc--nav--sticky > p {
  display: none;
  color: #005bac;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav--sticky > p {
    display: block;
  }
}
.pg-works-team__job-desc--nav--list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav--list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 1.0625rem;
  }
}
.pg-works-team__job-desc--nav--item {
  position: relative;
  width: 100%;
  height: auto;
}
.pg-works-team__job-desc--nav--link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav--link {
    opacity: 0.5;
    transition: opacity 600ms ease;
  }
  .pg-works-team__job-desc--nav--link.is-current {
    opacity: 1;
  }
}
.pg-works-team__job-desc--nav--link > p {
  color: #005bac;
  font-size: 0.75rem;
  line-height: 2.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav--link > p {
    font-size: 0.875rem;
  }
}
.pg-works-team__job-desc--nav--circle {
  display: block;
  margin-top: 0.5rem;
  border-radius: 9999px;
  background-color: #005bac;
  width: 0.75rem;
  height: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--nav--circle {
    transform: scale(0.5);
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 0.625rem;
  }
  .is-current .pg-works-team__job-desc--nav--circle {
    transform: scale(1);
  }
}
.pg-works-team__job-desc--main {
  width: 100%;
  height: auto;
}
.pg-works-team__job-desc--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5rem 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--list {
    gap: 10rem 0;
  }
}
.pg-works-team__job-desc--item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.875rem;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .pg-works-team__job-desc--item {
    flex-direction: row;
  }
}
.pg-works-team__job-desc--item--content {
  width: 100%;
  height: auto;
}
.pg-works-team__job-desc--item--heading {
  position: relative;
  padding-bottom: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--heading {
    padding-bottom: 1.875rem;
  }
}
.pg-works-team__job-desc--item--heading--inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--heading--inner {
    gap: 1.25rem;
  }
}
.pg-works-team__job-desc--item--heading--icon {
  aspect-ratio: 1/1;
  width: 2.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--heading--icon {
    width: 11.9349005425%;
  }
}
.pg-works-team__job-desc--item--heading h4.c-text__ja {
  color: #005bac;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--heading h4.c-text__ja {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .pg-works-team__job-desc--item--heading h4.c-text__ja {
    font-size: 3.125rem;
  }
}
.pg-works-team__job-desc--item--heading--line {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e9eff3;
  width: 100%;
  height: 2px;
}
.pg-works-team__job-desc--item--description {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--description {
    margin-top: 1.875rem;
  }
}
.pg-works-team__job-desc--item--description p {
  color: #000000;
}
.pg-works-team__job-desc--item--buttons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.3125rem;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--buttons {
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}
.pg-works-team__job-desc--item--button {
  width: 100%;
  max-width: 14.375rem;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__job-desc--item--button {
    max-width: 18.75rem;
  }
}
.pg-works-team__job-desc--item--image {
  flex: 0 0 auto;
  aspect-ratio: 325/205;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pg-works-team__job-desc--item--image {
    aspect-ratio: 405/450;
    width: 40.991902834%;
  }
}
.pg-works-team__page {
  margin-top: 7.5rem;
  width: 100%;
  height: auto;
}
.pg-works-team__entry {
  margin-top: 6.25rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pg-works-team__entry {
    margin-top: 9.375rem;
  }
}