@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/* =========================
  1920 Base
========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #5f2397;
  line-height: 1.8;
}

a {
  color: #5f2397;
  text-decoration: none;
  margin-left: 1rem;
}

.no-scroll {
  overflow: hidden;
}

header,
footer {
  background: #f9d1ad;
  padding: 2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Header */
header {
  position: relative;
}
header .logo {
  font-size: 3rem;
  margin-left: 2rem;
}
header .main-nav {
  margin-right: 2rem;
}
header .main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  font-size: 2rem;
}
header .main-nav .hamburger {
  display: none;
}
header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
header .main-nav a {
  text-decoration: none;
  color: #5f2397;
  font-size: 2rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
header .main-nav a:hover {
  color: #5f2397;
}

/* Sections */
.services {
  background: #f9d1ad;
  padding-bottom: 4rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.intro {
  background: #ececec;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.intro h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}
.intro p {
  margin-left: 9rem;
  font-size: 2vw;
}
.intro p .sp-only {
  display: none;
}
.intro p .pc-only {
  display: inline;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #5f2397;
  margin: 4px 0;
  transition: 0.3s;
}

#menu {
  display: flex;
  gap: 1rem;
}
#menu.active {
  display: block;
  flex-direction: column;
}

.courses {
  background: #ff8f1f;
  padding-bottom: 10rem;
}
.courses h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 8rem;
  padding-top: 4rem;
}
.courses h2::after {
  content: "";
  display: block;
  height: 6px;
  width: 15vw;
  background: #5f2397;
  margin: 1rem auto 0;
}

.first-time {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5vw;
  margin-bottom: 10rem;
}
.first-time img {
  width: 100%;
  max-width: 40vw;
  margin: 0 auto;
}
.first-time .text {
  flex: 1;
  padding-left: 6rem;
}
.first-time h3 {
  font-size: 3.5rem;
}
.first-time strong {
  font-size: 3rem;
}
.first-time p {
  margin-top: 1vw;
  font-size: 2vw;
  width: 54rem;
}
.first-time p .sp-only {
  display: none;
}

.job-ready {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5vw;
}
.job-ready img {
  width: 100%;
  max-width: 40vw;
  margin: 0 auto;
}
.job-ready .text {
  flex: 1;
  padding-left: 6rem;
}
.job-ready h3 {
  font-size: 3.5rem;
}
.job-ready strong {
  font-size: 3rem;
}
.job-ready p {
  margin-top: 1vw;
  font-size: 2vw;
  width: 54rem;
}
.job-ready p .sp-only {
  display: none;
}

.flow {
  background-color: #ececec;
  padding: 4rem 4rem;
}
.flow h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
}
.flow h2::after {
  content: "";
  display: block;
  height: 6px;
  width: 25vw;
  background: #5f2397;
  margin: 1rem auto 0;
}
.flow .step {
  display: flex;
  margin-bottom: 20rem;
  margin-left: 5rem;
}
.flow .step .circle {
  background: #ff8f1f;
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
  color: #5f2397;
  font-size: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10rem;
}
.flow .step .circle .text {
  margin-top: 5vw;
  text-align: center;
  font-weight: 600;
}
.flow .step .circle p {
  line-height: 0.5;
}
.flow .step .content h3 {
  font-size: 3.5rem;
  margin-left: 16rem;
}
.flow .step .content h4 {
  font-size: 3rem;
  margin-left: 16rem;
  margin-bottom: 2rem;
}
.flow .step .content p {
  font-size: 2.5rem;
  width: 56vw;
}
.flow .step .content p .sp-only {
  display: none;
}

.contact {
  background: #ff8f1f;
  padding: 5rem 2rem;
  color: #5f2397;
}
.contact h2 {
  font-size: 4rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}
.contact h2::after {
  content: "";
  display: block;
  height: 5px;
  width: 12rem;
  background: #5f2397;
  margin: 1rem auto;
}
.contact h3 {
  margin-bottom: 3vw;
  font-size: 3rem;
  text-align: center;
}
.contact h3 .sp-only {
  display: none;
}
.contact p {
  font-size: 2.5rem;
  margin-left: 25rem;
  padding-bottom: 2rem;
}
.contact .btn {
  background: white;
  color: #5f2397;
  padding: 0.75rem 8rem;
  border-radius: 40px;
  display: inline-block;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2rem;
  margin-left: 42rem;
}

footer .logo {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 2rem;
}
footer nav {
  font-size: 1.5rem;
}
footer p {
  font-size: 2rem;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

/* ---------- Hamburger / Mobile Menu ---------- */
.hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #5f2397;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff8f1f;
  background-size: cover;
  background-position: center;
  backdrop-filter: brightness(0.7);
  z-index: 10;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease;
  /* ✅ showはこの形 */
}
.mobile-menu.show {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.4s ease forwards;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.mobile-menu li {
  margin: 20px 0;
}
.mobile-menu a {
  font-size: 3rem;
  color: #5f2397;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #5f2397;
}
.mobile-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  color: #5f2397;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* =========================
  1440px
========================= */
@media (max-width: 1440px) {
  .courses .first-time {
    flex-wrap: nowrap;
    margin-bottom: 20rem;
  }
  .courses .first-time img {
    max-width: 38vw;
  }
  .courses .first-time h3 {
    font-size: 3rem;
  }
  .courses .first-time strong {
    font-size: 2.5rem;
  }
  .courses .first-time p {
    width: 41rem;
  }
  .courses .job-ready {
    flex-wrap: nowrap;
  }
  .courses .job-ready img {
    max-width: 38vw;
  }
  .courses .job-ready h3 {
    font-size: 3rem;
  }
  .courses .job-ready strong {
    font-size: 2.5rem;
  }
  .courses .job-ready p {
    width: 41rem;
  }
  .flow {
    padding: 5rem 8rem 1rem 8rem;
  }
  .flow h2 {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  .flow .step {
    margin-bottom: 10rem;
  }
  .flow .step .circle {
    font-size: 3rem;
    width: 20vw;
    height: 20vw;
    margin-right: 10rem;
  }
  .flow .step .circle .text {
    margin-top: 6vw;
  }
  .flow .step .content h3 {
    font-size: 2.5rem;
    margin-left: 3rem;
  }
  .flow .step .content h4 {
    font-size: 2rem;
    margin-left: 10rem;
  }
  .flow .step .content p {
    font-size: 1.5rem;
    width: 41rem;
  }
  .contact p {
    margin-left: 14rem;
    font-size: 2rem;
    line-height: 1;
  }
  .contact .btn {
    margin-left: 28rem;
  }
}
/* =========================
  768px
========================= */
@media (max-width: 768px) {
  header {
    padding-top: 1rem;
  }
  header .hamburger {
    display: flex;
  }
  header .logo {
    font-size: 2rem;
    font-weight: 800;
  }
  header .main-nav {
    display: none;
  }
  header .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: peachpuff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  body {
    font-size: 15px;
  }
  .services {
    font-size: 2rem;
  }
  .intro {
    padding-bottom: 4rem;
  }
  .intro p {
    line-height: 3;
    font-size: 2rem;
    margin-left: 5rem;
  }
  .intro p .sp-only {
    display: inline;
  }
  .intro p .pc-only {
    display: none;
  }
  .courses h2 {
    margin-bottom: 4rem;
  }
  .courses .first-time {
    margin-left: 0;
    margin-bottom: 10rem;
    flex-direction: column-reverse;
  }
  .courses .first-time img {
    max-width: 90vw;
  }
  .courses .first-time .text {
    padding-bottom: 3rem;
    padding-left: 4rem;
  }
  .courses .first-time h3 {
    font-size: 6vw;
    padding-bottom: 2rem;
  }
  .courses .first-time strong {
    padding-left: 2rem;
  }
  .courses .first-time p {
    margin-left: 1rem;
    font-size: 1.5rem;
    padding-top: 2rem;
    line-height: 4;
  }
  .courses .first-time p .sp-only {
    display: inline;
  }
  .courses .job-ready {
    margin-left: 0;
    flex-direction: column-reverse;
  }
  .courses .job-ready img {
    max-width: 90vw;
  }
  .courses .job-ready .text {
    padding-bottom: 3rem;
    padding-left: 4rem;
  }
  .courses .job-ready h3 {
    font-size: 6vw;
    padding-bottom: 2rem;
    margin-left: 4rem;
  }
  .courses .job-ready strong {
    padding-left: 2rem;
  }
  .courses .job-ready p {
    margin-left: 1rem;
    font-size: 1.5rem;
    padding-top: 2rem;
    line-height: 4;
  }
  .courses .job-ready p .sp-only {
    display: inline;
  }
  .flow {
    padding: 2rem 3rem;
  }
  .flow h2 {
    font-size: 3rem;
  }
  .flow .step {
    margin-left: 0;
  }
  .flow .step .circle {
    width: 35vw;
    height: 35vw;
    margin-right: 6rem;
  }
  .flow .step .circle .text {
    margin-top: 10vw;
  }
  .flow .step .content {
    margin-top: 2rem;
  }
  .flow .step .content h3 {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .flow .step .content h4 {
    font-size: 1rem;
    margin-left: 3rem;
  }
  .flow .step .content p {
    font-size: 1rem;
    width: 40vw;
  }
  .flow .step .content p .sp-only {
    display: inline;
  }
  .contact {
    padding: 3rem 2rem;
  }
  .contact h2 {
    display: none;
  }
  .contact h3 {
    font-size: 2rem;
  }
  .contact p {
    font-size: 1.5rem;
    margin-left: 2rem;
  }
  .contact .btn {
    margin-left: 7rem;
  }
  footer {
    display: block;
  }
  footer .logo {
    font-weight: 800;
    margin-left: 10rem;
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  footer nav {
    margin-left: 7rem;
    padding-bottom: 1rem;
  }
  footer p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=service.css.map */