@charset "UTF-8";
*,
*::before,
*::after {
  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 {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

body {
  background-color: #f7fcff;
  --bg-circle-1: 72px;
  --bg-circle-2: 132px;
  --bg-circle-3: 58px;
  --bg-circle-4: 108px;
  --bg-circle-5: 42px;
  --bg-circle-6: 88px;
  background-image: radial-gradient(circle at 12% 18%, rgba(31, 187, 231, 0.22) 0 var(--bg-circle-1), transparent calc(var(--bg-circle-1) + 1px)), radial-gradient(circle at 88% 12%, rgba(106, 222, 255, 0.2) 0 var(--bg-circle-2), transparent calc(var(--bg-circle-2) + 1px)), radial-gradient(circle at 78% 58%, rgba(31, 187, 231, 0.16) 0 var(--bg-circle-3), transparent calc(var(--bg-circle-3) + 1px)), radial-gradient(circle at 18% 76%, rgba(106, 222, 255, 0.18) 0 var(--bg-circle-4), transparent calc(var(--bg-circle-4) + 1px)), radial-gradient(circle at 48% 34%, rgba(31, 187, 231, 0.1) 0 var(--bg-circle-5), transparent calc(var(--bg-circle-5) + 1px)), radial-gradient(circle at 60% 88%, rgba(106, 222, 255, 0.14) 0 var(--bg-circle-6), transparent calc(var(--bg-circle-6) + 1px)), linear-gradient(180deg, #ffffff 0%, #eafaff 42%, #f8fdff 72%, #ffffff 100%);
  background-attachment: fixed;
  background-position: 0% 0%, 100% 0%, 100% 58%, 0% 100%, center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  color: #2d2d32;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  body {
    --bg-circle-1: 46px;
    --bg-circle-2: 86px;
    --bg-circle-3: 38px;
    --bg-circle-4: 70px;
    --bg-circle-5: 30px;
    --bg-circle-6: 58px;
  }
}
@media screen and (max-width: 375px) {
  body {
    --bg-circle-1: 34px;
    --bg-circle-2: 62px;
    --bg-circle-3: 28px;
    --bg-circle-4: 50px;
    --bg-circle-5: 22px;
    --bg-circle-6: 42px;
  }
}
@supports (animation-timeline: scroll()) {
  body {
    animation: bg-circle-drift linear both;
    animation-timeline: scroll(root block);
    animation-range: 0% 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes bg-circle-drift {
    0% {
      background-position: 0% 0%, 100% 0%, 100% 58%, 0% 100%, 50% 35%, 60% 90%, center;
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    }
    28% {
      background-position: 26% 8%, 68% 24%, 92% 48%, 8% 84%, 42% 18%, 78% 96%, center;
      background-size: 145% 145%, 78% 78%, 170% 170%, 92% 92%, 150% 150%, 82% 82%, 100% 100%;
    }
    50% {
      background-position: 72% 22%, 20% 10%, 64% 76%, 88% 64%, 12% 42%, 36% 82%, center;
      background-size: 72% 72%, 160% 160%, 96% 96%, 148% 148%, 82% 82%, 155% 155%, 100% 100%;
    }
    74% {
      background-position: 42% 82%, 94% 42%, 18% 58%, 30% 18%, 72% 28%, 6% 92%, center;
      background-size: 132% 132%, 92% 92%, 150% 150%, 76% 76%, 175% 175%, 110% 110%, 100% 100%;
    }
    100% {
      background-position: 84% 12%, 10% 52%, 92% 88%, 58% 8%, 22% 72%, 86% 56%, center;
      background-size: 165% 165%, 70% 70%, 128% 128%, 172% 172%, 104% 104%, 142% 142%, 100% 100%;
    }
  }
}
@media screen and (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    body {
      animation-name: bg-circle-drift-sp;
    }
  }
  @keyframes bg-circle-drift-sp {
    0% {
      background-position: 0% 0%, 100% 0%, 100% 58%, 0% 100%, 50% 35%, 60% 90%, center;
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    }
    35% {
      background-position: 34% 8%, 72% 22%, 88% 46%, 8% 82%, 40% 20%, 78% 94%, center;
      background-size: 118% 118%, 88% 88%, 126% 126%, 94% 94%, 122% 122%, 90% 90%, 100% 100%;
    }
    68% {
      background-position: 76% 20%, 18% 12%, 62% 76%, 90% 62%, 12% 42%, 36% 84%, center;
      background-size: 86% 86%, 128% 128%, 94% 94%, 122% 122%, 90% 90%, 126% 126%, 100% 100%;
    }
    100% {
      background-position: 84% 12%, 10% 52%, 92% 88%, 58% 8%, 22% 72%, 86% 56%, center;
      background-size: 128% 128%, 82% 82%, 112% 112%, 132% 132%, 96% 96%, 118% 118%, 100% 100%;
    }
  }
}
img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

.only-pc {
  display: none !important;
}

.only-sp {
  display: flex !important;
}

.l-header__hamburger {
  box-sizing: border-box;
  counter-increment: item;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 16px;
  z-index: 1000;
}

.item:after {
  border: 1px solid #fff;
  color: #fff;
  content: counter(item);
  font-size: 20px;
  height: 40px;
  left: 1.5em;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 1.5em;
  width: 40px;
}

.menu-trigger,
.menu-trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}

.menu-trigger {
  background: none;
  border: none;
  height: 31px;
  position: relative;
  width: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.menu-trigger span {
  background-color: #000;
  border-radius: 4px;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: center; /* ← ここ追加 */
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu03.active {
  transform: rotate(360deg);
}

#menu03.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* ← 真ん中基準で回転 */
}

#menu03.active span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg); /* ← 真ん中基準で回転 */
}

#menu03.active span:nth-of-type(3) {
  opacity: 0;
}

.drawer-content {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding-top: 86px;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.4s linear;
  width: 100%;
  z-index: 50;
}

.drawer-content.is-checked {
  transform: translateY(0);
}

.drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
}

.drawer-content__link {
  color: #2d2d32;
  font-size: 25px;
  font-weight: 600;
}

.drawer-content__btn {
  margin: 0 auto;
}

.drawer-content__sns {
  margin: 0 auto;
}

.drawer-content__sns span {
  font-size: 12px;
  margin-left: 5px;
}

.btn__contact-small {
  align-items: center;
  background: #6adeff;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.4px;
  padding: 13px 37px 14px 38px;
  text-align: center;
  transition: background 0.3s ease;
  width: 185px;
}

.btn__contact-small:hover {
  background: #1fbbe7;
}

.btn__more-small {
  align-items: center;
  background: #6adeff;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.4px;
  padding: 13px 0 14px 0;
  text-align: center;
  transition: background 0.3s ease;
  width: 185px;
}

.btn__more-small:hover {
  background: #1fbbe7;
}

.btn__contact-small--black {
  align-items: center;
  background: #555;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.4px;
  padding: 13px 0 14px 0;
  text-align: center;
  transition: background 0.3s ease;
  width: 185px;
}

.btn__contact-small--black:hover {
  background: #414143;
}

.section__title {
  color: #2d2d32;
  display: flex;
  flex-direction: column;
  height: 64px;
  position: relative;
  text-align: center;
}

.section__title::after {
  background: #da4167;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

.section__title .title-en {
  font-family: "Quicksand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.52px;
}

.section__title .title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-slide {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 3s, transform 3s;
}

.fade-in-slide.is-in-view {
  opacity: 1;
  transform: translateX(0);
}

.l-header {
  background-color: rgba(139, 255, 254, 0); /* 最初は透明 */
  position: fixed;
  transition: background-color 0.5s ease; /* ふわっと変化 */
  width: 100%;
  z-index: 50;
}

.l-header.scrolled {
  background-color: rgba(139, 255, 254, 0.7); /* 白＋80%の不透明度 */
}

.l-header .l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
}

.l-header .l-header__title-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
}

.l-header .l-header__logo {
  width: clamp(40px, 1.878vw + 32.958px, 60px);
}

.l-header .l-header__title a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.l-header .l-header__nav-list {
  align-items: center;
  display: flex;
  gap: 37px;
}

.l-main {
  padding-top: 66px;
}

.l-footer {
  background: #f7f7f7;
  padding: 16px 20px;
}

.l-footer .l-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.l-footer .l-footer__copy {
  color: #555;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.fv {
  overflow: hidden;
  padding-bottom: 34px;
}

.fv .fv__body {
  color: #2d2d32;
  font-family: "Noto Serif JP", serif;
}

.fv .fv__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 47px;
  text-align: center;
}

.fv .fv__sub-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-top: 13px;
  text-align: center;
}

.fv .fv__image {
  display: block;
  margin-top: 28px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fv .fv__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv .fv__button {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

.about {
  padding-bottom: 40px;
  padding-top: 60px;
}

.about-page__content {
  padding-top: 96px;
}

.about-page .page__top {
  background-image: url(../img/about-page-bg-v2.png);
}

.about-story {
  background: linear-gradient(180deg, #fff 0%, #f5fcff 46%, #fff 100%);
  padding: 72px 20px 96px;
}

.about-story__hero {
  align-items: center;
  display: grid;
  gap: 42px;
  margin: 0 auto;
  max-width: 1120px;
}

.about-story__copy {
  position: relative;
  z-index: 1;
}

.about-story__label {
  color: #1fbbe7;
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.about-story__copy h2 {
  color: #2b2b30;
  font-family: "Noto Serif JP";
  font-size: clamp(32px, 8vw, 58px);
  font-weight: 700;
  line-height: 1.32;
  margin: 0;
}

.about-story__copy p:not(.about-story__label) {
  color: #555;
  font-size: 15px;
  line-height: 2.1;
  margin: 24px 0 0;
}

.about-story__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-story__chips span {
  background: #2b2b30;
  border-radius: 999px;
  color: #fff;
  font-family: "Quicksand";
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
}

.about-story__visual {
  aspect-ratio: 1/1.04;
  margin: 0 auto;
  max-width: 520px;
  position: relative;
  width: 100%;
}

.about-story__visual::before {
  background: #7cd8ef;
  border-radius: 999px;
  content: "";
  height: 68%;
  left: 14%;
  opacity: 0.55;
  position: absolute;
  top: 13%;
  width: 68%;
}

.about-story__photo {
  background: #fff;
  border: 7px solid #fff;
  border-radius: 24px;
  box-shadow: 18px 18px 36px rgba(43, 43, 48, 0.18);
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.about-story__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-story__photo--main {
  height: 72%;
  left: 5%;
  top: 4%;
  transform: rotate(-2deg);
  width: 72%;
  z-index: 2;
}

.about-story__photo--sub {
  bottom: 6%;
  height: 34%;
  right: 0;
  transform: rotate(5deg);
  width: 48%;
  z-index: 3;
}

.about-story__photo--accent {
  bottom: 2%;
  height: 38%;
  left: 0;
  transform: rotate(-6deg);
  width: 42%;
  z-index: 1;
}

.about-story__photo--accent img {
  object-position: 58% 50%;
}

.about-story__section {
  margin: 150px auto 0;
  max-width: 1120px;
}

.section__title--left {
  text-align: left;
}

.about-story__cards {
  display: grid;
  gap: 42px;
  margin-top: 40px;
}

.about-story__panel,
.about-story__note {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 187, 231, 0.18);
  border-radius: 24px;
  box-shadow: 10px 10px 28px rgba(43, 43, 48, 0.08);
}

.about-story__cards article {
  align-items: stretch;
  display: grid;
  gap: 22px;
}

.about-story__card-text {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 187, 231, 0.18);
  border-radius: 24px;
  box-shadow: 10px 10px 28px rgba(43, 43, 48, 0.08);
  padding: 28px;
  position: relative;
  z-index: 2;
}

.about-story__card-image {
  background: #fff;
  border: 9px solid #fff;
  border-radius: 24px;
  box-shadow: 18px 18px 36px rgba(43, 43, 48, 0.18);
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-story__card-text,
.about-story__card-image {
  min-height: 260px;
}

.about-story__card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-story__cards article:nth-child(1) .about-story__card-image {
  transform: rotate(2deg);
}

.about-story__cards article:nth-child(2) .about-story__card-image {
  transform: rotate(-2.5deg);
}

.about-story__cards article:nth-child(3) .about-story__card-image {
  transform: rotate(2.4deg);
}

.about-story__cards article:nth-child(1) .about-story__card-image img {
  object-position: center;
}

.about-story__cards article:nth-child(2) .about-story__card-image img {
  object-position: 50% 58%;
}

.about-story__cards article:nth-child(3) .about-story__card-image img {
  object-position: 58% 50%;
}

.about-story__cards span {
  color: #1fbbe7;
  display: block;
  font-family: "Quicksand";
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

.about-story__cards h3,
.about-story__note h3 {
  color: #2b2b30;
  font-family: "Noto Serif JP";
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.about-story__cards p,
.about-story__note p {
  color: #555;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

.about-story__split {
  display: grid;
  gap: 22px;
}

.about-story__panel,
.about-story__note {
  padding: 30px;
}

.about-story__skill-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.about-story__skill-list li {
  border-bottom: 1px solid rgba(31, 187, 231, 0.18);
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
}

.about-story__skill-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-story__skill-list span {
  color: #2b2b30;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 700;
}

.about-story__skill-list em {
  color: #666;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.about-story__note {
  background: #2b2b30;
  color: #fff;
}

.about-story__note h3,
.about-story__note p {
  color: #fff;
}

.about-story__note dl {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.about-story__note dl div {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 6px;
  padding-top: 12px;
}

.about-story__note dt {
  color: #7cd8ef;
  font-family: "Quicksand";
  font-weight: 700;
}

.about-story__note dd {
  margin: 0;
}

.about-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 56px;
}

.about .about__inner {
  margin-left: 20px;
  margin-right: 20px;
}

.about .about__body {
  margin-top: 42px;
}

.about .about__image {
  margin: 0 auto;
  width: 260px;
}

.about .about__image img {
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.about .about__content-title {
  color: var(--, #333);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: normal;
  margin-top: 26px;
  text-align: center;
}

.about .about__content-text {
  color: var(--BW-Black, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 40px;
  text-align: left;
}

.about .about__button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.about .about__skills {
  margin: 20px auto;
  max-width: 700px;
  padding: 20px 0;
}

.about .about__skills h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}

.about .about__skills table {
  border-collapse: collapse;
  width: 100%;
}

.about .about__skills th,
.about .about__skills td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

.about .about__skills th {
  background-color: #f2fdff;
  font-weight: 600;
  width: 30%;
}

.about .about__skills td {
  background-color: #fff;
}

.works {
  background: linear-gradient(180deg, rgba(234, 250, 255, 0.88) 0%, rgba(246, 253, 255, 0.96) 100%);
  padding-bottom: 40px;
  padding-top: 60px;
}

.works .works__inner {
  margin-left: 20px;
  margin-right: 20px;
}

.works .works__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 42px;
}

.works .works__card {
  border: 1px solid #c5c5c5;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  max-width: 330px;
  overflow: hidden;
}

.works .works__card--3 .works__text {
  padding-top: 20px;
}

.works .works__card--3 .works__text-title {
  font-size: 18px;
}

.works .works__image {
  height: 200px;
  overflow: hidden;
}

.works .works__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.works .works__image:hover img {
  transform: scale(1.1);
}

.works .works__text {
  background: rgba(255, 255, 255, 0.6196078431);
  height: 220px;
  padding: 30px 20px;
}

.works .works__text-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: normal;
  position: relative;
  text-align: center;
}

.works .works__text-title::before {
  background: #515151;
  content: "";
  height: 50px;
  left: 0; /* 左寄せ */
  position: absolute;
  top: 50%; /* 親の高さの50%の位置に置く */
  transform: translateY(-50%); /* 自分の高さの半分だけ上にずらす */
  width: 3px;
}

.works .works__detail {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: normal;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.works .works__button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.price {
  padding-bottom: 40px;
  padding-top: 60px;
}

.price .price__inner {
  margin-left: 20px;
  margin-right: 20px;
}

.price .price__table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 40px auto;
  max-width: 700px;
}

.price .price__table table {
  border-collapse: collapse;
  width: 100%;
}

.price .price__table th,
.price .price__table td {
  border: 1px solid #ddd;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  padding: 14px 12px;
  text-align: left;
}

.price .price__table thead th {
  background-color: #1fbbe7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.price .price__table tbody tr:nth-child(even) {
  background-color: #f2fdff;
}

.price .price__text {
  font-size: 12px;
  list-style-type: disc; /* デフォルトの「・」を使う */
  margin: 0 auto;
  max-width: 700px;
  padding-left: 1.5em; /* 左に余白をつける */
}

.price .price__text li {
  margin-bottom: 1.5em;
}

.price .price__text span {
  color: #ff0000;
  font-size: 14px;
  font-weight: 700;
}

.contact .contact__inner {
  text-align: center;
}

.contact .contact__contact {
  align-items: center;
  background-color: #6adeff;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  gap: 10px;
  height: 100px;
  justify-content: center;
  transition: background 0.3s ease;
}

.contact .contact__contact:hover {
  background: #1fbbe7;
}

.contact .contact__contact span {
  font-size: 14px;
  margin-top: 14px;
}

.contact .contact__X {
  align-items: center;
  background-color: #2d2d32;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  gap: 10px;
  height: 100px;
  justify-content: center;
  transition: background 0.3s ease;
}

.contact .contact__X:hover {
  background: #414143;
}

.contact .contact__X span {
  font-size: 14px;
  margin-top: 14px;
}

.page__top {
  align-items: center;
  background: url(../img/contact-page-sp.png) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  width: 100%;
}

.page__top-en {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  z-index: 1;
}

.page__top-ja {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: normal;
  text-align: center;
  z-index: 1;
}

.contact-page .contact-page__inner {
  margin-left: 20px;
  margin-right: 20px;
}

.contact-page .contact-page__text {
  color: #555;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  margin-left: 16px;
  margin-top: 48px;
}

.contact-page .contact-page__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-bottom: 64px;
}

.contact-page .contact-page__form {
  margin-top: 31px;
  padding-left: 16px;
  padding-right: 15px;
}

.contact-page .contact-page__fields {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.contact-page .contact-page__button {
  margin-top: 41px;
  text-align: center;
}

.contact-page .contact-page__btn {
  background: #6adeff;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  height: 56px;
  letter-spacing: 0.9px;
  line-height: 150%; /* 27px */
  transition: background 0.3s ease;
  width: 300px;
}

.contact-page .contact-page__btn:hover {
  background: #1fbbe7;
}

.contact-page .contact-page__btn:disabled {
  background: #9fdff0;
  cursor: wait;
}

.contact-page .contact-page__status {
  color: #2d2d32;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
  min-height: 26px;
  text-align: center;
}

.contact-page .contact-page__status.is-success {
  color: #138a55;
}

.contact-page .contact-page__status.is-error {
  color: #d05a5a;
}

.contact-page .form-field__head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.contact-page .form-field__label {
  color: #2d2d32;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.contact-page .form-field__tag {
  background: #6adeff;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  padding: 1px 7px 3px 8px;
}

.contact-page .form-field__item {
  margin-top: 6px;
}

.contact-page .form-field__item input {
  border-radius: 10px;
}

.contact-page .form-field__item:hover {
  border-color: #6adeff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #6adeff;
}

.contact-page .form-field__item [type=text],
.contact-page .form-field__item [type=email],
.contact-page .form-field__item [type=tel] {
  background: #ffffff;
  border: 1px solid #1fbbe7;
  color: #2d2d32;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}

.contact-page .form-field__item textarea {
  background: #ffffff;
  border: 1px solid #1fbbe7;
  border-radius: 10px;
  color: #bdbdbd;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  height: 160px;
  padding-left: 16px;
  padding-right: 13px;
  padding-top: 13px;
  width: 100%;
}

.works-page {
  background: url(../img/words-page-bg.png) no-repeat center center/cover;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.works-page::before {
  background: inherit;
  content: "";
  filter: blur(3px);
  inset: 0;
  position: absolute;
  transform: scale(1.1);
  z-index: -1;
}

.works-page::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.works-page .works-page__inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1250px;
  padding-bottom: 80px;
  padding-inline: 40px;
}

.works-page .works-page__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.works-page .works-page__swiper {
  padding-bottom: 140px;
}

.works-page .swiper-pagination span {
  border-radius: 4px;
  display: inline-block;
  height: auto;
  margin: 0 4px;
  overflow: hidden;
  width: 170px;
}

.works-page .swiper-pagination span:nth-child(n+5) {
  display: none; /* 5番目以降は非表示 */
}

.works-page .swiper-pagination img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-page .card__wrap {
  display: flex;
  justify-content: center;
}

.works-page .works-page__card {
  aspect-ratio: 16/9;
  background: rgb(242, 242, 242);
  border: 1px solid #2d2d32;
  border-radius: 8px;
  max-width: 750px;
  padding: 10px 10px 65px 10px;
  width: 100%;
  z-index: 1;
}

.works-page .works-page__image {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.works-page .works-page__body {
  height: clamp(75px, 75px + 25 * (100vw - 375px) / 1065, 100px);
}

.works-page .works-page__card-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
}

.works-page .works-page__text {
  font-size: 14px;
  margin-top: 11px;
}

.works-page .swiper-pagination {
  display: none;
}

.works-page .swiper-button-prev,
.works-page .swiper-button-next {
  height: clamp(50px, 50px + 10 * (100vw - 375px) / 393, 60px);
  margin-top: clamp(130px, 130px + (100vw - 375px) * 0.2544529262, 230px);
  width: clamp(50px, 50px + 10 * (100vw - 375px) / 393, 60px);
}

.works-page .swiper-button-prev::after,
.works-page .swiper-button-next::after {
  display: none;
}

.works-page .swiper-button-prev {
  background: url(../img/arrow-prev-icon-2.png) no-repeat center center/contain;
  left: clamp(120px, 120px + 355 * (100vw - 375px) / 393, 475px);
}

.works-page .swiper-button-next {
  background: url(../img/arrow-next-icon-2.png) no-repeat center center/contain;
  right: var(--swiper-navigation-sides-offset, 40px);
}

.works-page .swiper-scrollbar {
  display: none;
}

.works-page .swiper-scrollbar-drag {
  display: none;
}

.works-page .works-page__cards-container {
  display: grid;
  gap: clamp(40px, 40px + 40 * (100vw - 375px) / 672, 80px);
  grid-template-columns: 1fr;
}

.works-page .works-page__grid-card {
  background: #eeeeee;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 500px;
  padding: 10px;
  padding-bottom: 25px;
  position: relative;
}

.works-page .works-page__grid-card--lp .grid-card__badge svg text {
  font-size: 55px;
}

.works-page .works-page__grid-card--corporate .grid-card__badge svg text {
  font-size: 40px;
}

.works-page .grid-card__image {
  border-radius: 5px;
  overflow: hidden;
}

.works-page .grid-card__badge {
  left: -17px;
  position: absolute;
  top: 15px;
}

.works-page .grid-card__badge svg {
  height: auto;
  width: 80px;
}

.works-page .grid-card__badge svg text {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.works-page .grid-card__title {
  font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 416, 20px);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

.works-page .grid-card__label {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .about .about__image {
    width: 350px;
  }
  .contact-page .contact-page__form {
    padding-left: 70px;
    padding-right: 70px;
  }
  .works-page .works-page__inner {
    padding-bottom: 140px;
  }
  .works-page .works-page__card {
    padding: 20px 20px 40px 20px;
  }
  .works-page .works-page__cards-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(50px, 50px + 10 * (100vw - 1024px) / 416, 60px);
    -moz-column-gap: clamp(40px, 40px + 10 * (100vw - 1024px) / 416, 50px);
    column-gap: clamp(40px, 40px + 10 * (100vw - 1024px) / 416, 50px);
  }
}
@media screen and (min-width: 1024px) {
  .only-pc {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }
  .btn__contact-large {
    align-items: center;
    background: #6adeff;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    flex-shrink: 0;
    font-size: 42px;
    font-weight: 700;
    height: 90px;
    justify-content: center;
    letter-spacing: 0.4px;
    padding: 13px 37px 14px 38px;
    text-align: center;
    transition: background 0.3s ease;
    width: 300px;
  }
  .btn__contact-large:hover {
    background: #1fbbe7;
  }
  .section__title {
    height: 105px;
  }
  .section__title::after {
    width: 40px;
  }
  .section__title .title-en {
    font-size: 42px;
    letter-spacing: 0.72px;
  }
  .section__title .title-ja {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-top: 4px;
  }
  .l-header .l-header__inner {
    margin: 15px 87px;
  }
  .l-header .l-header__title-wrap {
    gap: 18px;
  }
  .l-header .l-header__title a {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 25px;
  }
  .l-header .l-header__nav-item {
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: var(--Static-Title-Large-Tracking, 0);
    line-height: var(--Static-Title-Large-Line-Height, 28px); /* 127.273% */
  }
  .l-header .l-header__nav-item:hover a {
    color: #1fbbe7;
  }
  .l-main {
    padding-top: 82px;
  }
  .l-footer .l-footer__copy {
    font-size: 12px;
  }
  .fv .fv__inner {
    align-items: stretch;
    display: flex;
    position: relative;
  }
  .fv .fv__body {
    box-sizing: border-box;
    margin-left: 80px;
    position: relative;
    width: 50%;
    z-index: 2;
  }
  .fv .fv__title {
    font-size: 40px;
    letter-spacing: 0.96px;
    margin-top: 225px;
    text-align: left;
  }
  .fv .fv__sub-title {
    font-size: 30px;
    letter-spacing: 0.72px;
    margin-top: 25px;
    text-align: left;
  }
  .fv .fv__image {
    height: 809px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: -100px;
    top: 0;
    width: 60%;
    z-index: 1;
  }
  .fv .fv__image img {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 50%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 50%);
    mask-repeat: no-repeat;
    mask-size: cover;
  }
  .fv .fv__button {
    justify-content: flex-start;
    margin-bottom: 212px;
    margin-left: 80px;
    margin-top: 85px;
  }
  .about {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .about-page__content {
    padding-top: 72px;
  }
  .about-story {
    padding: 96px 40px 112px;
  }
  .about-story__hero {
    grid-template-columns: 0.94fr 1.06fr;
  }
  .about-story__copy h2 {
    font-size: 48px;
  }
  .about-story__cards {
    gap: 100px;
    margin-top: 90px;
  }
  .about-story__cards article {
    gap: 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 340px;
  }
  .about-story__cards article:nth-child(odd) {
    transform: translateX(28px);
  }
  .about-story__cards article:nth-child(even) {
    transform: translateX(-28px);
  }
  .about-story__cards article:nth-child(even) .about-story__card-text {
    order: 2;
  }
  .about-story__cards article:nth-child(even) .about-story__card-image {
    order: 1;
  }
  .about-story__card-text {
    align-content: center;
    display: grid;
    height: 100%;
    min-height: 0;
    padding: 44px;
  }
  .about-story__card-image {
    height: 100%;
    min-height: 0;
  }
  .about-story__cards article:nth-child(even) .about-story__card-text {
    padding-left: 44px;
    padding-right: 44px;
  }
  .about-story__card-image img {
    min-height: 0;
  }
  .about-story__split {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .about-story__panel,
  .about-story__note {
    padding: 40px;
  }
  .about-story__note dl div {
    grid-template-columns: 82px 1fr;
  }
  .about .about__inner {
    margin-left: 40px;
    margin-right: 40px;
  }
  .about .about__body {
    align-items: center;
    display: flex;
    gap: 40px;
  }
  .about .about__image {
    text-align: center;
    width: 50%;
  }
  .about .about__image img {
    box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.3);
    width: 420px;
  }
  .about .about__content {
    width: 50%;
  }
  .about .about__content-title {
    font-size: 26px;
    letter-spacing: 0.52px;
  }
  .about .about__content-text {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-align: left;
  }
  .about .about__skills {
    margin: 10px auto;
  }
  .about .about__skills th,
  .about .about__skills td {
    padding: 12px 20px;
  }
  .about .about__skills th {
    font-size: 14px;
  }
  .works {
    padding-bottom: 100px;
    padding-top: 120px;
  }
  .works .works__wrap {
    flex-direction: row;
    gap: 35px;
    justify-content: center;
    margin-top: 65px;
  }
  .works .works__card {
    max-width: 290px;
  }
  .works .works__card--3 .works__text {
    padding-top: 25px;
  }
  .works .works__text-title {
    font-size: 18px;
  }
  .works .works__text-title::before {
    height: 60px;
  }
  .works .works__button {
    margin-top: 60px;
  }
  .price {
    padding-bottom: 100px;
    padding-top: 120px;
  }
  .price .price__table th,
  .price .price__table td {
    padding: 14px 16px;
  }
  .price .price__text {
    font-size: 16px;
  }
  .price .price__text li {
    margin-bottom: 1em;
  }
  .price .price__text span {
    font-size: 18px;
  }
  .contact .contact__contact {
    font-size: 36px;
    height: 110px;
  }
  .contact .contact__X {
    font-size: 36px;
    height: 110px;
  }
  .page__top {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .page__top-en {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.96px;
  }
  .contact-page .contact-page__text {
    display: flex;
    font-size: 20px;
    justify-content: center;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-page .contact-page__box {
    max-width: 800px;
    padding-bottom: 72px;
  }
  .contact-page .contact-page__form {
    margin-top: 75px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .contact-page .contact-page__fields {
    gap: 40px;
  }
  .contact-page .contact-page__button {
    margin-top: 70px;
  }
  .contact-page .contact-page__btn {
    width: 240px;
  }
  .contact-page .form-field__head {
    gap: 16px;
  }
  .contact-page .form-field__label {
    font-size: 18px;
  }
  .contact-page .form-field__item {
    margin-top: 10px;
  }
  .contact-page .form-field__item [type=text],
  .contact-page .form-field__item [type=email],
  .contact-page .form-field__item [type=tel] {
    padding-bottom: 13px;
    padding-left: 22px;
    padding-top: 13px;
  }
  .contact-page .form-field__item textarea {
    padding-left: 22px;
    padding-top: 12px;
  }
  .works-page .works-page__title {
    padding-bottom: 80px;
    padding-top: 140px;
  }
  .works-page .works-page__swiper {
    padding-bottom: 0;
  }
  .works-page .works-page__card {
    margin-bottom: 190px;
  }
  .works-page .works-page__card-title {
    font-size: 24px;
    margin-top: 24px;
  }
  .works-page .works-page__text {
    font-size: 18px;
  }
  .works-page .swiper-pagination {
    bottom: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); /* ←これで左右中央寄せ */
    width: auto; /* 横幅固定しない */
  }
  .works-page .swiper-button-prev,
  .works-page .swiper-button-next {
    height: clamp(60px, 60px + 30 * (100vw - 1024px) / 416, 90px);
    margin-top: -110px;
    width: clamp(60px, 60px + 30 * (100vw - 1024px) / 416, 90px);
  }
  .works-page .swiper-button-prev {
    left: clamp(15px, 15px + 60 * (100vw - 1024px) / 416, 75px);
  }
  .works-page .swiper-button-next {
    right: clamp(15px, 15px + 60 * (100vw - 1024px) / 416, 75px);
  }
  .works-page .works-page__cards-container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 120px;
  }
  .works-page .grid-card__badge {
    left: clamp(-19px, -17px - 2 * (100vw - 1024px) / 416, -17px);
  }
  .works-page .grid-card__badge svg {
    width: clamp(80px, 80px + 10 * (100vw - 1024px) / 416, 90px);
  }
}
@media screen and (min-width: 1440px) {
  .l-main {
    padding-top: 87.906px;
  }
  .fv .fv__body {
    margin-left: 110px;
  }
  .fv .fv__title {
    font-size: 48px;
  }
  .fv .fv__sub-title {
    font-size: 36px;
  }
  .fv .fv__button {
    margin-left: 120px;
  }
  .about .about__image img {
    width: 500px;
  }
  .about .about__content-text {
    font-size: 18px;
  }
  .about .about__skills th {
    font-size: 16px;
  }
  .works .works__wrap {
    gap: 75px;
  }
  .works .works__card {
    max-width: 380px;
  }
  .works .works__card--3 .works__text-title {
    font-size: 20px;
  }
  .works .works__image {
    height: 250px;
  }
  .works .works__text {
    height: 250px;
    padding: 45px 25px;
  }
  .works .works__text-title {
    font-size: 20px;
  }
  .works .works__detail {
    font-size: 14px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .list {
    display: block;
  }
  .item {
    width: auto;
  }
}
