@charset "UTF-8";
@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "MOBO";
  src: url("../font/MOBO-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg-main: rgb(211 239 255 / 0.4);
  --bg-gray: #F8F8F8;
  --bg-blue: #006AD0;
  --color-blue: #006AD0;
  --color-blue-thin: rgb(0 106 208 / 0.05);
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Parkinsans', sans-serif;
  --font-mobo: 'MOBO', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  scroll-behavior: smooth;
  font-size: 1.1111111111vw;
  overflow-x: clip;
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

*:lang(en) {
  font-family: "Parkinsans", sans-serif;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

a {
  cursor: url(../images/front/rainbow_ball.svg) 16 16, pointer;
}

/*! kiso.css v1.2.4 | MIT License | https://github.com/tak-dcxi/kiso.css */
/* ======================================================
//  MARK: Universal
// ====================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

/* ======================================================
//  MARK: Document and Body Elements
// ====================================================== */
:where(:root) {
  font-family: sans-serif;
  line-height: 1.5;
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  min-block-size: 100dvb;
  margin: unset;
}

/* ======================================================
// MARK: Sections
// ------------------------------------------------------ */
:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}

:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  margin-block: unset;
}

:where(search) {
  display: block flow;
}

/* ======================================================
//  MARK: Grouping content
// ====================================================== */
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

:where(p:lang(en)) {
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(ul, ol, menu) {
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: bolder;
}

:where(dd) {
  margin-inline-start: unset;
}

:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
}
/* ======================================================
//  MARK: Text-level semantics
// ====================================================== */
:where(em:lang(ja)) {
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}

:where(u, s, del, ins) {
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-size: unset;
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-inset: auto;
  cursor: help;
}

:where(time) {
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    border-width: 1px;
    border-style: dotted;
  }
}
/* ======================================================
//  MARK: Links
// ====================================================== */
:where(a) {
  color: unset;
}

:where(a:-moz-any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

:where(a:any-link) {
  text-decoration-line: unset;
  text-decoration-thickness: from-font;
  text-decoration-inset: auto;
}

/* ======================================================
//  MARK: Embedded content
// ====================================================== */
:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  max-inline-size: 100%;
  vertical-align: bottom;
}

:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}

:where(iframe) {
  border: unset;
}

/* ======================================================
//  MARK: Tabular data
// ====================================================== */
:where(table) {
  border-collapse: collapse;
}

:where(caption, th) {
  text-align: unset;
}

:where(caption:lang(en)) {
  text-wrap: pretty;
}

/* ======================================================
//  MARK: Forms
// ====================================================== */
:where(button, input, select, textarea),
::file-selector-button {
  border-width: 1px;
  border-style: solid;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  margin: unset;
}

:where(input[type=file i]) {
  border: unset;
}

:where(input[type=search i]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder)) {
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  direction: ltr;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  text-autospace: no-autospace;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  touch-action: manipulation;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(progress) {
  vertical-align: unset;
}

::-moz-placeholder {
  opacity: unset;
}

::placeholder {
  opacity: unset;
}

/* ======================================================
//  MARK: Interactive elements
// ====================================================== */
:where(summary) {
  list-style-type: "";
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  background-color: oklch(0% 0 0deg / 0.3);
}

:where([popover]) {
  margin: unset;
}

/* ======================================================
//  MARK: Focus Styles
// ====================================================== */
:where(:focus-visible) {
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/* ======================================================
//  MARK: Misc
// ====================================================== */
:where(:disabled, [aria-disabled=true i]) {
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  display: none !important;
}

.l-container {
  max-inline-size: 77.5rem;
  margin-inline: auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-container {
    margin-inline: 1.375rem;
  }
}
.l-container.--small {
  max-inline-size: 68.75rem;
}
@media (max-width: 768px) {
  .l-container.--small {
    margin-inline: 1.375rem;
  }
}
.l-container.--midium {
  max-inline-size: 56.25rem;
}
@media (max-width: 768px) {
  .l-container.--midium {
    margin-inline: 1.375rem;
  }
}

.l-header {
  width: 100vw;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .l-header__container {
    justify-content: center;
    padding-block: 12px;
    padding-inline: 15px;
  }
}
.l-header__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-inline-start: 1.875rem;
}
@media (max-width: 1024px) {
  .l-header__left {
    display: block;
    padding-inline-start: 0;
    position: relative;
    top: 0.3125rem;
    z-index: 101;
  }
}
.l-header__right {
  position: relative;
}

.l-footer {
  padding-block: 7.5rem 3.125rem;
  background: var(--bg-blue);
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 3rem 1.5rem;
  }
}
.l-footer__container {
  max-inline-size: 940px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-footer__container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__head {
  display: flex;
  justify-content: space-between;
  margin-block-end: 5rem;
}
@media (max-width: 768px) {
  .l-footer__head {
    flex-direction: column;
    justify-content: center;
    margin-block-end: 3rem;
  }
}
@media (max-width: 768px) {
  .l-footer__left {
    display: contents;
  }
}
@media (max-width: 768px) {
  .l-footer__right {
    order: 3;
  }
}
.l-footer__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__foot {
    flex-direction: column;
  }
}
.l-footer__foot-links {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .l-footer__foot-links {
    flex-direction: column;
    gap: 1.25rem;
    margin-block-end: 3rem;
  }
}

.p-header__logo {
  display: block;
  width: 12.375rem;
  margin: 0;
  font-size: 0;
}
@media (max-width: 768px) {
  .p-header__logo {
    width: 140px;
  }
}
.p-header__logo img {
  vertical-align: middle;
  transition: filter 0.3s ease;
}
@media (max-width: 768px) {
  .is-menu-open .p-header__logo img {
    filter: brightness(0) invert(1);
  }
}
.p-header__heading {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .p-header__heading {
    display: block;
    margin-block-start: 5px;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .is-menu-open .p-header__heading {
    color: #fff;
  }
}

.p-footer__logo {
  display: block;
  width: 21.375rem;
  margin-block-end: 16px;
}
@media (max-width: 768px) {
  .p-footer__logo {
    order: 1;
    width: 15rem;
    margin-inline: auto;
    margin-block-end: 0;
  }
}
.p-footer__heading {
  margin-block-end: 4rem;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-footer__heading {
    order: 2;
    margin-block-end: 3rem;
    text-align: center;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-footer__button {
    order: 4;
  }
}
.p-footer__button a {
  display: block;
  max-inline-size: 17.5rem;
  padding-block: 1.25rem;
  position: relative;
  background: #fff;
  border-radius: 100vmax;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-footer__button a:hover {
  background: url(../images/common/footer_entry_bg.png) no-repeat top center/cover;
  color: #505D6A;
}
@media (max-width: 768px) {
  .p-footer__button a {
    max-inline-size: 15rem;
    margin-block: 0;
    margin-inline: auto;
    padding-block: 0.8125rem;
    font-size: 1.25rem;
  }
}
.p-footer__button a::after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-inline: auto;
  background: url(../images/common/entry_icon-blue.png) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-footer__button a::after {
    width: 1rem;
    height: 1rem;
    right: 1rem;
  }
}
.p-footer__button a:hover::after {
  filter: brightness(0);
}
.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.4375rem;
}
@media (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
    gap: 1.875rem 3.4375rem;
    margin-block-end: 3rem;
    margin-inline: auto;
  }
}
.p-footer__nav-list {
  display: contents;
}
@media (min-width: 769px) {
  .p-footer__nav-item {
    margin-block-end: 1rem;
  }
}
.p-footer__nav-item a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s opacity;
}
.p-footer__nav-item a:hover {
  opacity: 0.8;
}
.p-footer__foot-link a {
  display: flex;
  gap: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s opacity;
}
.p-footer__foot-link a:hover {
  opacity: 0.8;
}
.p-footer__foot-link a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/entry_icon-white.png) no-repeat center/contain;
}
.p-footer__copyright {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-footer__copyright {
    font-size: 0.625rem;
  }
}

.p-breadcrumb__list {
  display: flex;
  gap: 0.5rem;
}
.p-breadcrumb__item {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-breadcrumb__item {
    font-size: 0.75rem;
  }
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-left: 0.625rem;
  color: var(--color-blue);
}

.p-globalNav {
  display: flex;
  gap: 1.875rem;
  padding-inline-end: 10.25rem;
  position: relative;
}
@media (max-width: 1024px) {
  .p-globalNav {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7.8125rem 1.875rem 0;
    background: var(--bg-blue);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    overflow-y: auto;
  }
}
.p-globalNav.is-active {
  opacity: 1;
  visibility: visible;
}
.p-globalNav__list {
  display: contents;
}
@media (max-width: 1024px) {
  .p-globalNav__list {
    display: block;
  }
}
.p-globalNav__item {
  padding-block: 1.5rem;
}
@media (max-width: 1024px) {
  .p-globalNav__item {
    padding-block: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.p-globalNav__item a {
  font-size: 14px;
}
.p-globalNav__item a:hover {
  color: #006AD0;
}
@media (max-width: 1024px) {
  .p-globalNav__item a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
}
.p-globalNav__action {
  padding-block: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .p-globalNav__action {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
  }
}
.p-globalNav__action a {
  display: block;
  width: 7.75rem;
  padding-block: 2.375rem;
  background: var(--bg-blue);
  border-radius: 0 0 0 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.p-globalNav__action a:hover {
  background: url(../images/common/header_entry_bg.png) no-repeat top left/cover;
  color: #505D6A;
}
.p-globalNav__action a:hover::after {
  background: url(../images/common/entry_icon-black.png) no-repeat center/contain;
}
@media (max-width: 1024px) {
  .p-globalNav__action a {
    width: 80px;
    padding-block: 20px;
    border-radius: 0 0 0 16px;
    font-size: 16px;
  }
}
.p-globalNav__action a::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-block-start: 0.5rem;
  margin-inline: auto;
  background: url(../images/common/entry_icon-white.png) no-repeat center/contain;
}
@media (max-width: 1024px) {
  .p-globalNav__action a::after {
    width: 12px;
    height: 12px;
    margin-block-start: 6px;
  }
}
.p-globalNav__footer {
  display: none;
}
@media (max-width: 1024px) {
  .p-globalNav__footer {
    display: block;
    margin-block-start: 40px;
    padding-block-start: 20px;
  }
}
.p-globalNav__entry {
  margin-block-end: 30px;
}
.p-globalNav__entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  padding-block: 18px;
  background: #fff;
  border-radius: 100vmax;
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
}
.p-globalNav__entry a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/entry_icon-blue.png) no-repeat center/contain;
}
.p-globalNav__links {
  text-align: center;
}
.p-globalNav__links li {
  margin-block-end: 16px;
}
.p-globalNav__links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}
.p-globalNav__links li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/entry_icon-white.png) no-repeat center/contain;
}

.is-menu-open .p-globalNav__action a {
  background: #fff;
  color: var(--color-blue);
}
.is-menu-open .p-globalNav__action a::after {
  background: url(../images/common/entry_icon-blue.png) no-repeat center/contain;
}

.p-hamburger {
  width: 1.75rem;
  height: 1.5rem;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 1025px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger__line {
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--color-blue);
  border-radius: 100vmax;
  transition: background 0.3s ease;
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  background: var(--color-blue);
  border-radius: 100vmax;
  transition: transform 0.3s ease, top 0.3s ease;
}
.p-hamburger__line::before {
  top: -0.5rem;
}
.p-hamburger__line::after {
  top: 0.5rem;
}
.p-hamburger.is-active .p-hamburger__line {
  background: transparent;
}
.p-hamburger.is-active .p-hamburger__line::before, .p-hamburger.is-active .p-hamburger__line::after {
  background: #fff;
  top: 0;
}
.p-hamburger.is-active .p-hamburger__line::before {
  transform: rotate(45deg);
}
.p-hamburger.is-active .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.p-loading.is-hidden {
  visibility: hidden;
}
.p-loading__ball {
  width: 5rem;
  height: 5rem;
  position: relative;
  border-radius: 50%;
  background: url(../images/front/rainbow_ball.svg) no-repeat center/contain;
  animation: loadingPulse 0.75s ease-in-out infinite alternate;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-loading__ball {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-loading__hole {
  width: 0;
  height: 0;
  position: fixed;
  top: 25rem;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 100vmax #fff;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-loading__hole {
    top: 25rem;
  }
}
.p-loading__title-wrap {
  width: 77.5rem;
  position: fixed;
  top: 12.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media (max-width: 768px) {
  .p-loading__title-wrap {
    width: 100%;
    max-inline-size: none;
    margin-inline: 0;
    top: 9rem;
  }
}
.p-loading__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  background: linear-gradient(95deg, #FFADE9 0%, #FFB095 30%, #FFED8D 50%, #78E2C8 70%, #64CECA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 5rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-loading__title {
    margin-inline: auto 1.375rem;
    font-size: 3rem;
  }
}

@keyframes loadingPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.p-entry {
  padding-block: 6.25rem;
  padding-inline: 20px;
  background: url(../images/common/entry_bg.jpg) no-repeat top center/cover;
}
@media (max-width: 768px) {
  .p-entry {
    padding-block: 3rem 2.625rem;
    padding-inline: 0;
  }
}
.p-entry .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-entry .l-container {
    display: block;
    padding-inline: 0;
  }
}
.p-entry__wrapper {
  padding-inline-start: 5rem;
}
@media (max-width: 900px) {
  .p-entry__wrapper {
    padding-block: 1.25rem 1.625rem;
    padding-inline: 1.0625rem;
  }
}
.p-entry__title {
  margin-block-end: 1.25rem;
  color: var(--color-blue);
  font-size: 4.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .p-entry__title {
    margin-block-end: 8px;
    text-align: center;
    font-size: 2.5rem;
  }
}
.p-entry__text {
  margin-block-end: 2.5rem;
  line-height: 1.8;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .p-entry__text {
    margin-block-end: 1.5rem;
    text-align: center;
    font-size: 0.9375rem;
  }
}
.p-entry > a:hover .p-entry__title,
.p-entry > a:hover .p-entry__text,
.p-entry > a:hover .p-entry__img,
.p-entry > a:hover .p-entry__button {
  opacity: 0.5;
}
.p-entry__button {
  display: block;
  padding-block: 1.25rem;
  position: relative;
  background: #FFADE9;
  background: linear-gradient(90deg, rgb(255, 173, 233) 0%, rgb(255, 176, 149) 30%, rgb(255, 237, 141) 53%, rgb(120, 226, 200) 75%, rgb(100, 206, 202) 100%);
  border-radius: 100vmax;
  color: #505D6A;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.3s, opacity 0.3s;
}
@media (max-width: 900px) {
  .p-entry__button {
    width: 80%;
    margin-inline: auto;
    padding-block: 0.9375rem;
    text-align: center;
    font-size: 1rem;
  }
}
.p-entry__button::after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-inline: auto;
  background: url(../images/common/entry_icon-blue.png) no-repeat center/contain;
  transform: translateY(-50%);
  filter: brightness(0);
}
@media (max-width: 900px) {
  .p-entry__button::after {
    width: 1rem;
    height: 1rem;
    right: 1rem;
  }
}
.p-entry__img {
  width: 38.9375rem;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .p-entry__img {
    width: 100%;
  }
}

@keyframes drip-kv {
  0% {
    transform: translateX(-50%) scaleX(0.3) scaleY(0);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
    opacity: 0;
  }
  6% {
    transform: translateX(-50%) scaleX(0.3) scaleY(2);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
    opacity: 1;
  }
  16% {
    transform: translateX(-50%) scaleX(0.3) scaleY(1.8);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
    opacity: 1;
  }
  28% {
    transform: translateX(-50%) scaleX(0.45) scaleY(1.5);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scaleX(2) scaleY(0.12);
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    opacity: 0.7;
  }
  64% {
    transform: translateX(-50%) scaleX(1.6) scaleY(0.08);
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    opacity: 0.4;
  }
  80% {
    transform: translateX(-50%) scaleX(1.2) scaleY(0.06);
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) scaleX(1) scaleY(0.03);
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    opacity: 0;
  }
}
.front .p-kv {
  height: auto;
  margin-block-start: 4.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .front .p-kv {
    margin-block-start: 3.625rem;
  }
}
.front .p-kv .splide__slide {
  position: relative;
}
@media (min-width: 769px) {
  .front .p-kv .splide__slide {
    height: 45.625rem;
  }
}
.front .p-kv__title-wrap {
  width: 77.5rem;
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .front .p-kv__title-wrap {
    width: 100%;
    max-inline-size: none;
    margin-inline: 0;
    top: 5.375rem;
  }
}
.front .p-kv__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  position: relative;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front .p-kv__title {
    margin-inline: auto 1.375rem;
    font-size: 3rem;
  }
}
.front .p-kv__title::before {
  content: "";
  width: 33.125rem;
  height: 20.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1B88B1;
  border-radius: 50%;
  opacity: 0.12;
  transform: translate(-50%, -50%);
  filter: blur(3.125rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .front .p-kv__title::before {
    width: 19.8125rem;
    height: 12.5rem;
    filter: blur(1.875rem);
  }
}
.front .p-kv__video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.front .p-kv svg {
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 5;
}
.front .p-copy {
  display: grid;
  place-content: center;
  height: 100vh;
  background: #006AD0;
  position: relative;
  z-index: 2;
}
.front .p-copy__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .front .p-copy__title {
    left: 1.25rem;
  }
}
.front .p-copy__title-base, .front .p-copy__title-rainbow {
  font-size: 7rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .front .p-copy__title-base, .front .p-copy__title-rainbow {
    font-size: 3.75rem;
  }
}
.front .p-copy__title-base {
  color: #fff;
}
.front .p-copy__title-rainbow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(95deg, #FFADE9 0%, #FFB095 30%, #FFED8D 50%, #78E2C8 70%, #64CECA 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front .p-copy__title.is-rainbow .p-copy__title-rainbow {
  opacity: 1;
}
.front .p-copy svg {
  position: absolute;
  bottom: -2.1875rem;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .front .p-copy svg {
    bottom: -1.25rem;
  }
}
.front .p-vision {
  position: relative;
  overflow: hidden;
}
.front .p-vision__ball {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 4;
  border-radius: 50%;
  background: url(../images/front/rainbow_ball.svg) no-repeat center/contain;
  transform: translateX(-50%);
  transform-origin: center top;
  opacity: 0;
}
@media (max-width: 768px) {
  .front .p-vision__ball {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.front .p-vision__head {
  height: 100vh;
  padding-block: 11.875rem 0rem;
  background: #fff;
}
@media (max-width: 768px) {
  .front .p-vision__head {
    padding-block: 9.375rem 0;
  }
}
.front .p-vision__mv--left {
  position: absolute;
  width: 51.25rem;
  bottom: -12.5rem;
  left: -5rem;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .front .p-vision__mv--left {
    width: 21.25rem;
    top: auto;
    bottom: 0;
    left: -6.25rem;
  }
}
.front .p-vision__mv--left-img {
  position: relative;
  z-index: 2;
}
.front .p-vision__mv--left-deco01 {
  display: block;
  width: 13.125rem;
  position: absolute;
  top: -1.875rem;
  left: 6.25rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front .p-vision__mv--left-deco01 {
    width: 3.75rem;
    top: -2.5rem;
    left: 5.625rem;
  }
}
.front .p-vision__mv--left-deco02 {
  display: block;
  width: 14.375rem;
  position: absolute;
  bottom: 15rem;
  left: 6.875rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front .p-vision__mv--left-deco02 {
    width: 4.375rem;
    bottom: 10rem;
    left: 16.25rem;
  }
}
.front .p-vision__mv--right {
  width: 48.125rem;
  position: absolute;
  bottom: -13.75rem;
  right: 2.5rem;
  opacity: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .front .p-vision__mv--right {
    width: 18.75rem;
    top: auto;
    bottom: 0;
    right: -5rem;
  }
}
.front .p-vision__mv--right-img {
  position: relative;
  z-index: 2;
}
.front .p-vision__mv--right-deco01 {
  display: block;
  width: 11.875rem;
  position: absolute;
  top: 12.5rem;
  right: -2.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front .p-vision__mv--right-deco01 {
    width: 3.125rem;
    top: 2.1875rem;
    right: 8.125rem;
  }
}
.front .p-vision__mv--right-deco02 {
  display: block;
  width: 11.875rem;
  position: absolute;
  bottom: 24.6875rem;
  right: 13.75rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front .p-vision__mv--right-deco02 {
    width: 3.125rem;
    bottom: 11.25rem;
    right: 6.25rem;
  }
}
.front .p-vision__text {
  width: 100%;
  max-width: 50rem;
  height: 50vh;
  margin-inline: auto;
  position: relative;
  text-align: center;
  color: #006AD0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, transparent var(--mask-stop, 40%), black 80%);
  mask-image: linear-gradient(to top, transparent var(--mask-stop, 40%), black 60%);
  z-index: 10;
}
@media (max-width: 768px) {
  .front .p-vision__text {
    height: 15.625rem;
    font-size: 1.0625rem;
  }
}
.front .p-vision__text-inner {
  will-change: transform;
}
.front .p-vision__text p:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.front .p-vision__text p:last-of-type {
  padding-block-end: 9.375rem;
}
@media (max-width: 768px) {
  .front .p-vision__text p:last-of-type {
    padding-block-end: 5rem;
  }
}
.front .p-vision__foot {
  width: 100%;
  padding-block-end: 7.5rem;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .front .p-vision__foot {
    padding-block-start: 3.75rem;
  }
}
.front .p-vision__earth-wrap {
  position: absolute;
  top: -15.625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .front .p-vision__earth-wrap {
    top: 0;
  }
}
.front .p-vision__earth {
  display: block;
  width: 115rem;
  max-inline-size: none;
}
@media (max-width: 768px) {
  .front .p-vision__earth {
    width: 43.75rem;
  }
}
.front .p-vision__video {
  display: block;
  max-inline-size: none;
  width: 68.75rem;
  height: auto;
  margin-inline: auto;
  position: relative;
  vertical-align: middle;
  background: transparent;
  z-index: 2;
}
@media (max-width: 768px) {
  .front .p-vision__video {
    width: 100%;
    margin-block-end: 3.125rem;
    left: 50%;
    transform: translate(-50%);
  }
}
.front .p-vision__foot-text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  text-align: center;
  color: var(--color-blue);
  font-size: 4.5rem;
  font-family: var(--font-mobo);
  font-weight: 700;
  z-index: 2;
}
@media (max-width: 768px) {
  .front .p-vision__foot-text {
    width: 100%;
    font-size: 2.25rem;
  }
}
.front .p-vision__foot-text .rainbow {
  display: block;
  background: linear-gradient(90deg, #ff6b6b, #ff6b6b, #ffd93d, #6bcb77, #4d96ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .front .p-vision__foot-text .rainbow {
    font-size: 3rem;
  }
}
.front .p-work {
  padding-block: 6.25rem;
  background: var(--bg-main);
}
@media (max-width: 768px) {
  .front .p-work {
    padding-block: 1.25rem;
  }
}
.front .p-work__container {
  padding: 5rem 5rem 7.5rem;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .front .p-work__container {
    padding: 1.875rem 0.9375rem;
  }
}
.front .p-work hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 1.5rem;
}
@media (max-width: 768px) {
  .front .p-work hgroup {
    margin-block-end: 1.875rem;
  }
}
.front .p-work hgroup h2,
.front .p-work hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.front .p-work hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .front .p-work hgroup h2 {
    font-size: 1.5rem;
  }
}
.front .p-work hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .front .p-work hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.front .p-work__business {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 2.5rem;
  justify-content: space-between;
  margin-block-end: 9.375rem;
  padding: 3.75rem;
  background: var(--bg-gray);
  border-radius: 20px;
  box-shadow: 10px 10px 0 #E1EAF4;
}
@media (max-width: 768px) {
  .front .p-work__business {
    display: block;
    margin-block-end: 3.75rem;
    padding: 1.875rem 1.125rem;
    box-shadow: 4px 4px 0 #E1EAF4;
  }
}
.front .p-work__business-item {
  display: block;
  width: 18.125rem;
}
@media (max-width: 768px) {
  .front .p-work__business-item {
    width: 100%;
  }
}
.front .p-work__business-item:not(:last-of-type) {
  margin-block-end: 1.5rem;
}
.front .p-work__business-item.--large {
  width: 28.75rem;
}
@media (max-width: 1140px) {
  .front .p-work__business-item.--large {
    width: 100%;
  }
}
.front .p-work__business-item.--large .p-work__business-button {
  margin-block-start: -1.875rem;
}
@media (max-width: 768px) {
  .front .p-work__business-item.--large .p-work__business-button {
    margin-block-start: -1.5rem;
  }
}
.front .p-work__business-item picture {
  transition: opacity 0.3s ease;
}
.front .p-work__business-item picture img {
  border-radius: 1.25rem;
}
.front .p-work__business-item:nth-child(1) picture img {
  border: 2px solid #e1eaf4;
}
.front .p-work__business-item:hover picture {
  opacity: 0.7;
}
.front .p-work__business-item:hover .p-work__business-button {
  background: url(../images/front/work_business_button_bg.png) no-repeat top center/cover;
  border: 2px solid transparent;
  color: #505D6A;
}
.front .p-work__business-item:hover .p-work__business-button::after {
  background: url(../images/common/arrow-dark-circle-white.png) no-repeat center/contain;
}
.front .p-work__business-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18.125rem;
  margin-inline: auto;
  padding-block: 1rem;
  padding-inline: 2.5rem 1.25rem;
  position: relative;
  background: #fff;
  border: 2px solid;
  border-radius: 100vmax;
  color: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media (max-width: 768px) {
  .front .p-work__business-button {
    width: 13.75rem;
    padding-block: 0.75rem;
    padding-inline: 1.5rem 0.875rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.front .p-work__business-button::after {
  content: "";
  width: 2.125rem;
  height: 2.125rem;
  background: url(../images/common/arrow-white-circle-blue.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .front .p-work__business-button::after {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.front .p-work__know {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-block-end: 10.625rem;
}
@media (max-width: 768px) {
  .front .p-work__know {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-block-end: 6.25rem;
  }
}
.front .p-work__know-item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.front .p-work__know-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-image 0s;
}
.front .p-work__know-item:hover::before {
  background: url(../images/common/image_deco.gif) no-repeat center/cover;
}
.front .p-work__know-item:hover .p-work__know-button {
  background: url(../images/front/work_know_button_bg.png) no-repeat top center/cover;
  color: #505D6A;
}
.front .p-work__know-item:hover .p-work__know-button::after {
  background: url(../images/common/arrow-dark-circle-white.png) no-repeat center/cover;
}
.front .p-work__know-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 23.75rem;
  padding-block: 1.5rem;
  padding-inline: 1.875rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--bg-blue);
  border-radius: 0 30px 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .front .p-work__know-button {
    gap: 1.875rem;
    width: auto;
    font-size: 1.125rem;
    padding-block: 0.5rem;
    padding-inline: 1.25rem 0.75rem;
  }
}
.front .p-work__know-button::after {
  content: "";
  width: 3.25rem;
  height: 3.25rem;
  background: url(../images/common/arrow-white-circle-blue.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .front .p-work__know-button::after {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.front .p-work__special {
  position: relative;
  scroll-margin-block-start: 6.25rem;
}
@media (max-width: 768px) {
  .front .p-work__special {
    scroll-margin-block-start: 8.75rem;
  }
}
.front .p-work__special::before {
  content: "";
  width: 23.6875rem;
  height: 22rem;
  position: absolute;
  top: -12.5rem;
  left: -18.75rem;
  background: url(../images/front/deco01.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .front .p-work__special::before {
    width: 7.5rem;
    height: 7rem;
    top: -3.75rem;
    left: -5rem;
  }
}
.front .p-work__special__title {
  margin-block-start: -3rem;
}
.front .p-work__special__title-band {
  display: block;
  width: 16rem;
  margin-inline: auto;
  padding-block: 0.875rem;
  position: relative;
  background: var(--bg-blue);
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .front .p-work__special__title-band {
    width: 12.5rem;
    top: -1.875rem;
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
}
.front .p-work__special__title-band::after {
  content: "";
  width: 1.5rem;
  height: 0.5625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  background: var(--bg-blue);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .front .p-work__special__title-band::after {
    width: 1rem;
    height: 0.375rem;
  }
}
.front .p-work__special__title-band.is-rainbow {
  background: #FFADE9;
  background: linear-gradient(90deg, rgb(255, 173, 233) 0%, rgb(255, 176, 149) 30%, rgb(255, 237, 141) 53%, rgb(120, 226, 200) 75%, rgb(100, 206, 202) 100%);
  border-radius: 100vmax;
  color: #444;
}
.front .p-work__special__title-band.is-rainbow::after {
  background: rgb(255, 237, 141);
}
.front .p-work__special__text {
  margin-block-end: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .front .p-work__special__text {
    margin-block-end: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.front .p-work__special__movie {
  border: 2px solid #E1EAF4;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .front .p-work__special__movie {
    border-radius: 0.75rem;
  }
}
.front .p-work__special__movie iframe {
  width: 67.5rem;
  height: 37.9375rem;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .front .p-work__special__movie iframe {
    width: 18.75rem;
    height: 10.625rem;
  }
}
.front .p-entry {
  position: relative;
}
.front .p-entry::before {
  content: "";
  width: 23.6875rem;
  height: 22rem;
  position: absolute;
  top: -9.375rem;
  right: -5rem;
  background: url(../images/front/deco02.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .front .p-entry::before {
    width: 12.8125rem;
    height: 9.375rem;
    top: -3.75rem;
    right: -2.5rem;
  }
}

.work .p-kv {
  padding-block: 10rem 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .work .p-kv {
    padding-block: 6.5625rem 3rem;
  }
}
.work .p-kv::before {
  content: "";
  width: 33.625rem;
  height: 21.8125rem;
  position: absolute;
  top: -2.5rem;
  left: -6.25rem;
  background: url(../images/work/deco01.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .work .p-kv::before {
    width: 10.75rem;
    height: 6.9375rem;
    top: 3.75rem;
    left: -3.125rem;
  }
}
.work .p-kv::after {
  content: "";
  width: 36.125rem;
  height: 25rem;
  position: absolute;
  top: -6.25rem;
  right: -9.375rem;
  background: url(../images/work/deco02.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .work .p-kv::after {
    width: 11.5rem;
    height: 7.5rem;
    top: 3.125rem;
    right: -2.8125rem;
  }
}
.work .p-kv__title {
  position: relative;
  text-align: center;
  color: var(--color-blue);
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.1em;
  z-index: 10;
}
@media (max-width: 768px) {
  .work .p-kv__title {
    font-size: 1.75rem;
  }
}
.work .p-work {
  padding-block: 3.75rem 10rem;
  padding-inline: 20px;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 10%, rgb(210, 239, 255) 100%);
}
@media (max-width: 768px) {
  .work .p-work {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 5%, rgb(210, 239, 255) 100%);
  }
}
.work .p-work {
  counter-reset: work-number;
}
@media (max-width: 768px) {
  .work .p-work {
    padding-block: 2.25rem 3.75rem;
    padding-inline: 0;
  }
}
.work .p-work__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  max-inline-size: 750px;
  margin-block-end: 5rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .work .p-work__nav {
    margin-block-end: 4.125rem;
    gap: 0.5rem 0.375rem;
  }
}
.work .p-work__nav-item {
  place-content: center;
  display: block;
  width: 230px;
  height: 48px;
  position: relative;
  background: #fff;
  border: 2px solid;
  border-radius: 100vmax;
  text-align: center;
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .work .p-work__nav-item {
    width: 6.625rem;
    height: 3.125rem;
    font-size: 0.8125rem;
  }
}
.work .p-work__nav-item:hover {
  border: 2px solid transparent;
  background: var(--color-blue);
  color: #fff;
}
.work .p-work__nav-item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: url(../images/common/arrow-blue-bottom.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .work .p-work__nav-item::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 0.3125rem;
  }
}
.work .p-work__nav-item:hover::after {
  background: url(../images/common/arrow-white-bottom.png) no-repeat center/contain;
}
.work .p-work #building::after {
  content: "";
  width: 25.125rem;
  height: 23.375rem;
  position: absolute;
  bottom: -18.75rem;
  right: -12.5rem;
  background: url(../images/work/deco03.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .work .p-work #building::after {
    width: 6.6875rem;
    height: 5.9375rem;
    bottom: -2.5rem;
    right: -3.125rem;
  }
}
.work .p-work #recycle::after {
  content: "";
  width: 25.875rem;
  height: 22.9375rem;
  position: absolute;
  bottom: -6.875rem;
  left: -15rem;
  background: url(../images/work/deco04.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .work .p-work #recycle::after {
    width: 8.25rem;
    height: 7.3125rem;
    bottom: -7.5rem;
    left: -3.125rem;
  }
}
.work .p-work #civil::after {
  content: "";
  width: 26.5rem;
  height: 16.25rem;
  position: absolute;
  top: -7.5rem;
  right: -13.75rem;
  background: url(../images/work/deco05.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .work .p-work #civil::after {
    width: 10rem;
    height: 8.75rem;
    top: -5.3125rem;
    right: -5rem;
  }
}
.work .p-work__item {
  scroll-margin-block-start: 7.5rem;
  padding-block: 3.75rem 6.25rem;
  padding-inline: 5rem;
  position: relative;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 0 1.875rem rgba(0, 106, 208, 0.2);
  counter-increment: work-number;
}
@media (max-width: 768px) {
  .work .p-work__item {
    padding-block: 2.875rem;
    padding-inline: 1.25rem;
  }
}
.work .p-work__item::before {
  content: counter(work-number, decimal-leading-zero);
  display: block;
  position: absolute;
  top: -5.375rem;
  left: 4.5rem;
  color: #AFCEEB;
  font-size: 7.5rem;
  font-weight: 700;
  font-family: var(--font-poppins);
}
@media (max-width: 768px) {
  .work .p-work__item::before {
    top: -2.625rem;
    left: 50%;
    font-size: 3.75rem;
    transform: translateX(-50%);
  }
}
.work .p-work__item:not(:last-of-type) {
  margin-block-end: 9.5rem;
}
@media (max-width: 768px) {
  .work .p-work__item:not(:last-of-type) {
    margin-block-end: 4.5rem;
  }
}
.work .p-work__item-title {
  margin-block-end: 1.875rem;
  text-align: center;
  color: var(--color-blue);
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .work .p-work__item-title {
    margin-block-end: 1rem;
    font-size: 1.5rem;
  }
}
.work .p-work__item-desc {
  margin-block-end: 1.875rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .work .p-work__item-desc {
    margin-block-end: 2rem;
    font-size: 1.125rem;
  }
}
.work .p-work__slider .splide__track {
  border-radius: 1.25rem;
  overflow: hidden;
  transition: height 0.4s ease;
  box-shadow: 0.625rem 0.625rem 0 #E1EAF4;
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__track {
    box-shadow: 0.25rem 0.25rem 0 #E1EAF4;
  }
}
.work .p-work__slider .splide__slide {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__slide {
    flex-direction: column;
  }
}
.work .p-work__slider-img {
  flex-shrink: 0;
  display: block;
  width: 68%;
}
@media (max-width: 768px) {
  .work .p-work__slider-img {
    width: 100%;
  }
}
.work .p-work__slider-img.--large {
  width: 100%;
}
@media (max-width: 768px) {
  .work .p-work__slider-img.--large {
    height: 12.1875rem;
  }
}
@media (max-width: 768px) {
  .work .p-work__slider-img.--large img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.work .p-work__slider-caption {
  height: 100%;
  padding-block-start: 3.75rem;
  padding-inline: 2.25rem;
  background: url(../images/work/slide_bg.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .work .p-work__slider-caption {
    width: 100%;
    padding-block: 1.25rem;
    padding-inline: 0.75rem;
  }
}
.work .p-work__slider-caption.u-sp-only {
  place-content: center;
}
.work .p-work__slider-caption.u-sp-only h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2em;
}
.work .p-work__slider-caption h3 {
  margin-block-end: 1.25rem;
  padding-block-end: 0.625rem;
  border-bottom: 2px dotted;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .work .p-work__slider-caption h3 {
    margin-block-end: 0.75rem;
    padding-block-end: 0.5rem;
    font-size: 1.125rem;
  }
}
.work .p-work__slider-caption p {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .work .p-work__slider-caption p {
    font-size: 0.875rem;
  }
}
.work .p-work__slider-caption p:not(:last-of-type) {
  margin-block-end: 0.875rem;
}
@media (max-width: 768px) {
  .work .p-work__slider-caption p:not(:last-of-type) {
    margin-block-end: 0.75rem;
  }
}
.work .p-work__slider .splide__pagination {
  display: flex;
  gap: 1.5rem;
  bottom: -3.5rem;
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__pagination {
    bottom: -1.5rem;
    gap: 0.75rem;
  }
}
.work .p-work__slider .splide__pagination__page {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  background: #E1EAF4;
  border-radius: 100vmax;
  opacity: 1;
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__pagination__page {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.work .p-work__slider .splide__pagination__page.is-active {
  background: var(--color-blue);
  transform: none;
}
.work .p-work__slider .splide__arrows {
  position: absolute;
  bottom: 1.875rem;
  right: 2.25rem;
  z-index: 5;
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__arrows {
    top: 50%;
    bottom: auto;
    right: -5%;
    transform: translateY(-50%);
  }
}
.work .p-work__slider .splide__arrow--prev {
  display: none;
}
.work .p-work__slider .splide__arrow--next {
  position: relative;
  inset: 0;
  bottom: 0;
  transform: none;
  opacity: 1;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/arrow-blue-circle-white.png) no-repeat center/cover;
  border: 2px solid var(--color-blue);
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__arrow--next {
    width: 2.25rem;
    height: 2.25rem;
    top: -2.8125rem;
  }
}
.work .p-work__slider .splide__arrow--next:hover {
  background: url(../images/common/arrow-white-circle-blue.png) no-repeat center/cover;
  border: 2px solid transparent;
}
.work .p-work__slider .splide__arrow--next svg {
  display: none;
}
.work .p-work__slider .splide__arrow--next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .work .p-work__slider .splide__arrow--next::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.interview .p-kv {
  padding-block: 10rem 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .interview .p-kv {
    padding-block: 6.5625rem 3rem;
  }
}
.interview .p-kv::before {
  content: "";
  width: 33.625rem;
  height: 21.8125rem;
  position: absolute;
  top: -2.5rem;
  left: -6.25rem;
  background: url(../images/work/deco01.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .interview .p-kv::before {
    width: 10.75rem;
    height: 6.9375rem;
    top: 3.75rem;
    left: -3.125rem;
  }
}
.interview .p-kv::after {
  content: "";
  width: 36.125rem;
  height: 25rem;
  position: absolute;
  top: -6.25rem;
  right: -9.375rem;
  background: url(../images/work/deco02.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .interview .p-kv::after {
    width: 11.5rem;
    height: 7.5rem;
    top: 3.125rem;
    right: -2.8125rem;
  }
}
.interview .p-kv__title {
  position: relative;
  text-align: center;
  color: var(--color-blue);
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.1em;
  z-index: 10;
}
@media (max-width: 768px) {
  .interview .p-kv__title {
    font-size: 1.75rem;
  }
}
.interview .p-interview {
  padding-block: 5rem 10rem;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 10%, rgb(210, 239, 255) 100%);
}
@media (max-width: 768px) {
  .interview .p-interview {
    padding-block: 1.25rem 3.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 5%, rgb(210, 239, 255) 100%);
  }
}
.interview .p-interview hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 4.5rem;
}
@media (max-width: 768px) {
  .interview .p-interview hgroup {
    margin-block-end: 1.875rem;
  }
}
.interview .p-interview hgroup h2,
.interview .p-interview hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.interview .p-interview hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .interview .p-interview hgroup h2 {
    font-size: 1.5rem;
  }
}
.interview .p-interview hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .interview .p-interview hgroup p {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .interview .p-interview .u-pc-only {
    display: none !important;
  }
}
.interview .p-interview__slider {
  display: contents;
}
@media (min-width: 769px) {
  .interview .p-interview__slider {
    display: none;
  }
}
.interview .p-interview__slider .splide__track {
  order: 1;
  margin-block-end: 1.25rem;
}
.interview .p-interview__slider .splide__slide {
  margin-block-end: 0.9375rem;
  position: relative;
}
.interview .p-interview__slider .splide__slide::before {
  content: "";
  position: absolute;
  background: #AFCEEB;
}
@media (max-width: 768px) {
  .interview .p-interview__slider .splide__slide::before {
    width: 1.75rem;
    height: 0.9375rem;
    top: 12rem;
    left: 2.6875rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
  }
}
.interview .p-interview__slider .splide__slide::after {
  content: "";
  position: absolute;
  background: #fff;
}
@media (max-width: 768px) {
  .interview .p-interview__slider .splide__slide::after {
    width: 1.25rem;
    height: 0.8125rem;
    top: 11.9375rem;
    left: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
  }
}
.interview .p-interview__slider .splide__pagination {
  order: 4;
  display: flex;
  gap: 0.75rem;
  position: relative;
  inset: auto;
}
.interview .p-interview__slider .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background: #E1EAF4;
  border-radius: 100vmax;
  opacity: 1;
}
.interview .p-interview__slider .splide__pagination__page.is-active {
  background: var(--color-blue);
  transform: none;
}
.interview .p-interview__slider .splide__arrows {
  order: 5;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-block-start: -25px;
  margin-inline: auto;
  position: relative;
  inset: auto;
}
@media (max-width: 768px) {
  .interview .p-interview__slider .splide__arrows {
    width: 13.125rem;
  }
}
.interview .p-interview__slider .splide__arrow {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  inset: auto;
  background: url(../images/common/arrow-blue-circle-white.png) no-repeat top center/cover;
  border: 2px solid var(--color-blue);
  transform: none;
}
.interview .p-interview__slider .splide__arrow--prev {
  transform: rotate(180deg);
}
.interview .p-interview__slider .splide__arrow svg {
  display: none;
}
.interview .p-interview__item {
  position: relative;
}
@media (max-width: 768px) {
  .interview .p-interview__item {
    display: flex;
    flex-direction: column;
  }
}
.interview .p-interview__item:not(:last-of-type) {
  margin-block-end: 7.5rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item:not(:last-of-type) {
    margin-block-end: 3.25rem;
  }
}
.interview .p-interview__item:nth-of-type(1)::after {
  content: "";
  width: 25.875rem;
  height: 22.9375rem;
  position: absolute;
  bottom: -11.25rem;
  left: -15rem;
  background: url(../images/work/deco04.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .interview .p-interview__item:nth-of-type(1)::after {
    width: 8.25rem;
    height: 7.3125rem;
    bottom: -2.5rem;
    left: -3.75rem;
  }
}
.interview .p-interview__item:nth-of-type(3)::after {
  content: "";
  width: 26.5rem;
  height: 16.25rem;
  position: absolute;
  bottom: -8.125rem;
  right: -18.125rem;
  background: url(../images/work/deco05.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .interview .p-interview__item:nth-of-type(3)::after {
    width: 10rem;
    height: 8.75rem;
    bottom: -3.4375rem;
    right: -5rem;
  }
}
@media (max-width: 768px) {
  .interview .p-interview__item-mv {
    order: 2;
    margin-block-start: -1.25rem;
    margin-block-end: -0.4375rem;
  }
}
.interview .p-interview__item--left {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  position: absolute;
  top: 0;
  left: 3.375rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item--left {
    order: 1;
    position: relative;
    left: auto;
  }
}
.interview .p-interview__item--left .p-interview__item-qa {
  position: relative;
}
.interview .p-interview__item--left .p-interview__item-qa::before {
  content: "";
  position: absolute;
  background: #AFCEEB;
}
.interview .p-interview__item--left .p-interview__item-qa::after {
  content: "";
  position: absolute;
  background: #fff;
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(1)::before {
    width: 2.125rem;
    height: 1.375rem;
    bottom: -1.375rem;
    right: 1.875rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(1)::after {
    width: 1.75rem;
    height: 1.125rem;
    bottom: -1.125rem;
    right: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(2)::before {
    width: 1.375rem;
    height: 2.125rem;
    top: 1.125rem;
    right: -1.375rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(2)::after {
    width: 1.125rem;
    height: 1.75rem;
    top: 1.25rem;
    right: -1.0625rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(3)::before {
    width: 2.125rem;
    height: 1.375rem;
    top: -1.375rem;
    right: 1.875rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--left .p-interview__item-qa:nth-of-type(3)::after {
    width: 1.75rem;
    height: 1.125rem;
    top: -1.09375rem;
    right: 2rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
.interview .p-interview__item--right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2.25rem;
  position: absolute;
  top: 0;
  right: 3.375rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item--right {
    order: 4;
    position: relative;
    right: auto;
  }
}
.interview .p-interview__item--right .p-interview__item-qa {
  position: relative;
}
.interview .p-interview__item--right .p-interview__item-qa::before {
  content: "";
  position: absolute;
  background: #AFCEEB;
}
.interview .p-interview__item--right .p-interview__item-qa::after {
  content: "";
  position: absolute;
  background: #fff;
}
@media (min-width: 769px) {
  .interview .p-interview__item--right .p-interview__item-qa:nth-of-type(1)::before {
    width: 1.375rem;
    height: 2.125rem;
    bottom: 1.375rem;
    left: -1.375rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--right .p-interview__item-qa:nth-of-type(1)::after {
    width: 1.125rem;
    height: 1.75rem;
    bottom: 1.5rem;
    left: -1.125rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--right .p-interview__item-qa:nth-of-type(2)::before {
    width: 1.375rem;
    height: 2.125rem;
    top: 4.5625rem;
    left: -1.375rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item--right .p-interview__item-qa:nth-of-type(2)::after {
    width: 1.125rem;
    height: 1.75rem;
    top: 4.6875rem;
    left: -1.09375rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.interview .p-interview__item-qa {
  width: 20.9375rem;
  padding-block: 1.375rem;
  padding-inline: 1.5rem;
  position: relative;
  background: #fff;
  border: 2px solid #AFCEEB;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .interview .p-interview__item-qa {
    width: 100%;
    height: 100%;
  }
}
.interview .p-interview__item-qa.--small {
  width: 15.9375rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item-qa.--small {
    width: 100%;
  }
}
.interview .p-interview__item-qa.--large {
  width: 25.4375rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item-qa.--large {
    width: 100%;
  }
}
.interview .p-interview__item-qa.--xlarge {
  width: 30.9375rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item-qa.--xlarge {
    width: 100%;
  }
}
.interview .p-interview__item-question {
  display: flex;
  gap: 0.75rem;
  margin-block-end: 0.75rem;
  padding-block-end: 0.75rem;
  border-bottom: 2px dotted;
  color: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .interview .p-interview__item-question {
    gap: 0.5rem;
    margin-block-end: 1.25rem;
    padding-block-end: 0.625rem;
    font-size: 1rem;
  }
}
.interview .p-interview__item-question::before {
  content: "Q";
  place-content: center;
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: var(--color-blue);
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-en);
}
@media (max-width: 768px) {
  .interview .p-interview__item-question::before {
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    top: -0.1875rem;
  }
}
.interview .p-interview__item-answer {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .interview .p-interview__item-answer {
    font-size: 0.9375rem;
  }
}
@media (min-width: 769px) {
  .interview .p-interview__item-answer {
    white-space: nowrap;
  }
}
.interview .p-interview__item-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-inline-size: 435px;
  padding-block: 1.625rem;
  padding-inline: 1.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 20px 0;
  background: var(--color-blue);
}
@media (max-width: 768px) {
  .interview .p-interview__item-person {
    max-inline-size: none;
    order: 3;
    margin-block-end: 1.25rem;
    padding-block: 0.75rem;
    padding-inline: 0.875rem;
    position: relative;
    border-radius: 0 0 20px 20px;
  }
}
.interview .p-interview__item-name {
  margin-inline-end: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .interview .p-interview__item-name {
    margin-inline-end: 0.75rem;
    font-size: 1.0625rem;
  }
}
.interview .p-interview__item-name-en {
  margin-block: 0.375rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .interview .p-interview__item-name-en {
    width: 50%;
    font-size: 0.9375rem;
  }
}
.interview .p-interview__item-position {
  margin-block: 1.375rem 0.75rem;
  padding-block: 3px;
  padding-inline: 0.75rem;
  background: #2680D7;
  border: 1px solid;
  border-radius: 100vmax;
  color: #fff;
}
@media (max-width: 768px) {
  .interview .p-interview__item-position {
    margin-block: 0.5rem;
    font-size: 0.75rem;
  }
}
.interview .p-interview__item-desc {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .interview .p-interview__item-desc {
    font-size: 0.875rem;
  }
}

.environment .p-kv {
  padding-block: 10rem 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .environment .p-kv {
    padding-block: 6.5625rem 3rem;
  }
}
.environment .p-kv::before {
  content: "";
  width: 33.625rem;
  height: 21.8125rem;
  position: absolute;
  top: -2.5rem;
  left: -6.25rem;
  background: url(../images/work/deco01.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .environment .p-kv::before {
    width: 10.75rem;
    height: 6.9375rem;
    top: 3.75rem;
    left: -3.125rem;
  }
}
.environment .p-kv::after {
  content: "";
  width: 36.125rem;
  height: 25rem;
  position: absolute;
  top: -6.25rem;
  right: -9.375rem;
  background: url(../images/work/deco02.png) no-repeat top left/cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .environment .p-kv::after {
    width: 11.5rem;
    height: 7.5rem;
    top: 3.125rem;
    right: -2.8125rem;
  }
}
.environment .p-kv__title {
  position: relative;
  text-align: center;
  color: var(--color-blue);
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--font-mobo);
  letter-spacing: 0.1em;
  z-index: 10;
}
@media (max-width: 768px) {
  .environment .p-kv__title {
    font-size: 1.75rem;
  }
}
.environment .p-vision {
  padding-block: 7.5rem 0;
  position: relative;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 10%, rgb(210, 239, 255) 100%);
  overflow: clip;
}
@media (max-width: 768px) {
  .environment .p-vision {
    padding-block: 2.25rem 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(210, 239, 255, 0.4) 5%, rgb(210, 239, 255) 100%);
  }
}
.environment .p-vision::before {
  content: "";
  width: 33.5625rem;
  height: 33.5625rem;
  position: absolute;
  top: 15.9375rem;
  left: -10.5rem;
  background: url(../images/environment/deco01.png) no-repeat top left/cover;
}
@media (max-width: 768px) {
  .environment .p-vision::before {
    display: none;
  }
}
.environment .p-vision::after {
  content: "";
  width: 38.125rem;
  height: 38.125rem;
  position: absolute;
  top: 50rem;
  right: -14.1875rem;
  background: url(../images/environment/deco02.png) no-repeat top left/cover;
}
@media (max-width: 768px) {
  .environment .p-vision::after {
    display: none;
  }
}
.environment .p-vision__title {
  margin-block-end: 7.5rem;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .environment .p-vision__title {
    margin-block-end: 2.1875rem;
    font-size: 0.9375rem;
  }
}
.environment .p-vision__title-img {
  display: block;
  width: 29.6875rem;
  margin-block-start: 1.875rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .environment .p-vision__title-img {
    width: 20.625rem;
    margin-block-start: 1rem;
  }
}
.environment .p-vision__text {
  position: relative;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  z-index: 3;
}
@media (max-width: 768px) {
  .environment .p-vision__text {
    font-size: 1.0625rem;
  }
}
.environment .p-vision__text:not(:last-of-type) {
  margin-block-end: 2.5rem;
}
@media (max-width: 768px) {
  .environment .p-vision__text:not(:last-of-type) {
    margin-block-end: 1.875rem;
  }
}
.environment .p-vision__text:last-of-type {
  margin-block-end: 8.125rem;
}
@media (max-width: 768px) {
  .environment .p-vision__text:last-of-type {
    margin-block-end: 4.375rem;
  }
}
.environment .p-vision__movie-wrapper {
  position: relative;
}
.environment .p-vision__movie {
  padding-block: 8.75rem 12.5rem;
  padding-inline: 6.25rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .environment .p-vision__movie {
    width: 37.5rem;
    max-inline-size: none;
    padding-block: 2rem 3.75rem;
    padding-inline: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.environment .p-vision__earth {
  display: block;
  max-inline-size: none;
  width: 115rem;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .environment .p-vision__earth {
    width: 43.75rem;
    top: -3.75rem;
  }
}
.environment .p-career {
  margin-block-start: -12.5rem;
  padding-block-start: 11.875rem;
  position: relative;
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .environment .p-career {
    margin-block-start: -2.5rem;
  }
}
.environment .p-career hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 2.3125rem;
}
@media (max-width: 768px) {
  .environment .p-career hgroup {
    margin-block-end: 1.875rem;
  }
}
.environment .p-career hgroup h2,
.environment .p-career hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.environment .p-career hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .environment .p-career hgroup h2 {
    font-size: 1.5rem;
  }
}
.environment .p-career hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-career hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.environment .p-career__title-band {
  width: 16rem;
  position: absolute;
  top: -100%;
  left: 50%;
  padding-block: 0.875rem;
  background: var(--color-blue);
  border-radius: 100vmax;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .environment .p-career__title-band {
    width: 12.5rem;
    font-size: 0.875rem;
    padding-block: 0.625rem;
    top: -5.625rem;
  }
}
.environment .p-career__title-band::after {
  content: "";
  width: 1.5rem;
  height: 0.5625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  background: var(--color-blue);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .environment .p-career__title-band::after {
    width: 1rem;
    height: 0.375rem;
  }
}
@media (max-width: 768px) {
  .environment .p-career__table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.environment .p-career__head tr {
  display: grid;
  grid-template-columns: 10.1875rem 16.8125rem 16.8125rem 16.8125rem 16.8125rem;
  align-items: end;
}
@media (max-width: 768px) {
  .environment .p-career__head tr {
    grid-template-columns: 6.125rem 12.9375rem 12.9375rem 12.9375rem 12.9375rem;
  }
}
.environment .p-career__head th {
  padding-block-start: 1.5rem;
  padding-inline: 2.375rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media (max-width: 768px) {
  .environment .p-career__head th {
    padding-block-start: 0.875rem;
    padding-inline: 0.75rem;
  }
}
.environment .p-career__head th:nth-of-type(2) {
  height: 8.625rem;
  background: #E1EAF4;
}
@media (max-width: 768px) {
  .environment .p-career__head th:nth-of-type(2) {
    height: 6.6875rem;
  }
}
.environment .p-career__head th:nth-of-type(3) {
  height: 9.875rem;
  background: #AFCEEB;
}
@media (max-width: 768px) {
  .environment .p-career__head th:nth-of-type(3) {
    height: 7.3125rem;
  }
}
.environment .p-career__head th:nth-of-type(4) {
  height: 11.125rem;
  background: #D3EFFF;
}
@media (max-width: 768px) {
  .environment .p-career__head th:nth-of-type(4) {
    height: 7.9375rem;
  }
}
.environment .p-career__head th:nth-of-type(5) {
  height: 12.375rem;
  background: #A2DDFF;
}
@media (max-width: 768px) {
  .environment .p-career__head th:nth-of-type(5) {
    height: 8.5625rem;
  }
}
.environment .p-career__level {
  display: block;
  margin-block-end: 0.625rem;
  padding-block: 0.625rem;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-career__level {
    margin-block-end: 0;
    padding-block: 0.875rem;
    font-size: 1rem;
    line-height: 1;
  }
}
.environment .p-career__years {
  display: block;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-career__years {
    font-size: 1.5rem;
  }
}
.environment .p-career__years small {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .environment .p-career__years small {
    font-size: 1rem;
  }
}
.environment .p-career__body tr {
  display: grid;
  grid-template-columns: 10.1875rem 16.8125rem 16.8125rem 16.8125rem 16.8125rem;
}
@media (max-width: 768px) {
  .environment .p-career__body tr {
    grid-template-columns: 6.125rem 12.9375rem 12.9375rem 12.9375rem 12.9375rem;
  }
}
.environment .p-career__body tr:first-of-type th {
  border-radius: 0.75rem 0 0 0;
}
.environment .p-career__body tr:last-of-type th {
  border-radius: 0 0 0 0.75rem;
}
.environment .p-career__body tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.environment .p-career__body th {
  place-content: center;
  min-height: 7.625rem;
  background: #617A95;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .environment .p-career__body th {
    font-size: 0.875rem;
  }
}
.environment .p-career__body td {
  min-height: 7.625rem;
  padding-block: 1.25rem;
  padding-inline: 1.375rem;
  border-right: 1px solid #AFCEEB;
  border-bottom: 1px solid #AFCEEB;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .environment .p-career__body td {
    font-size: 0.875rem;
    padding-block: 0.875rem;
    padding-inline: 0.875rem;
  }
}
@media (max-width: 768px) {
  .environment .p-career__body td small {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
.environment .p-career__note {
  margin-block-start: 0.75rem;
  text-align: right;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .environment .p-career__note {
    margin-block-start: 1rem;
    text-align: left;
    font-size: 0.6875rem;
  }
}
.environment .p-system {
  padding-block: 6.8125rem 7.5rem;
  position: relative;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0 0.625rem rgb(225, 234, 244);
}
@media (max-width: 768px) {
  .environment .p-system {
    padding-block: 2.5rem 3.125rem;
  }
}
.environment .p-system::before {
  content: "";
  width: 26.25rem;
  height: 22.9375rem;
  position: absolute;
  top: -2.5rem;
  left: -7.5rem;
  background: url(../images/work/deco04.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .environment .p-system::before {
    width: 8.25rem;
    height: 7.3125rem;
    top: -1.25rem;
    left: -3.75rem;
  }
}
.environment .p-system::after {
  content: "";
  width: 26.5rem;
  height: 16.25rem;
  position: absolute;
  bottom: -6.25rem;
  right: -10rem;
  background: url(../images/work/deco05.png) no-repeat center/cover;
  z-index: 10;
}
@media (max-width: 768px) {
  .environment .p-system::after {
    width: 10rem;
    height: 8.75rem;
    bottom: -4.375rem;
    right: -3.75rem;
  }
}
.environment .p-system hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 2.3125rem;
}
@media (max-width: 768px) {
  .environment .p-system hgroup {
    margin-block-end: 1.875rem;
  }
}
.environment .p-system hgroup h2,
.environment .p-system hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.environment .p-system hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .environment .p-system hgroup h2 {
    font-size: 1.5rem;
  }
}
.environment .p-system hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-system hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.environment .p-system__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .environment .p-system__contents {
    flex-direction: column;
    gap: 2rem;
  }
}
.environment .p-system__item {
  width: 24.125rem;
  padding-block: 2.25rem 1.375rem;
  padding-inline: 1.875rem;
  border-radius: 20px;
  box-shadow: 0 0 24px rgba(0, 106, 208, 0.2);
}
@media (max-width: 768px) {
  .environment .p-system__item {
    width: 100%;
    padding-block: 1rem 1.625rem;
    padding-inline: 1.5rem;
  }
}
.environment .p-system__item.--large {
  width: 37.5rem;
}
@media (max-width: 768px) {
  .environment .p-system__item.--large {
    width: 100%;
  }
}
.environment .p-system__item-icon {
  display: block;
  width: 4.5rem;
  margin-block-end: 2rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .environment .p-system__item-icon {
    width: 3.75rem;
    margin-block-end: 1.25rem;
  }
}
.environment .p-system__item-title {
  margin-block-end: 1.25rem;
  padding-block: 0.625rem;
  background: #E1EAF4;
  border-radius: 100vmax;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-system__item-title {
    width: 12.5rem;
    margin-block-end: 1rem;
    margin-inline: auto;
    padding-block: 0.5rem;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .environment .p-system__item-title span {
    font-size: 0.8125rem;
  }
}
.environment .p-system__item-text {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .environment .p-system__item-text {
    font-size: 0.9375rem;
  }
}
.environment .p-loop {
  display: flex;
  margin-block-start: -1.25rem;
  padding-block-start: 12.5rem;
  background: var(--bg-main);
  overflow: hidden;
}
@media (max-width: 768px) {
  .environment .p-loop {
    padding-block-start: 8.125rem;
  }
}
.environment .p-loop__contents {
  display: flex;
  gap: 2.5rem;
  padding-inline-end: 1.25rem;
  animation: loop-scroll 30s linear infinite;
}
@media (max-width: 768px) {
  .environment .p-loop__contents {
    gap: 1.5rem;
  }
}
.environment .p-loop__contents picture {
  flex-shrink: 0;
  width: 18.875rem;
}
@media (max-width: 768px) {
  .environment .p-loop__contents picture {
    width: 13.375rem;
  }
}
.environment .p-loop__contents picture img {
  border-radius: 16px;
}
.environment .p-loop__contents picture:nth-child(even) {
  transform: translateY(-3.125rem);
}
.environment .p-certifications {
  padding-block: 7.5rem;
  background: var(--bg-main);
}
@media (max-width: 768px) {
  .environment .p-certifications {
    padding-block: 5rem 6.25rem;
  }
}
.environment .p-certifications hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 1.5rem;
}
@media (max-width: 768px) {
  .environment .p-certifications hgroup {
    margin-block-end: 1.875rem;
  }
}
.environment .p-certifications hgroup h2,
.environment .p-certifications hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.environment .p-certifications hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .environment .p-certifications hgroup h2 {
    font-size: 1.5rem;
  }
}
.environment .p-certifications hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-certifications hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.environment .p-certifications__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem 3.1875rem;
}
@media (max-width: 768px) {
  .environment .p-certifications__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.environment .p-certifications__item {
  padding-block: 1.5rem 1.75rem;
  padding-inline: 1.875rem;
  background: #fff;
  border: 2px solid #E1EAF4;
  box-shadow: 0.625rem 0.625rem 0 rgb(225, 234, 244);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .environment .p-certifications__item {
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
    box-shadow: 0.25rem 0.25rem 0 rgb(225, 234, 244);
  }
}
.environment .p-certifications__item-title {
  place-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.5rem;
  height: 3.75rem;
  margin-block-end: 1rem;
  padding-block-end: 0.625rem;
  border-bottom: 2px dotted;
  color: var(--color-blue);
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-certifications__item-title {
    height: auto;
    font-size: 1rem;
  }
}
.environment .p-certifications__item-title .small {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .environment .p-certifications__item-title .small {
    width: 100%;
    font-size: 0.875rem;
  }
}
.environment .p-certifications__item-title .xsmall {
  font-size: 0.6875rem;
}
@media (max-width: 768px) {
  .environment .p-certifications__item-text {
    font-size: 0.875rem;
  }
}
.environment .p-certifications__hidden {
  display: contents;
}
@media (max-width: 768px) {
  .environment .p-certifications__hidden {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  .environment .p-certifications__hidden.is-open {
    height: auto;
  }
}
.environment .p-certifications__toggle {
  display: none;
}
@media (max-width: 768px) {
  .environment .p-certifications__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 13.75rem;
    grid-column: 1/-1;
    margin-inline: auto;
    padding-block: 0.75rem;
    padding-inline: 1.5rem 0.875rem;
    position: relative;
    background: #fff;
    border: 2px solid;
    border-radius: 100vmax;
    color: var(--color-blue);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 2;
  }
  .environment .p-certifications__toggle-circle {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    position: relative;
    background: #006AD0;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  .environment .p-certifications__toggle-circle::before {
    content: "";
    width: 0.625rem;
    height: 0.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .environment .p-certifications__toggle-circle::after {
    content: "";
    width: 0.625rem;
    height: 0.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .environment .p-certifications__toggle.is-open .p-certifications__toggle-circle::after {
    transform: translate(-50%, -50%) rotate(0);
  }
}
.environment .p-history {
  padding-block: 5.625rem 6.5625rem;
  background: #fff;
}
.environment .p-history hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 3.75rem;
}
@media (max-width: 768px) {
  .environment .p-history hgroup {
    margin-block-end: 1.875rem;
  }
}
.environment .p-history hgroup h2,
.environment .p-history hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.environment .p-history hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .environment .p-history hgroup h2 {
    font-size: 1.5rem;
  }
}
.environment .p-history hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .environment .p-history hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.environment .p-history__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 5.625rem 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .environment .p-history__contents {
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 5rem;
  }
}
.environment .p-history__contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 11.625rem;
  left: 50%;
  background: #FFADE9;
  background: linear-gradient(90deg, rgba(255, 173, 233, 0) 0%, rgba(255, 176, 149, 0.5) 30%, rgb(255, 237, 141) 53%, rgb(120, 226, 200) 75%, rgba(100, 206, 202, 0.01) 100%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .environment .p-history__contents::after {
    width: 16px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 173, 233, 0) 0%, rgba(255, 176, 149, 0.5) 30%, rgb(255, 237, 141) 53%, rgb(120, 226, 200) 75%, rgba(100, 206, 202, 0.01) 100%);
    transform: none;
  }
}
.environment .p-history__item {
  width: 15.9375rem;
  padding-block: 1.25rem 1.5rem;
  padding-inline: 1.5rem;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (max-width: 768px) {
  .environment .p-history__item {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item:nth-of-type(1) {
    order: 1;
  }
  .environment .p-history__item:nth-of-type(2) {
    order: 5;
  }
  .environment .p-history__item:nth-of-type(3) {
    order: 2;
  }
  .environment .p-history__item:nth-of-type(4) {
    order: 6;
  }
  .environment .p-history__item:nth-of-type(5) {
    order: 3;
  }
  .environment .p-history__item:nth-of-type(6) {
    order: 7;
  }
  .environment .p-history__item:nth-of-type(7) {
    order: 4;
  }
}
.environment .p-history__item::after {
  content: "";
  width: 2px;
  position: absolute;
  left: 50%;
  background: var(--color-blue);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .environment .p-history__item::after {
    width: 4.375rem;
    height: 0.125rem;
    top: 50%;
    left: -4.375rem;
    transform: translateY(-50%);
  }
}
.environment .p-history__item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  background: var(--color-blue);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .environment .p-history__item::before {
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: -5rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--above::after {
    top: 8.9375rem;
    height: 2.9375rem;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--above::before {
    top: 11.6875rem;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--above:nth-of-type(1)::after {
    top: 7.5rem;
    height: 5rem;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--above:nth-of-type(1)::before {
    top: 11.6875rem;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--below::before {
    top: -2.9375rem;
  }
}
.environment .p-history__item.--below::after {
  bottom: 100%;
}
@media (min-width: 769px) {
  .environment .p-history__item.--below::after {
    height: 2.625rem;
  }
}
@media (min-width: 769px) {
  .environment .p-history__item.--below:nth-of-type(2)::before {
    top: -2.9375rem;
  }
}
.environment .p-history__year {
  text-align: center;
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .environment .p-history__year {
    font-size: 1.25rem;
  }
}
.environment .p-history__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .environment .p-history__text {
    font-size: 0.9375rem;
  }
}
.environment .p-history__list {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .environment .p-history__list {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.environment .p-history__list li {
  position: relative;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .environment .p-history__list li {
    text-align: left;
    font-size: 0.9375rem;
  }
}
.environment .p-history__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-company {
  scroll-margin-block-start: 7.5rem;
  padding-block: 0 10rem;
  background: #fff;
}
@media (max-width: 768px) {
  .p-company {
    padding-block: 0 3.75rem;
  }
}
.p-company hgroup {
  display: grid;
  align-items: center;
  margin-block-end: 2.875rem;
}
@media (max-width: 768px) {
  .p-company hgroup {
    margin-block-end: 1.875rem;
  }
}
.p-company hgroup h2,
.p-company hgroup p {
  grid-area: 1/1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-company hgroup h2 {
  position: relative;
  color: var(--color-blue);
  font-size: 2.5rem;
  font-family: var(--font-mobo);
}
@media (max-width: 768px) {
  .p-company hgroup h2 {
    font-size: 1.5rem;
  }
}
.p-company hgroup p {
  color: var(--color-blue-thin);
  font-size: 5.625rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-company hgroup p {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.p-company__row {
  display: grid;
  grid-template-columns: 14.375rem 1fr;
}
@media (max-width: 768px) {
  .p-company__row {
    grid-template-columns: 1fr;
  }
}
.p-company__row dt {
  padding-block: 0.75rem;
  padding-inline-start: 1.875rem;
  background: rgba(210, 239, 255, 0.4);
  border-bottom: 1px solid #AFCEEB;
  color: var(--color-blue);
}
@media (max-width: 768px) {
  .p-company__row dt {
    padding-block: 0.875rem;
    padding-inline-start: 1rem;
    font-size: 1rem;
  }
}
.p-company__row dd {
  padding-block: 0.75rem;
  padding-inline-start: 1.875rem;
  border-bottom: 1px solid #AFCEEB;
}
@media (max-width: 768px) {
  .p-company__row dd {
    padding-block: 0.875rem;
    padding-inline-start: 1rem;
    font-size: 1rem;
  }
}
.p-company__row dd p:not(:last-of-type) {
  margin-block-end: 1em;
}
.p-company__row:first-of-type dt, .p-company__row:first-of-type dd {
  border-top: 1px solid #AFCEEB;
}
.p-company__subtable tr {
  display: grid;
  grid-template-columns: 5.75rem 1fr;
  gap: 1.25rem;
}

.font-ja {
  font-family: var(--font-ja);
}

*:lang("en") {
  font-family: var(--font-en);
}

/*==============================================================================
Accessibility
============================================================================= */
.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

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

.is-en-upper {
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */