@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-variable.woff") format("woff");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #0054bd;
  --orange: #ff790a;
  --ink: #071b32;
  --pale-blue: #eef6ff;
  --blue-border: #abcfff;
  --line: #d7e2ef;
  color-scheme: light;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: var(--ink);
  font-weight: 500;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

h1, h2, h3, p, figure, dl, dd, ul {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href], summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

strong {
  font-weight: 800;
}

.text-blue {
  color: var(--blue);
}

.text-orange {
  color: var(--orange);
}

.site-shell {
  width: min(100%, 960px);
  margin-inline: auto;
  container-type: inline-size;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 12px 20px;
  background: #fff;
  color: var(--blue);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3cqw;
  padding: 2.1cqw 3.9cqw 2.8cqw 4.6cqw;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: grid;
  gap: .25cqw;
}

.brand-name {
  font-size: clamp(20px, 5.15cqw, 49px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.055em;
}

.brand-description {
  font-size: clamp(10px, 2.57cqw, 24px);
  line-height: 1.55;
  letter-spacing: -.025em;
}

.header-contact {
  display: grid;
  flex: 0 0 25.7%;
  min-height: 9.25cqw;
  padding: 1.5cqw 1cqw;
  place-items: center;
  border: 1.5px solid var(--blue);
  border-radius: 1.5cqw;
  color: var(--blue);
  font-size: clamp(14px, 3.2cqw, 30px);
  font-weight: 800;
  white-space: nowrap;
}

[data-contact-link][aria-disabled="true"] {
  cursor: default;
}

.hero-copy {
  padding: 6.5cqw 4.8cqw 0;
}

.hero-eyebrow {
  font-size: clamp(12px, 3.12cqw, 30px);
  line-height: 1.5;
  letter-spacing: .005em;
}

.hero h1 {
  margin: 1.95cqw 0 3.8cqw;
  font-size: 13.12cqw;
  font-weight: 900;
  line-height: 1.19;
  letter-spacing: -.065em;
}

.hero h1 > span {
  display: block;
  white-space: nowrap;
}

.hero-description {
  font-size: clamp(15px, 3.94cqw, 38px);
  line-height: 1.48;
  letter-spacing: -.025em;
}

.hero-description > span {
  display: block;
}

.hero-illustration {
  width: 100%;
  margin-top: .3cqw;
}

.hero-prices {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  padding: 4.5cqw 9.5cqw 4.8cqw;
}

.hero-price + .hero-price {
  padding-left: 6.8cqw;
  border-left: 1px solid var(--line);
}

.hero-price dt {
  font-size: clamp(13px, 3.13cqw, 30px);
  line-height: 1.4;
}

.hero-price dd {
  margin-top: .3cqw;
  font-size: 9.7cqw;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.035em;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
}

.hero-price dd > span {
  font-size: .68em;
}

.hero-actions {
  padding-inline: 4.4cqw;
}

.primary-button {
  display: grid;
  position: relative;
  min-height: 14cqw;
  padding: 3.8cqw 8cqw 3.8cqw 4cqw;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 2.5cqw;
  background: linear-gradient(110deg, #0757be, #0050b8);
  color: #fff;
  font-size: clamp(15px, 4.05cqw, 39px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .01em;
}

.primary-button > img {
  position: absolute;
  right: 4.9cqw;
  width: 4.4cqw;
}

.price-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 3.1cqw;
  min-height: 44px;
  margin: 2.45cqw auto 2.1cqw;
  padding: 1cqw 2cqw;
  color: var(--blue);
  font-size: clamp(14px, 3.45cqw, 33px);
  font-weight: 700;
}

.chevron {
  width: 2.1cqw;
  height: 2.1cqw;
  margin-top: -1cqw;
  transform: rotate(45deg);
  border-right: .38cqw solid currentColor;
  border-bottom: .38cqw solid currentColor;
}

.roles-section {
  padding: 5.3cqw 5.3cqw 3.7cqw;
}

.roles-panel {
  padding: 3.8cqw 2.9cqw 3.4cqw;
  border-radius: 2.5cqw;
  background: #f0f6fd;
}

.roles-panel h2 {
  margin: 0 1cqw 2.5cqw;
  font-size: clamp(20px, 4.5cqw, 43px);
  font-weight: 800;
  line-height: 1.4;
}

.role-cards {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.05cqw;
}

.role-card {
  min-width: 0;
  padding: 2.2cqw .9cqw 1.9cqw;
  border: 2px solid #bbdcff;
  border-radius: 1.9cqw;
  background: #fff;
  text-align: center;
}

.role-card h3 {
  margin-bottom: 1.55cqw;
  color: var(--blue);
  font-size: clamp(15px, 3.95cqw, 38px);
  font-weight: 800;
  line-height: 1.45;
}

.role-card-self {
  border-color: #ffcf9c;
}

.role-card-self h3 {
  color: var(--orange);
}

.role-illustration {
  width: 100%;
  aspect-ratio: 349 / 323;
  object-fit: contain;
}

.role-card figcaption {
  margin-top: 1.25cqw;
  font-size: clamp(11px, 2.75cqw, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.035em;
}

.role-arrow {
  position: absolute;
  z-index: 1;
  top: 45.5%;
  left: 50%;
  width: 4.5cqw;
  transform: translate(-50%, -50%);
}

.roles-message {
  margin-top: 3.2cqw;
  font-size: clamp(13px, 3.1cqw, 30px);
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
  letter-spacing: -.03em;
}

.roles-message strong {
  font-size: 1.14em;
}

.benefits {
  padding: 2.8cqw 0 0;
  list-style: none;
}

.benefits li {
  display: flex;
  align-items: center;
  gap: 3.5cqw;
  min-height: 11.4cqw;
  padding: 2.5cqw 2.7cqw;
  border-bottom: 1px solid var(--line);
  font-size: clamp(16px, 3.7cqw, 36px);
  font-weight: 800;
  line-height: 1.5;
}

.benefits img {
  flex: 0 0 5.3cqw;
  width: 5.3cqw;
}

.works-section {
  padding: 3.2cqw 6.2cqw 0;
}

.section-heading {
  padding-inline: 1.25cqw;
}

.section-kicker {
  margin-bottom: .45cqw;
  color: var(--blue);
  font-size: clamp(12px, 2.35cqw, 23px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .18em;
}

.section-title {
  font-size: clamp(28px, 6.9cqw, 66px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.035em;
}

.section-description {
  margin-top: 1.1cqw;
  font-size: clamp(16px, 3.95cqw, 38px);
  line-height: 1.45;
  letter-spacing: -.045em;
}

.works-list {
  display: grid;
  gap: 1.9cqw;
  margin-top: 2.8cqw;
}

.work-image {
  width: 100%;
  border-radius: 2.4cqw;
}

.work-card figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2cqw;
  padding: 1.3cqw 1.1cqw 1.5cqw;
  border-bottom: 1px solid var(--line);
}

.work-card h3 {
  font-size: clamp(16px, 3.75cqw, 36px);
  font-weight: 800;
  line-height: 1.4;
}

.work-card figcaption > span {
  flex-shrink: 0;
  color: #394959;
  font-size: clamp(12px, 2.5cqw, 24px);
  line-height: 1.5;
}

.update-note {
  display: flex;
  align-items: center;
  gap: 2.7cqw;
  margin-top: 1.7cqw;
  padding: .6cqw 2.6cqw;
  border-radius: 1.7cqw;
  background: #fff5eb;
  font-size: clamp(12px, 2.8cqw, 27px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.035em;
}

.update-note img {
  flex: 0 0 5.9cqw;
  width: 5.9cqw;
}

.price-section {
  margin-inline: 6.8cqw;
  padding-top: 6.6cqw;
  padding-bottom: 3.4cqw;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 28px;
}

.price-section .section-heading {
  padding-inline: 2.5cqw;
}

.price-section .section-kicker {
  margin-bottom: 1cqw;
}

.price-section .section-description {
  margin-top: 1.3cqw;
}

.price-cards {
  display: grid;
  gap: 2.1cqw;
  margin-top: 3.8cqw;
}

.price-card {
  padding: 3cqw 5.5cqw 3.8cqw;
  border: 1.5px solid var(--blue-border);
  border-radius: 2.5cqw;
}

.price-card h3 {
  color: var(--blue);
  font-size: clamp(20px, 4.5cqw, 43px);
  font-weight: 800;
  line-height: 1.5;
}

.price-amount {
  margin-top: .2cqw;
  font-size: 12.85cqw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.025em;
  white-space: nowrap;
  font-variant-numeric: lining-nums;
}

.price-unit,
.price-period {
  font-size: .7em;
}

.price-period {
  margin-left: .05em;
  font-weight: 700;
  letter-spacing: -.06em;
}

.price-caption {
  margin-top: 1.15cqw;
  font-size: clamp(15px, 3.55cqw, 34px);
  line-height: 1.5;
  letter-spacing: -.03em;
}

.price-card-monthly {
  border-color: transparent;
  background: var(--pale-blue);
}

.additional-prices {
  margin-top: 1.1cqw;
}

.additional-prices > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8cqw;
  min-height: 10.7cqw;
  padding: 1.9cqw 1.6cqw 1.9cqw 2.4cqw;
  border-bottom: 1px solid var(--line);
  font-size: clamp(14px, 3.55cqw, 34px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -.04em;
}

.additional-prices dt {
  display: flex;
  align-items: center;
  gap: 3.65cqw;
}

.additional-prices dt img {
  flex: 0 0 5.3cqw;
  width: 5.3cqw;
}

.additional-prices dd {
  flex-shrink: 0;
  text-align: right;
}

.price-note {
  position: relative;
  margin-top: 2.15cqw;
  padding: 2.7cqw 3cqw 2.8cqw 7.7cqw;
  border-radius: 2.2cqw;
  background: var(--pale-blue);
  font-size: clamp(14px, 3.45cqw, 33px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -.035em;
}

.price-note::before {
  position: absolute;
  top: 2.2cqw;
  bottom: 2.2cqw;
  left: 2.9cqw;
  width: .65cqw;
  border-radius: 100px;
  background: var(--blue);
  content: "";
}

.faq-section {
  padding: 6cqw 3.6cqw 1.5cqw;
}

.faq-section .section-heading {
  padding-inline: 1.6cqw;
}

.faq-section .section-kicker {
  margin-bottom: 1.4cqw;
  font-size: clamp(13px, 2.8cqw, 27px);
  letter-spacing: .22em;
}

.faq-list {
  display: grid;
  gap: 2.8cqw;
  margin-top: 4.5cqw;
  padding-bottom: 3.7cqw;
  border-bottom: 1px solid var(--line);
}

.faq-item {
  overflow: hidden;
  border: 1.5px solid var(--blue-border);
  border-radius: 2.7cqw;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 7.3cqw minmax(0, 1fr) 6.8cqw;
  align-items: center;
  gap: 3.2cqw;
  padding: 3cqw 2.4cqw;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.qa-mark {
  display: grid;
  width: 7.3cqw;
  height: 7.3cqw;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(16px, 3.85cqw, 37px);
  font-weight: 600;
  line-height: 1;
}

.question-mark {
  background: var(--orange);
}

.answer-mark {
  background: #0052d4;
}

.faq-question {
  font-size: clamp(16px, 3.9cqw, 37px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.faq-toggle {
  display: grid;
  position: relative;
  width: 6.8cqw;
  height: 6.8cqw;
  place-items: center;
  border-radius: 50%;
  background: #eaf4ff;
}

.faq-toggle::before,
.faq-toggle::after {
  position: absolute;
  width: 2.75cqw;
  height: max(2px, .4cqw);
  border-radius: 2px;
  background: var(--ink);
  content: "";
}

.faq-toggle::after {
  transform: rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-columns: 7.3cqw minmax(0, 1fr);
  align-items: start;
  gap: 3.2cqw;
  padding: 3.4cqw 3.5cqw 4.2cqw 2.4cqw;
  background: var(--pale-blue);
}

.faq-answer p {
  padding-top: .05cqw;
  font-size: clamp(16px, 3.7cqw, 35.5px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

@media (hover: hover) {
  .header-contact[href]:hover {
    background: var(--pale-blue);
  }

  .primary-button[href]:hover {
    filter: brightness(1.08);
  }

  .price-link:hover {
    text-decoration: underline;
    text-underline-offset: .2em;
  }

  .faq-item summary:hover {
    background: #f9fcff;
  }
}

@media (max-width: 374px) {
  .hero-description > span {
    display: inline;
  }

  .hero-description > span::after {
    content: " ";
  }

  .additional-prices > div {
    flex-wrap: wrap;
  }

  .additional-prices dd {
    margin-left: auto;
  }

  .faq-item summary {
    column-gap: 2.5cqw;
  }

}

@media (max-width: 374px) {
  /* 今までの記述 */
}

/* 制作内容例 */
.price-detail {
  font-size: 17px;
  line-height: 1.75;
}

.price-detail small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.7;
}


@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

/* ホームページを育てる */
.grow-section {
  margin: 90px 0 100px;
}

.grow-inner {
  background: #f4f8fd;
  border: 1px solid #d5e6fa;
  border-radius: 28px;
  padding: 55px 60px;
}

.grow-section .section-kicker {
  margin: 0 0 14px;
}

.grow-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.grow-lead {
  margin: 28px 0 0;
  font-size: 19px;
  line-height: 1.9;
}

.grow-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 38px 0;
}

.grow-step {
  background: #fff;
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
}

.grow-step-number {
  display: block;
  margin-bottom: 10px;
  color: #ff7300;
  font-size: 20px;
  font-weight: 700;
}

.grow-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.grow-step span:last-child {
  display: block;
  font-size: 18px;
  line-height: 1.7;
}

.grow-emphasis {
  margin: 35px 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}

.grow-finish {
  background: #fff1e5;
  border-left: 6px solid #ff7300;
  border-radius: 12px;
  padding: 22px 26px;
}

.grow-finish strong {
  display: block;
  font-size: 24px;
  line-height: 1.6;
}

.grow-finish span {
  display: block;
  margin-top: 5px;
  font-size: 17px;
}

.grow-step-icon {
  display: none;
}

.grow-finish {
  position: relative;
  padding-right: 130px;
}

.grow-finish-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  height: auto;
}

.sp-only {
  display: none;
}

.monthly-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 28px;
  margin: 22px 0 0;
  padding: 20px 22px;
  list-style: none;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 14px;
}

.monthly-service-list li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.monthly-service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0860c9;
  font-weight: 700;
}

.monthly-service-list li span {
  font-size: 0.9em;
  font-weight: 400;
}



.price-detail {
  font-size: 17px;
  line-height: 1.7;
}

.price-detail small {
  font-size: 15px;
  line-height: 1.7;
}


.price-detail-title {
  margin: 8px 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: #005ac6;
}

.initial-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.initial-service-list span {
  display: inline-block;
  padding: 6px 12px;
  background: #f3f8ff;
  border: 1px solid #d6e7ff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.price-detail small {
  display: block;
  margin-top: 10px;
}




/* スマホ--------------------------------------- */
@media (max-width: 767px) {

  .grow-section {
    margin: 60px 0 70px;
  }

  .grow-inner {
    padding: 34px 22px;
    border-radius: 20px;
  }

  .grow-section .section-kicker {
    font-size: 14px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }

  .grow-title {
    font-size: 29px;
    line-height: 1.55;
    letter-spacing: 0;
  }

  .grow-lead {
    margin-top: 24px;
    font-size: 18px;
    line-height: 2;
  }

  /* 3ステップ */
  .grow-flow {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 32px 0;
  }

  .grow-step {
    position: relative;
    padding: 28px 24px 28px 78px;
    border-radius: 18px;
    text-align: left;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .grow-step-number {
    position: absolute;
    left: 22px;
    top: 28px;
    margin: 0;
    color: #ff7300;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }

  .grow-step strong {
    display: block;
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.5;
  }

  .grow-step span:last-child {
    display: block;
    font-size: 20px;
    line-height: 1.7;
  }

  .grow-emphasis {
    margin: 34px 0;
    text-align: left;
    font-size: 21px;
    line-height: 1.9;
  }

  .grow-finish {
    padding: 24px 20px;
    border-left-width: 5px;
  }

  .grow-finish strong {
    font-size: 24px;
    line-height: 1.65;
  }

  .grow-finish span {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.8;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

.grow-step-icon {
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

.grow-finish-icon {
  display: none;
}

.monthly-service-list {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
}

.monthly-service-list li {
  font-size: 16px;
}

}

/* ここまでスマホ----------------------- */

/* ページ上部へ戻るボタン */
.page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #005ac6;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1000;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top:hover {
  background: #00489f;
}

/* スマホ */
@media (max-width: 767px) {
  .page-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}


