@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Rubik", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.m-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.s-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-section {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 1296px;
  margin-inline: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumb__item a {
  display: block;
  position: relative;
}
.breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumb__arrow {
  margin: 2px 8px;
}

.breadcrumb__item {
  color: #888;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item span {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item span {
    font-size: 12px;
  }
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-child {
    max-width: 240px;
  }
}

.is-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 10px;
    right: 10px;
  }
}

.top__btn__link {
  opacity: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333;
  border: solid 2px #333;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__btn__link:before {
    width: 8px;
    height: 8px;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound__title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: 900;
}
.notfound__title span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
}

.notfound__text {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
}

.side__menu {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 62px;
  width: 100%;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .side__menu {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.side__list:nth-of-type(1) .side__icon {
  max-width: 24px;
  margin-inline: auto;
}
.side__list:nth-of-type(1) .side__link {
  border-radius: 10px 0 0 0;
}
.side__list:nth-of-type(2) .side__link {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .side__list:nth-of-type(2) .side__link {
    border-radius: 0;
  }
}

.side__link {
  display: block;
  padding: 17px;
  background: #333;
}
@media (any-hover: hover) {
  .side__link:hover {
    background-color: #fff;
  }
  .side__link:hover .svg-path {
    fill: #333; /* SVGの色を変更 */
  }
  .side__link:hover p {
    color: #333;
  }
}
.side__link .svg-path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff; /* SVGの色を変更 */
}

/**
* @file _l-footer.scss
**/
/**
 * @file _l-header.scss
 * レイアウト用（共通枠があればここに書く）
 **/
.c-title {
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002EA3;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title--lg {
    font-size: 2rem;
  }
}

.c-title__sub {
  margin-top: -3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-title__sub {
    line-height: 1.5;
    margin-top: 0;
  }
}

.c-title__head {
  margin-bottom: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-title__head {
    margin-bottom: 3.25rem;
  }
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.3125rem;
  padding: 0.8125rem 2.5rem 0.6875rem 2.0625rem;
  border: none;
  border-radius: 2.25rem;
  background: linear-gradient(104deg, #008FF8 0%, #FF77DB 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.c-btn:hover .c-btn__arrow {
  -webkit-transform: translateY(-50%) translateX(0.375rem);
          transform: translateY(-50%) translateX(0.375rem);
}
.c-btn__arrow {
  position: absolute;
  top: 53%;
  right: 2.375rem;
  width: 1.0625rem;
  height: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-btn__arrow {
    right: 1.6875rem;
  }
}
.c-btn__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-btn--lg {
  width: 20rem;
  padding: 1.125rem 0 1.125rem 3.3125rem;
  font-size: 2rem;
  border-radius: 2.625rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  background: linear-gradient(105deg, #008FF8 0%, #8080E3 100%);
}

.c-btn--lg .c-btn__arrow {
  right: 1.738125rem;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.75rem 2.5rem 0.375rem;
}
@media screen and (max-width: 1024px) {
  .p-header {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 0.9375rem 1.25rem 0 0.25rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    position: relative;
    z-index: calc(1000 + 1);
  }
}
.p-header__logo a {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo a:hover, .p-header__logo a:focus-visible, .p-header__logo a:active {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.5625rem 1rem;
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  body:not(.home) .p-header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  body:not(.home) .p-header__logo a {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

.p-header__nav {
  background-color: #faffff;
  border-radius: 2.125rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.21);
          box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.21);
  padding: 1rem min(5vw, 4.5rem);
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8rem 1.5rem;
    background-color: #faffff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
    transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, visibility 0s linear 0.4s;
    transition: transform 0.4s ease, visibility 0s linear 0.4s, -webkit-transform 0.4s ease;
    z-index: 1000;
  }
  .p-header__nav.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.4s ease;
    transition: visibility 0s linear 0s, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, visibility 0s linear 0s;
    transition: transform 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.4s ease;
  }
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5vw, 4.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    text-align: left;
  }
}

.p-header__link {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-header__link {
    position: relative;
    display: inline-block;
  }
  .p-header__link:hover .p-header__link-text--grad, .p-header__link:focus-visible .p-header__link-text--grad, .p-header__link:active .p-header__link-text--grad {
    clip-path: inset(0);
  }
}
@media screen and (max-width: 768px) {
  .p-header__link {
    color: #002EA3;
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}

.p-header__link-text {
  font-family: "Rubik", sans-serif;
}

.p-header__link-text--grad {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-header__link-text--grad {
    position: absolute;
    inset: 0;
    display: block;
    clip-path: inset(0 100% 0 0);
    -webkit-transition: clip-path 0.4s ease-out;
    transition: clip-path 0.4s ease-out;
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .p-header__list:nth-child(1) .p-header__link-text--grad {
    color: #008FF8;
  }
  .p-header__list:nth-child(2) .p-header__link-text--grad {
    color: #FF77DB;
  }
  .p-header__list:nth-child(3) .p-header__link-text--grad {
    color: #002EA3;
  }
}
@media screen and (max-width: 768px) {
  .p-header__list {
    position: relative;
    display: block;
    width: 14.4375rem;
    text-align: left;
    padding-bottom: 0.4375rem;
    border-bottom: 0.0625rem solid rgba(0, 46, 163, 0.3);
  }
  .p-header__list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A2C4F7), to(#DFBEF0));
    background-image: linear-gradient(180deg, #A2C4F7 0%, #DFBEF0 100%);
    pointer-events: none;
    z-index: 1;
  }
  .p-header__list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/common/arrow-circle.webp") center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
  }
  .p-header__list:hover::after, .p-header__list:focus-within::after, .p-header__list:active::after {
    -webkit-transform: translateY(-50%) translateX(6px);
            transform: translateY(-50%) translateX(6px);
  }
  .p-header__list .p-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.3125rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}

.p-header__nav-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 2.125rem;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.21);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-header__nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: calc(1000 + 1);
  }
}

.p-header__nav-toggle-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 9.5px;
}

.p-header__nav-toggle-bars {
  position: relative;
  grid-area: 1/1;
  width: 21px;
  height: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__nav-menu-line {
  position: absolute;
  border-radius: 25px;
  left: 0;
  display: block;
  width: 21px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008FF8), to(#FF77DB));
  background-image: linear-gradient(180deg, #008FF8 0%, #FF77DB 100%);
  background-size: 21px 15px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.p-header__nav-menu-line:nth-child(1) {
  top: 0;
  background-position: 0 0;
}
.p-header__nav-menu-line:nth-child(2) {
  top: 6px;
  background-position: 0 -6px;
}
.p-header__nav-menu-line:nth-child(3) {
  top: 12px;
  background-position: 0 -12px;
}

.p-header__nav-toggle-close {
  grid-area: 1/1;
  width: 15px;
  height: 15px;
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008FF8), to(#FF77DB));
  background-image: linear-gradient(180deg, #008FF8 0%, #FF77DB 100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M3.5 3.5L17.5 17.5M17.5 3.5L3.5 17.5' stroke='%23000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M3.5 3.5L17.5 17.5M17.5 3.5L3.5 17.5' stroke='%23000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__nav-toggle-label {
  font-family: "Rubik", sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 2.5px;
  margin-bottom: 6px;
}

.p-header.is-open .p-header__nav-toggle-bars {
  opacity: 0;
}
.p-header.is-open .p-header__nav-toggle-close {
  opacity: 1;
}

html.is-drawer-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  height: 100%;
}

body.is-drawer-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.p-mv {
  position: relative;
  isolation: isolate;
  width: 100%;
  z-index: 1;
}

.p-mv__visual {
  position: relative;
  width: 100%;
  height: 41.625rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__visual {
    height: auto;
  }
}

.p-mv__picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .p-mv__picture .p-mv__img {
    width: auto;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right center;
       object-position: right center;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__picture .p-mv__img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__picture {
    display: block;
    width: 100vw;
  }
}

.p-mv__img {
  width: 69%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .p-mv__img {
    width: 100%;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 460px) {
  .p-mv__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-inline: auto;
}

.p-mv-next__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-mv-next__ashirai {
    width: 24.375rem;
  }
}

.p-mv-next__ashirai-item {
  position: absolute;
  display: block;
  height: auto;
}

.p-mv-next__ashirai-item--1 {
  position: absolute;
  top: 6.5rem;
  left: 15.3125rem;
  width: 8.4425rem;
}
@media screen and (max-width: 768px) {
  .p-mv-next__ashirai-item--1 {
    top: 39.75rem;
    left: 0rem;
    width: 3.75rem;
  }
}

.p-mv-next__ashirai-item--2 {
  position: absolute;
  top: 34.9375rem;
  left: 4.5rem;
  width: 11.011875rem;
}
@media screen and (max-width: 768px) {
  .p-mv-next__ashirai-item--2 {
    top: 38.625rem;
    left: 8.6875rem;
    width: 8.25rem;
  }
}

.p-mv-next__ashirai-item--3 {
  position: absolute;
  top: 34.375rem;
  left: 27.6875rem;
  width: 8.73625rem;
}
@media screen and (max-width: 768px) {
  .p-mv-next__ashirai-item--3 {
    top: 33.4375rem;
    left: 18.875rem;
    width: 4.375rem;
  }
}

.p-mv__textbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-top: 10.5rem;
  padding-left: min(6.9444444444vw, 6.25rem);
}
@media screen and (max-width: 1024px) {
  .p-mv__textbox {
    gap: 0.75rem;
    padding-top: 22.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #008FF8), color-stop(90%, #FF77DB));
  background-image: linear-gradient(180deg, #008FF8 -10%, #FF77DB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1024px) {
  .p-mv__title {
    font-size: 2rem;
  }
}

.p-mv__title span {
  display: block;
}

.p-mv__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.p-mv__marquee {
  width: 100vw;
  height: 9rem;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  white-space: nowrap;
  margin-top: -1.5rem;
}

.p-mv__marquee-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 5rem;
  -webkit-animation: p-mv-marquee 40s linear infinite;
          animation: p-mv-marquee 40s linear infinite;
}

.p-mv__marquee-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Rubik", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(255, 119, 219, 0.3);
}
@media screen and (max-width: 1024px) {
  .p-mv__marquee-text {
    font-size: 2.5rem;
    padding-top: 5.625rem;
  }
}

@-webkit-keyframes p-mv-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-mv-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-greeting {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.p-greeting__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-greeting__ashirai {
    width: 24.375rem;
  }
}

.p-greeting__ashirai-item {
  position: absolute;
}

.p-greeting__ashirai-item--1 {
  bottom: 36.5rem;
  left: 107px;
  width: 8.92875rem;
}
@media screen and (max-width: 1024px) {
  .p-greeting__ashirai-item--1 {
    display: none;
  }
}

.p-greeting__ashirai-item--2 {
  bottom: 5.125rem;
  left: 37.9375rem;
  width: 10.638125rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__ashirai-item--2 {
    bottom: -4px;
    left: -0.9375rem;
    width: 5.3125rem;
  }
}

.p-greeting__ashirai-item--3 {
  bottom: 7.625rem;
  left: -8.25rem;
  width: 24.5625rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__ashirai-item--3 {
    top: 21.375rem;
    bottom: auto;
    left: -23px;
    width: 5.76875rem;
  }
}

.p-greeting__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 1.8125rem auto 0;
  max-width: 90rem;
  padding: 4.4375rem 2.5rem 8.1875rem min(22.5694444444vw, 20.3125rem);
}
@media screen and (max-width: 1024px) {
  .p-greeting__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__inner {
    margin-top: 0;
    padding: 4.25rem 0 5rem;
  }
}

.p-greeting__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}
@media screen and (max-width: 1024px) {
  .p-greeting__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__title {
    font-size: 1.75rem;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-greeting__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__body {
    gap: 0.48375rem;
    margin-top: 1rem;
  }
}

.p-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-greeting__content {
    gap: 2rem;
  }
}

.p-greeting__text {
  width: 27.5rem;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-greeting__text {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.p-greeting__profile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(100%, 27.75rem);
  padding-left: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .p-greeting__profile {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: min(100%, 23.75rem);
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__profile {
    padding-left: 0;
    min-width: 23.5rem;
    padding-left: 5.1282051282vw;
  }
}

.p-greeting__profile img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-greeting__profile img {
    min-width: 23.5rem;
  }
}

.p-works {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-top: 2.75rem;
  padding-bottom: 11.3125rem;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding-top: 6.0625rem;
    padding-bottom: 0;
  }
}

.p-works__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-works__inner {
    padding-inline: 1.25rem;
  }
}

.p-works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  place-items: center;
  max-width: 65rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-works__grid {
    grid-template-columns: 1fr;
    gap: 2.375rem;
  }
}

.p-works__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-works__card-link:hover, .p-works__card-link:focus {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.p-works__card-link:focus {
  outline: none;
}
.p-works__card-link:focus-visible {
  outline: 2px solid #002EA3;
  outline-offset: 4px;
}

.p-works__card-image {
  width: 100%;
  max-width: 31.25rem;
  aspect-ratio: 500/320;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-works__card-image {
    max-width: 21.875rem;
    aspect-ratio: 350/224;
    height: auto;
  }
}

.p-works__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works__card-category {
  margin-top: 2.4375rem;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #7d8080;
}
@media screen and (max-width: 768px) {
  .p-works__card-category {
    margin-top: 1rem;
  }
}

.p-works__card-title {
  margin-top: 0;
  min-height: 6.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-works__card-title {
    font-size: 1.25rem;
    min-height: 0;
  }
}

.p-works__btn-wrap {
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works__btn-wrap {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-works__btn-wrap .c-btn__arrow {
    right: 2.3125rem;
  }
}

.p-works-archive-wrap {
  overflow: clip;
}

.p-works-archive {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.p-works-archive::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20.125rem;
  background-image: url("../images/pages/top/back-ground-mv-prof.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-works-archive::before {
    height: 18.125rem;
    background-image: url("../images/pages/top/back-ground-mv-prof-sp.webp");
  }
}

.p-works-archive__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai {
    width: 24.375rem;
  }
}

.p-works-archive__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-works-archive__ashirai-item--1 {
  top: 7.625rem;
  left: -100px;
  width: 113.398125rem;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--1 {
    top: 10.125rem;
    left: 50%;
    width: 30.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-works-archive__ashirai-item--2 {
  top: 16.9375rem;
  right: -6.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--2 {
    display: none;
  }
}

.p-works-archive__ashirai-item--3 {
  top: 30.9375rem;
  left: -22.3125rem;
  width: 56.0625rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--3 {
    display: none;
  }
}

.p-works-archive__ashirai-item--4 {
  top: 114.1875rem;
  left: -15.75rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--4 {
    display: none;
  }
}

.p-works-archive__ashirai-item--5 {
  top: 139.125rem;
  right: -6.6875rem;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--5 {
    display: none;
  }
}

.p-works-archive__ashirai-item--6 {
  bottom: 5.875rem;
  left: -128px;
  width: 113.398125rem;
  max-width: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--6 {
    left: 50%;
    width: 30.625rem;
    bottom: 5.875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-works-archive__ashirai-item--7 {
  bottom: 9.25rem;
  left: 12rem;
  width: 13.375rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--7 {
    bottom: 8rem;
    left: -1.5625rem;
    width: 8.25rem;
  }
}

.p-works-archive__ashirai-item--8 {
  bottom: -2.3125rem;
  left: 55.75rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__ashirai-item--8 {
    bottom: 1rem;
    left: 13.75rem;
    width: 9.6875rem;
  }
}

.p-works-archive__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 74.125rem;
  margin-inline: auto;
  padding-top: 10.625rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__inner {
    padding-top: 5.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-works-archive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.1875rem;
    margin-bottom: 2.625rem;
  }
}

.p-works-archive__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}

.p-works-archive__title .c-title__sub {
  margin-top: 0;
}

.p-works-archive__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: max(2.875rem, (100% - 70rem) / 2 + 2.875rem);
}
@media screen and (max-width: 768px) {
  .p-works-archive__nav {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
}

.p-works-archive__contents {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  margin-bottom: 4.75rem;
  padding-top: 2.5rem;
  padding-bottom: 21.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__contents {
    padding-inline: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 15.8125rem;
  }
}

.p-works-archive__btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-works-archive__btn {
    line-height: 1.2142857143;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}

.p-works-archive__btn--all {
  margin-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__btn--all {
    margin-right: 1.5rem;
  }
}

.p-works-archive__btn--website {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-works-archive__btn--website {
    margin-right: 3.8125rem;
  }
}

.p-works-archive__btn--banner {
  margin-right: 0;
}

.p-works-archive__btn.is-active {
  padding: 0.8125rem 1.875rem;
  border-radius: 2.75rem;
  background-color: #008FF8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-works-archive__btn.is-active {
    padding: 0.625rem 1rem;
  }
}

.p-works-archive__empty {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.p-works-single-lead {
  position: relative;
  isolation: isolate;
}

.p-works-single-lead::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../images/pages/top/back-ground-mv-prof.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  pointer-events: none;
}

.p-works-single__inner {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-top: 10.625rem;
  padding-right: 1.6875rem;
  padding-bottom: 13.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-works-single__inner {
    padding-top: 7.5rem;
    padding-right: 1.25rem;
    padding-bottom: 7.5rem;
    padding-left: 1.25rem;
  }
}

.p-works-single__head {
  margin-bottom: 2.5rem;
}

.p-works-single__category {
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #7d8080;
}

.p-works-single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-works-single__title {
    font-size: 1.5rem;
  }
}

.p-works-single__eyecatch {
  margin-bottom: 2.5rem;
}
.p-works-single__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}

.p-works-single__eyecatch--website img {
  border-radius: 0.5rem;
}

.p-works-single__eyecatch--banner {
  max-width: 31.25rem;
  margin-inline: auto;
}

.p-works-single__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
.p-works-single__content > * + * {
  margin-top: 1.5em;
}
.p-works-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-works-single--banner .p-works-single__content {
  max-width: 31.25rem;
  margin-inline: auto;
}

.p-works-single__back {
  margin-top: 5rem;
  text-align: center;
}

.p-website-mv {
  position: relative;
  padding-top: 8.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-website-mv {
    padding-top: 0;
  }
}

.p-website-mv__backdrop {
  position: absolute;
  top: 8.375rem;
  left: 0;
  width: 100%;
  height: 49.25rem;
  background-image: var(--mv-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-website-mv__backdrop {
    top: 0;
    height: auto;
    bottom: 0;
    background-image: var(--mv-bg-sp, var(--mv-bg));
  }
}

.p-website-mv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-website-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-website-mv__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.p-website-mv__category {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}
@media screen and (max-width: 768px) {
  .p-website-mv__category {
    font-size: 1rem;
  }
}

.p-website-mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}
@media screen and (max-width: 1100px) {
  .p-website-mv__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-website-mv__title {
    font-size: 2rem;
  }
}

.p-website-mv__image {
  margin: 0;
}
.p-website-mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-website-mv--image-left .p-website-mv__body .p-website-mv__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .p-website-mv--image-left .p-website-mv__body .p-website-mv__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.p-website-mv--website .p-website-mv__inner {
  height: 49.25rem;
  max-width: 83.25rem;
  width: 100%;
  padding-top: 10.9375rem;
  padding-inline: 1.25rem;
  padding-right: 2.875rem;
}
@media screen and (max-width: 768px) {
  .p-website-mv--website .p-website-mv__inner {
    height: 29.875rem;
    padding-top: 5.1875rem;
    padding-right: 1.25rem;
    padding-bottom: 5rem;
    padding-left: 1.25rem;
  }
}
.p-website-mv--website .p-website-mv__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-website-mv--website .p-website-mv__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
.p-website-mv--website .p-website-mv__text {
  padding-top: 6.1875rem;
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 768px) {
  .p-website-mv--website .p-website-mv__text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-website-mv--website .p-website-mv__title {
  white-space: nowrap;
}
.p-website-mv--website .p-website-mv__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(55.5555555556vw, 50rem);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-website-mv--website .p-website-mv__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75rem;
  }
}

.p-website-mv--banner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner {
    height: 29.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner .p-website-mv__backdrop {
    height: 100%;
    bottom: auto;
  }
}
.p-website-mv--banner .p-website-mv__inner {
  min-height: 49.25rem;
  padding-top: 0;
  overflow: visible;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .p-website-mv--banner .p-website-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner .p-website-mv__inner {
    min-height: 0;
    height: auto;
    padding-top: 5.1875rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }
}
.p-website-mv--banner .p-website-mv__body {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner .p-website-mv__body {
    gap: 0;
  }
}
.p-website-mv--banner .p-website-mv__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-top: 0;
}
.p-website-mv--banner.p-website-mv--text-left .p-website-mv__text {
  padding-left: min(5vw, 4.5rem);
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner.p-website-mv--text-left .p-website-mv__text {
    padding-left: 0;
  }
}
.p-website-mv--banner.p-website-mv--image-left .p-website-mv__text {
  padding-right: 4.5rem;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner.p-website-mv--image-left .p-website-mv__text {
    padding-right: 0;
    padding-top: 0;
  }
}
.p-website-mv--banner .p-website-mv__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 57.9166666667vw;
  max-width: 52.125rem;
  height: auto;
  aspect-ratio: 834/750;
  overflow: visible;
  margin-top: -10px;
}
.p-website-mv--banner .p-website-mv__image img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p-website-mv--banner .p-website-mv__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: -2.125rem;
    margin-inline: auto;
    width: 25rem;
    aspect-ratio: 400/300;
  }
  .p-website-mv--banner .p-website-mv__image img {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.p-works-single--website .p-works-single__inner {
  padding-top: 7.5rem;
}

.p-website-info {
  position: relative;
  isolation: isolate;
  padding-block: 3.5625rem 4rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-info {
    padding-block: 3.8125rem 5.25rem;
    padding-inline: 1.25rem;
  }
}

.p-website-info__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-website-info__ashirai {
    width: 24.375rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai {
    width: 24.375rem;
  }
}

.p-website-info__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-website-info__ashirai-item--1 {
  top: 5.125rem;
  right: -10.2825rem;
  width: 21.72rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__ashirai-item--1 {
    top: 1.4375rem;
    right: -2.8125rem;
    width: 10.625rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai-item--1 {
    top: 1.4375rem;
    right: -2.8125rem;
    width: 10.625rem;
  }
}

.p-website-info__ashirai-item--2 {
  top: 17.375rem;
  left: -5.8125rem;
  width: 14.96875rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__ashirai-item--2 {
    top: 42.0625rem;
    left: 18.875rem;
    width: 7.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai-item--2 {
    top: auto;
    left: 18.875rem;
    width: 7.5rem;
    bottom: 3.25rem;
  }
}

.p-website-info--banner .p-website-info__ashirai-item--3 {
  top: 23rem;
  left: -100px;
  width: 113.398125rem;
}
@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai-item--3 {
    display: none;
  }
}

.p-website-info--banner .p-website-info__ashirai-item--4 {
  top: 57.3125rem;
  right: -12.375rem;
  width: 27.125rem;
}
@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai-item--4 {
    display: none;
  }
}

.p-website-info--banner .p-website-info__ashirai-item--5 {
  top: 68.75rem;
  left: -10.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 1024px) {
  .p-website-info--banner .p-website-info__ashirai-item--5 {
    display: none;
  }
}

.p-website-info__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-website-info__grid {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.9375rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-website-info__grid {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.p-website-info__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-website-info__label {
    white-space: normal;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-website-info__label:nth-of-type(4) {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__label:nth-of-type(4) {
    margin-top: 0;
  }
}

.p-website-info__label:nth-of-type(5) {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__label:nth-of-type(5) {
    margin-top: 0;
  }
}

.p-website-info__value {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
  max-width: 46.8125rem;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .p-website-info__value {
    margin-bottom: 0;
  }
  .p-website-info__grid .p-website-info__value:last-child {
    margin-bottom: 0;
  }
}

.p-website-info__value:nth-of-type(3) {
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__value:nth-of-type(3) {
    padding-top: 0;
  }
}

.p-website-info__value:nth-of-type(4) {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-website-info__value:nth-of-type(4) {
    padding-top: 0;
  }
}

.p-website-info--banner .p-website-info__label:nth-of-type(4),
.p-website-info--banner .p-website-info__label:nth-of-type(5) {
  margin-top: 0;
}
.p-website-info--banner .p-website-info__value:nth-of-type(3),
.p-website-info--banner .p-website-info__value:nth-of-type(4) {
  padding-top: 0;
}

.p-website-detail {
  position: relative;
  isolation: isolate;
  padding: 3.5625rem 2.5rem 3.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-website-detail {
    padding-top: 3.625rem;
    padding-inline: 1.25rem;
  }
}

.p-website-detail__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai {
    width: 24.375rem;
  }
}

.p-website-detail__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-website-detail__ashirai-item--1 {
  top: 2.75rem;
  left: -100px;
  width: 113.398125rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai-item--1 {
    top: 0;
    left: 50%;
    width: 30.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-website-detail__ashirai-item--2 {
  top: 37.0625rem;
  right: -12.375rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai-item--2 {
    display: none;
  }
}

.p-website-detail__ashirai-item--3 {
  top: 37.875rem;
  left: -17.25rem;
  width: 56.0625rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai-item--3 {
    display: none;
  }
}

.p-website-detail__ashirai-item--4 {
  top: 121.125rem;
  left: -10.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai-item--4 {
    display: none;
  }
}

.p-website-detail__ashirai-item--5 {
  top: 132.9375rem;
  right: -11.75rem;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__ashirai-item--5 {
    display: none;
  }
}

.p-website-detail__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
}

.p-website-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-bottom: 6.5625rem;
}
.p-website-detail__title .c-title__sub {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-website-detail__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin-bottom: 2rem;
  }
}

.p-website-detail__main-image-wrap {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__main-image-wrap {
    margin-bottom: 4rem;
  }
}

.p-website-detail__main-image {
  margin: 0;
}
.p-website-detail__main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-website-detail__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__columns {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
    gap: 1rem;
  }
}

.p-website-detail__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-website-detail__heading {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-website-detail__heading {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.p-website-detail__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-website-detail__text {
    line-height: 2;
  }
}

.p-website-detail__points {
  margin-bottom: 6.125rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__points {
    margin-bottom: 2rem;
  }
}

.p-website-detail__points-heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__points-heading {
    margin-bottom: 2rem;
    letter-spacing: 0.06em;
  }
}

.p-website-detail__points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 65rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__points-grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-website-detail__point {
  width: 100%;
  max-width: 31.25rem;
}

.p-website-detail__point:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
}

.p-website-detail__point-image {
  margin: 0 0 1rem;
}
.p-website-detail__point-image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-website-detail__point-text {
  margin: 0;
  min-height: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-website-detail__point-text {
    min-height: 0;
  }
}

.p-website-detail__result {
  width: 100%;
  margin-inline: auto;
  max-width: 46.5625rem;
  margin-bottom: 7.75rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__result {
    margin-bottom: 4rem;
  }
}

.p-website-detail__result-heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__result-heading {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
}

.p-website-detail__result-image {
  margin: 0 0 1rem;
}
.p-website-detail__result-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 744/456;
}
@media screen and (max-width: 768px) {
  .p-website-detail__result-image img {
    aspect-ratio: 350/224;
  }
}

.p-website-detail__note {
  width: 100%;
  max-width: 46.5625rem;
  margin-inline: auto;
}

.p-website-detail__note-heading {
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}

.p-website-detail__note-url {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #002EA3;
  word-break: break-all;
  text-decoration: underline;
}
.p-website-detail__note-url:hover {
  opacity: 0.7;
}

.p-website-detail__note-text {
  margin: 0;
}

.p-website-detail__bottom-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 100%;
  max-width: 65rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-website-detail__bottom-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}

.p-website-detail__bottom-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.p-website-detail__bottom-image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-website-detail__bottom-image--1 {
  -webkit-box-flex: 768;
      -ms-flex: 768 1 0px;
          flex: 768 1 0;
  max-width: 48rem;
}

.p-website-detail__bottom-image--2 {
  -webkit-box-flex: 208;
      -ms-flex: 208 1 0px;
          flex: 208 1 0;
  max-width: 13rem;
}

@media screen and (max-width: 768px) {
  .p-website-detail__bottom-image--1,
  .p-website-detail__bottom-image--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}
.p-website-next {
  position: relative;
  isolation: isolate;
}

.p-website-next__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 500/320;
}
@media screen and (max-width: 768px) {
  .p-website-next__inner {
    aspect-ratio: auto;
    padding-inline: 1.25rem;
  }
}

.p-website-next__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.125rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: capitalize;
}
.p-website-next__title .c-title__sub {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-website-next__title {
    margin-bottom: 2rem;
  }
}

.p-website-next__cards {
  width: 100%;
}

.p-website-next__spacer {
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-website-next__spacer {
    height: 15.4375rem;
  }
}

.p-website-next__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-website-next__ashirai {
    width: 24.375rem;
  }
}

.p-website-next__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-website-next__ashirai-item--1 {
  bottom: 7.1875rem;
  left: -128px;
  width: 113.398125rem;
}
@media screen and (max-width: 768px) {
  .p-website-next__ashirai-item--1 {
    bottom: 5.885625rem;
    left: 50%;
    width: 30.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-website-next__ashirai-item--2 {
  bottom: 10.5rem;
  left: 12.029375rem;
  width: 13.375rem;
}
@media screen and (max-width: 768px) {
  .p-website-next__ashirai-item--2 {
    bottom: 8.125rem;
    left: -1.5625rem;
    width: 8.25rem;
  }
}

.p-website-next__ashirai-item--3 {
  bottom: -1.5625rem;
  right: 14.125rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-website-next__ashirai-item--3 {
    bottom: 0.9375rem;
    right: 1rem;
    width: 9.6875rem;
  }
}

.p-banner-points {
  position: relative;
  z-index: 1;
  margin-top: 8.875rem;
  margin-bottom: 6.5625rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-banner-points {
    padding-inline: 1.25rem;
    margin-top: 2.125rem;
    margin-bottom: 4.0625rem;
  }
}

.p-banner-points__ashirai {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__ashirai {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 24.375rem;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
  }
}

.p-banner-points__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-banner-points__ashirai-item--3 {
  top: 0;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .p-banner-points__ashirai-item--3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .p-banner-points__ashirai-item--3 {
    top: -3.6875rem;
    width: 30.625rem;
  }
}

.p-banner-points__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-banner-points__inner {
    gap: 1.8125rem;
  }
}

.p-banner-points__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37.5rem;
          flex: 0 1 37.5rem;
  width: 100%;
  max-width: 37.5rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-banner-points__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-banner-points__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25rem;
          flex: 0 1 25rem;
  width: 100%;
  max-width: 25rem;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__body {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-banner-points__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-banner-points__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.25rem;
  }
}

.p-banner-points__texts {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-banner-points__texts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-banner-points__texts {
    row-gap: 1rem;
  }
}

.p-banner-points__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.p-skills {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-skills {
    padding-top: 15.625rem;
    padding-bottom: 0;
    padding-bottom: 6.25rem;
  }
}

#skills {
  scroll-margin-top: 25vh;
}

.p-skills__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-skills__ashirai {
    width: 24.375rem;
  }
}

.p-skills__ashirai-item {
  position: absolute;
  display: block;
  height: auto;
}

.p-skills__ashirai-item--1 {
  top: 0rem;
  right: -2rem;
  width: 21.72rem;
}
@media screen and (max-width: 768px) {
  .p-skills__ashirai-item--1 {
    top: auto;
    bottom: 0.825625rem;
    right: -3.6875rem;
    width: 10.625rem;
  }
}

.p-skills__ashirai-item--2 {
  top: 36.5rem;
  left: -2.3125rem;
  width: 14.9375rem;
}
@media screen and (max-width: 768px) {
  .p-skills__ashirai-item--2 {
    top: auto;
    bottom: -21rem;
    left: -2.5rem;
    width: 7.5rem;
  }
}

.p-skills__ashirai-item--3 {
  position: absolute;
  top: -2.3125rem;
  left: -5.1875rem;
  width: 15.625rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-skills__ashirai-item--3 {
    width: 7.875rem;
    top: -2rem;
    left: -2.8125rem;
  }
}

.p-skills__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-skills__inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-skills__inner .c-title__head {
    margin-bottom: 2rem;
  }
}

.p-skills__box {
  border-radius: 2.125rem;
  background-color: #fff;
  background-image: url("../images/pages/top/skils-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem 4rem 3.375rem;
  max-width: 71rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-skills__box {
    max-width: 100%;
    padding: 2rem 1.9375rem;
  }
}

.p-skills__head {
  margin-bottom: 2.75rem;
}

.p-skills__grid {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 2.5rem;
  margin-inline: auto;
  max-width: 63.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__grid {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}

.p-skills__cell {
  min-width: 0;
}

.p-skills__cell--tl {
  padding-block: 1.6875rem 3rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__cell--tl {
    padding-block: 0 1.125rem;
  }
}

.p-skills__cell--tr {
  padding: 2.875rem 1.875rem 2.4375rem 2.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__cell--tr {
    padding: 0 0 4rem;
  }
}

.p-skills__cell--bl {
  padding-block: 2.5rem 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-skills__cell--bl {
    padding-block: 0 1.25rem;
  }
}

.p-skills__cell--br {
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__cell--br {
    padding: 0;
  }
}

.p-skills__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.p-skills__icon img {
  display: block;
  width: 9rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-skills__icon img {
    width: 6.25rem;
  }
}

.p-skills__textbox-list-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__textbox-list-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-skills__textbox-tr-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}

.p-skills__textbox-tr-text {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.p-skills__textbox-list-br {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__textbox-list-br {
    gap: 1rem;
  }
}

.p-skills__textbox-br {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-skills__textbox-br {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}

.p-skills__textbox-br-title {
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
}

.p-skills__textbox-br-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333;
}
.p-skills__textbox-br-text span {
  margin-right: 1.25rem;
  margin-left: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__textbox-br-text {
    max-width: 41.75rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-skills__textbox-br-text--top {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-skills__textbox-br-text--top {
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    max-width: 41.75rem;
    margin-inline: auto;
    font-size: 1rem;
  }
}

.p-btn-section {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .p-btn-section {
    padding-top: 0.3125rem;
    padding-bottom: 5.75rem;
  }
}
.p-btn-section .c-btn:last-child {
  background: linear-gradient(105deg, #8083E9 0, #FF77DB 100%);
}
.p-btn-section .c-btn__arrow {
  right: 3.4375rem;
}

.p-btn-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-btn-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem;
    padding-inline: 1.25rem;
  }
}
.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 11.5rem;
  background-color: #002EA3;
}
@media screen and (max-width: 768px) {
  .p-footer {
    position: relative;
    z-index: 2;
    padding-block: 2.25rem 3.5rem;
    height: auto;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 70.875rem;
  margin-inline: auto;
  padding-inline: 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.875rem;
    padding-inline: 1.25rem;
  }
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-footer__link {
  position: relative;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#008FF8), to(#FF77DB));
  background: linear-gradient(90deg, #008FF8 0%, #FF77DB 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.p-footer__link:hover, .p-footer__link:focus-visible, .p-footer__link:active {
  opacity: 0.85;
}
.p-footer__link:hover::after, .p-footer__link:focus-visible::after, .p-footer__link:active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-footer__copyright {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
}

.p-notfound {
  position: relative;
  isolation: isolate;
  padding-top: 10.9375rem;
  padding-bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/common/back-ground-mv-prof.webp");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-notfound {
    padding-top: 7.9375rem;
    padding-bottom: 3.9375rem;
  }
}
.p-notfound .c-btn {
  background: linear-gradient(100deg, #008FF8 35%, #FF77DB 150%);
}
.p-notfound .c-btn--lg .c-btn__arrow {
  right: 55px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-notfound .c-btn--lg .c-btn__arrow {
    right: 0.8125rem;
    width: 10px;
    height: 10px;
  }
}

.p-notfound__ashirai {
  position: absolute;
  top: 10.9375rem;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-notfound__ashirai {
    top: 7.9375rem;
    width: 24.375rem;
  }
}

.p-notfound__ashirai-item {
  position: absolute;
  display: block;
  height: auto;
}

.p-notfound__ashirai-item--pink {
  top: -4.1875rem;
  right: -10.1875rem;
  width: 21.72rem;
}
@media screen and (max-width: 1024px) {
  .p-notfound__ashirai-item--pink {
    top: 5.3125rem;
    right: -5.6875rem;
    width: 10.625rem;
  }
}

.p-notfound__ashirai-item--blue {
  top: 8.0625rem;
  left: -5.8125rem;
  width: 14.9375rem;
}
@media screen and (max-width: 1024px) {
  .p-notfound__ashirai-item--blue {
    top: 23.6875rem;
    left: -3.0625rem;
    width: 7.5rem;
  }
}

.p-notfound__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-notfound__inner {
    padding-inline: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-notfound__title {
  margin: 0 0 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}
@media screen and (max-width: 768px) {
  .p-notfound__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.p-notfound__sub-title {
  margin: 0 0 4rem;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #C6C6C6;
}
@media screen and (max-width: 768px) {
  .p-notfound__sub-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}

.p-notfound__text {
  margin: 0 0 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-notfound__text {
    margin-bottom: 8rem;
    text-align: left;
    letter-spacing: 0.06em;
  }
}

.p-notfound__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-notfound__btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-notfound__btn .c-btn {
    width: 7.1875rem;
    padding: 0.5rem 2.1875rem 0.5rem 0.8125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-notfound__btn .c-btn__arrow {
    right: 0.743125rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-about-intro {
  position: relative;
  isolation: isolate;
  padding-inline: 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about-intro {
    padding-inline: 1.25rem;
  }
}

.p-about-intro__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-about-intro__ashirai {
    width: 24.375rem;
  }
}

.p-about-intro__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-about-intro__ashirai-item--1 {
  top: 7.875rem;
  left: -100px;
  width: 113.398125rem;
}
@media screen and (max-width: 768px) {
  .p-about-intro__ashirai-item--1 {
    top: 8.375rem;
    left: 50%;
    width: 30.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-about-intro__ashirai-item--2 {
  top: 16.25rem;
  right: -7.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-about-intro__ashirai-item--2 {
    display: none;
  }
}

.p-about-intro__ashirai-item--3 {
  top: 31.1875rem;
  left: -22.375rem;
  width: 56.0625rem;
}
@media screen and (max-width: 768px) {
  .p-about-intro__ashirai-item--3 {
    display: none;
  }
}

.p-about-intro__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title image" "text image";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  gap: 2.5rem;
  padding-top: 10.8125rem;
  padding-bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-about-intro__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text";
    padding-top: 5.9375rem;
    padding-bottom: 1.5rem;
    gap: 0;
  }
}

.p-about-intro__title {
  grid-area: title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.470625rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about-intro__title {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.p-about-intro__heading {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #002EA3;
}
@media screen and (max-width: 768px) {
  .p-about-intro__heading {
    font-size: 2rem;
  }
}

.p-about-intro__sub {
  margin: 0;
  line-height: 1.5;
}

.p-about-intro__text {
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: 42.3125rem;
}
@media screen and (max-width: 768px) {
  .p-about-intro__text {
    width: 100%;
  }
}

.p-about-intro__name {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
}
@media screen and (max-width: 768px) {
  .p-about-intro__name {
    font-size: 1.25rem;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-about-intro__text p:not(.p-about-intro__name) {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #333;
}

.p-about-intro__image {
  grid-area: image;
  margin: 0;
  margin-right: 0.4375rem;
  width: 18.25rem;
  aspect-ratio: 292/452;
  border-radius: 0.625rem;
  overflow: hidden;
  align-self: start;
}
@media screen and (max-width: 1024px) {
  .p-about-intro__image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .p-about-intro__image {
    width: 14.6875rem;
    aspect-ratio: 235/364;
    padding-right: 0;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
.p-about-intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-strength {
  position: relative;
  padding-inline: 40px;
  isolation: isolate;
  z-index: 1;
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-strength {
    padding-block: 2rem 0;
    padding-inline: 1.25rem;
  }
}

.p-about-strength__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-about-strength__ashirai {
    width: 24.375rem;
  }
}

.p-about-strength__title {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-about-strength__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 2rem;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about-strength__heading {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about-strength__heading {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-about-strength__heading span:not([class]) {
  background-image: linear-gradient(-129deg, #008FF8 0, #FF77DB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .p-about-strength__heading-pc {
    display: none;
  }
}

.p-about-strength__heading-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about-strength__heading-tab {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .p-about-strength__catch-pc {
    display: none;
  }
}

.p-about-strength__catch-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-about-strength__catch-tab {
    display: inline;
  }
}

.p-about-strength__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-about-strength__ashirai-item--1 {
  bottom: -23.6875rem;
  left: -10.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-about-strength__ashirai-item--1 {
    display: none;
  }
}

.p-about-strength__ashirai-item--2 {
  bottom: -17.25rem;
  right: -11.75rem;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  .p-about-strength__ashirai-item--2 {
    display: none;
  }
}

.p-about-strength__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-strength__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: min(8.75vw, 7.875rem);
     -moz-column-gap: min(8.75vw, 7.875rem);
          column-gap: min(8.75vw, 7.875rem);
  row-gap: min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .p-about-strength__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-about-strength__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-about-strength__card {
    padding-block: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about-strength__card:nth-child(2) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-about-strength__card:nth-child(3) {
    padding-top: 1.25rem;
  }
}

.p-about-strength__illust {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about-strength__illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 58.4615384615vw;
    margin-inline: auto;
  }
}
.p-about-strength__illust img,
.p-about-strength__illust video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-about-strength__card:nth-child(2) .p-about-strength__illust {
    margin-top: -1.125rem;
  }
}

.p-about-strength__head {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about-strength__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.p-about-strength__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-about-strength__card:nth-child(2) .p-about-strength__text {
    margin-top: -1.25rem;
  }
}

.p-about-strength__catch {
  margin: 0;
  color: #7d8080;
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about-strength__catch {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about-strength__card:nth-child(4) .p-about-strength__catch {
    margin-bottom: 0.5625rem;
  }
}

.p-about-favorite {
  position: relative;
  isolation: isolate;
  z-index: 1;
  padding-inline: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 24.21625rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite {
    padding-inline: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 15.4375rem;
  }
}
.p-about-favorite .c-title__sub {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite .c-title__sub {
    margin-top: 0;
  }
}

.p-about-favorite__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__ashirai {
    width: 24.375rem;
  }
}

.p-about-favorite__ashirai-item {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

.p-about-favorite__ashirai-item--1 {
  bottom: 7.25rem;
  left: -128px;
  width: 113.398125rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__ashirai-item--1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5.885625rem;
    width: 30.625rem;
  }
}

.p-about-favorite__ashirai-item--2 {
  bottom: 10.625rem;
  left: 12.029375rem;
  width: 13.375rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__ashirai-item--2 {
    bottom: 8.375rem;
    left: -1.5625rem;
    width: 8.25rem;
  }
}

.p-about-favorite__ashirai-item--3 {
  bottom: -1.5625rem;
  left: 55.8125rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__ashirai-item--3 {
    bottom: 1.25rem;
    left: 13.75rem;
    width: 9.6875rem;
  }
}

.p-about-favorite__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-about-favorite__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.5rem;
  margin: 0;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-bottom: 2rem;
  }
}

.p-about-favorite__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-about-favorite__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-about-favorite__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-about-favorite__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-about-favorite__item {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .p-about-favorite__item {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-about-favorite__item:nth-child(4) {
    grid-column: 2/span 2;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-about-favorite__item:nth-child(5) {
    grid-column: 4/span 2;
  }
}

.p-about-favorite__image {
  margin: 0;
  width: 100%;
}
.p-about-favorite__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about-favorite__heading {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002EA3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__heading {
    margin-top: 0.1875rem;
  }
}

.p-about-favorite__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-about-favorite__text {
    margin-top: -0.1875rem;
  }
}

#main {
  position: relative;
  z-index: 0;
}

#main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100rem;
  background: url("../images/common/back-ground-mv-prof.webp") center top/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #main::before {
    height: 43.0625rem;
  }
}

#main.l-main--about::before {
  height: 20.75rem;
}
@media screen and (max-width: 768px) {
  #main.l-main--about::before {
    height: 191px;
  }
}

.p-front-works__ashirai {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai {
    width: 24.375rem;
  }
}

.p-front-works__ashirai-item {
  position: absolute;
  display: block;
  height: auto;
}

.p-front-works__ashirai-item--1 {
  top: -2.0625rem;
  left: -100px;
  width: 113.398125rem;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--1 {
    top: 3.0625rem;
    left: 50%;
    width: 30.625rem;
    max-width: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-front-works__ashirai-item--1-bottom {
  top: 89.0625rem;
  left: -128px;
  width: 113.398125rem;
  max-width: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-front-works__ashirai-item--1-bottom {
    top: auto;
    bottom: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--1-bottom {
    top: auto;
    bottom: -10rem;
    left: 50%;
    width: 30.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-front-works__ashirai-item--2 {
  top: -4.25rem;
  left: 56.75rem;
  width: 17.375rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--2 {
    top: 1.0625rem;
    left: 16.6875rem;
    width: 8.25rem;
  }
}

.p-front-works__ashirai-item--3 {
  top: 5.375rem;
  left: 25.4375rem;
  width: 8.4425rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--3 {
    top: 7.75rem;
    left: 2.5rem;
    width: 3.75rem;
  }
}

.p-front-works__ashirai-item--4 {
  top: 8.5625rem;
  right: -6.6875rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--4 {
    display: none;
  }
}

.p-front-works__ashirai-item--5 {
  top: 22rem;
  left: -22.3125rem;
  width: 56.0625rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--5 {
    display: none;
  }
}

.p-front-works__ashirai-item--6 {
  top: 63.875rem;
  right: -6.6875rem;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--6 {
    display: none;
  }
}

.p-front-works__ashirai-item--7 {
  top: 77.625rem;
  left: -15.75rem;
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--7 {
    display: none;
  }
}

.p-front-works__ashirai-item--8 {
  top: 104.5rem;
  left: 12rem;
  width: 13.365625rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-front-works__ashirai-item--8 {
    top: auto;
    bottom: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--8 {
    top: auto;
    bottom: -7.625rem;
    left: -1.5625rem;
    width: 8.25rem;
  }
}

.p-front-works__ashirai-item--9 {
  top: 106.9375rem;
  left: 58.4375rem;
  width: 20rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-front-works__ashirai-item--9 {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-front-works__ashirai-item--9 {
    top: auto;
    bottom: -14.75rem;
    left: 13.75rem;
    width: 9.6875rem;
  }
}

.u-margin-bottom-1 {
  margin-bottom: 1rem;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-color__grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008FF8), to(#FF77DB));
  background-image: linear-gradient(180deg, #008FF8 0%, #FF77DB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.u-br__none--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-br__none--pc {
    display: none;
  }
}

.u-br__none--tab {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-br__none--tab {
    display: none;
  }
}

.u-br__tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__tab {
    display: block;
  }
}

.u-br__none--inlinetab {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-br__none--inlinetab {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */