@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray tap highlight canvas in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical gap in HTML5.
 */
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form elements
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding in Firefox.
 */
fieldset {
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Tables */
/* ============================================ */
/**
 * 1. Correct table border spacing in all browsers.
 * 2. Correct table inheritance in all browsers.
 */
table {
  border-collapse: collapse; /* 1 */
  border-spacing: 0; /* 1 */
  text-align: left;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: initial;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #111111;
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url("../img/page-bg.webp") no-repeat center center/cover fixed;
  width: 100vw;
  overflow-x: hidden;
  line-height: 1.7;
  font-size: 1.8rem;
}
body.is-fixed {
  overflow: hidden;
}

a {
  color: #A8579C;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

p {
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-highlight {
  background: rgba(0, 78, 162, 0.1);
  padding: 0.1em 0.3em;
  color: #004ea2;
  font-weight: 700;
  border-radius: 4px;
}

.u-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.u-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.u-fade-in.is-animated {
  opacity: 1;
}

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

.l-smooth-content {
  display: block;
  width: 100%;
  will-change: transform;
}

.l-footer {
  padding: 0;
  background-color: transparent;
  color: #333;
}
.l-footer__container {
  background-color: #fff;
  border-top: 1px solid #eee;
  overflow: hidden;
  position: relative;
  padding: 12rem 0 4rem;
}
@media (max-width: 1024px) {
  .l-footer__container {
    padding: 8rem 0 4rem;
  }
}
.l-footer__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ashirai/wave-footer.svg") no-repeat center bottom;
  background-size: 100% auto;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.l-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 8.8rem;
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .l-footer__top {
    gap: 4.4rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .l-footer__top {
    flex-direction: column;
    gap: 6.6rem;
  }
}
.l-footer__brand {
  flex-shrink: 0;
  width: 320px;
}
@media (max-width: 1024px) {
  .l-footer__brand {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .l-footer__brand {
    width: 100%;
    text-align: left;
  }
}
.l-footer__logo {
  margin-bottom: 3.3rem;
}
@media (max-width: 1024px) {
  .l-footer__logo {
    margin-bottom: 2.2rem;
  }
}
.l-footer__logo img {
  width: 240px;
  height: auto;
}
@media (max-width: 1024px) {
  .l-footer__logo img {
    width: 200px;
  }
}
.l-footer__profile {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2.2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .l-footer__profile {
    text-align: left;
    margin: 0;
    max-width: none;
  }
}
.l-footer__tagline {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.1rem;
}
.l-footer__info {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
}
.l-footer__company {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.l-footer__address {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.l-footer__tel {
  font-size: 1.4rem;
}
.l-footer__tel a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: color 0.3s ease;
}
.l-footer__tel a:hover {
  color: #004ea2;
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.6rem;
  flex: 1;
}
@media (max-width: 1024px) {
  .l-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
  }
}
@media (max-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.4rem 2.2rem;
  }
}
.l-footer__nav-title {
  font-family: "Outfit", "Inter", sans-serif;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.3rem;
  color: #004ea2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .l-footer__nav-title {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}
.l-footer__nav-group ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-footer__nav-group ul li a {
  text-decoration: none;
  color: #444;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.l-footer__nav-group ul li a::before {
  content: "-";
  margin-right: 1rem;
  opacity: 0.6;
}
.l-footer__nav-group ul li a:hover {
  color: #A8579C;
  padding-left: 0.5rem;
}
.l-footer__sns li a::before {
  display: none;
}
.l-footer__sns li a svg {
  margin-right: 1.2rem;
  opacity: 0.8;
}
.l-footer__bottom {
  border-top: 1px solid #eee;
  padding-top: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .l-footer__bottom {
    text-align: center;
  }
}
.l-footer__copy {
  font-size: 1.3rem;
  color: #888;
  letter-spacing: 0.05em;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 500;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fff;
  z-index: 10000;
  border-bottom: 1px solid #eee;
  transition: padding 0.3s ease, background-color 0.3s ease;
}
.l-header.is-scrolled {
  padding: 0.8rem 0;
}
.l-header.is-scrolled .c-header__logo {
  width: 130px;
}
@media (max-width: 1024px) {
  .l-header.is-scrolled .c-header__logo {
    width: 90px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__menu {
  display: flex;
  gap: 4rem;
  list-style: none;
}
.l-header__menu > li {
  position: relative;
  padding: 1rem 0;
}
.l-header__menu > li.has-mega-menu {
  position: static;
}
.l-header__menu > li:hover > .sub-menu,
.l-header__menu > li:hover > .p-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.l-header__menu > li > a {
  text-decoration: none;
  color: #111111;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 2rem;
  transition: color 0.3s ease;
}
.l-header__menu > li > a:hover {
  color: #A8579C;
}
.l-header__menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 220px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #111;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header__menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.l-header__menu .sub-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
}
.l-header__menu .sub-menu li {
  margin-bottom: 0.5rem;
}
.l-header__menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.l-header__menu .sub-menu li a {
  display: block;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__menu .sub-menu li a:hover {
  border-color: #111;
  background-color: #f8f9fa;
}
.l-header__menu .p-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 1000px;
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
  border: 1px solid #111;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1000;
}
.l-header__menu .p-mega-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.l-header__menu .p-mega-menu::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  transform: rotate(45deg);
}
.l-header__menu .p-mega-menu__inner {
  max-width: 100%;
}
.l-header__menu .p-mega-menu__column--full {
  grid-column: span 2;
}
.l-header__menu .p-mega-menu__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
}
.l-header__menu .p-mega-menu__label {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #004ea2;
  margin-bottom: 2rem;
  font-weight: 700;
}
.l-header__menu .p-mega-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-header__menu .p-mega-menu__list li a {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.l-header__menu .p-mega-menu__list li a:hover {
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.l-header__menu .p-mega-menu__list li a:hover .p-mega-menu__item-title {
  color: #f39800;
}
.l-header__menu .p-mega-menu__list--visual li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem;
}
.l-header__menu .p-mega-menu__list--visual li a:hover .p-mega-menu__item-img img {
  transform: scale(1.1);
}
.l-header__menu .p-mega-menu__list--grid, .l-header__menu .p-mega-menu__list--horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
.l-header__menu .p-mega-menu__list--grid li a, .l-header__menu .p-mega-menu__list--horizontal li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem;
}
.l-header__menu .p-mega-menu__list--grid li a:hover .p-mega-menu__item-img img, .l-header__menu .p-mega-menu__list--horizontal li a:hover .p-mega-menu__item-img img {
  transform: scale(1.1);
}
.l-header__menu .p-mega-menu__item-img {
  width: 100px;
  height: 65px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #111;
}
.l-header__menu .p-mega-menu__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.l-header__menu .p-mega-menu__item-info {
  flex: 1;
}
.l-header__menu .p-mega-menu__item-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 0.3rem;
  transition: color 0.3s ease;
}
.l-header__menu .p-mega-menu__item-title:hover {
  color: #A8579C;
}
.l-header__menu .p-mega-menu__item-desc {
  display: block;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.4;
}
.l-header__menu .p-mega-menu__featured-card {
  height: 100%;
}
.l-header__menu .p-mega-menu__featured-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.l-header__menu .p-mega-menu__featured-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #111;
}
.l-header__menu .p-mega-menu__featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.l-header__menu .p-mega-menu__featured-img:hover img {
  transform: scale(1.05);
}
.l-header__menu .p-mega-menu__featured-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 1rem;
}
.l-header__menu .p-mega-menu__featured-text {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
}
.l-header__menu .p-mega-menu--services::after {
  left: 51.1%;
}
.l-header__menu .p-mega-menu--works::after {
  left: 61.1%;
}
.l-header__menu .p-mega-menu--company::after {
  left: 89.6%;
}
.l-header__contact .c-button {
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer;
  }
  .l-header__hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111111;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 11px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 22px;
  }
  .l-header__hamburger.is-active span {
    background-color: #111111;
  }
  .l-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .l-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.l-header__drawer {
  display: none;
}
@media (max-width: 1024px) {
  .l-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 900;
    padding: 10rem 2rem 4rem;
  }
  .l-header__drawer.is-active {
    right: 0;
  }
}
.l-header__drawer-nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-header__drawer-menu {
  list-style: none;
  margin-bottom: 6rem;
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
}
.l-header__drawer-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.l-header__drawer-menu li.has-sub-menu .drawer-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__drawer-menu li a {
  text-decoration: none;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
}
.l-header__drawer-menu li a .drawer-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  color: #004ea2;
  flex-shrink: 0;
}
.l-header__drawer-menu li a .drawer-icon-img {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  object-fit: contain;
  flex-shrink: 0;
}
.l-header__drawer-menu li .drawer-menu-toggle {
  width: 4rem;
  height: 4rem;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.l-header__drawer-menu li .drawer-menu-toggle::before, .l-header__drawer-menu li .drawer-menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 2px;
  background-color: #111111;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__drawer-menu li .drawer-menu-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header__drawer-menu li .drawer-menu-toggle.is-open::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.l-header__drawer-menu .drawer-sub-menu {
  list-style: none;
  padding: 0.5rem 0 0;
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0;
}
.l-header__drawer-menu .drawer-sub-menu li {
  margin-bottom: 0;
}
.l-header__drawer-menu .drawer-sub-menu li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #111111;
  opacity: 0.8;
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.l-header__drawer-menu .drawer-sub-menu li a .drawer-sub-icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.8rem;
  color: #999;
  flex-shrink: 0;
}
.l-header__drawer-menu .drawer-sub-menu li a:active {
  opacity: 1;
}
.l-header__drawer-menu li.is-open > .drawer-sub-menu {
  display: flex;
}

.c-header__title {
  flex-shrink: 0;
  position: relative;
  z-index: 1000;
}

.c-header__logo {
  display: block;
  width: 180px;
  transition: width 0.3s ease;
}
@media (max-width: 1024px) {
  .c-header__logo {
    width: 110px;
  }
}
.c-header__logo img {
  width: 100%;
  height: auto;
}

.bg-white {
  background-color: #fff;
}

.l-common-section {
  padding: 14rem 0;
}
@media (max-width: 1024px) {
  .l-common-section {
    padding: 8rem 0;
  }
}
.l-common-section > .l-inner {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-common-section.is-animated > .l-inner {
  opacity: 1;
  transform: translateY(0);
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}

.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 5rem;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #A8579C;
  color: #fff;
  border: 2px solid #111;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-button::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150%;
  height: 400%;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-button:hover {
  color: #111111;
  border-color: #111;
}
.c-button:hover::before {
  top: -100%;
  width: 180%;
}
.c-button:hover .c-button__icon {
  transform: scale(1.1);
}
.c-button__icon {
  margin-right: 1.2rem;
  line-height: 0;
  flex-shrink: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-button__icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.c-button--simple {
  padding: 0.5rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.c-button--simple::before {
  display: none;
}
.c-button--simple:hover {
  color: #004ea2;
  border-color: #004ea2;
}
.c-button--outline {
  background-color: transparent;
}
.c-button--outline::before {
  background-color: #A8579C;
}
.c-button--white {
  background-color: #fff;
}
.c-button--white::before {
  background-color: #A8579C;
}

.c-section-title {
  text-align: center;
  margin-bottom: 6.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .c-section-title {
    margin-bottom: 2.4rem;
  }
}
.c-section-title {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-animated .c-section-title {
  opacity: 1;
  transform: translateY(0);
}
.c-section-title--left {
  text-align: left;
}
.c-section-title--white .c-section-title__ja {
  color: #fff;
}
.c-section-title--white .c-section-title__en {
  color: rgba(255, 255, 255, 0.6);
}
.c-section-title__en {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #004ea2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  font-family: "Outfit", "Inter", sans-serif;
}
.c-section-title__ja {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #111111;
}
@media (max-width: 1024px) {
  .c-section-title__ja {
    font-size: 2.8rem;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111111;
}
.c-table tr {
  border-bottom: 1px solid #eee;
}
.c-table th {
  width: 25%;
  padding: 2.5rem;
  background-color: #f8f9fa;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .c-table th {
    width: 30%;
    padding: 1.5rem;
  }
}
.c-table td {
  padding: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .c-table td {
    padding: 1.5rem;
  }
}

.c-form__item {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .c-form__item {
    margin-bottom: 2rem;
  }
}
.c-form {
  /* 名前＋ふりがななど、横並びフィールド用 */
}
.c-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .c-form__row {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.c-form__row > .c-form__item {
  margin-bottom: 0;
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.c-form__required {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}
.c-form__input input[type=text],
.c-form__input input[type=email],
.c-form__input input[type=tel],
.c-form__input select,
.c-form__input textarea {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1.5;
  color: #111111;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.c-form__input input[type=text]::placeholder,
.c-form__input input[type=email]::placeholder,
.c-form__input input[type=tel]::placeholder,
.c-form__input select::placeholder,
.c-form__input textarea::placeholder {
  color: #999;
}
.c-form__input input[type=text]:focus,
.c-form__input input[type=email]:focus,
.c-form__input input[type=tel]:focus,
.c-form__input select:focus,
.c-form__input textarea:focus {
  outline: none;
  border-color: #004ea2;
  box-shadow: 0 0 0 1px rgba(0, 78, 162, 0.25);
}
.c-form__input textarea {
  min-height: 14rem;
  resize: vertical;
  vertical-align: top;
}
.c-form__input select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  min-height: calc(1.5em + 3rem);
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.2rem 0.75rem;
}
.c-form__input select:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.c-form {
  /* Contact Form 7（html_class="c-form" 併用時） */
}
.c-form.wpcf7-form {
  width: 100%;
}
.c-form.wpcf7-form fieldset.hidden-fields-container {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.c-form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #c0392b;
  box-shadow: none;
}
.c-form.wpcf7-form .c-form__item:has(.wpcf7-submit) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 1.6rem;
  margin-top: 4rem;
  margin-bottom: 0;
}
.c-form.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 0.4rem;
}
.c-form.wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-form.wpcf7-form .wpcf7-list-item input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  margin: 0;
  accent-color: #004ea2;
}
.c-form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #c0392b;
}
.c-form.wpcf7-form .wpcf7-response-output {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.c-form.wpcf7-form.sent .wpcf7-response-output {
  border-color: rgba(0, 78, 162, 0.35);
  background-color: rgba(0, 78, 162, 0.06);
}
.c-form.wpcf7-form.invalid .wpcf7-response-output, .c-form.wpcf7-form.failed .wpcf7-response-output {
  border-color: rgba(192, 57, 43, 0.45);
  background-color: rgba(192, 57, 43, 0.06);
}
.c-form.wpcf7-form .wpcf7-spinner {
  margin: 0;
}
.c-form {
  /* input[type=submit] は .c-button の ::before ホバーが効かないため別途 */
}
.c-form .wpcf7-submit.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 20rem;
  padding: 1.6rem 4rem;
  cursor: pointer;
  border: 2px solid #111;
  border-radius: 4px;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #A8579C;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.c-form .wpcf7-submit.c-button:hover {
  filter: brightness(0.92);
}
.c-form .wpcf7-submit.c-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.c-loader {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.c-loader__logo {
  width: 200px;
  opacity: 0;
  transform: scale(1);
  position: relative;
  z-index: 10000;
}
.c-loader__logo img {
  width: 100%;
  height: auto;
}
.c-loader__logo .c-loader__text {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004ea2;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.l-site-content {
  opacity: 0;
  padding-top: 100px;
  transition: opacity 0.8s ease;
}
@media (max-width: 1024px) {
  .l-site-content {
    padding-top: 80px;
  }
}
.l-site-content.is-visible {
  opacity: 1;
}

body.is-fixed {
  overflow: hidden;
}

.c-transition.is-top {
  visibility: hidden;
  pointer-events: none;
}

@property --a {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}
@property --o {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}
.c-flower-mask, .p-top-mv__badge::before {
  /* the number of circles/petals */
  --s: 350px; /* image size */
  --a: 28deg; /* this will control the curvature */
  --r: calc(var(--s)/(2 + 2 * sin(90deg / 8)));
  width: var(--s);
  padding: calc(var(--r) * 0.4);
  background: linear-gradient(60deg, #0072ff, #004ea2); /* Blue coloration */
  border-radius: 50%;
  clip-path: circle(49%);
  aspect-ratio: 1;
  box-sizing: border-box;
  --R: calc(var(--r) * (sin(180deg / 8) / 2) * (1 / cos(90deg / 8 - var(--a)) + 1 / cos(90deg / 8 + var(--a))));
  --g: / var(--R) var(--R) radial-gradient(50% 50%, #000 calc(100% - 1px), #0000) no-repeat;
  mask: calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.125 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.125 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.25 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.25 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.375 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.375 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.5 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.5 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.625 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.625 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.75 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.75 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 0.875 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 0.875 + var(--o))) var(--g), calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * cos(360deg * 1 + var(--o))) calc(50% + var(--r) * (1 - sin(90deg / 8) * sin(var(--a)) / cos(90deg / 8 - var(--a))) * sin(360deg * 1 + var(--o))) var(--g), radial-gradient(calc(var(--r) * sqrt(sin(2 * var(--a)) * sin(2 * var(--a)) + pow(cos(2 * var(--a)) + cos(180deg / 8), 2)) * (1 / cos(90deg / 8 - var(--a)) + 1 / cos(90deg / 8 + var(--a))) * 0.25), #000 99%, rgba(0, 0, 0, 0) 101%) subtract, calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 1 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 1 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 2 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 2 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 3 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 3 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 4 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 4 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 5 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 5 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 6 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 6 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 7 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 7 + 180deg) / 8 + var(--o))) var(--g), calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * cos((360deg * 8 + 180deg) / 8 + var(--o))) calc(50% + var(--r) * (1 + sin(90deg / 8) * sin(var(--a)) / cos(var(--a) + 90deg / 8)) * sin((360deg * 8 + 180deg) / 8 + var(--o))) var(--g);
  cursor: pointer;
  transition: --a 0.3s;
  --o: 0deg;
  --_o: rotate-flower 16s linear infinite;
  animation: var(--_o), var(--_o) paused;
  animation-composition: add;
  will-change: transform, --o;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.c-flower-mask:hover, .p-top-mv__badge:hover::before {
  --a: 10deg;
}

@keyframes rotate-flower {
  to {
    --o: 360deg;
  }
}
.c-page-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(2rem);
  cursor: pointer;
}
.c-page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-page-top::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  transform: translateY(0.3rem) rotate(-45deg);
}
.c-page-top:hover {
  background-color: #111;
}
.c-page-top:hover::before {
  border-color: #fff;
}
@media (max-width: 1024px) {
  .c-page-top {
    right: 2rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.c-transition {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
  transform: translateX(0);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-transition__inner {
  position: relative;
  z-index: 2;
}
.c-transition__logo {
  width: 200px;
  height: auto;
}
.c-transition__layer {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(0);
  z-index: 1;
}

.p-top-mv {
  height: 80vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-top-mv__inner {
  width: calc(100% - 150px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-top-mv__inner {
    width: 100%;
  }
}
.p-top-mv__bg-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip-path: inset(45% 50% 45% 50%);
  transition: clip-path 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-mv__bg-wrap {
    clip-path: inset(45% 45% 45% 45%);
  }
}
.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 150px);
  height: 100%;
  background: url("../img/top/kv.webp") no-repeat center center/cover;
  border: 1px solid #111;
}
@media (max-width: 1024px) {
  .p-top-mv__bg {
    width: 100%;
  }
}
.p-top-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-top-mv::before {
    display: none;
  }
}
.p-top-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/ashirai/wave-top.svg") no-repeat center center/cover;
  z-index: 10;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  pointer-events: none;
  will-change: clip-path;
}
.p-top-mv.is-animated .p-top-mv__bg-wrap {
  clip-path: inset(0 0 0 0);
}
.p-top-mv.is-animated::after {
  clip-path: inset(0 0 0 0);
}
.p-top-mv.is-animated .p-top-mv__drone-wrap,
.p-top-mv.is-animated .p-top-mv__paint-wrap {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease 2.4s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 2.4s;
}
.p-top-mv.is-animated .p-top-mv__drone-wrap--bl {
  animation: drone-float 5s linear infinite 2.4s;
}
.p-top-mv.is-animated .p-top-mv__paint-wrap {
  animation: paint-float 6s linear infinite 2.4s;
}
.p-top-mv.is-animated .p-top-mv__main,
.p-top-mv.is-animated .p-top-mv__vertical-copy,
.p-top-mv.is-animated .p-top-mv__footer {
  opacity: 1;
  transform: translate(0);
}
.p-top-mv.is-animated .p-top-mv__badge {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.p-top-mv.is-animated .p-top-mv__title-line:nth-child(1) .p-top-mv__title-line-inner {
  transform: translateY(0);
  transition-delay: 1.2s;
}
.p-top-mv.is-animated .p-top-mv__title-line:nth-child(2) .p-top-mv__title-line-inner {
  transform: translateY(0);
  transition-delay: 1.45s;
}
.p-top-mv.is-animated .p-top-mv__sub-title-line:nth-child(1) .p-top-mv__sub-title-line-inner {
  transform: translateY(0);
  transition-delay: 1.7s;
}
.p-top-mv.is-animated .p-top-mv__sub-title-line:nth-child(2) .p-top-mv__sub-title-line-inner {
  transform: translateY(0);
  transition-delay: 1.9s;
}
.p-top-mv.is-animated .p-top-mv__features {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease 2.1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
}
@keyframes drone-float {
  0% {
    transform: rotate(15deg) scale(1);
  }
  50% {
    transform: rotate(18deg) scale(1);
  }
  100% {
    transform: rotate(15deg) scale(1);
  }
}
@keyframes paint-float {
  0% {
    transform: rotate(15deg) scale(1);
  }
  50% {
    transform: rotate(12deg) scale(1);
  }
  100% {
    transform: rotate(15deg) scale(1);
  }
}
@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-top-mv__drone-wrap {
  position: absolute;
  bottom: -7rem;
  left: 2rem;
  z-index: 100;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 1024px) {
  .p-top-mv__drone-wrap {
    left: -4rem;
    right: auto;
    bottom: -4rem;
  }
}
.p-top-mv__drone-icon {
  width: 250px;
  height: 250px;
  pointer-events: auto;
  -webkit-mask-image: url("../img/icon/drone.png");
  mask-image: url("../img/icon/drone.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  cursor: default;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-mv__drone-icon {
    width: 180px;
    height: 180px;
  }
}
.p-top-mv__paint-wrap {
  position: absolute;
  top: 5rem;
  right: 200px;
  z-index: 100;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 1024px) {
  .p-top-mv__paint-wrap {
    top: -1rem;
    right: -2rem;
  }
}
.p-top-mv__paint-icon {
  width: 260px;
  height: 260px;
  pointer-events: auto;
  -webkit-mask-image: url("../img/icon/paint.png");
  mask-image: url("../img/icon/paint.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  cursor: default;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-mv__paint-icon {
    width: 150px;
    height: 150px;
  }
}
@keyframes shake {
  0% {
    transform: rotate(15deg) translate(0, 0);
  }
  10% {
    transform: rotate(17deg) translate(-2px, -2px);
  }
  20% {
    transform: rotate(13deg) translate(2px, 0px);
  }
  30% {
    transform: rotate(16deg) translate(-2px, 2px);
  }
  40% {
    transform: rotate(14deg) translate(2px, -1px);
  }
  50% {
    transform: rotate(17deg) translate(-1px, 2px);
  }
  60% {
    transform: rotate(13deg) translate(1px, -2px);
  }
  70% {
    transform: rotate(16deg) translate(-2px, 1px);
  }
  80% {
    transform: rotate(14deg) translate(2px, 2px);
  }
  90% {
    transform: rotate(17deg) translate(-1px, -2px);
  }
  100% {
    transform: rotate(15deg) translate(0, 0);
  }
}
.p-top-mv__main {
  padding: 12rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 20;
}
@media (max-width: 1024px) {
  .p-top-mv__main {
    padding: 4rem 2rem;
  }
}
.p-top-mv__main {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1.2s;
}
.p-top-mv__title {
  font-size: min(8rem, 8vw);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.p-top-mv__title-line {
  display: block;
  overflow: hidden;
  padding: 0.1em 0;
  margin: -0.1em 0;
}
.p-top-mv__title-line-inner {
  display: block;
  transform: translateY(110%);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  padding-bottom: 0.1em;
}
.p-top-mv__title-solid-highlight {
  color: #004ea2;
  background-color: #fff;
  padding: 0.05em 0.1em;
  display: inline-block;
  line-height: 1.2;
}
.p-top-mv__sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 3rem;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.p-top-mv__sub-title-line {
  display: block;
  overflow: hidden;
  padding: 0.1em 0;
  margin: -0.1em 0;
}
.p-top-mv__sub-title-line-inner {
  display: block;
  transform: translateY(110%);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  padding-bottom: 0.1em;
}
@media (max-width: 1024px) {
  .p-top-mv__sub-title {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.p-top-mv__features {
  display: flex;
  gap: 1.5rem;
  margin-top: 4rem;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 1024px) {
  .p-top-mv__features {
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.p-top-mv__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .p-top-mv__feature {
    width: 9.5rem;
    padding: 1rem 0.5rem;
  }
}
.p-top-mv__feature-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #004ea2;
}
@media (max-width: 1024px) {
  .p-top-mv__feature-icon {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.6rem;
  }
}
.p-top-mv__feature-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.5;
}
.p-top-mv__feature-text {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: #004ea2;
}
@media (max-width: 1024px) {
  .p-top-mv__feature-text {
    font-size: 0.85rem;
    letter-spacing: -0.02em;
  }
}
.p-top-mv__vertical-copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 8rem;
  gap: 1.2rem;
  color: #333;
  z-index: 50;
}
@media (max-width: 1024px) {
  .p-top-mv__vertical-copy {
    display: none;
  }
}
.p-top-mv__vertical-copy {
  opacity: 0;
  transform: translateX(2rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1.5s;
}
.p-top-mv__copy-block {
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 2.2rem 1.1rem;
  border: 1px solid #111;
  white-space: nowrap;
  line-height: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
}
.p-top-mv__badge {
  position: absolute;
  right: 5rem;
  bottom: 4rem;
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: horizontal-tb;
  color: #fff;
  text-decoration: none;
  z-index: 60;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s ease;
  opacity: 0;
  transform: translateY(20px);
}
.p-top-mv__badge:hover {
  transform: scale(1.08);
}
@media (max-width: 1024px) {
  .p-top-mv__badge {
    right: 4rem;
    bottom: 2rem;
    width: 100px;
    height: 100px;
  }
}
.p-top-mv__badge::before {
  content: "";
  position: absolute;
  inset: -15px;
  --s: 160px;
  background: linear-gradient(60deg, #0072ff, #004ea2);
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-top-mv__badge::before {
    --s: 130px;
    inset: -15px;
  }
}
.p-top-mv__badge-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.p-top-mv__badge-icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.4rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-top-mv__badge-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-top-mv__badge-icon svg,
.p-top-mv__badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-mv__badge-label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .p-top-mv__badge-label {
    font-size: 1.1rem;
  }
}
.p-top-mv__badge-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-mv__badge-main strong {
  font-size: 3.8rem;
  display: block;
  line-height: 1;
  font-family: "Outfit", "Inter", sans-serif;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-top-mv__badge-main strong {
    font-size: 2.8rem;
  }
}
.p-top-mv__badge-accent {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
}
.p-top-mv__badge-accent::before, .p-top-mv__badge-accent::after, .p-top-mv__badge-accent {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 10px;
  border-radius: 2px;
}
.p-top-mv__badge-accent {
  transform: rotate(45deg);
}
.p-top-mv__badge-accent::before {
  top: -2px;
  left: -6px;
  transform: rotate(-25deg);
}
.p-top-mv__badge-accent::after {
  top: 4px;
  left: 6px;
  transform: rotate(25deg);
}
@media (max-width: 1024px) {
  .p-top-mv__badge-accent {
    right: -10px;
    transform: rotate(45deg) scale(0.7);
  }
}
.p-top-mv__badge-sub {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-top-mv__badge-sub {
    font-size: 0.9rem;
  }
}
.p-top-mv__footer {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 30;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1.8s;
}
.p-top-mv__case-link {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 1.2rem 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-top-mv__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .p-top-mv__scroll {
    width: 40px;
    right: 0;
  }
}
.p-top-mv__scroll-text {
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-family: "Outfit", "Inter", sans-serif;
  color: #333;
}
@media (max-width: 1024px) {
  .p-top-mv__scroll-text {
    color: #fff;
  }
}
.p-top-mv__scroll-line {
  width: 1px;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-top-mv__scroll-line {
    background-color: rgba(255, 255, 255, 0.2);
    height: 6rem;
  }
}
.p-top-mv__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004ea2;
  animation: scroll-line-move 2.5s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}
@media (max-width: 1024px) {
  .p-top-mv__scroll-line::after {
    background-color: #fff;
  }
}

@keyframes scroll-line-move {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes morph-rotate {
  0% {
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 60% 40% 50% 50%/30% 60% 40% 70%;
  }
  50% {
    border-radius: 50% 50% 30% 70%/50% 30% 70% 40%;
  }
  75% {
    border-radius: 30% 70% 60% 40%/70% 40% 30% 60%;
  }
  100% {
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    transform: rotate(360deg);
  }
}
.p-top-posts {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-posts.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.p-top-posts.is-animated .p-top-posts__deco {
  opacity: 1;
}
.p-top-posts__deco {
  position: absolute;
  z-index: 0;
  width: 40rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-posts__deco {
    width: 25rem;
  }
}
.p-top-posts__deco img {
  width: 100%;
}
.p-top-posts__deco--tr {
  top: 5rem;
  right: -3rem;
  transform: none;
}
.p-top-posts__deco--bl {
  bottom: -2rem;
  left: 0;
  transform: none;
}
.p-top-posts__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.8rem;
}
@media (max-width: 1024px) {
  .p-top-posts__grid {
    grid-template-columns: 1fr;
    gap: 6.6rem;
  }
}
.p-top-posts__column {
  display: flex;
  flex-direction: column;
}
.p-top-posts__list {
  margin-top: 3.3rem;
  border-top: 1px solid #bbb;
}
.p-top-posts__item {
  border-bottom: 1px solid #bbb;
}
.p-top-posts__link {
  display: flex;
  flex-direction: column;
  padding: 2.2rem 2.2rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-posts__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150%;
  height: 400%;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-posts__link:hover {
  color: #A8579C;
}
.p-top-posts__link:hover::before {
  top: -100%;
  width: 180%;
}
.p-top-posts__date {
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 0.5rem;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 700;
}
.p-top-posts__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #111111;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-top-posts__link:hover .p-top-posts__title {
  color: #A8579C;
}
.p-top-posts__more {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
}
.p-top-posts__footer {
  margin-top: 6.6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-top-posts__footer {
    margin-top: 4.4rem;
  }
}

.p-top-strengths {
  background-color: #fcfcfc;
  position: relative;
  overflow: hidden;
}
.p-top-strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/ashirai/wave-strengths.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-strengths {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  -webkit-mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  mask-position: top, center, bottom;
  -webkit-mask-position: top, center, bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.p-top-strengths__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 60rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(5rem, -5rem) rotate(15deg);
  transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.p-top-strengths__deco img {
  width: 100%;
  animation: ashirai-float 15s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .p-top-strengths__deco {
    width: 30rem;
    right: -5rem;
  }
}
.p-top-strengths.is-animated::before {
  clip-path: inset(0 0 0 0);
}
.p-top-strengths.is-animated .p-top-strengths__deco {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}
.p-top-strengths.is-animated .p-top-strengths__item {
  opacity: 1;
  transform: translateY(0);
}
.p-top-strengths.is-animated .p-top-strengths__item::before {
  transform: scaleX(1);
}
.p-top-strengths .l-inner {
  position: relative;
  z-index: 2;
}
.p-top-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .p-top-strengths__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .p-top-strengths__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-strengths__item {
  text-align: center;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #111;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-strengths__item:nth-child(1) {
  transition-delay: 0.4s;
}
.p-top-strengths__item:nth-child(2) {
  transition-delay: 0.5s;
}
.p-top-strengths__item:nth-child(3) {
  transition-delay: 0.6s;
}
.p-top-strengths__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid #111;
}
.p-top-strengths__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-strengths__body {
  padding: 3rem 3rem 4.4rem;
}
@media (max-width: 1024px) {
  .p-top-strengths__body {
    padding: 2.2rem 1.5rem 3.3rem;
  }
}
.p-top-strengths__num {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-size: 6rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  line-height: 1;
  font-family: "Outfit", "Inter", sans-serif;
  pointer-events: none;
  z-index: 10;
}
.p-top-strengths__title {
  position: relative;
  z-index: 5;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #004ea2;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.p-top-strengths__text {
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  text-align: justify;
  padding: 0;
}
.p-top-strengths__btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.p-top-strengths__footer {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-top-strengths__footer {
    margin-top: 4rem;
  }
}

.p-top-services__list {
  margin-top: 6.6rem;
}
@media (max-width: 1024px) {
  .p-top-services__list {
    margin-top: 4.4rem;
  }
}

.p-top-service-row {
  display: flex;
  align-items: center;
  gap: 8.8rem;
  margin-bottom: 11rem;
}
.p-top-service-row:last-child {
  margin-bottom: 0;
}
.p-top-service-row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-top-service-row {
    gap: 4rem;
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 768px) {
  .p-top-service-row {
    flex-direction: column !important;
    gap: 4.4rem;
  }
}
.p-top-service-row__content {
  flex: 1;
}
.p-top-service-row__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #f39800;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .p-top-service-row__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-top-service-row__en {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  color: #f39800;
  margin-bottom: 3.3rem;
  font-family: "Outfit", "Inter", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-top-service-row__en {
    text-align: center;
  }
}
.p-top-service-row__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin-bottom: 4.4rem;
}
@media (max-width: 1024px) {
  .p-top-service-row__text {
    margin-bottom: 3.3rem;
  }
}
.p-top-service-row__image {
  flex: 1.2;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-service-row.is-animated .p-top-service-row__image {
  opacity: 1;
  transform: translateY(0);
}
.p-top-service-row__image-inner {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #111;
  background-color: #eee;
  width: 100%;
  height: 100%;
}
.p-top-service-row__image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-top-service-row__image-deco {
  position: absolute;
  bottom: -3.3rem;
  right: -3.3rem;
  width: 25rem;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-service-row__image-deco {
    width: 15rem;
    bottom: -1.1rem;
    right: -1.1rem;
  }
}
.p-top-service-row__image-deco img {
  width: 100%;
}
.p-top-service-row--reverse .p-top-service-row__image .p-top-service-row__image-deco {
  right: auto;
  left: -3.3rem;
  transform: scale(-0.8, 0.8);
}
@media (max-width: 1024px) {
  .p-top-service-row--reverse .p-top-service-row__image .p-top-service-row__image-deco {
    left: -1.1rem;
  }
}
.p-top-service-row.is-animated .p-top-service-row__image-deco {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.4s;
}
.p-top-service-row.is-animated .p-top-service-row__image.p-top-service-row--reverse .p-top-service-row.is-animated .p-top-service-row__image-deco {
  transform: scale(-1, 1);
}
.p-top-service-row__image:hover .p-top-service-row__image-inner img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .p-top-service-row__image {
    width: 100%;
    order: -1;
  }
  .p-top-service-row__image-inner {
    border-radius: 20px;
  }
}
.p-top-service-row__btn {
  display: flex;
}
@media (max-width: 1024px) {
  .p-top-service-row__btn {
    justify-content: center;
  }
}

.p-top-works {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-top-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/ashirai/wave-works.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-works__deco {
  position: absolute;
  z-index: 0;
  width: 40rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s ease, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
}
@media (max-width: 1024px) {
  .p-top-works__deco {
    width: 20rem;
  }
}
.p-top-works__deco img {
  width: 100%;
}
.p-top-works__deco--tr {
  top: 0;
  right: 0;
  transform: none;
}
.p-top-works__deco--bl {
  bottom: 0;
  left: 0;
  transform: none;
}
.p-top-works.is-animated::before {
  clip-path: inset(0 0 0 0);
}
.p-top-works.is-animated .p-top-works__item {
  opacity: 1;
  transform: translateY(0);
}
.p-top-works.is-animated .p-top-works__deco {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}
.p-top-works.is-animated .p-top-works__deco--tr img {
  animation: ashirai-float 8s ease-in-out infinite;
}
.p-top-works.is-animated .p-top-works__deco--bl img {
  animation: ashirai-float 10s ease-in-out infinite reverse;
}
@keyframes ashirai-float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, -15px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.p-top-works__header {
  margin-bottom: 2.2rem;
}
.p-top-works__controls {
  position: absolute;
  bottom: -1rem;
  right: 0;
  display: flex;
  gap: 1.5rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-top-works__controls {
    bottom: -1rem;
  }
}
@media (max-width: 768px) {
  .p-top-works__controls {
    position: static;
    justify-content: center;
    margin: 2rem 0;
  }
}
.p-top-works__btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid #111111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-works__btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #004ea2;
}
.p-top-works__btn:hover {
  background: #004ea2;
  border-color: #004ea2;
}
.p-top-works__btn:hover svg {
  fill: #fff;
}
.p-top-works__btn:active {
  transform: scale(0.9);
}
.p-top-works .l-inner {
  position: relative;
  z-index: 1;
}
.p-top-works__container {
  position: relative;
  width: 100%;
  margin: 0;
}
.p-top-works__gallery {
  position: relative;
  z-index: 1;
  margin-top: 8rem;
  overflow-x: auto;
  padding: 0 0 4.4rem;
  width: 100%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-padding-left: 4.4rem;
}
@media (min-width: 1401px) {
  .p-top-works__gallery {
    scroll-padding-left: calc(50% - 70rem + 4.4rem);
  }
}
.p-top-works__gallery::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .p-top-works__gallery {
    margin-top: 6rem;
    scroll-padding-left: 2.2rem;
  }
}
@media (max-width: 768px) {
  .p-top-works__gallery {
    margin-top: 2rem;
    scroll-padding-left: 0;
  }
}
.p-top-works__gallery-inner {
  display: flex;
  gap: 3rem;
  padding: 0 4.4rem 2.2rem;
  cursor: default;
}
@media (min-width: 1401px) {
  .p-top-works__gallery-inner {
    padding: 0 calc(50% - 70rem + 4.4rem) 2.2rem;
  }
}
@media (max-width: 1024px) {
  .p-top-works__gallery-inner {
    padding: 0 2.2rem 2.2rem;
  }
}
.p-top-works__item {
  flex: 0 0 calc((100% - 6rem) / 3);
  scroll-snap-align: start;
  text-decoration: none;
  color: #111;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-works__item:nth-child(1) {
  transition-delay: 0.3s;
}
.p-top-works__item:nth-child(2) {
  transition-delay: 0.4s;
}
.p-top-works__item:nth-child(3) {
  transition-delay: 0.5s;
}
.p-top-works__item:nth-child(4) {
  transition-delay: 0.6s;
}
.p-top-works__item:nth-child(5) {
  transition-delay: 0.7s;
}
.p-top-works__item:nth-child(6) {
  transition-delay: 0.8s;
}
.p-top-works__item:nth-child(7) {
  transition-delay: 0.9s;
}
.p-top-works__item:nth-child(8) {
  transition-delay: 1s;
}
.p-top-works__item:nth-child(9) {
  transition-delay: 1.1s;
}
@media (max-width: 1024px) {
  .p-top-works__item {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  .p-top-works__item {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}
.p-top-works__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid #111111;
  margin-bottom: 2.2rem;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.p-top-works__item:hover .p-top-works__image {
  border-color: #A8579C;
}
.p-top-works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-works__content {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.p-top-works__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.p-top-works__item:hover .p-top-works__title {
  color: #A8579C;
}
.p-top-works__no {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Outfit", "Inter", sans-serif;
  color: #888;
}
.p-top-works__footer {
  margin-top: 6.6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-top-works__footer {
    margin-top: 4.4rem;
  }
}

.p-top-recruit {
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  color: #111111;
  padding: 13.2rem 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  overflow: hidden;
}
.p-top-recruit__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(30vw, 42rem);
  font-weight: 900;
  font-family: "Outfit", "Inter", sans-serif;
  color: rgba(0, 134, 211, 0.15);
  line-height: 1;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
}
@media (max-width: 1024px) {
  .p-top-recruit__bg-text {
    font-size: 25vw;
  }
}
.p-top-recruit__inner {
  display: flex;
  align-items: center;
  gap: 8.8rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-top-recruit__inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-top-recruit__inner {
    flex-direction: column;
    gap: 4.4rem;
  }
}
.p-top-recruit.is-animated .p-top-recruit__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-top-recruit__content {
  flex: 1;
}
.p-top-recruit__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4.4rem;
  color: #444;
}
.p-top-recruit__image {
  flex: 1;
  position: relative;
}
.p-top-recruit__image img {
  width: 100%;
  border-radius: 40px;
}
.p-top-recruit__deco {
  position: absolute;
  bottom: -3.3rem;
  right: -3.3rem;
  width: 25rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-top-recruit__deco {
    width: 15rem;
    bottom: -1.1rem;
    right: -1.1rem;
  }
}
.p-top-recruit__deco img {
  width: 100%;
  border-radius: 0 !important;
  border: none !important;
  animation: ashirai-float 12s ease-in-out infinite;
}
.p-top-recruit__btn {
  margin-top: 5.5rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.is-animated .p-top-recruit__btn {
  opacity: 1;
  transform: translateY(0);
}
@keyframes ashirai-float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, -15px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.p-common-cta {
  position: relative;
  padding: 15.4rem 0;
  overflow: hidden;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
@media (max-width: 1024px) {
  .p-common-cta {
    padding: 8rem 0;
  }
}
.p-common-cta__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: 0;
}
.p-common-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-common-cta {
  color: #111;
}
.p-common-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
.p-common-cta__inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8.8rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1024px) {
  .p-common-cta__inner {
    gap: 4.4rem;
  }
}
@media (max-width: 768px) {
  .p-common-cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 6.6rem;
  }
}
.p-common-cta.is-animated .p-common-cta__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-common-cta__content {
  flex: 1;
}
.p-common-cta__content .c-section-title__en {
  color: #004ea2;
}
.p-common-cta__text {
  font-size: 1.8rem;
  line-height: 2.2;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2.2rem;
}
.p-common-cta__lead {
  margin-bottom: 3.3rem;
}
.p-common-cta__checklist-box {
  background-color: #fff;
  border: 1px solid #111;
  padding: 3.3rem;
  border-radius: 10px;
  margin-bottom: 3.3rem;
}
@media (max-width: 1024px) {
  .p-common-cta__checklist-box {
    padding: 2.2rem 1.5rem;
  }
}
.p-common-cta__checklist-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  color: #111;
  display: flex;
  align-items: center;
}
.p-common-cta__checklist-title::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  background-color: #004ea2;
  margin-right: 1.2rem;
}
.p-common-cta__checklist li {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: flex-start;
}
.p-common-cta__checklist li::before {
  content: "・";
  color: #004ea2;
  margin-right: 0.5rem;
}
.p-common-cta__checklist li:last-child {
  margin-bottom: 0;
}
.p-common-cta__highlight {
  font-size: 2.2rem;
  color: #111;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-common-cta__highlight {
    font-size: 1.8rem;
  }
}
.p-common-cta__highlight strong {
  font-size: 1.2em;
  color: #004ea2;
}
.p-common-cta__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.4rem;
}
.p-common-cta__btn-group .c-button {
  min-width: 36rem;
  padding: 2.5rem 4.4rem;
  font-size: 1.8rem;
}
.p-common-cta__tel-group {
  text-align: center;
}
.p-common-cta__tel-sub {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004ea2;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
}
.p-common-cta__tel-link {
  text-decoration: none;
  color: #111;
}
.p-common-cta__tel-num {
  font-size: 5.4rem;
  font-weight: 900;
  font-family: "Outfit", "Inter", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-common-cta__tel-num {
    font-size: 3.6rem;
  }
}
.p-common-cta__drone-icon {
  margin-bottom: 2.2rem;
  color: #A8579C;
}
@media (max-width: 1024px) {
  .p-common-cta__drone-icon {
    display: flex;
    justify-content: center;
  }
}
.p-common-cta__ashirai {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 40rem;
  opacity: 1;
  z-index: 5;
  pointer-events: none;
}
.p-common-cta__ashirai img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .p-common-cta__ashirai {
    display: none;
  }
}

.p-lower-mv {
  padding: 24rem 0 16rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-lower-mv {
    padding: 16rem 0 10rem;
  }
}
.p-lower-mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
}
.p-lower-mv--works {
  padding: 18rem 0 12rem;
}
.p-lower-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  background: url("../img/ashirai/wave-top.svg") no-repeat center bottom -5rem/cover;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
@media (max-width: 1024px) {
  .p-lower-mv::after {
    height: 110%;
    background-size: cover;
    background-position: center bottom;
  }
}
.p-lower-mv.is-animated::after {
  clip-path: inset(0 0 0 0);
}
.p-lower-mv.is-animated .p-lower-mv__title {
  opacity: 1;
  transform: translateY(0);
}
.p-lower-mv__content {
  position: relative;
  z-index: 10;
}
.p-lower-mv__title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #111;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media (max-width: 1024px) {
  .p-lower-mv__title {
    font-size: 3.6rem;
  }
}
.p-lower-mv__en {
  font-size: 1.4rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.p-archive-works {
  margin-bottom: 10rem;
}
.p-archive-works__item {
  margin-bottom: 8rem;
}
.p-archive-works__item:last-child {
  margin-bottom: 0;
}
.p-archive-works__gallery {
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-archive-works__gallery::-webkit-scrollbar {
  display: none;
}
.p-archive-works__gallery-inner {
  display: flex;
  gap: 10px;
  width: max-content;
  padding-bottom: 1rem;
}
.p-archive-works__image {
  width: 450px;
  height: 300px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-archive-works__image {
    width: 280px;
    height: 180px;
  }
}
.p-archive-works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #111;
}
.p-archive-works__content .p-archive-works__link {
  text-decoration: none;
  color: #111;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.p-archive-works__content .p-archive-works__link:hover .p-archive-works__title {
  color: #004ea2;
}
.p-archive-works__title {
  font-size: 2.4rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-archive-works__no {
  font-size: 1.4rem;
  color: #888;
  font-weight: 500;
}

.p-service-section__title-area {
  margin-bottom: 5rem;
}
.p-service-section__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #004ea2;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.p-service-section__line {
  width: 120px;
  height: 2px;
  background-color: #004ea2;
}
.p-service-section__flex {
  display: flex;
  align-items: center;
  gap: 8.8rem;
  margin-bottom: 8.8rem;
}
@media (max-width: 1024px) {
  .p-service-section__flex {
    gap: 4rem;
    margin-bottom: 6.6rem;
  }
}
@media (max-width: 768px) {
  .p-service-section__flex {
    flex-direction: column;
    gap: 3.3rem;
  }
}
.p-service-section__flex--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-service-section__flex--reverse {
    flex-direction: column;
  }
}
.p-service-section__visual, .p-service-section__image {
  flex: 1;
  position: relative;
}
.p-service-section__visual > img, .p-service-section__image > img {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #111;
  position: relative;
  z-index: 2;
}
.p-service-section__ashirai {
  position: absolute;
  width: 25rem;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.p-service-section__ashirai--tr {
  top: -3.3rem;
  right: -3.3rem;
}
.p-service-section__ashirai--bl {
  bottom: -3.3rem;
  left: -3.3rem;
}
@media (max-width: 1024px) {
  .p-service-section__ashirai {
    width: 15rem;
  }
}
.p-service-section__content {
  flex: 1;
}
.p-service-section__lead {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.4;
  color: #f39800;
}
@media (max-width: 1024px) {
  .p-service-section__lead {
    font-size: 2.8rem;
    text-align: center;
  }
}
.p-service-section__lead-en {
  display: block;
  font-size: 1.4rem;
  color: #f39800;
  font-family: "Outfit", "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.p-service-section__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
}

.p-service-section__ashirai--tl {
  top: -3.3rem;
  left: -3.3rem;
}
.p-service-section__ashirai--br {
  bottom: -3.3rem;
  right: -3.3rem;
}

.p-service-compare {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.p-service-compare__item {
  flex: 1;
  position: relative;
}
.p-service-compare__item img {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #111;
}
.p-service-compare__label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 5;
  background: #fff;
  padding: 0.4rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 4px;
}
.p-service-compare__arrow {
  flex-shrink: 0;
  z-index: 10;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-service-compare__arrow svg {
  width: 20px;
  height: 20px;
}

.p-flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .p-flow-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.p-flow-item {
  position: relative;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.p-flow-item__num {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  color: #004ea2;
  margin-bottom: 1.5rem;
}
.p-flow-item__num::before {
  content: "STEP";
  margin-right: 0.5em;
}
.p-flow-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-flow-item__text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
}

.p-service-flow-v {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  .p-service-flow-v {
    padding-left: 5rem;
  }
}
.p-service-flow-v::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.1rem;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-service-flow-v::before {
    left: 1.6rem;
  }
}
.p-service-flow-v__item {
  margin-bottom: 8rem;
  position: relative;
  z-index: 5;
}
.p-service-flow-v__item:last-child {
  margin-bottom: 0;
}
.p-service-flow-v__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.9rem;
  width: 1px;
  height: calc(100% - 4.2rem);
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-service-flow-v__item:last-child::after {
    left: -3.4rem;
    height: calc(100% - 3.2rem);
  }
}
.p-service-flow-v__num {
  position: absolute;
  top: 0;
  left: -8rem;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #004ea2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Outfit", "Inter", sans-serif;
}
@media (max-width: 1024px) {
  .p-service-flow-v__num {
    left: -5rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
.p-service-flow-v__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111111;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-service-flow-v__title {
    font-size: 2rem;
  }
}
.p-service-flow-v__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}
@media (max-width: 1024px) {
  .p-service-flow-v__text {
    font-size: 1.5rem;
  }
}

.p-service-timing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .p-service-timing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
  }
}
@media (max-width: 768px) {
  .p-service-timing-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.p-service-timing-item__image {
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0f0f0;
  border: 1px solid #111;
}
.p-service-timing-item__image img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.p-service-timing-item__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #111111;
  display: flex;
  align-items: center;
}
.p-service-timing-item__title::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #A8579C;
  margin-right: 1.2rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-service-timing-item__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
}

.p-service-cta {
  background-color: #001a3d;
  color: #fff;
  padding: 10rem 4rem;
  border-radius: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-service-cta {
    padding: 8rem 2rem;
  }
}
.p-service-cta__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-service-cta__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-service-cta__title {
    font-size: 2.4rem;
  }
}
.p-service-cta__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 6rem;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .p-service-cta__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-service-cta__button {
  display: inline-block;
  padding: 2.4rem 8rem;
  background-color: #A8579C;
  color: #111111;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 9999px;
}
@media (max-width: 1024px) {
  .p-service-cta__button {
    padding: 2rem 5rem;
    font-size: 1.8rem;
    width: 100%;
  }
}
.p-service-cta::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.p-service-timing-footer {
  margin-top: 15rem;
  background: #fdfdfd;
  padding: 0 6rem;
  border-radius: 10px;
  border: 1px solid #111;
  text-align: left;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .p-service-timing-footer {
    padding: 0 2.2rem;
    margin-top: 12rem;
  }
}
.p-service-timing-footer__inner {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-service-timing-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-service-timing-footer__content {
  flex: 1.5;
  padding: 8rem 0;
}
@media (max-width: 1024px) {
  .p-service-timing-footer__content {
    padding: 4.4rem 0 2.2rem;
    text-align: center;
  }
}
.p-service-timing-footer__image {
  width: 44rem;
  flex-shrink: 0;
  margin-top: -15rem;
  margin-left: -4rem;
  position: relative;
  z-index: 10;
  line-height: 0;
}
@media (max-width: 1024px) {
  .p-service-timing-footer__image {
    width: 32rem;
    margin-top: -12rem;
    margin-left: -2rem;
  }
}
@media (max-width: 768px) {
  .p-service-timing-footer__image {
    width: 100%;
    max-width: 40rem;
    margin-top: -8rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.p-service-timing-footer__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
.p-service-timing-footer__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #111111;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .p-service-timing-footer__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-service-timing-footer__title {
    font-size: 2rem;
  }
}
.p-service-timing-footer__text {
  font-size: 1.8rem;
  line-height: 2.2;
  color: #555;
}

.p-service-timing-footer-ashirai {
  position: absolute;
  bottom: -6rem;
  right: -4rem;
  width: 28rem;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .p-service-timing-footer-ashirai {
    width: 20rem;
    bottom: -4rem;
    right: -2rem;
  }
}

.p-service-intro-section {
  position: relative;
  overflow: hidden;
}

.p-side-section {
  display: flex;
  justify-content: space-between;
  gap: 8.8rem;
}
@media (max-width: 1024px) {
  .p-side-section {
    flex-direction: column;
    gap: 4.4rem;
  }
}
@media (max-width: 768px) {
  .p-side-section {
    flex-direction: column;
    gap: 4.4rem;
  }
}
.p-side-section__title {
  width: 30rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-side-section__title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-side-section__title {
    width: 100%;
  }
}
.p-side-section__title .c-section-title {
  margin-bottom: 0;
}
.p-side-section__content {
  flex: 1;
}

.p-service-intro {
  position: relative;
  margin-top: 8.8rem;
  margin-bottom: 8.8rem;
}
@media (max-width: 1024px) {
  .p-service-intro {
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 768px) {
  .p-service-intro {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-service-intro {
  text-align: center;
}
.p-service-intro__title {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 5.5rem;
  line-height: 1.4;
  color: #111;
}
@media (max-width: 1024px) {
  .p-service-intro__title {
    font-size: 3.2rem;
  }
}
.p-service-intro__text {
  font-size: 2.2rem;
  line-height: 2.2;
  color: #444;
  letter-spacing: 0.05em;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-service-intro__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-service-intro__text br {
    display: none;
  }
}
.p-service-intro__deco {
  position: absolute;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-service-intro__deco {
    display: none;
  }
}
.p-service-intro__deco--left {
  top: -15rem;
  left: -20rem;
}
@media (max-width: 1024px) {
  .p-service-intro__deco--left {
    left: 0;
    top: -4.4rem;
    transform: none;
  }
}
.p-service-intro__deco--right {
  bottom: -15rem;
  right: -20rem;
}
@media (max-width: 1024px) {
  .p-service-intro__deco--right {
    right: 0;
    bottom: -4.4rem;
    top: auto;
    transform: none;
  }
}
.p-service-intro__deco-img {
  width: 32rem;
  height: 22rem;
  overflow: hidden;
  border: 1px solid #111;
}
.p-service-intro__deco-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service-intro__ashirai {
  position: absolute;
  z-index: 5;
  width: 20rem;
  height: auto;
  opacity: 1;
  pointer-events: none;
}
.p-service-intro__ashirai--tl {
  top: -4rem;
  left: -4rem;
  transform: rotate(-15deg);
}
.p-service-intro__ashirai--br {
  bottom: -4rem;
  right: -4rem;
  transform: rotate(15deg);
}

.p-side-section {
  position: relative;
}
.p-side-section__ashirai {
  position: absolute;
  bottom: -6rem;
  left: -2rem;
  width: 24rem;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-side-section__ashirai {
    display: none;
  }
}

.p-service-about-ashirai {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 0;
}
.p-service-about-ashirai img {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 30rem;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-service-about-ashirai {
    display: none;
  }
}

.p-service-flow {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  -webkit-mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  mask-position: top, center, bottom;
  -webkit-mask-position: top, center, bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.p-flow-vertical__item {
  position: relative;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-flow-vertical__item.is-animated {
  opacity: 1;
  transform: translateX(0);
}
.p-flow-vertical__box {
  display: flex;
  align-items: stretch;
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-flow-vertical__box {
    flex-direction: column;
  }
}
.p-flow-vertical__content {
  flex: 1;
  padding: 4.4rem;
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-flow-vertical__content {
    padding: 3rem 2.2rem;
    min-height: auto;
  }
}
.p-flow-vertical__step {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #888;
  margin-bottom: 1.1rem;
  font-family: "Outfit", "Inter", sans-serif;
  letter-spacing: 0.1em;
}
.p-flow-vertical__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  color: #111;
}
@media (max-width: 1024px) {
  .p-flow-vertical__title {
    font-size: 2.2rem;
  }
}
.p-flow-vertical__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}
.p-flow-vertical__image {
  width: 38rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.p-flow-vertical__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-flow-vertical__image {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .p-flow-vertical__image {
    width: 100%;
    aspect-ratio: 16/10;
  }
  .p-flow-vertical__image img {
    position: static;
  }
}
.p-flow-vertical__arrow {
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-flow-vertical__arrow::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
}
.p-flow-vertical__points {
  margin-top: 3.3rem;
  padding: 2.2rem;
  background-color: #f8f9fa;
  border-left: 4px solid #111;
}
.p-flow-vertical__point {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
}
.p-flow-vertical__point + .p-flow-vertical__point {
  margin-top: 1.1rem;
}
.p-flow-vertical__point span {
  font-weight: 700;
  color: #111;
  margin-right: 1rem;
}

.p-service-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.8rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-service-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.4rem;
  }
}
@media (max-width: 768px) {
  .p-service-info {
    grid-template-columns: 1fr;
    gap: 6.6rem;
  }
}
.p-service-info__lead {
  margin-bottom: 3.3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-service-faq-list {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-service-faq-list__item {
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.3rem 4.4rem;
}
@media (max-width: 1024px) {
  .p-service-faq-list__item {
    padding: 2.2rem 1.5rem;
  }
}
.p-service-faq-list__q {
  display: flex;
  align-items: baseline;
  gap: 2.2rem;
  margin-bottom: 2.2rem;
  cursor: default;
}
@media (max-width: 1024px) {
  .p-service-faq-list__q {
    gap: 1.5rem;
    margin-bottom: 1.1rem;
  }
}
.p-service-faq-list__prefix {
  font-size: 2.4rem;
  font-weight: 900;
  color: #004ea2;
  font-family: "Outfit", "Inter", sans-serif;
  line-height: 1;
}
.p-service-faq-list__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-service-faq-list__text {
    font-size: 1.6rem;
  }
}
.p-service-faq-list__a {
  padding-left: 4.4rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
  position: relative;
}
@media (max-width: 1024px) {
  .p-service-faq-list__a {
    padding-left: 0;
    margin-top: 1.1rem;
  }
}
.p-service-faq-list__a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  color: #eee;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-service-faq-list__a::before {
    display: none;
  }
}

.p-service-price-table {
  max-width: 100rem;
  margin: 0 auto;
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-service-price-table .c-table {
  border-top: none;
}
@media (max-width: 768px) {
  .p-service-price-table .c-table {
    display: block;
  }
}
.p-service-price-table .c-table tr {
  border-bottom: 1px solid #111;
}
.p-service-price-table .c-table tr:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .p-service-price-table .c-table tr {
    display: block;
  }
}
.p-service-price-table .c-table thead {
  border-bottom: 1px solid #111;
}
@media (max-width: 768px) {
  .p-service-price-table .c-table thead {
    display: none;
  }
}
.p-service-price-table .c-table th {
  background-color: #fcfcfc;
  color: #004ea2;
  font-weight: 700;
  border-right: 1px solid #111;
}
.p-service-price-table .c-table th:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .p-service-price-table .c-table th {
    border-right: none;
  }
}
.p-service-price-table .c-table td {
  background-color: #fff;
  border-right: 1px solid #111;
}
.p-service-price-table .c-table td:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .p-service-price-table .c-table td {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .p-service-price-table .c-table td {
    display: flex;
    padding: 1.5rem;
    border-right: none;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
  }
  .p-service-price-table .c-table td:last-child {
    border-bottom: none;
  }
  .p-service-price-table .c-table td::before {
    content: attr(data-label);
    flex: 0 0 12rem;
    font-weight: 700;
    color: #004ea2;
    background-color: #fcfcfc;
    margin: -1.5rem 1.5rem -1.5rem -1.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #111;
  }
}

.p-before-after {
  margin-top: 6.6rem;
}
.p-before-after__item + .p-before-after__item {
  margin-top: 8.8rem;
}
.p-before-after__comparison {
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
@media (max-width: 1024px) {
  .p-before-after__comparison {
    gap: 4.4rem;
  }
}
@media (max-width: 768px) {
  .p-before-after__comparison {
    flex-direction: column;
    gap: 4.4rem;
  }
}
.p-before-after__image {
  flex: 1;
  position: relative;
  border: 1px solid #111;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-before-after__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-before-after__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Outfit", "Inter", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 10;
}
.p-before-after__badge--before {
  background-color: #555;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  padding: 1rem 4rem 4rem 1rem;
}
.p-before-after__badge--after {
  background-color: #004ea2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  padding: 1rem 4rem 4rem 1rem;
}
.p-before-after__arrow {
  flex-shrink: 0;
  color: #004ea2;
}
@media (max-width: 768px) {
  .p-before-after__arrow {
    transform: rotate(90deg);
  }
}
.p-before-after__content {
  margin-top: 3.3rem;
  text-align: center;
}
.p-before-after__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  color: #111;
}
.p-before-after__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
  max-width: 80rem;
  margin: 0 auto;
}

.p-archive-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-archive-list__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-archive-list__grid--works {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .p-archive-list__grid--works {
    grid-template-columns: 1fr;
  }
}
.p-archive-list__item {
  background-color: #fff;
}
.p-archive-list__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-archive-list__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid #111;
  transition: border-color 0.3s ease;
}
.p-archive-list__link:hover .p-archive-list__image {
  border-color: #A8579C;
}
.p-archive-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-archive-list__date {
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 0.5rem;
  display: block;
}
.p-archive-list__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.p-archive-list__link:hover .p-archive-list__title {
  color: #A8579C;
}
.p-archive-list__excerpt {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
}

.c-tag {
  display: inline-block;
  background-color: #004ea2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-archive-filter {
  margin-bottom: 4rem;
}
.p-archive-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  justify-content: center;
}
.p-archive-filter__item a {
  display: block;
  padding: 0.8rem 2.5rem;
  border: 1px solid #111;
  border-radius: 0;
  text-decoration: none;
  color: #666;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-archive-filter__item a.is-active {
  background-color: #A8579C;
  border-color: #111;
  color: #fff;
}

.p-news-archive__list {
  margin-bottom: 6.6rem;
}
.p-news-archive__item {
  border-bottom: 1px solid #bbb;
}
.p-news-archive__item:first-child {
  border-top: 1px solid #bbb;
}
.p-news-archive__link {
  display: flex;
  align-items: center;
  padding: 3.3rem 2.2rem;
  text-decoration: none;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-news-archive__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150%;
  height: 400%;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-news-archive__link:hover {
  color: #004ea2;
}
.p-news-archive__link:hover::before {
  top: -100%;
  width: 180%;
}
@media (max-width: 1024px) {
  .p-news-archive__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.2rem 0;
    gap: 0.5rem;
  }
}
.p-news-archive__date {
  width: 15rem;
  font-size: 1.4rem;
  color: #888;
  font-weight: 700;
  font-family: "Outfit", "Inter", sans-serif;
}
.p-news-archive__title {
  font-size: 1.8rem;
  font-weight: 500;
  flex: 1;
}

.p-pagination {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
}
.p-pagination .nav-links {
  display: flex;
  gap: 1.1rem;
}
.p-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #111111;
  text-decoration: none;
  color: #111;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-pagination .page-numbers.current {
  background-color: #A8579C;
  color: #fff;
}

.p-company-message-section {
  position: relative;
  overflow: hidden;
}

.p-company-info-section {
  position: relative;
  z-index: 1;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V27.35c110.15,31.7,211.24,29.09,321.39,29.09,58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V120H0Z' fill='black'/%3E%3C/svg%3E"), linear-gradient(black, black), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0v92.65c110.15-31.7,211.24-29.09,321.39-29.09,58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V0H0Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  -webkit-mask-size: 100% 60px, 100% calc(100% - 120px), 100% 60px;
  mask-position: top, center, bottom;
  -webkit-mask-position: top, center, bottom;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .p-company-info-section {
    margin: -30px 0;
    padding-top: 11rem;
    padding-bottom: 11rem;
    mask-size: 100% 40px, 100% calc(100% - 80px), 100% 40px;
    -webkit-mask-size: 100% 40px, 100% calc(100% - 80px), 100% 40px;
  }
}

.p-company-message {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.6rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-company-message {
    flex-direction: column;
    gap: 4.4rem;
  }
}
.p-company-message__image {
  flex: 1;
  max-width: 35%;
}
@media (max-width: 1024px) {
  .p-company-message__image {
    max-width: 100%;
  }
}
.p-company-message__image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 70% center;
  border-radius: 10px;
  border: 1px solid #111;
}
.p-company-message__body {
  flex: 1;
}
.p-company-message__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3.3rem;
  color: #004ea2;
}
@media (max-width: 1024px) {
  .p-company-message__title {
    font-size: 2.2rem;
  }
}
.p-company-message__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
  margin-bottom: 4.4rem;
}
.p-company-message__sign {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.1rem;
  display: inline-block;
  float: right;
}

.p-company-message-ashirai {
  display: none;
}

.p-company-info-card {
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  .p-company-info-card {
    flex-direction: column;
  }
}
.p-company-info-card__image {
  width: 30rem;
  flex-shrink: 0;
  border-right: 1px solid #111;
}
@media (max-width: 1024px) {
  .p-company-info-card__image {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #111;
    aspect-ratio: 16/9;
  }
}
.p-company-info-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company-info-card__body {
  flex: 1;
}
.p-company-info-card__body .c-table {
  border-top: none;
}
.p-company-info-card__body .c-table tr {
  border-bottom: 1px solid #eee;
}
.p-company-info-card__body .c-table tr:last-child {
  border-bottom: none;
}
.p-company-info-card__body .c-table th {
  width: 12rem;
  background-color: #fcfcfc;
  border-right: 1px solid #eee;
  color: #111;
}
@media (max-width: 1024px) {
  .p-company-info-card__body .c-table th {
    width: 10rem;
  }
}

.p-company-qual-box {
  border: 1px solid #111;
  background-color: #fff;
  padding: 3.3rem;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .p-company-qual-box {
    padding: 2.2rem 1.5rem;
  }
}
.p-company-qual-box__lead {
  margin-bottom: 3.3rem;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.8;
}
.p-company-qual-box__heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
}
.p-company-qual-box__heading:not(:first-of-type) {
  margin-top: 3.3rem;
}
.p-company-qual-box li {
  font-size: 1.6rem;
  color: #111;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}
.p-company-qual-box li span {
  color: #004ea2;
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.p-company-area-text {
  margin-bottom: 3.3rem;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}

.p-company-area-box {
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-company-area-box__header {
  background-color: #111;
  color: #fff;
  padding: 1.5rem 2.2rem;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-company-area-box__body {
  padding: 3.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .p-company-area-box__body {
    padding: 2.2rem 1.5rem;
    gap: 1rem;
  }
}

.p-company-area-tag {
  display: inline-block;
  background-color: #f8f9fa;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
.p-company-area-tag:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.p-recruit-lead {
  margin-bottom: 4.4rem;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.8;
}

.p-recruit-block {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin-top: 4.4rem;
}
.p-recruit-block h4 {
  padding: 2.2rem 3.3rem;
  border-bottom: 1px solid #111;
  background-color: #fcfcfc;
  margin-bottom: 0 !important;
}
.p-recruit-block .c-table {
  border-top: none;
}
.p-recruit-block .c-table th, .p-recruit-block .c-table td {
  padding: 2.2rem 3.3rem;
  border-bottom: 1px solid #eee;
}
.p-recruit-block .c-table tr:last-child th,
.p-recruit-block .c-table tr:last-child td {
  border-bottom: none;
}
.p-recruit-block .c-table th {
  width: 25%;
  background-color: #fff;
  border-right: 1px solid #eee;
  color: #111;
}
@media (max-width: 1024px) {
  .p-recruit-block .c-table th {
    width: 35%;
    padding: 1.5rem;
  }
}
.p-recruit-block .c-table td {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-recruit-block .c-table td {
    padding: 1.5rem;
  }
}

.p-company-access__map {
  border: 1px solid #111;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.p-company-access__map iframe {
  display: block;
  filter: grayscale(100%) contrast(1.1);
  transition: filter 0.6s ease;
}
.p-company-access__map iframe:hover {
  filter: grayscale(0%);
}
.p-company-access__address {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  color: #111;
  font-weight: 500;
}

.p-company-recruit-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.p-company-recruit-section .l-inner {
  position: relative;
  z-index: 10;
}

.p-company-recruit-ashirai {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 30rem;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
  transform: rotate(-10deg);
}
@media (max-width: 1024px) {
  .p-company-recruit-ashirai {
    width: 20rem;
    bottom: -3rem;
    left: -3rem;
  }
}

.c-table--white {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.c-table--white th, .c-table--white td {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.c-table--white th {
  background-color: rgba(255, 255, 255, 0.05);
}

.p-article__inner {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 8.8rem 6.6rem;
  border-radius: 10px;
  border: 1px solid #111;
}
@media (max-width: 1024px) {
  .p-article__inner {
    padding: 4rem 2rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.p-article__head {
  margin-bottom: 4.4rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 4.4rem;
}
.p-article__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}
.p-article__date {
  font-size: 1.5rem;
  color: #888;
  font-weight: 700;
  font-family: "Outfit", "Inter", sans-serif;
}
.p-article__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-article__title {
    font-size: 2.4rem;
  }
}
.p-article__thumbnail {
  margin-bottom: 6.6rem;
}
.p-article__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #eee;
}
.p-article__content, .p-article.c-content,
.p-article .c-content {
  font-size: 1.8rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 1024px) {
  .p-article__content, .p-article.c-content,
  .p-article .c-content {
    font-size: 1.6rem;
  }
}
.p-article__content h2, .p-article.c-content h2,
.p-article .c-content h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 8.8rem 0 4.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #004ea2;
  color: #004ea2 !important;
}
@media (max-width: 1024px) {
  .p-article__content h2, .p-article.c-content h2,
  .p-article .c-content h2 {
    font-size: 2.8rem;
    margin: 6.6rem 0 3.3rem;
  }
}
.p-article__content h3, .p-article.c-content h3,
.p-article .c-content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 6.6rem 0 3.3rem;
  padding-left: 1.5rem;
  border-left: 4px solid #004ea2;
  color: #111111;
}
@media (max-width: 1024px) {
  .p-article__content h3, .p-article.c-content h3,
  .p-article .c-content h3 {
    font-size: 2rem;
  }
}
.p-article__content p, .p-article.c-content p,
.p-article .c-content p {
  margin-bottom: 2.2rem;
}
.p-article__content a, .p-article.c-content a,
.p-article .c-content a {
  color: #A8579C !important;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-article__content a:hover, .p-article.c-content a:hover,
.p-article .c-content a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-article__content img, .p-article.c-content img,
.p-article .c-content img {
  margin: 4.4rem 0;
  border-radius: 10px;
}
.p-article__content ul, .p-article__content ol, .p-article.c-content ul, .p-article.c-content ol,
.p-article .c-content ul,
.p-article .c-content ol {
  margin: 3.3rem 0;
  padding-left: 2.5rem;
}
.p-article__content ul li, .p-article__content ol li, .p-article.c-content ul li, .p-article.c-content ol li,
.p-article .c-content ul li,
.p-article .c-content ol li {
  margin-bottom: 1.1rem;
}
.p-article__footer {
  margin-top: 8.8rem;
  border-top: 1px solid #eee;
  padding-top: 4.4rem;
}
.p-article__pagenation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .p-article__pagenation {
    flex-direction: column;
    gap: 3.3rem;
  }
}
.p-article__prev a, .p-article__next a, .p-article__back a {
  text-decoration: none;
  color: #666;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-article__prev a:hover, .p-article__next a:hover, .p-article__back a:hover {
  color: #004ea2;
}
.p-article__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 5.4rem;
  background-color: #f8f8f8;
  border-radius: 9999px;
  color: #333;
  font-size: 1.4rem;
  border: 1px solid #eee;
}
.p-article__back a:hover {
  background-color: #eee;
}

.p-works-header {
  margin-bottom: 6.6rem;
}
.p-works-header .c-section-title {
  margin-bottom: 3.3rem;
}

.p-works-comparison {
  margin-bottom: 8.8rem;
}
.p-works-comparison .c-section-title {
  margin-bottom: 4.4rem;
}
.p-works-comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem;
}
@media (max-width: 1024px) {
  .p-works-comparison__grid {
    grid-template-columns: 1fr;
    gap: 3.3rem;
  }
}
.p-works-comparison__item p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.1rem;
  font-family: "Outfit", "Inter", sans-serif;
}
.p-works-comparison__image {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-works-comparison__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works-details {
  margin-bottom: 8.8rem;
}
.p-works-details .c-section-title {
  margin-bottom: 3.3rem;
}
.p-works-comment {
  background-color: #f8f9fa;
  padding: 6.6rem 4.4rem;
  border-radius: 10px;
  margin-bottom: 8.8rem;
}
@media (max-width: 1024px) {
  .p-works-comment {
    padding: 4.4rem 2.2rem;
  }
}
.p-works-comment__inner {
  display: flex;
  gap: 4.4rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-works-comment__inner {
    flex-direction: column;
    gap: 2.2rem;
    align-items: center;
    text-align: center;
  }
}
.p-works-comment__avatar {
  width: 100px;
  flex-shrink: 0;
}
.p-works-comment__avatar img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.p-works-comment__body {
  flex: 1;
}
.p-works-comment__label {
  font-weight: 700;
  margin-bottom: 1.1rem;
  color: #111111;
}
.p-works-comment__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
}
