@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ----------------------------------------
   Settings
---------------------------------------- */
/* ==========================================================================
   Foundation
   Settings
   ========================================================================== */
/* ----------------------------------------
   Breakpoints
---------------------------------------- */
/* ----------------------------------------
   Container Width
---------------------------------------- */
/* ----------------------------------------
   Layout
---------------------------------------- */
/* ----------------------------------------
   Section Spacing
---------------------------------------- */
/* ----------------------------------------
   Grid
---------------------------------------- */
/* ----------------------------------------
   Border Radius
---------------------------------------- */
/* ----------------------------------------
   Shadow
---------------------------------------- */
/* ----------------------------------------
   Transition
---------------------------------------- */
/* ----------------------------------------
   Z-index
---------------------------------------- */
/* ----------------------------------------
   Variables
---------------------------------------- */
/* ==========================================================================
   Foundation
   Variables
   Design Tokens
   ========================================================================== */
/* ----------------------------------------
   Brand Color
---------------------------------------- */
/* ----------------------------------------
   Status Color
---------------------------------------- */
/* ----------------------------------------
   Text Color
---------------------------------------- */
/* ----------------------------------------
   Background Color
---------------------------------------- */
/* ----------------------------------------
   Border Color
---------------------------------------- */
/* ----------------------------------------
   Overlay
---------------------------------------- */
/* ----------------------------------------
   Typography
---------------------------------------- */
/* Font Family */
/* ----------------------------------------
   Font Weight
---------------------------------------- */
/* ----------------------------------------
   Font Size
---------------------------------------- */
/* ----------------------------------------
   Line Height
---------------------------------------- */
/* ----------------------------------------
   Letter Spacing
---------------------------------------- */
/* ----------------------------------------
   Opacity
---------------------------------------- */
/* ----------------------------------------
   Easing
---------------------------------------- */
/* ----------------------------------------
   Functions
---------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* ----------------------------------------
   Settings
---------------------------------------- */
/* ==========================================================================
   Foundation
   Functions
   ========================================================================== */
/* ----------------------------------------
   Common
---------------------------------------- */
/* ----------------------------------------
   px → rem
---------------------------------------- */
/* ----------------------------------------
   px → em
---------------------------------------- */
/* ----------------------------------------
   Letter Spacing
---------------------------------------- */
/* ----------------------------------------
   Strip Unit
---------------------------------------- */
/* ----------------------------------------
   Percentage
---------------------------------------- */
/* ----------------------------------------
   Viewport Width
---------------------------------------- */
/* ----------------------------------------
   Clamp
---------------------------------------- */
/* ----------------------------------------
   Breakpoint
---------------------------------------- */
/* ----------------------------------------
   Container
---------------------------------------- */
/* ----------------------------------------
   Layout
---------------------------------------- */
/* ----------------------------------------
   Section Space
---------------------------------------- */
/* ----------------------------------------
   Grid Gap
---------------------------------------- */
/* ----------------------------------------
   Radius
---------------------------------------- */
/* ----------------------------------------
   Shadow
---------------------------------------- */
/* ----------------------------------------
   Transition
---------------------------------------- */
/* ----------------------------------------
   Z-index
---------------------------------------- */
/* ----------------------------------------
   Mixins
---------------------------------------- */
/* ----------------------------------------
   Variables
---------------------------------------- */
/* ----------------------------------------
   Functions
---------------------------------------- */
/* ==========================================================================
   Foundation
   Mixins
   ========================================================================== */
/* ----------------------------------------
   Media Query
---------------------------------------- */
/* ----------------------------------------
   Container
---------------------------------------- */
/* ----------------------------------------
   Flex
---------------------------------------- */
/* ----------------------------------------
   Grid
---------------------------------------- */
/* ----------------------------------------
   Section Padding
---------------------------------------- */
/* ----------------------------------------
   Button Base
---------------------------------------- */
/* ----------------------------------------
   Card
---------------------------------------- */
/* ----------------------------------------
   Hover Opacity
---------------------------------------- */
/* ----------------------------------------
   Hover Lift
---------------------------------------- */
/* ----------------------------------------
   Section Title
---------------------------------------- */
/* ----------------------------------------
   Aspect Ratio
---------------------------------------- */
/* ----------------------------------------
   Object Fit
---------------------------------------- */
/* ----------------------------------------
   Overlay
---------------------------------------- */
/* ----------------------------------------
   Absolute Center
---------------------------------------- */
/* ----------------------------------------
   Line Clamp
---------------------------------------- */
/* ----------------------------------------
   Visually Hidden
---------------------------------------- */
/* ----------------------------------------
   Base
---------------------------------------- */
/* ==========================================================================
   Foundation
   Reset
   ========================================================================== */
/* ----------------------------------------
   Box Sizing
---------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ----------------------------------------
   Margin / Padding
---------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
figcaption,
dl,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
   Heading
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* ----------------------------------------
   Paragraph
---------------------------------------- */
p {
  margin: 0;
}

/* ----------------------------------------
   List
---------------------------------------- */
ul,
ol {
  list-style: none;
}

/* ----------------------------------------
   Definition List
---------------------------------------- */
dl,
dt,
dd {
  margin: 0;
}

/* ----------------------------------------
   Blockquote
---------------------------------------- */
blockquote {
  margin: 0;
}

/* ----------------------------------------
   Figure
---------------------------------------- */
figure {
  margin: 0;
}

/* ----------------------------------------
   Image
---------------------------------------- */
img {
  border-style: none;
}

/* ----------------------------------------
   Form
---------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
}

/* ----------------------------------------
   Button
---------------------------------------- */
button {
  overflow: visible;
  text-transform: none;
}

/* ----------------------------------------
   Textarea
---------------------------------------- */
textarea {
  overflow: auto;
}

/* ----------------------------------------
   Fieldset
---------------------------------------- */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ----------------------------------------
   Legend
---------------------------------------- */
legend {
  padding: 0;
}

/* ----------------------------------------
   Table
---------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
   HR
---------------------------------------- */
hr {
  height: 0;
  margin: 0;
  border: 0;
}

/* ----------------------------------------
   Address
---------------------------------------- */
address {
  font-style: normal;
}

/* ----------------------------------------
   Variables
---------------------------------------- */
/* ==========================================================================
   Foundation
   Base
   ========================================================================== */
/* ----------------------------------------
   html
---------------------------------------- */
html {
  font-size: 62.5%;
}

/* ----------------------------------------
   body
---------------------------------------- */
body {
  min-width: 320px;
  overflow-x: hidden;
  color: #333333;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------------------
   Selection
---------------------------------------- */
::-moz-selection {
  color: #ffffff;
  background-color: #2563eb;
}
::selection {
  color: #ffffff;
  background-color: #2563eb;
}

/* ----------------------------------------
   Link
---------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

/* ----------------------------------------
   Image
---------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------
   Media
---------------------------------------- */
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

/* ----------------------------------------
   List
---------------------------------------- */
ul,
ol {
  list-style: none;
}

/* ----------------------------------------
   Table
---------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------
   Form
---------------------------------------- */
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ----------------------------------------
   Button
---------------------------------------- */
button {
  cursor: pointer;
}

/* ----------------------------------------
   Textarea
---------------------------------------- */
textarea {
  resize: vertical;
}

/* ----------------------------------------
   Search
---------------------------------------- */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/* ----------------------------------------
   Address
---------------------------------------- */
address {
  font-style: normal;
}

/* ----------------------------------------
   Strong
---------------------------------------- */
strong {
  font-weight: 700;
}

/* ----------------------------------------
   Main
---------------------------------------- */
main {
  display: block;
}

/* ----------------------------------------
   Section
---------------------------------------- */
section {
  position: relative;
}

/* ----------------------------------------
   Focus
---------------------------------------- */
:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* ----------------------------------------
   Hidden
---------------------------------------- */
[hidden] {
  display: none !important;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
   Layout
   ========================================================================== */
/* ----------------------------------------
   Container
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Container
   ========================================================================== */
/* ----------------------------------------
   Default Container
---------------------------------------- */
.l-container {
  width: min(100% - 4rem, 1200px);
  margin-inline: auto;
  position: relative;
}

/* ----------------------------------------
   Narrow Container
---------------------------------------- */
.l-container--narrow {
  width: min(100% - 4rem, 960px);
  margin-inline: auto;
  position: relative;
}

/* ----------------------------------------
   Wide Container
---------------------------------------- */
.l-container--wide {
  width: min(100% - 4rem, 1400px);
  margin-inline: auto;
  position: relative;
}

/* ----------------------------------------
   Full Container
---------------------------------------- */
.l-container--full {
  width: 100%;
}

/* ----------------------------------------
   Section
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Section
   ========================================================================== */
/* ----------------------------------------
   Section
---------------------------------------- */
.l-section {
  padding-block: 8rem;
}
@media (min-width: 768px) {
  .l-section {
    padding-block: 12rem;
  }
}
.l-section {
  position: relative;
}

/* ----------------------------------------
   Section Inner
---------------------------------------- */
.l-section__inner {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
   Section Header
---------------------------------------- */
.l-section__header {
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .l-section__header {
    margin-bottom: 6.4rem;
  }
}

/* ----------------------------------------
   Section Body
---------------------------------------- */
.l-section__body {
  position: relative;
}

/* ----------------------------------------
   Section Footer
---------------------------------------- */
.l-section__footer {
  margin-top: 4.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .l-section__footer {
    margin-top: 6.4rem;
  }
}

/* ----------------------------------------
   Main
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Main
   ========================================================================== */
/* ----------------------------------------
   Main
---------------------------------------- */
.l-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 72px;
}

/* ----------------------------------------
   Desktop
---------------------------------------- */
@media (min-width: 768px) {
  .l-main {
    padding-top: 88px;
  }
}
/* ----------------------------------------
   Header
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Header
   ========================================================================== */
/* ----------------------------------------
   Header
---------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 72px;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------
   Desktop
---------------------------------------- */
@media (min-width: 768px) {
  .l-header {
    height: 88px;
  }
}
/* ----------------------------------------
   Inner
---------------------------------------- */
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
   Logo
---------------------------------------- */
.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------------------------------------
   Navigation
---------------------------------------- */
.l-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}

/* ----------------------------------------
   Navigation List
---------------------------------------- */
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3.2rem;
}

/* ----------------------------------------
   Navigation Item
---------------------------------------- */
.l-header__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------------------------------------
   Actions
---------------------------------------- */
.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.6rem;
}

/* ----------------------------------------
   Hamburger
---------------------------------------- */
.l-header__toggle {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media (min-width: 768px) {
  .l-header__toggle {
    display: none;
  }
}

.l-header__toggle span:not(.u-visually-hidden) {
  width: 2.4rem;
  height: 2px;
  background-color: currentColor;
}

/* ----------------------------------------
   Drawer Open
---------------------------------------- */
.l-header.is-open {
  z-index: 9999;
}

.l-header.is-open .l-header__toggle {
  position: relative;
  z-index: 9999;
}

.l-header__toggle-line {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__toggle.is-open .l-header__toggle-line--middle {
  opacity: 0;
}

.l-header__toggle.is-open .l-header__toggle-line--top {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.l-header__toggle.is-open .l-header__toggle-line--bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/* ----------------------------------------
   Footer
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Layout
   Footer
   ========================================================================== */
/* ----------------------------------------
   Footer
---------------------------------------- */
.l-footer {
  position: relative;
  width: 100%;
}

/* ----------------------------------------
   Inner
---------------------------------------- */
.l-footer__inner {
  padding-block: 4.8rem;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding-block: 6.4rem;
  }
}

/* ----------------------------------------
   Content
---------------------------------------- */
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3.2rem;
}

/* ----------------------------------------
   Navigation
---------------------------------------- */
.l-footer__nav {
  width: 100%;
}

/* ----------------------------------------
   Navigation List
---------------------------------------- */
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .l-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
  }
}

/* ----------------------------------------
   Navigation Item
---------------------------------------- */
.l-footer__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------------------------------------
   SNS
---------------------------------------- */
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.4rem;
}

/* ----------------------------------------
   Copyright
---------------------------------------- */
.l-footer__copyright {
  text-align: center;
}

/* ----------------------------------------
   Page Top
---------------------------------------- */
.l-footer__pagetop {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #2563eb;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-footer__pagetop:hover, .l-footer__pagetop:focus-visible {
  background-color: #1d4ed8;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.l-footer__pagetop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

/* ----------------------------------------
   Icon
---------------------------------------- */
.l-footer__pagetop-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  font-size: 1.6rem;
}

/* ==========================================================================
Object
========================================================================== */
/* ==========================================================================
   Object
   Component
   ========================================================================== */
/* ----------------------------------------
   Button
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Button
   ========================================================================== */
/* ----------------------------------------
   Base
---------------------------------------- */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.4rem 3.2rem;
  border-radius: 9999px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #2563eb;
  color: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-button:hover, .c-button:focus-visible {
  background-color: #1d4ed8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-button:disabled, .c-button[aria-disabled=true] {
  opacity: 0.4;
  pointer-events: none;
}

/* ----------------------------------------
   Secondary
---------------------------------------- */
.c-button--secondary {
  background-color: #14b8a6;
}
.c-button--secondary:hover, .c-button--secondary:focus-visible {
  opacity: 0.8;
}

/* ----------------------------------------
   Outline
---------------------------------------- */
.c-button--outline {
  background-color: transparent;
  color: #2563eb;
  border-color: currentColor;
}
.c-button--outline:hover, .c-button--outline:focus-visible {
  background-color: #2563eb;
  color: #ffffff;
}

/* ----------------------------------------
   Size
---------------------------------------- */
.c-button--sm {
  padding: 1rem 2rem;
  font-size: 1.4rem;
}

.c-button--lg {
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
}

/* ----------------------------------------
   Width
---------------------------------------- */
.c-button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* ----------------------------------------
   Section Title
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Section Title
   ========================================================================== */
/* ----------------------------------------
   Section Title
---------------------------------------- */
.c-section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin: 0;
  text-align: center;
}

/* ----------------------------------------
   English Title
---------------------------------------- */
.c-section-title__en {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #2563eb;
}
@media (min-width: 768px) {
  .c-section-title__en {
    font-size: 4rem;
  }
}

/* ----------------------------------------
   Japanese Title
---------------------------------------- */
.c-section-title__ja {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #666666;
}
@media (min-width: 768px) {
  .c-section-title__ja {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
   Divider
---------------------------------------- */
.c-section-title__line {
  display: block;
  width: 6rem;
  height: 0.4rem;
  margin-top: 2rem;
  border-radius: 9999px;
  background-color: #2563eb;
}

/* ----------------------------------------
   Card
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Component
   Card
   ========================================================================== */
/* ----------------------------------------
   Card
---------------------------------------- */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.c-card:hover,
.c-card:focus-within {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* ----------------------------------------
   Link
---------------------------------------- */
.c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* ----------------------------------------
   Thumbnail
---------------------------------------- */
.c-card__thumbnail {
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #f3f4f6;
}

.c-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-card:hover .c-card__thumbnail img,
.c-card:focus-within .c-card__thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ----------------------------------------
   Body
---------------------------------------- */
.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
}

/* ----------------------------------------
   Category
---------------------------------------- */
.c-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

/* ----------------------------------------
   Title
---------------------------------------- */
.c-card__title {
  margin: 0;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.c-card__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* ----------------------------------------
   Footer
---------------------------------------- */
.c-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: auto;
}

/* ----------------------------------------
   Meta
---------------------------------------- */
.c-card__meta {
  color: #999999;
  font-size: 1.4rem;
  line-height: 1;
}

/* ==========================================================================
   Object
   Project
   ========================================================================== */
/* ----------------------------------------
   Hero
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Hero
   ========================================================================== */
/* ----------------------------------------
   Hero
---------------------------------------- */
.p-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  background-color: #f8fafc;
}
@media (min-width: 768px) {
  .p-hero {
    min-height: calc(100vh - 88px);
  }
}

/* ----------------------------------------
   Inner
---------------------------------------- */
.p-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: inherit;
  padding-block: 8rem;
}
@media (min-width: 768px) {
  .p-hero__inner {
    padding-block: 12rem;
  }
}

/* ----------------------------------------
   Visual
---------------------------------------- */
.p-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.p-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.92)), color-stop(40%, rgba(255, 255, 255, 0.78)), color-stop(72%, rgba(255, 255, 255, 0.32)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 40%, rgba(255, 255, 255, 0.32) 72%, rgba(255, 255, 255, 0) 100%);
}

/* ----------------------------------------
   Image
---------------------------------------- */
.p-hero__image {
  width: 100%;
  height: 100%;
}

.p-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: hero-image-zoom 6s ease-out forwards;
          animation: hero-image-zoom 6s ease-out forwards;
}

/* ----------------------------------------
   Content
---------------------------------------- */
.p-hero__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  max-width: 62rem;
}

/* ----------------------------------------
   Label
---------------------------------------- */
.p-hero__label {
  color: #2563eb;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ----------------------------------------
   Catch Copy
---------------------------------------- */
.p-hero__catch {
  margin: 0;
  color: #333333;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  font-weight: 700;
  line-height: 1.2;
}

/* ----------------------------------------
   Lead
---------------------------------------- */
.p-hero__lead {
  max-width: 60rem;
  color: #666666;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* ----------------------------------------
   Buttons
---------------------------------------- */
.p-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}

/* ----------------------------------------
   Scroll
---------------------------------------- */
.p-hero__scroll {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 2;
  display: none;
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .p-hero__scroll {
    display: block;
  }
}

/* ----------------------------------------
   Animation
---------------------------------------- */
@-webkit-keyframes hero-image-zoom {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hero-image-zoom {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ----------------------------------------
   Reduced Motion
---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .p-hero__image img {
    -webkit-animation: none;
            animation: none;
  }
}
/* ----------------------------------------
   About
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   About
   ========================================================================== */
/* ----------------------------------------
   About
---------------------------------------- */
.p-about {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.p-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(circle, rgba(37, 99, 235, 0.3) 1.5px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  background-color: rgba(245, 158, 11, 0.08);
}

/* ----------------------------------------
   Inner
---------------------------------------- */
.p-about__inner {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(32rem, 100%), 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
   Image Area
---------------------------------------- */
.p-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__image img {
  display: block;
  width: min(100%, 36rem);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------
   Content
---------------------------------------- */
.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

/* ----------------------------------------
   Name
---------------------------------------- */
.p-about__name {
  margin: 0;
  color: #333333;
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height: 1.4;
}

/* ----------------------------------------
   Position
---------------------------------------- */
.p-about__position {
  color: #2563eb;
  font-size: 1.8rem;
  font-weight: 600;
}

/* ----------------------------------------
   Text
---------------------------------------- */
.p-about__text {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-about__text p + p {
  margin-top: 1.6rem;
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-about__list {
  display: grid;
  gap: 1.6rem;
}

.p-about__item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-about__term {
  color: #2563eb;
  font-weight: 600;
}

.p-about__description {
  color: #666666;
  line-height: 1.8;
}

/* ----------------------------------------
   Actions
---------------------------------------- */
.p-about__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

/* ----------------------------------------
   Service
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Service
   ========================================================================== */
/* ----------------------------------------
   Service
---------------------------------------- */
.p-service {
  position: relative;
  overflow: hidden;
  background-color: #f8fafc;
}

.p-service::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image: repeating-linear-gradient(-45deg, rgba(37, 99, 235, 0.1) 0, rgba(37, 99, 235, 0.15) 2px, transparent 2px, transparent 32px);
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-service__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(32rem, 100%), 1fr));
}

/* ----------------------------------------
   Item
---------------------------------------- */
.p-service__item {
  height: 100%;
}

/* ----------------------------------------
   Card
---------------------------------------- */
.p-service .c-card {
  text-align: center;
  border: 2px solid #f59e0b;
}

/* ----------------------------------------
   Icon
---------------------------------------- */
.p-service__icon {
  display: grid;
  place-items: center;
  width: 8rem;
  height: 8rem;
  margin-inline: auto;
  margin-bottom: 2.4rem;
  border-radius: 50%;
  background-color: rgba(37, 99, 235, 0.08);
  color: #2563eb;
}

.p-service__icon svg {
  width: 3.6rem;
  height: 3.6rem;
  fill: currentColor;
}

/* ----------------------------------------
   Title
---------------------------------------- */
.p-service .c-card__title {
  margin-bottom: 0.8rem;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.p-service .c-card__description {
  margin-bottom: 2.4rem;
}

/* ----------------------------------------
   Feature List
---------------------------------------- */
.p-service__features {
  display: grid;
  gap: 1rem;
  margin-top: auto;
  text-align: left;
}

.p-service__feature {
  position: relative;
  padding-left: 2rem;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-service__feature::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #2563eb;
}

/* ----------------------------------------
   Skills
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Skills
   ========================================================================== */
/* ----------------------------------------
   Skills
---------------------------------------- */
.p-skills {
  position: relative;
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-skills__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));
}

/* ----------------------------------------
   Item
---------------------------------------- */
.p-skills__item {
  height: 100%;
}

/* ----------------------------------------
   Card
---------------------------------------- */
.p-skills .c-card {
  text-align: center;
}

/* ----------------------------------------
   Icon
---------------------------------------- */
.p-skills__icon {
  display: grid;
  place-items: center;
  width: 7.2rem;
  height: 7.2rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  border-radius: 50%;
  background-color: rgba(37, 99, 235, 0.08);
}

.p-skills__icon img,
.p-skills__icon svg {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ----------------------------------------
   Title
---------------------------------------- */
.p-skills .c-card__title {
  margin-bottom: 1.2rem;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.p-skills .c-card__description {
  margin-bottom: 2rem;
}

/* ----------------------------------------
   Level
---------------------------------------- */
.p-skills__level {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

/* ----------------------------------------
   Works
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Works
   ========================================================================== */
/* ----------------------------------------
   Works
---------------------------------------- */
.p-works {
  position: relative;
  background-color: rgba(245, 158, 11, 0.08);
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-works__list {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(34rem, 100%), 1fr));
}

/* ----------------------------------------
   Item
---------------------------------------- */
.p-works__item {
  height: 100%;
}

/* ----------------------------------------
   Card
---------------------------------------- */
.p-works .c-card {
  height: 100%;
}

/* ----------------------------------------
   Thumbnail
---------------------------------------- */
.p-works .c-card__thumbnail {
  position: relative;
}

.p-works .c-card__thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-works .c-card:hover .c-card__thumbnail::after,
.p-works .c-card:focus-within .c-card__thumbnail::after {
  opacity: 1;
}

.p-works .c-card__thumbnail img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-works .c-card:hover .c-card__thumbnail img,
.p-works .c-card:focus-within .c-card__thumbnail img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* ----------------------------------------
   Body
---------------------------------------- */
.p-works .c-card__body {
  gap: 2rem;
}

/* ----------------------------------------
   Category
---------------------------------------- */
.p-works .c-card__category {
  margin-bottom: 0.4rem;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.p-works .c-card__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ----------------------------------------
   Technology
---------------------------------------- */
.p-works__technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}

.p-works__technology-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

/* ----------------------------------------
   Footer
---------------------------------------- */
.p-works .c-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: auto;
}
@media (min-width: 768px) {
  .p-works .c-card__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ----------------------------------------
   Button
---------------------------------------- */
.p-works .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .p-works .c-button {
    width: auto;
  }
}

/* ----------------------------------------
   Actions
---------------------------------------- */
.p-works__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.4rem;
}

/* ----------------------------------------
   Note
---------------------------------------- */
.p-works__note {
  margin-top: 3.2rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (min-width: 768px) {
  .p-works .c-card__body {
    padding: 3.2rem;
  }
}
@media (min-width: 992px) {
  .p-works__list {
    gap: 4rem;
  }
}
/* ----------------------------------------
   Flow
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Flow
   ========================================================================== */
/* ----------------------------------------
   Flow
---------------------------------------- */
.p-flow {
  position: relative;
  overflow: hidden;
  background-color: #f8fafc;
}

.p-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: linear-gradient(rgba(37, 99, 235, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.2) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-flow__list {
  position: relative;
  display: grid;
  gap: 3.2rem;
  max-width: 96rem;
  margin-inline: auto;
}

/* Timeline Line */
.p-flow__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.8rem;
  width: 2px;
  background-color: #e5e7eb;
}

/* ----------------------------------------
   Item
---------------------------------------- */
.p-flow__item {
  position: relative;
  padding-left: 7.2rem;
}

/* Timeline Dot */
.p-flow__item::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 2.1rem;
  z-index: 1;
  width: 1.6rem;
  height: 1.6rem;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #2563eb;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* ----------------------------------------
   Card
---------------------------------------- */
.p-flow__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 2.8rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-flow__card:hover,
.p-flow__card:focus-within {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ----------------------------------------
   Icon
---------------------------------------- */
.p-flow__icon {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 2.4rem;
  line-height: 1;
}

/* ----------------------------------------
   Content
---------------------------------------- */
.p-flow__content {
  min-width: 0;
}

/* ----------------------------------------
   Number
---------------------------------------- */
.p-flow__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: #2563eb;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ----------------------------------------
   Title
---------------------------------------- */
.p-flow__title {
  margin: 0 0 1.2rem;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.p-flow__description {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ----------------------------------------
   PC
---------------------------------------- */
@media (min-width: 768px) {
  .p-flow__list {
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .p-flow__list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 8rem;
  }
  .p-flow__list::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-flow__item {
    padding-left: 0;
  }
  .p-flow__item::before {
    top: 3.6rem;
    left: auto;
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-flow__item:nth-child(odd) {
    grid-column: 1;
  }
  .p-flow__item:nth-child(even) {
    grid-column: 2;
    margin-top: 8rem;
  }
  .p-flow__item:nth-child(odd)::before {
    right: -4.9rem;
  }
  .p-flow__item:nth-child(even)::before {
    left: -4.9rem;
  }
  .p-flow__item:nth-child(5) {
    grid-column: 1/-1;
    max-width: calc((100% - 8rem) / 2);
    margin-inline: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 2rem;
  }
  .p-flow__item:nth-child(5)::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ----------------------------------------
   Contact
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Contact
   ========================================================================== */
/* ----------------------------------------
   Contact
---------------------------------------- */
.p-contact {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8fafc));
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.p-contact::before,
.p-contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  -webkit-filter: blur(8rem);
          filter: blur(8rem);
  opacity: 0.45;
}

.p-contact::before {
  top: -12rem;
  left: -12rem;
  width: 32rem;
  height: 32rem;
  background: rgba(37, 99, 235, 0.5);
}

.p-contact::after {
  right: -10rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  background: rgba(20, 184, 166, 0.5);
}

/* ----------------------------------------
   Inner
---------------------------------------- */
.p-contact__inner {
  max-width: 72rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ----------------------------------------
   Lead
---------------------------------------- */
.p-contact__lead {
  margin-bottom: 4rem;
  color: #666666;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* ----------------------------------------
   Box
---------------------------------------- */
.p-contact__box {
  padding: 4rem 3rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .p-contact__box {
    padding: 6rem;
  }
}

/* ----------------------------------------
   Message
---------------------------------------- */
.p-contact__message {
  margin-bottom: 3.2rem;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ----------------------------------------
   Description
---------------------------------------- */
.p-contact__description {
  margin-bottom: 4rem;
  color: #666666;
  line-height: 1.8;
}

/* ----------------------------------------
   Actions
---------------------------------------- */
.p-contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

/* ----------------------------------------
   Button
---------------------------------------- */
.p-contact .c-button {
  min-width: 24rem;
}

/* ----------------------------------------
   Note
---------------------------------------- */
.p-contact__note {
  margin-top: 3.2rem;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ----------------------------------------
   PC
---------------------------------------- */
@media (min-width: 992px) {
  .p-contact::before {
    top: -18rem;
    left: -18rem;
    width: 48rem;
    height: 48rem;
  }
  .p-contact::after {
    right: -15rem;
    bottom: -15rem;
    width: 42rem;
    height: 42rem;
  }
}
/* ----------------------------------------
   Drawer
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Project
   Drawer
   ========================================================================== */
/* ----------------------------------------
   Drawer
---------------------------------------- */
.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 2.4rem 4rem;
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}
/* ----------------------------------------
   Open
---------------------------------------- */
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ----------------------------------------
   List
---------------------------------------- */
.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}

/* ----------------------------------------
   Item
---------------------------------------- */
.p-drawer__item {
  list-style: none;
}

/* ----------------------------------------
   Link
---------------------------------------- */
.p-drawer__item a {
  display: inline-block;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-drawer__item a:hover,
.p-drawer__item a:focus-visible {
  color: #2563eb;
}

/* ----------------------------------------
   PC
---------------------------------------- */
@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}
/* ==========================================================================
   Object
   Utility
   ========================================================================== */
/* ----------------------------------------
   Visually Hidden
---------------------------------------- */
/* ==========================================================================
   Object
   Utility
   Visually Hidden
   ========================================================================== */
/*
 * 視覚的には非表示にしつつ、
 * スクリーンリーダーには読み上げさせる
 */
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

/* ----------------------------------------
   Display
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Display
   ========================================================================== */
/* ----------------------------------------
   Display
---------------------------------------- */
.u-block {
  display: block !important;
}

.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-hidden {
  display: none !important;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 767.98px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

/* ----------------------------------------
   Text
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Text
   ========================================================================== */
/* ----------------------------------------
   Text Align
---------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

/* ----------------------------------------
   Text Color
---------------------------------------- */
.u-text-primary {
  color: #2563eb !important;
}

.u-text-light {
  color: #666666 !important;
}

.u-text-muted {
  color: #999999 !important;
}

/* ----------------------------------------
   Font Weight
---------------------------------------- */
.u-fw-regular {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-fw-semibold {
  font-weight: 600 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

/* ----------------------------------------
   Animations
---------------------------------------- */
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
   Object
   Utility
   Animations
   ========================================================================== */
/* ----------------------------------------
   Scroll Animation
---------------------------------------- */
.js-scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-scroll-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ----------------------------------------
   Reduced Motion
---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .js-scroll-animation {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}