html {
  box-sizing: border-box;
  scroll-behavior: auto !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  line-height: 1.75;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.is-pc {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
.is-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: inline !important;
  }
}
.page-template-page-strategy #content {
  padding-bottom: 0 !important;
}
.page-template-page-strategy footer#footer {
  overflow: visible !important;
}

.section-heading {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #1a1a1a;
  font-feature-settings: "pwid" on;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #003fab 0%, #4b81c8 100%);
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
  .section-heading::after {
    width: 28px;
    height: 4px;
  }
}

.section-heading--no-decoration {
  padding-bottom: 0;
}
.section-heading--no-decoration::after {
  display: none;
}

.strategy-top-section {
  background-image: url("https://www.skillupai.com/assets-strategy/img/bg_strategy-pc.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .strategy-top-section {
    background-image: url("https://www.skillupai.com/assets-strategy/img/bg_strategy-sp.png");
    background-position: center top;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.strategy-hero-section {
  padding: 7.5rem 2rem;
}
.strategy-hero-section {
  background: transparent;
  color: #1a1a1a;
  text-align: center;
}
@media (max-width: 768px) {
  .strategy-hero-section {
    padding: 16rem 2rem 8rem;
  }
}
.strategy-hero-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1440px;
}
@media (max-width: 768px) {
  .strategy-hero-section__inner {
    padding: 0;
  }
}
.strategy-hero-section__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  text-shadow: 1px 1px 1px #fff;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .strategy-hero-section__title {
    font-size: 3rem;
  }
}
.strategy-hero-section__desc {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  text-shadow: 1px 1px 1px #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .strategy-hero-section__desc {
    margin-top: 80px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.strategy-hero-section__desc .desc-pc {
  display: inline;
}
@media (max-width: 768px) {
  .strategy-hero-section__desc .desc-pc {
    display: none;
  }
}
.strategy-hero-section__desc .desc-sp {
  display: none;
}
@media (max-width: 768px) {
  .strategy-hero-section__desc .desc-sp {
    display: inline;
  }
}

.transformation-steps-section {
  background: transparent;
  text-align: center;
  padding: 0 2rem;
  margin-top: 0 !important;
}
.transformation-steps-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  padding: 0;
}
.transformation-steps-section .section-lead {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .transformation-steps-section .section-lead {
    font-size: 2.4rem;
    margin-top: 3.4rem;
    margin-bottom: 8rem;
  }
}
.transformation-steps-section .section-description {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .transformation-steps-section .section-description {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0;
  }
}

.circular-diagram {
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 0 7.5rem;
}
.circular-diagram img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .circular-diagram {
    max-width: 100%;
    padding: 8rem 0 12rem;
  }
}

.step-details-section {
  padding: 10rem 2rem 7.5rem;
  background: linear-gradient(270deg, #f4faff 0%, #c8dff1 100%);
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .step-details-section {
    padding: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .step-details-section {
    padding: 8rem 2rem;
  }
}
.step-details-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .step-details-section__inner {
    padding: 0;
    gap: 4rem;
  }
}

.step-card {
  width: 980px;
  max-width: 100%;
  padding: 2.5rem;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .step-card {
    padding: 4rem 2rem;
  }
}
.step-card__header {
  margin-bottom: 3rem;
}
.step-card__number {
  display: inline-block;
  position: relative;
  color: #4b81c8;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-family: Lato;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .step-card__number {
    font-size: 2.4rem;
  }
}
.step-card__number::after {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 16px);
  width: 28px;
  height: 4px;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(90deg, #003fab 0%, #4b81c8 100%);
}
@media (max-width: 768px) {
  .step-card__number::after {
    width: 20px;
  }
}
.step-card__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .step-card__title {
    font-size: 3rem;
    margin-top: 2rem;
  }
}
.step-card__subtitle {
  color: #4d4d4d;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .step-card__subtitle {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.step-card__desc {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .step-card__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}
.step-card__divider {
  position: relative;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .step-card__divider {
    margin: 2rem 0;
  }
}
.step-card__divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #1956b5;
}
.step-card__divider-label {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 0.75rem;
  color: #00338f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  z-index: 1;
}
@media (max-width: 768px) {
  .step-card__divider-label {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
}
.step-card__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  position: relative;
}
.step-card__services::before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  background: #1956b5;
}
@media (max-width: 768px) {
  .step-card__services {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .step-card__services::before {
    display: none;
  }
}
.step-card__services--single {
  grid-template-columns: 1fr;
}
.step-card__services--single::before {
  display: none;
}

.service-item {
  background: #f4faff;
  padding: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .service-item {
    padding: 2rem;
  }
}
.service-item__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .service-item__title {
    font-size: 1.8rem;
  }
}
.service-item__desc {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .service-item__desc {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}

.achievement-section {
  padding: 5rem 2rem;
  background: linear-gradient(270deg, #f4faff 0%, #c8dff1 100%);
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .achievement-section {
    padding: 8rem 2rem;
  }
}
.achievement-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .achievement-section__inner {
    padding: 0;
  }
}

.achievement-container {
  width: 1200px;
  max-width: 100%;
  padding: 2.5rem;
  margin-top: 2.5rem;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .achievement-container {
    padding: 2rem;
    margin-top: 5rem;
  }
}

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

.achievement-item {
  display: flex;
  height: 270px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem 2rem 2.25rem 2rem;
}
@media (max-width: 768px) {
  .achievement-item {
    height: auto;
    padding: 2rem 3.2rem 3.6rem 3.2rem;
  }
}
.achievement-item__icon {
  width: 40px;
  height: 40px;
}
.achievement-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.achievement-item__title {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .achievement-item__title {
    font-size: 2rem;
    margin-top: 0.8rem;
  }
}
.achievement-item__value-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .achievement-item__value-wrapper {
    margin-top: 1rem;
  }
}
.achievement-item__decoration {
  width: 36px;
  height: 66px;
  background-image: url("https://www.skillupai.com/assets-strategy/img/decoration-leaf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.achievement-item__decoration--left {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .achievement-item__decoration {
    width: 24px;
    height: 44px;
  }
}
.achievement-item__value {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  white-space: nowrap;
}
.achievement-item__number {
  color: #00338f;
  font-size: 4.375rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .achievement-item__number {
    font-size: 4.8rem;
  }
}
.achievement-item__unit {
  color: #1a1a1a;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .achievement-item__unit {
    font-size: 2rem;
  }
}
.achievement-item__note {
  color: #4d4d4d;
  text-align: center;
  font-feature-settings: "pwid" on;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .achievement-item__note {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
