@charset "UTF-8";

/* =========================================================
   WithCamp LP (standalone)
   - 旧テーマの WithCamp 専用SCSSを元に必要最小限へ再構成
   - 外部依存なし（FontAwesome等は使いません）
========================================================= */

:root {
  --c-white: #fff;
  --c-black: #111;
  --c-camp: #53d4ad;
  --c-camp-ice: #dbf7ee;
  --c-feature-ice: #bfefe0;
  --c-gold: #e3c26a;
  --c-green2: #58b09e;
  --c-orange: #f5915e;
  --shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-black);
  background: var(--c-white);
}

/* anchor jump offsets */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

/* =========================================================
   Header / Footer (LP)
========================================================= */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.lp-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lp-header__logo {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--c-camp);
  line-height: 1;
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.75rem);
}
.lp-header__nav-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lp-header__nav-list a {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
}
.lp-header__nav-list a:hover {
  background: rgba(83, 212, 173, 0.12);
}
.lp-header__cta {
  background: var(--c-camp);
  color: var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  aspect-ratio: 5.75 / 1;
  width: clamp(148px, 16vw, 200px);
}
.lp-header__cta:hover {
  background: #43caa1;
}

@media (max-width: 768px) {
  .lp-header__nav-list li:nth-child(-n+5) {
    display: none;
  }
}

.lp-footer {
  background: #0f2e27;
  color: var(--c-white);
  padding: 28px 0;
}
.lp-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lp-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-footer__nav-list a {
  color: var(--c-white);
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.9;
}
.lp-footer__nav-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.lp-footer__copyright {
  color: var(--c-white);
  font-weight: 700;
  opacity: 0.9;
  font-size: 0.85rem;
}

/* layout */
.inner-w {
  width: 100%;
  margin: 0 auto 100px;
}

.cta.inner-w {
  margin-bottom: 0;
}

.inner-n {
  width: 65%;
  margin: 0 auto 100px;
}

@media (max-width: 1024px) {
  .inner-n {
    width: 80%;
    margin-bottom: 70px;
  }
  .inner-w {
    margin-bottom: 70px;
  }
  .cta.inner-w {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .inner-n {
    width: 90%;
    margin-bottom: 50px;
  }
  .inner-w {
    margin-bottom: 50px;
  }
  .cta.inner-w {
    margin-bottom: 0;
  }
}

/* headings */
.camp-ttl {
  color: var(--c-black);
  line-height: 1.15;
  font-size: 2.3rem;
  margin: 0 0 70px;
}
.camp-ttl span {
  color: var(--c-camp-ice);
  letter-spacing: 0.2em;
  font-size: 3.5rem;
  line-height: 1;
  display: block;
}

@media (max-width: 1024px) {
  .camp-ttl {
    font-size: 1.8rem;
    margin-bottom: 50px;
    white-space: nowrap;
  }
  .camp-ttl span {
    letter-spacing: 0.1em;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .camp-ttl {
    font-size: 1.6rem;
    white-space: normal;
  }
  .camp-ttl span {
    font-size: 2.1rem;
  }
}
@media (max-width: 480px) {
  .camp-ttl {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .camp-ttl span {
    font-size: 1.6rem;
  }
}

/* =========================================================
   Sections
========================================================= */

.camp-top {
  display: block;
}
.camp-top-wrap {
  width: 100%;
  height: auto;
  background: url(./img/camp-top.png), var(--c-camp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8vh 0;
}
.camp-top-wrap__top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.camp-top-wrap__top h1,
.camp-top-wrap__top h2 {
  width: fit-content;
  display: inline-block;
  background-color: var(--c-white);
  color: var(--c-camp);
  padding: 0 30px 0 100px;
  margin: 0;
}
.camp-top-wrap__top h1 {
  font-size: clamp(3rem, 4vw, 3.5rem);
}
.camp-top-wrap__top h2 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.camp-top-wrap__bottom {
  width: fit-content;
  margin-right: 10vw;
  margin-left: auto;
  margin-top: 15%;
}
.camp-top-wrap__bottom h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--c-white);
  text-align: left;
  line-height: 1.5;
}
.camp-top-wrap__bottom p {
  margin: 10px 0 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--c-white);
}

/* ABOUT */
.camp-about {
  margin-top: 50px;
}
.camp-about-wrap__top {
  margin-right: 17.5%;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.camp-about-wrap__top__img {
  width: 40%;
}
.camp-about-wrap__top__txt {
  width: 50%;
}
.camp-about-wrap__top__txt h3 {
  font-size: 1.5rem;
  color: var(--c-camp);
  margin: 0 0 10px;
  letter-spacing: 0.05rem;
}
.camp-about-wrap__top__txt p {
  margin: 0;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 500;
}
.camp-about-wrap__top__txt p span {
  display: inline-block;
  padding: 1px 3px;
  background-color: var(--c-camp);
  color: var(--c-white);
}

.camp-about-wrap__bottom {
  width: 65%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  align-items: stretch;
}
.camp-about-wrap__bottom__box {
  width: calc(33.3% - 0.5vw);
  padding: 10px 20px 20px;
  box-shadow: var(--shadow);
  border-top: solid 15px var(--c-gold);
  background: var(--c-white);
}
.camp-about-wrap__bottom__box:nth-of-type(4) {
  display: none;
}
.camp-about-wrap__bottom__box__img {
  width: 62%;
  margin: 5px auto;
}
.camp-about-wrap__bottom__box h4 {
  font-size: 1.2rem;
  text-align: center;
  color: var(--c-gold);
  margin: 0;
}

.camp-about-wrap__bottom__box:nth-of-type(2) {
  border-top-color: var(--c-green2);
}
.camp-about-wrap__bottom__box:nth-of-type(2) h4 {
  color: var(--c-green2);
}
.camp-about-wrap__bottom__box:nth-of-type(3) {
  border-top-color: var(--c-orange);
}
.camp-about-wrap__bottom__box:nth-of-type(3) h4 {
  color: var(--c-orange);
}

.camp-about-wrap__bottom__box ul {
  width: fit-content;
  margin: 0 auto;
}
.camp-about-wrap__bottom__box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9rem;
}
.camp-about-wrap__bottom__box li:not(:last-child) {
  margin-bottom: 10px;
}
.camp-about-wrap__bottom__box li::before {
  content: "✓";
  display: inline-block;
  line-height: 1;
  margin-top: 0.2em;
  color: var(--c-gold);
  font-weight: 700;
}
.camp-about-wrap__bottom__box:nth-of-type(2) li::before {
  color: var(--c-green2);
}
.camp-about-wrap__bottom__box:nth-of-type(3) li::before {
  color: var(--c-orange);
}

/* FEATURES */
.camp-feature {
  background-image: url(./img/camp-bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: repeat;
  padding: 100px 0;
  margin-bottom: 100px;
}
.camp-feature-wrap .camp-ttl {
  text-align: center;
}
.camp-feature-wrap .camp-ttl span {
  color: var(--c-feature-ice);
}
.camp-feature-wrap__con__block {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.camp-feature-wrap__con__block:nth-of-type(2) {
  flex-direction: row-reverse;
}
.camp-feature-wrap__con__block:not(:nth-of-type(3)) {
  margin-bottom: 30px;
}
.camp-feature-wrap__con__block__img {
  width: 40%;
}
.camp-feature-wrap__con__block__txt {
  width: 50%;
}
.camp-feature-wrap__con__block__txt h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 20px;
}
.camp-feature-wrap__con__block__txt p {
  margin: 0;
  line-height: 1.75;
  font-weight: 500;
}
.camp-feature-wrap__con__block__txt p span {
  color: var(--c-white);
  background-color: var(--c-camp);
  padding: 0 3px;
}

/* MANAGER */
.camp-manager-wrap .camp-ttl {
  text-align: center;
}
.camp-manager-wrap__con {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 4%;
  align-items: flex-start;
}
.camp-manager-wrap__con__img {
  width: 20%;
}
.camp-manager-wrap__con__img p {
  text-align: center;
  font-weight: 500;
  margin: 10px 0 0;
}
.camp-manager-wrap__con__img p span {
  display: block;
  color: #8f8f8f;
  font-size: 0.9rem;
}
.camp-manager-wrap__con__txt {
  width: 65%;
}
.camp-manager-wrap__con__txt p {
  margin: 0;
  line-height: 1.85;
  font-weight: 500;
}

/* GOAL */
.camp-goal {
  display: block;
  transform: translateY(-15vh);
  margin-bottom: -15vh;
}
.camp-goal-wrap {
  width: 100%;
  height: 100%;
}

/* CTA（最低限） */
.cta.footer {
  background: var(--c-camp);
  padding: 60px 0;
}
.cta .cta-wrap {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.cta .s-ttl {
  margin: 0 0 16px;
  line-height: 1.4;
  color: var(--c-white);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 700;
}
.cta .logo {
  width: min(320px, 80%);
  margin: 0 auto 18px;
}
.btn-set > span {
  color: var(--c-white);
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.btn {
  margin: 0 auto;
  width: min(430px, 100%);
  background-color: var(--c-white);
  border-radius: 9999px;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  width: 100%;
  aspect-ratio: 5.75 / 1;
}
.btn a p {
  margin: 0;
  font-weight: 700;
  color: var(--c-camp);
  line-height: 1;
}
.btn a img {
  width: 24px;
  height: auto;
}

/* responsive tweaks */
@media (max-width: 1024px) {
  .camp-top-wrap {
    padding: 3vh 0;
  }
  .camp-top-wrap__top h1,
  .camp-top-wrap__top h2 {
    padding-left: 50px;
  }
  .camp-top-wrap__bottom {
    margin-right: 50px;
  }
  .camp-about-wrap__top {
    width: 75%;
    margin: 0 auto;
  }
  .camp-about-wrap__top__img {
    display: none;
  }
  .camp-about-wrap__top__txt {
    width: fit-content;
  }
  .camp-about-wrap__bottom {
    width: 75%;
    flex-wrap: wrap;
    gap: 4vw;
    padding: 5px 15px 15px;
  }
  .camp-about-wrap__bottom__box {
    width: calc(50% - 2vw);
  }
  .camp-about-wrap__bottom__box:nth-of-type(4) {
    display: block;
    background: transparent;
    box-shadow: none;
    border-top: none;
    transform: scale(-1, 1);
    padding: 0;
  }
  .camp-feature {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .camp-manager-wrap__con {
    width: 75%;
  }
  .camp-manager-wrap__con__txt {
    width: 73%;
  }
  .camp-goal {
    transform: translateY(-5vh);
    margin-bottom: -5vh;
  }
}

@media (max-width: 768px) {
  .camp-top-wrap {
    padding: 5vh 0;
    background: url(./img/camp-top02.png), var(--c-camp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .camp-top-wrap__top h1,
  .camp-top-wrap__top h2 {
    padding-left: 60px;
    line-height: 2;
  }
  .camp-top-wrap__bottom {
    margin: 30vh auto 0;
    margin-right: 0;
    text-align: right;
  }
  .camp-top-wrap__bottom h3,
  .camp-top-wrap__bottom p {
    text-align: right;
  }
  .camp-about-wrap__top {
    width: 80%;
  }
  .camp-about-wrap__bottom {
    width: 80%;
    flex-direction: column;
    gap: 4vw;
  }
  .camp-about-wrap__bottom__box {
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
  }
  .camp-about-wrap__bottom__box:nth-of-type(4) {
    display: none;
  }
  .camp-feature-wrap__con__block,
  .camp-feature-wrap__con__block:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .camp-feature-wrap__con__block__img {
    width: 60%;
    margin: 0 auto 15px;
  }
  .camp-feature-wrap__con__block__txt {
    width: 100%;
  }
  .camp-feature-wrap__con__block__txt h4 {
    text-align: center;
    margin-bottom: 15px;
  }
  .camp-manager-wrap__con {
    width: 80%;
    display: block;
  }
  .camp-manager-wrap__con__img {
    width: 60%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .camp-manager-wrap__con__img img {
    width: 50%;
  }
  .camp-manager-wrap__con__img p {
    width: 45%;
    text-align: left;
    font-size: 0.8rem;
  }
  .camp-manager-wrap__con__txt {
    width: 100%;
  }
  .camp-goal {
    transform: translateY(-3vh);
    margin-bottom: -3vh;
  }
}

@media (max-width: 480px) {
  .camp-top-wrap {
    padding: 10vh 0;
    background-position: left center;
    background-size: 105%;
  }
  .camp-top-wrap__top h1,
  .camp-top-wrap__top h2 {
    padding: 0 22px;
  }
  .camp-top-wrap__top h2 {
    line-height: 2.5;
  }
  .camp-top-wrap__bottom {
    text-align: center;
    margin: 34vh auto 0;
  }
  .camp-top-wrap__bottom h3,
  .camp-top-wrap__bottom p {
    text-align: center;
  }
  .camp-feature {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .camp-feature-wrap__con__block__img {
    width: 80%;
    margin: 0 auto 8px;
  }
  .camp-feature-wrap__con__block__txt h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .camp-feature-wrap__con__block__txt p {
    font-size: 0.75rem;
  }
  .camp-manager-wrap__con {
    width: 90%;
  }
}
