@charset "UTF-8";

:root {
  --dws-yellow: #fec52d;
  --dws-orange: #eb611f;
  --dws-dark: #333333;
  --dws-text: #444444;
  --dws-bg: #fffaf0;
  --dws-white: #ffffff;
  --dws-light-gray: #f5f5f5;
  --dws-border: #e6e1d8;
  --dws-shadow: 0 18px 45px rgba(72, 52, 22, 0.12);
}

.dws-body {
  color: var(--dws-text);
  background: var(--dws-bg);
}

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

.dws-main {
  overflow: hidden;
  background: var(--dws-bg);
}

.dws-header {
  background: var(--dws-white);
}

.dws-header .wrap {
  gap: 10px;
}

.dws-header .h_c {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.dws-header .h_c_m {
  gap: 4px;
}

.dws-header .h_c_m li {
  flex: 0 0 auto;
}

.dws-header .h_c_m li a {
  padding: 10px 6px;
  font-size: 1.3rem;
  white-space: nowrap;
}

.dws-header .h_tel {
  flex: 0 0 auto;
  padding: 0 12px;
  font-size: 2.6rem;
}

.dws-header .social-icons {
  flex: 0 0 auto;
}

.dws-header__logo a,
.dws-header__nav a,
.dws-main a {
  outline-offset: 4px;
}

.dws-header__logo a:focus-visible,
.dws-header__nav a:focus-visible,
.dws-main a:focus-visible,
.dws-faq summary:focus-visible {
  outline: 3px solid rgba(235, 97, 31, 0.45);
  border-radius: 10px;
}

.dws-hero {
  position: relative;
  padding: 44px 16px 36px;
  background:
    radial-gradient(circle at 12% 12%, rgba(254, 197, 45, 0.34) 0 120px, transparent 121px),
    linear-gradient(135deg, #fffdf7 0%, var(--dws-bg) 62%, #ffffff 100%);
}

.dws-hero::before {
  content: "";
  position: absolute;
  right: -38px;
  top: 48px;
  width: 118px;
  height: 118px;
  border: 2px dashed rgba(235, 97, 31, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.dws-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.dws-hero__eyebrow,
.dws-section__label {
  margin: 0 0 12px;
  color: var(--dws-orange);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.dws-hero__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 2px solid rgba(254, 197, 45, 0.8);
  border-radius: 999px;
  background: var(--dws-white);
  color: var(--dws-dark);
  font-size: 1.4rem;
  font-weight: bold;
}

.dws-hero__title {
  margin: 0 0 18px;
  color: var(--dws-dark);
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
}

.dws-hero__title span {
  display: block;
  margin: 8px 0 0;
  color: var(--dws-orange);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}

.dws-hero__copy {
  margin: 0 0 18px;
  color: var(--dws-dark);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.dws-hero__lead,
.dws-section__lead,
.dws-text {
  color: var(--dws-text);
  font-size: 1.6rem;
  line-height: 1.9;
}

.dws-hero__lead {
  margin: 0;
}

.dws-hero__actions,
.dws-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 0;
}

.dws-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.dws-button--primary {
  background: var(--dws-orange);
  color: var(--dws-white);
  box-shadow: 0 12px 28px rgba(235, 97, 31, 0.24);
}

.dws-button--secondary {
  border-color: var(--dws-orange);
  background: var(--dws-white);
  color: var(--dws-orange);
}

.dws-button--text {
  min-height: 44px;
  padding-inline: 10px;
  color: var(--dws-orange);
}

.dws-button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.dws-hero__visual {
  margin: 40px 0 0;
}

.dws-visual {
  position: relative;
  min-height: 300px;
  border: 2px solid var(--dws-border);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(230, 225, 216, 0.55) 1px, transparent 1px),
    linear-gradient(0deg, rgba(230, 225, 216, 0.55) 1px, transparent 1px),
    var(--dws-white);
  background-size: 24px 24px;
  box-shadow: var(--dws-shadow);
}

.dws-visual__screen {
  position: absolute;
  left: 18px;
  top: 34px;
  width: 72%;
  max-width: 330px;
  min-height: 168px;
  padding: 34px 16px 16px;
  border: 2px solid var(--dws-dark);
  border-radius: 18px;
  background: #fffdf8;
}

.dws-visual__screen::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 2px;
  background: var(--dws-dark);
}

.dws-visual__dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -22px 5px 16px 0;
  border-radius: 50%;
  background: var(--dws-yellow);
}

.dws-visual__sheet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.dws-visual__sheet span {
  display: block;
  min-height: 28px;
  border: 1px solid var(--dws-border);
  border-radius: 6px;
  background: var(--dws-white);
}

.dws-visual__sheet span:nth-child(2n) {
  background: #fff2bf;
}

.dws-visual__folder,
.dws-visual__file,
.dws-visual__search,
.dws-visual__ai,
.dws-visual__chat,
.dws-visual__check {
  position: absolute;
  box-shadow: 0 12px 24px rgba(51, 51, 51, 0.12);
}

.dws-visual__folder {
  right: 18px;
  top: 26px;
  width: 104px;
  height: 72px;
  border: 2px solid #d69b00;
  border-radius: 12px;
  background: var(--dws-yellow);
}

.dws-visual__folder::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -16px;
  width: 48px;
  height: 18px;
  border: 2px solid #d69b00;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: var(--dws-yellow);
}

.dws-visual__file {
  right: 36px;
  bottom: 54px;
  width: 76px;
  height: 98px;
  border: 2px solid var(--dws-border);
  border-radius: 12px;
  background: var(--dws-white);
}

.dws-visual__file::before,
.dws-visual__file::after {
  content: "";
  position: absolute;
  left: 14px;
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: #ded8cc;
}

.dws-visual__file::before {
  top: 28px;
}

.dws-visual__file::after {
  top: 44px;
}

.dws-visual__search {
  left: 34px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  border: 6px solid var(--dws-orange);
  border-radius: 50%;
  background: var(--dws-white);
}

.dws-visual__search::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -12px;
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--dws-orange);
  transform: rotate(45deg);
}

.dws-visual__ai {
  left: 112px;
  bottom: 36px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 48px;
  border-radius: 18px 18px 18px 4px;
  background: var(--dws-dark);
  color: var(--dws-white);
  font-weight: bold;
}

.dws-visual__chat {
  right: 116px;
  bottom: 32px;
  width: 76px;
  height: 54px;
  border: 2px solid var(--dws-orange);
  border-radius: 18px 18px 4px 18px;
  background: #fff6ed;
}

.dws-visual__chat::before,
.dws-visual__chat::after {
  content: "";
  position: absolute;
  left: 16px;
  height: 5px;
  border-radius: 999px;
  background: var(--dws-orange);
}

.dws-visual__chat::before {
  top: 17px;
  width: 42px;
}

.dws-visual__chat::after {
  top: 30px;
  width: 28px;
}

.dws-visual__check {
  right: 86px;
  top: 108px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--dws-orange);
}

.dws-visual__check::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 24px;
  height: 14px;
  border-left: 5px solid var(--dws-white);
  border-bottom: 5px solid var(--dws-white);
  transform: rotate(-45deg);
}

.dws-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.dws-skill-tags li {
  padding: 8px 11px;
  border: 1px solid var(--dws-border);
  border-radius: 999px;
  background: var(--dws-white);
  color: var(--dws-dark);
  font-size: 1.3rem;
  font-weight: bold;
}

.dws-page-nav {
  background: var(--dws-white);
  border-top: 1px solid var(--dws-border);
  border-bottom: 1px solid var(--dws-border);
}

.dws-page-nav ul {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 16px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.dws-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--dws-border);
  border-radius: 999px;
  background: var(--dws-bg);
  color: var(--dws-dark);
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.dws-section {
  position: relative;
  padding: 64px 16px;
}

.dws-section--white {
  background: var(--dws-white);
}

.dws-section--tint {
  background: var(--dws-bg);
}

.dws-section--contact {
  background:
    radial-gradient(circle at 92% 12%, rgba(254, 197, 45, 0.34) 0 128px, transparent 129px),
    var(--dws-white);
}

.dws-section__inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.dws-section__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -24px;
  width: 74px;
  height: 74px;
  background-image: radial-gradient(circle, rgba(235, 97, 31, 0.22) 2px, transparent 3px);
  background-size: 14px 14px;
  pointer-events: none;
}

.dws-section__title {
  margin: 0 0 20px;
  color: var(--dws-dark);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.45;
}

.dws-section__title::after {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin: 16px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dws-yellow), var(--dws-orange));
}

.dws-section__lead {
  margin: 0 0 28px;
  color: var(--dws-dark);
  font-size: 1.8rem;
  font-weight: bold;
}

.dws-section__lead--narrow {
  max-width: 760px;
  font-weight: normal;
}

.dws-text {
  max-width: 860px;
}

.dws-text p + p {
  margin-top: 18px;
}

.dws-card-grid,
.dws-skills-grid,
.dws-level-grid,
.dws-future-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 34px 0 0;
}

.dws-card,
.dws-skill-card,
.dws-level-card,
.dws-future-card {
  position: relative;
  min-width: 0;
  border: 2px solid var(--dws-border);
  border-radius: 20px;
  background: var(--dws-white);
  box-shadow: var(--dws-shadow);
}

.dws-card {
  padding: 24px;
}

.dws-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border: 9px solid rgba(254, 197, 45, 0.76);
  border-radius: 50%;
}

.dws-card h3,
.dws-skill-card h3,
.dws-level-card h3,
.dws-future-card h3 {
  margin: 0 0 12px;
  color: var(--dws-dark);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.dws-card p,
.dws-skill-card p,
.dws-level-card p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.dws-card p + p {
  margin-top: 14px;
}

.dws-card .dws-card__subheading {
  margin-top: 22px;
  font-size: 1.6rem;
}

.dws-card-grid + .dws-section__lead {
  margin-top: 30px;
}

.dws-card--large,
.dws-card--rule,
.dws-card--audience {
  min-height: 220px;
}

.dws-card--rule::before {
  border-color: rgba(235, 97, 31, 0.7);
}

.dws-card--audience::before {
  width: 44px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dws-yellow), #fff2bf);
}

.dws-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--dws-border);
  border-radius: 16px;
  background: #fffaf0;
  color: #5d5549;
  font-size: 1.4rem;
  line-height: 1.8;
}

.dws-purpose-flow {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
}

.dws-purpose-flow li {
  list-style: none;
  position: relative;
  padding: 20px;
  border: 2px dashed rgba(235, 97, 31, 0.35);
  border-radius: 18px;
  background: var(--dws-white);
}

.dws-purpose-flow span {
  display: block;
  margin: 0 0 8px;
  color: rgba(235, 97, 31, 0.62);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

.dws-purpose-flow strong {
  display: block;
  color: var(--dws-dark);
  font-size: 1.8rem;
  line-height: 1.5;
}

.dws-timeline {
  position: relative;
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
}

.dws-timeline__item {
  list-style: none;
  position: relative;
  padding: 24px;
  border: 2px solid var(--dws-border);
  border-radius: 20px;
  background: var(--dws-white);
  box-shadow: var(--dws-shadow);
}

.dws-timeline__item--parallel {
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(254, 197, 45, 0.16), transparent 72%),
    var(--dws-white);
}

.dws-timeline__step {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: var(--dws-yellow);
  color: var(--dws-dark);
  font-size: 1.3rem;
  font-weight: bold;
}

.dws-timeline__item--parallel .dws-timeline__step {
  background: var(--dws-dark);
  color: var(--dws-white);
}

.dws-timeline__item h3 {
  margin: 0 0 8px;
  color: var(--dws-dark);
  font-size: 2rem;
  font-weight: bold;
}

.dws-timeline__item p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.dws-timeline__meta {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--dws-orange);
  font-weight: bold;
}

.dws-timeline__meta + p {
  margin-top: 10px;
}

.dws-skill-card {
  overflow: hidden;
  padding: 26px 22px 24px;
}

.dws-skill-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(254, 197, 45, 0.32);
}

.dws-skill-card__number {
  display: block;
  margin: 0 0 20px;
  color: rgba(235, 97, 31, 0.3);
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
}

.dws-level-card {
  padding: 22px;
  box-shadow: none;
}

.dws-level-card h3 {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #fff2bf;
}

.dws-assessment-flow {
  display: grid;
  gap: 10px;
  margin: 34px 0 0;
}

.dws-assessment-flow span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 2px solid var(--dws-border);
  border-radius: 14px;
  background: var(--dws-white);
  color: var(--dws-dark);
  font-weight: bold;
}

.dws-assessment-flow span + span::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -17px;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--dws-orange);
  border-bottom: 3px solid var(--dws-orange);
  transform: rotate(45deg);
}

.dws-output-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.dws-output-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 2px solid var(--dws-border);
  border-radius: 16px;
  background: var(--dws-white);
  color: var(--dws-dark);
  font-weight: bold;
}

.dws-output-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 16px;
  height: 9px;
  border-left: 4px solid var(--dws-orange);
  border-bottom: 4px solid var(--dws-orange);
  transform: rotate(-45deg);
}

.dws-future-card {
  min-height: 150px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(254, 197, 45, 0.16), transparent 70%),
    var(--dws-white);
}

.dws-future-card span {
  display: inline-flex;
  min-height: 28px;
  padding: 4px 10px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #f1eee7;
  color: #665f54;
  font-size: 1.2rem;
  font-weight: bold;
}

.dws-plain-list {
  display: grid;
  gap: 10px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.dws-faq {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.dws-faq details {
  border: 2px solid var(--dws-border);
  border-radius: 18px;
  background: var(--dws-white);
  box-shadow: 0 10px 28px rgba(72, 52, 22, 0.08);
}

.dws-faq summary {
  position: relative;
  min-height: 54px;
  padding: 16px 48px 16px 18px;
  color: var(--dws-dark);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.dws-faq summary::-webkit-details-marker {
  display: none;
}

.dws-faq summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--dws-orange);
  border-bottom: 3px solid var(--dws-orange);
  transform: translateY(-65%) rotate(45deg);
}

.dws-faq details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.dws-faq p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.dws-contact-tel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 26px 0 0;
  color: var(--dws-dark);
  font-weight: bold;
}

.dws-contact-tel a {
  color: var(--dws-dark);
  font-size: 2.4rem;
}

.dws-contact-tel span {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .dws-hero {
    padding: 70px 24px 56px;
  }

  .dws-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 42px;
    align-items: center;
  }

  .dws-hero__title {
    font-size: 6.8rem;
  }

  .dws-hero__copy {
    font-size: 3rem;
  }

  .dws-hero__actions,
  .dws-contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .dws-hero__visual {
    margin: 0;
  }

  .dws-visual {
    min-height: 390px;
  }

  .dws-section {
    padding: 82px 24px;
  }

  .dws-section__title {
    font-size: 3.4rem;
  }

  .dws-section__lead {
    font-size: 2rem;
  }

  .dws-card-grid--two,
  .dws-skills-grid,
  .dws-level-grid,
  .dws-future-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dws-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dws-purpose-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .dws-purpose-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-right: 4px solid var(--dws-orange);
    border-bottom: 4px solid var(--dws-orange);
    transform: translateY(-50%) rotate(-45deg);
    background: transparent;
  }

  .dws-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dws-assessment-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dws-assessment-flow span + span::before {
    left: -13px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .dws-output-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1025px) {
  .dws-header .wrap {
    gap: 14px;
  }

  .dws-header .h_c_m li a {
    padding: 10px 7px;
  }

  .dws-hero {
    padding: 88px 28px 70px;
  }

  .dws-hero__inner {
    gap: 70px;
  }

  .dws-hero__title {
    font-size: 8.4rem;
  }

  .dws-hero__title span {
    font-size: 2.2rem;
  }

  .dws-page-nav ul {
    justify-content: center;
    overflow: visible;
  }

  .dws-skills-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dws-level-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dws-future-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599px) {
  .dws-main {
    font-size: 1.6rem;
  }

  .dws-header .social-icons {
    margin-left: auto;
  }

  .dws-hero__title {
    font-size: 4.8rem;
  }

  .dws-hero__copy {
    font-size: 2.2rem;
  }

  .dws-visual {
    min-height: 280px;
  }

  .dws-visual__screen {
    left: 14px;
    width: 76%;
  }

  .dws-visual__folder {
    right: 12px;
    width: 88px;
  }

  .dws-visual__chat {
    right: 92px;
  }

  .dws-visual__file {
    right: 24px;
  }

  .dws-section__inner::before {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dws-button,
  .dws-header__nav a,
  .dws-main a {
    transition: none;
  }

  .dws-button:hover {
    transform: none;
  }
}
