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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  font-size: 16px;
}

body {
  color: #313131;
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background-color: #eef5fa;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

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

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-main {
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
  max-width: 540px;
  height: inherit;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 1440px;
    padding: 0 4rem;
  }
}

.l-inner__narrow {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.25rem;
  max-width: 500px;
}
@media (min-width: 768px) {
  .l-inner__narrow {
    max-width: 73.375rem;
    padding: 0 4rem;
  }
}

.l-section {
  padding: 3.125rem 0;
}

@media (min-width: 768px) {
  .l-section {
    padding: 5.625rem 0;
  }
}
.l-section .-small {
  padding: 1.25rem 0;
}

@media (min-width: 768px) {
  .l-section .--small {
    padding: 2.5rem 0;
  }
}
.c-btn {
  display: block;
  width: 100%;
  max-width: 20rem;
  text-align: center;
  margin-inline: auto;
  padding: 1.25rem 2.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0.25rem;
}
.c-btn.--outline {
  color: #1e3a8a;
  border: 1px solid #1e3a8a;
}
.c-btn.--outline:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #1e3a8a;
}
.c-btn.--fill {
  color: #ffffff;
  border: 1px solid #1e3a8a;
  background-color: #1e3a8a;
}
.c-btn.--fill:hover {
  color: #1e3a8a;
  border: 1px solid #1e3a8a;
  background-color: white;
}

.c-cta-btn {
  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;
  max-width: 12.5rem;
  width: 65%;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-cta-btn:hover {
  opacity: 0.7;
}
.c-cta-btn.--outline {
  background: transparent;
  color: #ffffff;
}
.c-cta-btn.--fill {
  background: #ffffff;
  color: #1e3a8a;
}
@media (min-width: 768px) {
  .c-cta-btn {
    width: 17.5rem;
    max-width: none;
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.c-section-title {
  position: relative;
  padding-top: 1.1875rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-section-title {
    padding-top: 5.5rem;
  }
}

.c-title-ja {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.5;
  letter-spacing: 0.175rem;
}
@media (min-width: 768px) {
  .c-title-ja {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}

.c-title-en {
  position: absolute;
  top: -0.5rem;
  left: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1e3a8a;
  opacity: 0.05;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
}
@media (min-width: 768px) {
  .c-title-en {
    top: 2.8125rem;
    left: 2.5rem;
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}

.c-works-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .c-works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.c-works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.c-works-card__img {
  position: relative;
  display: block;
  aspect-ratio: 40/21;
  overflow: hidden;
  border-radius: 0.25rem;
}
.c-works-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-works-card__new {
  position: absolute;
  top: 1rem;
  right: -2rem;
  z-index: 1;
  width: 120px;
  padding: 4px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  background: #f43f5e; /* ビビッドなピンクレッド */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 斜め45度に回転 */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.c-works-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .c-works-card__body {
    padding-top: 0.9375rem;
  }
}

.c-works-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075rem;
  color: #313131;
}
@media (min-width: 768px) {
  .c-works-card__title {
    line-height: 1.2;
    font-size: 1.5rem;
  }
}

.c-works-card__desc {
  overflow: hidden;
  color: #313131;
  font-size: 0.8125rem;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .c-works-card__desc {
    font-size: 0.875rem;
  }
}

.c-works-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.c-works-card__tag {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #1e3a8a;
  border: 1px solid #1e3a8a;
  padding: 0.25rem 0.5rem;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .c-works-card__tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.c-works-card__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: auto;
}

.c-works-card__btn {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.5rem;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .c-works-card__btn {
    gap: 0.5rem;
    padding: 0.75rem 0.625rem;
  }
}
.c-works-card__btn:hover {
  opacity: 0.7;
}
.c-works-card__btn.--fill {
  background: #1e3a8a;
  color: #ffffff;
  border: 2px solid #1e3a8a;
}
.c-works-card__btn.--outline {
  background: #ffffff;
  color: #1e3a8a;
  border: 1px solid #1e3a8a;
}
.c-works-card__btn svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn-home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9375rem 2.5rem;
  border: 1px solid #1e3a8a;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1e3a8a;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-btn-home:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .c-btn-home {
    padding: 1.25rem 6.25rem;
    font-size: 1.5rem;
  }
}

.c-title-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  width: 100%;
}

.c-title-md__head {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-title-md__mark {
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/bg-title.webp") no-repeat center/cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .c-title-md__mark {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

.c-title-md__text {
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #1e3a8a;
  letter-spacing: 0.175rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-title-md__text {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    padding-left: 1.875rem;
  }
}

.c-title-md__line {
  width: 100%;
  height: 1px;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  opacity: 0.1;
}

.c-title-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1e3a8a;
  letter-spacing: 0.075rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-title-sm {
    font-size: 2.25rem;
    letter-spacing: 0.1125rem;
  }
}
.c-title-sm::before {
  content: "";
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 0.375rem;
  border-radius: 0.1875rem;
  background: #0e69df;
}

.c-pagination {
  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;
  gap: 0.625rem;
}

.c-pagination__item {
  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: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-pagination__item:hover {
  opacity: 0.7;
}
.c-pagination__item.--current {
  background: #1e3a8a;
  color: #ffffff;
}
.c-pagination__item.--arrow {
  color: #1e3a8a;
}
.c-pagination__item.--arrow svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-pagination__item.--disabled {
  color: #cac4d0;
  pointer-events: none;
}

.c-works-slider__swiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-works-slider__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
  .c-works-slider__swiper .swiper-slide {
    width: 100%;
  }
  .c-works-slider__swiper .swiper-slide:nth-child(n+4) {
    display: none;
  }
}

.c-works-slider__pagination {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .c-works-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}

.c-works-slider__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #cac4d0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-works-slider__dot.--current {
  background: #1e3a8a;
}

.is-loading {
  overflow: hidden;
  height: 100%;
}

.p-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  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;
  background: #eef5fa;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-loader__container {
  position: relative;
  width: 31.25rem;
  max-width: 90%;
}

.p-loader__text {
  text-align: left;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.125rem;
}
@media (min-width: 768px) {
  .p-loader__text {
    font-size: 4rem;
  }
}

.p-header {
  padding-inline: 1.25rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-header {
    padding-inline: 2.5rem;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 1.0625rem;
  max-width: 1480px;
  margin: 0 auto;
}

.p-header__logo {
  font-size: 1.25rem;
  z-index: 1;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media (max-width: 949px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-header__list li a {
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-header__list li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.p-header__btn {
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 1px solid #1e3a8a;
  border-radius: 0.25rem;
  color: #1e3a8a;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__btn:hover {
  opacity: 0.7;
}

.p-header__btn:first-of-type {
  background: #1e3a8a;
  border: 1px solid #1e3a8a;
  color: #ffffff;
}

.is-fixed {
  overflow: hidden;
  height: 100%;
}

.p-drawer__icon {
  position: absolute;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
  top: 50%;
  right: 1.25rem;
  translate: 0 -50%;
  width: 2.25rem;
  height: 1.5rem;
}
@media (min-width: 950px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon-bar {
  width: 100%;
  height: 0.125rem;
  background: #475569;
}

.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.6875rem;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.6875rem;
}

.p-drawer {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #eef5fa;
}

.p-drawer__icon-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
  z-index: 5;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 4.875rem 2.5rem;
  padding-left: 2.125rem;
}

.p-drawer__nav {
  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.25rem;
  text-align: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 9.375rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-drawer__list li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.p-drawer__btn {
  margin-inline: auto;
  width: 15.625rem;
  display: inline-block;
  padding: 0.9375rem 1.875rem;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  border: 1px solid #1e3a8a;
  color: #1e3a8a;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-drawer__btn:hover {
  opacity: 0.7;
}

.p-drawer__btn:first-of-type {
  background: #1e3a8a;
  color: #ffffff;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-footer__brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  height: 3.125rem;
}
.p-footer__logo img {
  height: 100%;
  width: auto;
  display: block;
}

.p-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  color: #313131;
  line-height: 1.5;
  white-space: nowrap;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.p-footer__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.p-footer__nav a:hover {
  opacity: 0.7;
}

.p-fv-lower {
  position: relative;
  overflow: hidden;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-fv-lower {
    padding-block: 3.875rem;
  }
}

.p-fv-lower__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.p-fv-lower__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 0.5;
}
.p-fv-lower__line path {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.p-fv-lower__line:nth-child(1) {
  top: 30%;
  -webkit-animation: fvLineFloat 5s ease-in-out infinite 3.2s;
          animation: fvLineFloat 5s ease-in-out infinite 3.2s;
}
.p-fv-lower__line:nth-child(1) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.2s forwards;
          animation: fvLineDraw 3.5s ease-out 0.2s forwards;
}
.p-fv-lower__line:nth-child(2) {
  top: 58%;
  -webkit-animation: fvLineFloat 6s ease-in-out infinite 3.5s;
          animation: fvLineFloat 6s ease-in-out infinite 3.5s;
}
.p-fv-lower__line:nth-child(2) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.5s forwards;
          animation: fvLineDraw 3.5s ease-out 0.5s forwards;
}

.p-fv-lower__body {
  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;
}

.p-fv-lower__title {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
.p-fv-lower__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 2.9375rem;
  background: #0e69df;
}
@media (min-width: 768px) {
  .p-fv-lower__title {
    font-size: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-fv-lower__title::before {
    height: 3.5rem;
  }
}

.p-fv-lower__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-fv-lower__cta {
    gap: 2.5rem;
  }
}

/* ==========================================
 * パンくずリストの基本スタイル（共通）
 * ========================================== */
.breadcrumbs-wrapper {
  font-size: 0.9em;
}

.breadcrumbs-wrapper .breadcrumbs,
.breadcrumbs-wrapper .breadcrumbs a {
  color: #313131;
  text-decoration: none;
}

.breadcrumbs-wrapper .breadcrumbs .last {
  color: #9ca3af;
  pointer-events: none;
}

.breadcrumbs-wrapper .breadcrumbs {
  word-spacing: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.breadcrumbs-wrapper .breadcrumbs a:hover {
  text-decoration: underline;
}

/* ==========================================
 * p-fv-lower の直後（上側）に置くパンくず
 * ========================================== */
.breadcrumbs-wrapper.--top {
  padding-block: 1.25rem;
}

/* ==========================================
 * l-main 最下部（左側）に置くパンくず
 * ========================================== */
.breadcrumbs-wrapper.--bottom {
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}

.p-fv {
  position: relative;
  height: calc(100svh - 4.5rem);
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.p-fv__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 0.5;
}
.p-fv__line path {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.p-fv__line:nth-child(1) {
  top: 35%;
  -webkit-animation: fvLineFloat 5s ease-in-out infinite 3.2s;
          animation: fvLineFloat 5s ease-in-out infinite 3.2s;
}
.p-fv__line:nth-child(1) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.2s forwards;
          animation: fvLineDraw 3.5s ease-out 0.2s forwards;
}
.p-fv__line:nth-child(2) {
  top: 42%;
  -webkit-animation: fvLineFloat 6s ease-in-out infinite 3.5s;
          animation: fvLineFloat 6s ease-in-out infinite 3.5s;
}
.p-fv__line:nth-child(2) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.5s forwards;
          animation: fvLineDraw 3.5s ease-out 0.5s forwards;
}
.p-fv__line:nth-child(3) {
  top: 53%;
  -webkit-animation: fvLineFloat 5.5s ease-in-out infinite 3.8s;
          animation: fvLineFloat 5.5s ease-in-out infinite 3.8s;
}
.p-fv__line:nth-child(3) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.8s forwards;
          animation: fvLineDraw 3.5s ease-out 0.8s forwards;
}
.p-fv__line:nth-child(4) {
  top: 64%;
  -webkit-animation: fvLineFloat 6.5s ease-in-out infinite 4.1s;
          animation: fvLineFloat 6.5s ease-in-out infinite 4.1s;
}
.p-fv__line:nth-child(4) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 1.1s forwards;
          animation: fvLineDraw 3.5s ease-out 1.1s forwards;
}

@-webkit-keyframes fvLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fvLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fvLineFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
}
@keyframes fvLineFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
}
.p-fv > .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20vh;
}

.p-fv__body {
  position: relative;
  z-index: 1;
  width: 100%;
  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 (min-width: 768px) {
  .p-fv__body {
    gap: 3rem;
    padding-left: 4.3125rem;
  }
}

.p-fv__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: 1.5rem;
}

.p-fv__title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
.p-fv__title.u-animation__fadeIn {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}
@media (min-width: 768px) {
  .p-fv__title {
    font-size: 3rem;
    letter-spacing: 0.09rem;
  }
}

.p-fv__sub {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
.p-fv__sub strong {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-fv__sub {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}

.p-fv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-fv__cta {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.p-service {
  position: relative;
  z-index: 2;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  border-radius: 2.5rem 2.5rem 0 0;
  padding-block: 6.25rem;
}
@media (min-width: 768px) {
  .p-service {
    padding-block: 12.5rem;
  }
}

.p-service__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 2.5rem 2.5rem 0 0;
}

.p-service__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 0.5;
}
.p-service__line path {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}
.p-service__line:nth-child(1) {
  top: 34%;
}
.p-service__line:nth-child(2) {
  top: 44%;
}
.p-service__line:nth-child(3) {
  top: 50%;
}

.p-service.is-animated .p-service__line:nth-child(1) {
  -webkit-animation: fvLineFloat 5s ease-in-out infinite 3.2s;
          animation: fvLineFloat 5s ease-in-out infinite 3.2s;
}
.p-service.is-animated .p-service__line:nth-child(1) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.2s forwards;
          animation: fvLineDraw 3.5s ease-out 0.2s forwards;
}
.p-service.is-animated .p-service__line:nth-child(2) {
  -webkit-animation: fvLineFloat 6s ease-in-out infinite 3.5s;
          animation: fvLineFloat 6s ease-in-out infinite 3.5s;
}
.p-service.is-animated .p-service__line:nth-child(2) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.5s forwards;
          animation: fvLineDraw 3.5s ease-out 0.5s forwards;
}
.p-service.is-animated .p-service__line:nth-child(3) {
  -webkit-animation: fvLineFloat 5.5s ease-in-out infinite 3.8s;
          animation: fvLineFloat 5.5s ease-in-out infinite 3.8s;
}
.p-service.is-animated .p-service__line:nth-child(3) path {
  -webkit-animation: fvLineDraw 3.5s ease-out 0.8s forwards;
          animation: fvLineDraw 3.5s ease-out 0.8s forwards;
}

.p-service__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__head .c-title-ja {
  color: #ffffff;
}
.p-service__head .c-title-en {
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-service__head {
    position: sticky;
    top: 6.25rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-service__list {
  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;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-service__list {
    width: 28.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 3rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .p-service__list {
    width: 21.875rem;
  }
}

.p-service__card {
  background: #eef5fa;
  border: 1px solid #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-service__card-img {
  width: 17.5rem;
  height: 11.25rem;
}
@media (min-width: 768px) {
  .p-service__card-img {
    width: 21.5rem;
    height: 13.625rem;
  }
}
.p-service__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-service__card-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  width: 100%;
}

.p-service__card-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e3a8a;
  text-align: center;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-service__card-title {
    font-size: 2rem;
  }
}

.p-service__card-line {
  width: 13.6875rem;
  height: 2px;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  border: none;
}

.p-service__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0225rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-service__card-text {
    font-size: 1.125rem;
  }
}

.p-skills {
  position: relative;
  z-index: 2;
  background: #eef5fa;
  padding-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .p-skills {
    padding-bottom: 11.25rem;
  }
}

.p-skills__grid-wrap {
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}

.p-skills__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0rem;
  background: #ffffff;
  border: 1px solid #eef5fa;
  padding: 3.75rem 3rem;
  justify-items: center;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-skills__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 0rem;
    padding: 3.75rem 0rem;
  }
}
.p-skills__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 6.25rem;
}

.p-skills__icon {
  width: 4.625rem;
  height: 4.625rem;
}
.p-skills__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-skills__name {
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  text-align: center;
  letter-spacing: 0.03rem;
  line-height: 1.2;
}

.p-skills__cards {
  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;
  margin-top: 7.5rem;
}
@media (min-width: 768px) {
  .p-skills__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.p-skills__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.25));
}

.p-skills__card-media {
  aspect-ratio: 1296/686;
  background: #ece6f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.p-skills__card-media img,
.p-skills__card-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .p-skills__card-media img,
  .p-skills__card-media video {
    min-height: 180px;
  }
}

.p-skills__card-body {
  background: #ffffff;
  padding: 1.5625rem 1.875rem 3.125rem;
  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.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 768px) {
  .p-skills__card-body {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .p-skills__card-body {
    padding: 1.25rem 1rem;
  }
}

.p-skills__card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.5;
  letter-spacing: 0.03125rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1e3a8a;
  width: 100%;
}

.p-skills__card-desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #49454f;
  line-height: 1.6;
  letter-spacing: 0.015625rem;
}

.p-skills__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.p-skills__card-tag {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #49454f;
  border: 1px solid #cac4d0;
  border-radius: 6.25rem;
  padding: 0.3125rem 1rem;
  line-height: 1.4;
  white-space: nowrap;
}

.p-about {
  position: relative;
  z-index: 2;
  background: #eef5fa;
}

.p-about__introduction-card {
  background: #ffffff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about__introduction-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2.5rem 1.25rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-about__profile {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    padding: 5rem 2.5rem;
  }
}

.p-about__profile-img {
  width: 12.5rem;
}
@media (min-width: 768px) {
  .p-about__profile-img {
    width: 15.8125rem;
    height: 15.25rem;
  }
}
.p-about__profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-about__profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-about__profile-role {
  font-size: 1rem;
  color: #313131;
  text-align: center;
  line-height: 1.2;
}

.p-about__profile-name {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #313131;
  text-align: center;
  line-height: 1.2;
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 0 2rem 3.75rem;
}
@media (min-width: 768px) {
  .p-about__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 3.75rem;
    padding: 2.5rem 2.5rem 3.75rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-about__text-block {
  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.25rem;
  width: 100%;
}

.p-about__bio {
  font-size: 1rem;
  line-height: 1.8;
  color: #313131;
}
@media (min-width: 768px) {
  .p-about__bio {
    font-size: 1.25rem;
  }
}

.p-about__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  opacity: 0.3;
}

.p-about__social {
  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.25rem;
}

.p-about__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  text-decoration: none;
}

.p-about__social-icon {
  width: 2.1875rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about__social-icon img,
.p-about__social-icon svg {
  width: 100%;
  height: 100%;
}

.p-about > .p-marquee {
  background-color: #eef5fa;
  margin-top: 6.25rem;
}

.p-cta {
  position: relative;
  z-index: 3;
  background: linear-gradient(-82deg, #143a66 26%, #1d4ed8 57%, #60a5fa 74%);
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .p-cta {
    background: linear-gradient(-55deg, #143a66 26%, #1d4ed8 57%, #60a5fa 74%);
    padding-top: 11.25rem;
  }
}

.p-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 0 1.25rem 10rem;
}
@media (min-width: 768px) {
  .p-cta__contact {
    padding: 0 4rem 11.25rem;
  }
}

.p-cta__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}

.p-cta__subtitle {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.16875rem;
}
@media (min-width: 768px) {
  .p-cta__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.1875rem;
  }
}

.p-cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-cta__btns {
    width: auto;
    gap: 2.5rem;
  }
}

.p-cta__footer {
  background: #ffffff;
  border-top: 1px solid #eef5fa;
  padding: 2.5rem 1.25rem 0.625rem;
}
@media (min-width: 768px) {
  .p-cta__footer {
    padding: 1.25rem 4rem;
  }
}

.p-fv-bottom {
  background-color: #fafafa;
  background-image: url("../img/top-fv-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 7.5rem 0 10rem;
}
@media (min-width: 768px) {
  .p-fv-bottom {
    padding: 10rem 0 12.5rem;
  }
}

.p-top-works {
  background: #eef5fa;
  margin-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .p-top-works {
    margin-bottom: 12.5rem;
    position: sticky;
    top: 4.5rem;
    z-index: 1;
  }
}
@media (max-height: 900px) and (min-width: 768px) {
  .p-top-works {
    position: static;
  }
}

.p-fv-bottom__body {
  text-align: center;
  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;
}

.p-fv-bottom__title {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 768px) {
  .p-fv-bottom__title {
    font-size: 2rem;
  }
}
.p-fv-bottom__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.75rem;
  margin-top: 0.625rem;
  background: url("../img/top-fv-line.webp") no-repeat center/contain;
}
@media (min-width: 768px) {
  .p-fv-bottom__title::after {
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

.p-fv-bottom__text {
  line-height: 160%;
  font-size: 1rem;
}

.p-marquee {
  overflow: hidden;
  padding-block: 1.25rem;
  background-color: none;
}
@media (min-width: 768px) {
  .p-marquee {
    padding-block: 2.5rem;
  }
}

.p-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}

.p-marquee__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1e3a8a;
  opacity: 0.1;
  white-space: nowrap;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-marquee__text {
    font-size: 2.25rem;
  }
}

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

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-works {
  background-color: #eef5fa;
}

.p-front-btn {
  margin-top: 2.5rem;
}

.p-about-profile {
  padding-block: 3.125rem;
}
@media (min-width: 768px) {
  .p-about-profile {
    padding-block: 5.625rem;
  }
}

.p-about-profile__card {
  background: #ffffff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about-profile__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about-profile__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .p-about-profile__person {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 45%;
    padding: 2.5rem 1.875rem;
  }
}

.p-about-profile__img {
  width: 12.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-about-profile__img {
    width: 15.8125rem;
  }
}
.p-about-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-about-profile__role {
  font-size: 1rem;
  color: #313131;
  text-align: center;
  line-height: 1.2;
}

.p-about-profile__name {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #313131;
  text-align: center;
  line-height: 1.2;
}

.p-about-profile__detail {
  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.875rem;
  padding: 0 1.25rem 3.125rem;
}
@media (min-width: 768px) {
  .p-about-profile__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 1.25rem;
    padding: 2.5rem 2.5rem 2.5rem 0;
  }
}

.p-about-profile__bio {
  font-size: 1rem;
  line-height: 1.8;
  color: #313131;
}
@media (min-width: 768px) {
  .p-about-profile__bio {
    font-size: 1.25rem;
  }
}

.p-about-profile__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(-11deg, #0e2a47 30%, #0e69df 100%);
  opacity: 0.3;
}

.p-about-profile__list {
  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;
}

.p-about-profile__row {
  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.25rem;
}
@media (min-width: 768px) {
  .p-about-profile__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-about-profile__label {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.125rem;
  padding: 0.625rem 1.25rem;
  background: #1e3a8a;
  border: 1px solid #1e3a8a;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .p-about-profile__label {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }
}

.p-about-profile__value {
  font-size: 1rem;
  color: #313131;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .p-about-profile__value {
    font-size: 1.25rem;
    padding-left: 0;
  }
}

.p-about-profile__sns,
.p-about-profile__affiliation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-about-profile__sns,
  .p-about-profile__affiliation {
    font-size: 0.875rem;
  }
}
.p-about-profile__sns svg,
.p-about-profile__sns img,
.p-about-profile__affiliation svg,
.p-about-profile__affiliation img {
  width: 2.1875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-about-policy {
  background: #eef5fa;
}

.p-about-policy__body {
  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-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-about-policy__body {
    padding: 2.5rem 2.3125rem;
  }
}

.p-about-policy__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #313131;
  letter-spacing: 0.0225rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-about-policy__lead {
    font-size: 2.25rem;
    letter-spacing: 0.03375rem;
  }
}

.p-about-policy__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-about-policy__text {
  font-size: 1rem;
  font-weight: 400;
  color: #313131;
  letter-spacing: 0.02rem;
  line-height: 1.8;
}

.p-about-strength {
  background: #eef5fa;
}

.p-about-strength__list {
  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-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-about-strength__list {
    padding-block: 2.5rem;
  }
}

.p-about-strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  background: #ffffff;
  border-radius: 1.25rem;
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
  padding: 1.5rem 1.25rem;
}
@media (min-width: 768px) {
  .p-about-strength__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    padding: 2.5rem;
    max-width: 1000px;
  }
}

.p-about-strength__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-about-strength__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 37.5rem;
  }
}

.p-about-strength__number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #1e3a8a;
  letter-spacing: 0.03rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-about-strength__number {
    font-size: 2.5rem;
    letter-spacing: 0.0375rem;
  }
}

.p-about-strength__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #313131;
  letter-spacing: 0.15rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-about-strength__title {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }
}

.p-about-strength__text {
  font-size: 1rem;
  color: #313131;
  letter-spacing: 0.015rem;
  line-height: 1.8;
}

.p-about-strength__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625rem;
  height: 15.625rem;
}
@media (min-width: 768px) {
  .p-about-strength__img {
    width: 35%;
    max-width: 15.625rem;
    height: auto;
    aspect-ratio: 1;
  }
}
.p-about-strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about-strength__img.--flip-y img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-about-history {
  background: #eef5fa;
}

.p-about-history__body {
  padding-block: 2.5rem;
}

.p-about-history__card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .p-about-history__card {
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    padding: 2.5rem 3.75rem;
  }
}

.p-about-history__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: 0.9375rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.p-about-history__item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .p-about-history__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    height: 3.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.p-about-history__year {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 1rem;
  color: #313131;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.p-about-history__year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.0625rem;
  background: #0e69df;
}
@media (min-width: 768px) {
  .p-about-history__year {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8.75rem;
    height: 100%;
    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;
    padding-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .p-about-history__year::before {
    left: auto;
    right: 0;
    width: 0.3125rem;
    height: 1.875rem;
  }
}

.p-about-history__text {
  padding-left: 1.875rem;
  font-size: 1rem;
  color: #313131;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-about-history__text {
    padding-left: 1.25rem;
  }
}

.p-about-private {
  background: #eef5fa;
}

.p-about-private__groups {
  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-block: 2.5rem;
}
@media (min-width: 768px) {
  .p-about-private__groups {
    gap: 5rem;
    padding: 3.75rem 2.3125rem;
  }
}

.p-about-private__group {
  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.875rem;
}

.p-about-private__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 1.25rem;
  width: 9.375rem;
  background: #1e3a8a;
  border: 1px solid #1e3a8a;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.027rem;
}
@media (min-width: 768px) {
  .p-about-private__label {
    width: 12.5rem;
  }
}

.p-about-private__list {
  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.875rem;
}

.p-about-private__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
}
.p-about-private__item:first-child {
  border-bottom: 0.3px solid rgba(202, 196, 208, 0.4);
}
@media (min-width: 768px) {
  .p-about-private__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.5rem;
  }
}

.p-about-private__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6875rem;
  height: 1.875rem;
  color: #1e3a8a;
}

.p-about-private__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-about-private__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about-private__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e3a8a;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-about-private__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 9.375rem;
  }
}

.p-about-private__divider {
  display: none;
}
@media (min-width: 768px) {
  .p-about-private__divider {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.1875rem;
    height: 2rem;
    background: #d9d9d9;
  }
}

.p-about-private__text {
  font-size: 1rem;
  color: #313131;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-about-private__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2.5rem;
  }
}

.p-contact-intro {
  background: #eef5fa;
}

.p-contact-intro__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: 1.875rem;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .p-contact-intro__text {
    color: #0f172a;
    padding-left: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-contact-intro__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-contact-intro__lead {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}

.p-contact-intro__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-contact-intro__note {
    font-size: 1.125rem;
    letter-spacing: 0.05rem;
  }
}

.p-contact-other__list {
  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.25rem;
  margin-top: 1.875rem;
  max-width: 18.75rem;
}
@media (min-width: 768px) {
  .p-contact-other__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
    gap: 2.5rem;
    max-width: none;
  }
}

.p-contact-other__card {
  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%;
  background: #fafafa;
  border: 1px solid #222;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
  padding: 0.9375rem 1.5625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact-other__card:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-contact-other__card {
    width: 18.75rem;
    padding: 1.25rem 2.5rem;
  }
}

.p-contact-other__chatwork-logo {
  width: 8.75rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-contact-other__chatwork-logo {
    width: 11.25rem;
  }
}

.p-contact-other__x-logo {
  width: 1.75rem;
  height: auto;
}

.p-contact-form-section__card {
  background: #fafafa;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
  padding: 2.5rem 1.25rem;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .p-contact-form-section__card {
    padding: 3.125rem 6.25rem;
    margin-top: 2.5rem;
  }
}

.p-contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
.p-contact-form__group:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-contact-form__group {
    gap: 0.8125rem;
    margin-top: 2.5rem;
  }
}
.p-contact-form__group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-contact-form__label-row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.p-contact-form__label-row p label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #222;
}
@media (min-width: 768px) {
  .p-contact-form__label-row p label {
    font-size: 1.25rem;
  }
}

.p-contact-form__required {
  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;
  background: #1e3a8a;
  border-radius: 5px;
  padding: 0.3125rem 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-contact-form__required {
    font-size: 0.875rem;
    padding: 0.4375rem 0.9375rem;
  }
}

.p-contact-form__input,
.p-contact-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #222;
  border-radius: 5px;
  font-size: 1rem;
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
  outline: 2px solid #1e3a8a;
  outline-offset: -1px;
}

.p-contact-form__textarea {
  height: 11.25rem;
  resize: vertical;
}
@media (min-width: 768px) {
  .p-contact-form__textarea {
    height: 19.75rem;
  }
}

.p-contact-form__privacy {
  margin-top: 1.875rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: #0f172a;
  letter-spacing: 1%;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-contact-form__privacy {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-contact-form__privacy-link {
  color: #007acc;
  text-decoration: underline;
}

.p-contact-form__submit {
  display: block;
  margin: 1.875rem auto 0;
  width: 13.75rem;
  padding: 0.875rem 1.25rem;
  background: #1e3a8a;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact-form__submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-contact-form__submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-contact-form__submit {
    margin-top: 2.5rem;
  }
}

.p-404 {
  background: #eef5fa;
}

.p-404__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.1375rem;
  line-height: 1.5;
  background-image: linear-gradient(162deg, #0e2a47 16.89%, #0e69df 59.084%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.p-404__body {
  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;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .p-404__body {
    gap: 3.75rem;
    margin-top: 2.5rem;
  }
}

.p-404__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-404__list li {
  position: relative;
  padding-left: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.046875rem;
  line-height: 1.6;
  color: #000;
}
.p-404__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1e3a8a;
}
@media (min-width: 768px) {
  .p-404__list li::before {
    top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .p-404__list li {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    line-height: 2;
  }
}

.p-404 .c-btn-home {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .p-404 .c-btn-home {
    margin-top: 5rem;
  }
}

.p-thanks {
  background: #eef5fa;
  text-align: center;
}

.p-thanks .l-inner__narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-thanks .l-inner__narrow {
    gap: 3.125rem;
  }
}

.p-thanks__img {
  width: 11.25rem;
  height: 11.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-thanks__img {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.p-thanks__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-thanks__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .p-thanks__text {
    gap: 2.5rem;
  }
}

.p-thanks__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #1e3a8a;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-thanks__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
}
.p-thanks__desc p {
  margin-bottom: 0.375rem;
}
.p-thanks__desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-thanks__desc {
    font-size: 1.125rem;
  }
  .p-thanks__desc p {
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}

.p-privacy {
  background: #eef5fa;
}

.p-privacy__lead {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #000;
}
@media (min-width: 768px) {
  .p-privacy__lead {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-privacy__list {
  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.875rem;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .p-privacy__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-privacy__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  background: #0e69df;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-privacy__section-title {
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
  }
}

.p-privacy__section-bar {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 0.375rem;
  border-radius: 0.1875rem;
  background: #ffffff;
}

.p-privacy__section-body {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
}
@media (min-width: 768px) {
  .p-privacy__section-body {
    font-size: 1rem;
  }
}

.p-privacy__cta {
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-privacy__cta {
    margin-top: 3.75rem;
  }
}

.p-works-list .c-pagination {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .p-works-list .c-pagination {
    margin-top: 5rem;
  }
}

.p-work-title {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-work-title__body {
  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;
  width: 100%;
}

.p-work-title__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #0f172a;
  letter-spacing: 0.06875rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-work-title__name {
    font-size: 2.25rem;
    letter-spacing: 0.1125rem;
  }
}

.p-work-title__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.p-work-title__tag {
  background: #eef5fa;
  border: 1px solid #1e3a8a;
  padding: 0.25rem 0.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #1e3a8a;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 5px;
}

.p-work-preview__date {
  text-align: right;
  font-size: 0.875rem;
  color: #313131;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .p-work-preview__date {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}

.p-work-preview__frame {
  width: 100%;
  aspect-ratio: 1200/630;
  overflow: hidden;
  border-radius: 5px;
}
.p-work-preview__frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.p-work-preview__url {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #1e3a8a;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-work-preview__url:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-work-preview__url {
    margin-top: 0.9375rem;
  }
}

.p-work-detail-table__card {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.875rem 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .p-work-detail-table__card {
    padding: 2.5rem 3.125rem;
  }
}

.p-work-detail-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-work-detail-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.875rem;
  }
}
.p-work-detail-table__row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .p-work-detail-table__row.--multiline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-work-detail-table__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 7.5rem;
  background: #1e3a8a;
  border: 1px solid #1e3a8a;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-work-detail-table__label {
    width: 9.375rem;
    font-size: 1.125rem;
    padding: 0.625rem 2.5rem;
  }
}

.p-work-issue-request .p-work-detail-table__label {
  background: #ffffff;
  color: #1e3a8a;
}

.p-work-detail-table__value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #0f172a;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  word-break: break-word;
  list-style: none;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .p-work-detail-table__value {
    font-size: 1.125rem;
    padding-left: 2.5rem;
  }
}
.p-work-detail-table__value a {
  text-decoration: underline;
}
.p-work-detail-table__value li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.p-work-point__text {
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #0f172a;
  line-height: 1.6;
  letter-spacing: 0.075rem;
}
@media (min-width: 768px) {
  .p-work-point__text {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-work-point__image {
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-work-point__image {
    margin-top: 3.75rem;
  }
}
.p-work-point__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-work-point__btn {
  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;
  gap: 0.5rem;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #1e3a8a;
  border-radius: 0.25rem;
  color: #1e3a8a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-work-point__btn:hover {
  opacity: 0.7;
}
.p-work-point__btn svg {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-work-point__btn {
    font-size: 1.125rem;
    margin-top: 3.75rem;
  }
}


@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 30px;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.u-animation__text {
  opacity: 0;
}
.u-animation__text.js-show {
  opacity: 1;
}
.u-animation__text .char {
  opacity: 0;
}

.u-animation__text2 .line {
  overflow: hidden;
  display: block;
}
.u-animation__text2 .char {
  translate: 0 100%;
}