.project-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(28px, 6vw, 300px) clamp(20px, 6vw, 80px);
  box-sizing: border-box;
  background-image: url("../assets/activityBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  color: #fff;
  overflow: hidden;
}

.project-hero .project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.project-content {
  position: relative;
  z-index: 2;
  width: min(1000px, 100%);
  max-width: 1000px;
}

.project-title {
  margin: 0 0 22px 0;
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  font-size: clamp(2rem, 6.2vw, 5rem);
  letter-spacing: 0.2px;
}

.project-desc {
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  max-width: 880px;
}

@media (max-width: 75rem) {
  .project-hero {
    background-position: center right;
    min-height: 64vh;
    padding: clamp(28px, 6vw, 220px) clamp(18px, 5vw, 60px);
  }
}

@media (max-width: 48rem) {
  .project-hero {
    min-height: auto;
    padding: 110px 6% 48px;
    align-items: flex-start;
    background-position: center center;
  }

  .project-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .project-title {
    font-size: clamp(1.8rem, 7.5vw, 3rem);
    margin-bottom: 18px;
  }

  .project-desc {
    font-size: clamp(0.95rem, 2.6vw, 1.05rem);
    line-height: 1.7;
    max-width: 100%;
  }
}

@media (max-width: 40rem) {
  .project-hero {
    padding: 80px 6% 40px;
  }
}

@media (min-width: 100rem) {
  .project-hero {
    min-height: 85vh;
  }
  .project-title {
    font-size: clamp(3.2rem, 4.6vw, 6rem);
  }
}

/* Section 国際大学との連携 styles  */
.program-section {
  background-color: #f7efea;
  padding: clamp(48px, 6.5vw, 120px) 0;
  color: #333;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12%;
  box-sizing: border-box;
}

.section-title {
  font-size: clamp(28px, 4.2vw, 50px);
  font-weight: 900;
  margin: 0 0 clamp(30px, 4vw, 100px);
  color: #111;
  text-align: left;
  line-height: 1.05;
}

.content-wrapper {
  display: flex;
  gap: clamp(20px, 4.5vw, 90px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.text-box {
  flex: 1 1 480px;
  min-width: 280px;
  margin: 0;
  padding-right: 12px;
}

.text-box .titletext {
  font-size: clamp(20px, 2.6vw, 36px);
  font-weight: 800;
  margin-bottom: 12px;
}

.content-title {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  margin-bottom: 12px;
}

.content-text {
  line-height: 1.8;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #111;
  text-align: justify !important;
  text-justify: inter-word;
}

.image-box {
  flex: 0 0 440px;
  max-width: 480px;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  align-self: flex-start;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.image-caption {
  font-size: clamp(12px, 1.25vw, 13px);
  margin-top: 10px;
  color: #111;
  line-height: 1.6;
}

@media (max-width: 64rem) {
  .container {
    padding: 0 10%;
  }

  .content-wrapper {
    gap: clamp(16px, 4vw, 48px);
  }
  .image-box {
    flex: 0 0 420px;
    max-width: 420px;
    padding: 18px 20px;
  }
  .text-box {
    flex: 1 1 360px;
  }
}

@media (max-width: 48rem) {
  .container {
    padding: 0 8%;
  }

  .program-section {
    padding: clamp(28px, 6vw, 48px) 0;
  }

  .section-title {
    font-size: clamp(20px, 5.5vw, 32px);
    text-align: left;
    margin-bottom: 18px;
    padding: 0;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }

  .text-box {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .image-box {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
  }

  .image-box img {
    aspect-ratio: 16/9;
  }

  .text-box {
    order: 1;
  }
  .image-box {
    order: 2;
    margin-top: 6px;
  }
}

@media (max-width: 40rem) {
  .container {
    padding: 0 8%;
  }

  .program-section {
    padding: 60px 0;
  }

  .image-box,
  .section2 .image-box2,
  .image-card {
    padding: 16px 18px;
    border-radius: 16px;
  }

  .image-box img,
  .section2 .image-box2 img,
  .image-card img {
    border-radius: 12px;
  }
}

/*  Section 日本語教育 styles  */
.program-section.section2 {
  background-color: #e8f8ec;
  padding: clamp(48px, 6.5vw, 120px) 0;
}

.green-titlebox {
  background-color: #86f7b5;
  color: #111;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 600;
  width: fit-content;
  padding: 10px 48px;
  border-radius: 14px;
  box-shadow: 2px 14px 50px rgba(80, 80, 80, 0.12);
  margin-bottom: clamp(24px, 3.5vw, 80px);
}

.reverse-layout {
  display: flex;
  gap: clamp(18px, 4.5vw, 90px);
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.section2 .image-box2 {
  flex: 1 1 420px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.section2 .image-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  aspect-ratio: 16 / 10;
}

.section2 .text-box2 {
  flex: 1.1 1 480px;
  min-width: 260px;
}

.section2 .content-title {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  margin-bottom: 14px;
}

.section2 .content-text {
  line-height: 1.8;
  font-size: clamp(15px, 1.9vw, 18px);
  color: #111;
}

/*  Section イベント  */
.program-section.section3 {
  background-color: #e9f7fb;
  padding: clamp(48px, 6.5vw, 120px) 0;
  position: relative;
  overflow: visible;
}

.program-section.section3 .ribbon {
  display: inline-block;
  background: #f6da4e;
  color: #111;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(20, 40, 60, 0.08);
  transform: translateY(0);
  margin-left: 0;
  font-size: clamp(14px, 1.6vw, 20px);
  letter-spacing: 0.2px;
}

.content-wrapper3 {
  display: flex;
  gap: clamp(20px, 4.5vw, 80px);
  align-items: flex-start;
  margin-top: 24px;
  flex-wrap: wrap;
}

.image-card {
  flex: 0 0 480px;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 24px 50px rgba(10, 30, 40, 0.08);
  transform: translateY(12px);
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.text-block {
  flex: 1 1 480px;
  margin-top: 8px;
  min-width: 260px;
}
.big-title {
  font-size: clamp(22px, 3.2vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  color: #111;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.paragraphs p {
  color: #111;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.9;
  margin-bottom: 18px;
}

.program-section.section3 .container {
  padding-top: 18px;
}

/*Responsive */
@media (max-width: 64rem) {
  .content-wrapper,
  .reverse-layout,
  .content-wrapper3 {
    gap: clamp(16px, 4vw, 48px);
  }

  .image-card {
    max-width: 420px;
    flex: 0 0 420px;
  }
  .image-box,
  .section2 .image-box2 {
    max-width: 420px;
  }

  .big-title {
    font-size: clamp(20px, 3.4vw, 34px);
  }
}

@media (max-width: 48rem) {
  .program-section {
    padding: clamp(36px, 6vw, 56px) 0;
  }

  .section-title {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper,
  .reverse-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .text-box,
  .section2 .text-box2,
  .text-block {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 12px;
  }

  .image-box,
  .section2 .image-box2,
  .image-card {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 12px;
    padding: 18px 20px;
  }

  .text-box {
    margin-top: 12px;
  }

  .image-box img,
  .section2 .image-box2 img,
  .image-card img {
    aspect-ratio: 16 / 9;
  }

  .section-title {
    font-size: clamp(20px, 5.5vw, 32px);
    margin-bottom: 28px;
  }

  .big-title {
    margin-top: 0;
    letter-spacing: 1px;
    text-align: left;
  }
  .paragraphs p {
    font-size: clamp(14px, 3vw, 15px);
  }
}

@media (max-width: 40rem) {
  .program-section {
    padding: 60px 0;
  }
}

@media (min-width: 100rem) {
  .content-wrapper,
  .reverse-layout,
  .content-wrapper3 {
    gap: clamp(40px, 3.2vw, 120px);
  }
  .section-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Section: NECSCAT AWARD  */
.award-section {
  background: #ffffff;
  padding: 80px 0 110px;
  color: #344949;
}

.award-container {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12%;
  box-sizing: border-box;
}

.award-left {
  flex: 0 0 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.award-hero-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 24px 50px rgba(20, 40, 60, 0.08);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.award-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 70px rgba(20, 40, 60, 0.12);
}

.award-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.award-coupons {
  display: flex;
  gap: 14px;
  align-items: stretch;
  flex-wrap: wrap;
}
.paragraphs {
  text-align: justify !important;
  text-justify: inter-word;
}
.award-coupon-img {
  width: calc(50% - 7px);
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(10, 30, 60, 0.08);
  object-fit: cover;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.award-coupon-img:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 28px 48px rgba(10, 30, 60, 0.12);
}

.award-note {
  font-size: 13px;
  color: #111;
  margin-top: 6px;
  line-height: 1.6;
  max-width: 520px;
}

.award-right {
  flex: 1;
  padding-top: 6px;
  min-width: 320px;
}

.award-main-heading {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 0 18px;
  color: #111;
}

.award-divider {
  width: 200px;
  height: 1.5px;
  margin-bottom: 30px;
  background: linear-gradient(
    -90deg,
    #ef6248,
    #828620 20%,
    #22b633 30%,
    #24a7b8 50%,
    #2b19b9 60%,
    #d90dba 80%,
    red
  );
}

.kicker {
  color: #111;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.2px;
}

.award-title {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  margin: 6px 0 18px;
  color: #111;
  letter-spacing: 0.6px;
}

.award-desc {
  color: #111;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
  text-align: justify;
  text-justify: inter-word;
}

.award-points {
  margin-top: 8px;
  padding-left: 20px;
  color: #111;
}
.award-points li {
  margin-bottom: 10px;
  font-size: 15px;
}

@media (max-width: 64rem) {
  .award-container {
    gap: 32px;
    padding: 0 10%;
  }
  .award-left {
    flex-basis: 420px;
  }
  .award-title {
    font-size: 30px;
  }
  .award-coupon-img {
    max-width: 220px;
    width: calc(50% - 7px);
  }
}

@media (max-width: 48rem) {
  .award-container {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 8%;
  }

  .award-left {
    width: 100%;
    flex-basis: auto;
    order: 2;
  }

  .award-right {
    order: 1;
    padding-top: 0;
  }

  .award-hero-card {
    padding: 14px;
  }
  .award-title {
    font-size: 26px;
    margin-top: 6px;
  }
  .award-desc {
    font-size: 15px;
    line-height: 1.75;
  }
  .award-coupon-img {
    width: 48%;
    max-width: 48%;
  }
  .award-note {
    font-size: 13px;
  }
}

@media (max-width: 40rem) {
  .award-container {
    padding: 0 8%;
  }

  .award-section {
    padding: 60px 0 80px;
  }
}

/* ===== Section: Hiring / 内定 授与 (new) ===== */
.hiring-section {
  background: #ffffff;
  padding: 80px 0;
  color: #334241;
}

.hiring-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding: 0 12%;
  box-sizing: border-box;
  text-align: center;
}

.hiring-heading {
  font-size: 36px;
  font-weight: 800;
  margin: 0 auto 10px;
  color: #111;
  letter-spacing: 0.6px;
}

.hiring-divider {
  width: 220px;
  height: 1.5px;
  margin: 40px auto 20px;
  background: linear-gradient(
    -90deg,
    #ef6248,
    #828620 20%,
    #22b633 30%,
    #24a7b8 50%,
    #2b19b9 60%,
    #d90dba 80%,
    red
  );
}

.hiring-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 90px;
}

.hiring-left {
  flex: 0 0 420px;
  max-width: 420px;
  text-align: left;
  padding-top: 8px;
}

.hiring-left-text {
  color: #111;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.2px;
  text-align: justify;
  text-justify: inter-word;
}

.hiring-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hiring-image-card {
  position: relative;
  width: 540px;
  max-width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 30px 60px rgba(20, 40, 60, 0.08);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.hiring-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 44px 80px rgba(20, 40, 60, 0.12);
}

.hiring-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  filter: none;
}

.hiring-caption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.104);
  padding: 10px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(10, 20, 30, 0.06);
  text-align: left;
}

.caption-kicker {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
  text-shadow: #787878 0px 0px 5px;
}

.caption-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 6px;
  color: #fff;
  text-shadow: #ffffff 0px 0px 7px;
}

.caption-sub {
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 64rem) {
  .hiring-container {
    padding: 0 10%;
  }

  .hiring-content {
    gap: 28px;
    align-items: flex-start;
  }
  .hiring-left {
    flex-basis: 360px;
  }
  .hiring-image-card {
    width: 460px;
  }
}

@media (max-width: 48rem) {
  .hiring-container {
    padding: 0 8%;
  }
  .hiring-heading {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .hiring-content {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .hiring-left {
    max-width: 100%;
    flex: 1 1 auto;
    text-align: left;
    padding-top: 0;
  }
  .hiring-image-card {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
  }
  .hiring-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }
  .hiring-left-text {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 40rem) {
  .hiring-container {
    padding: 0 8%;
  }

  .hiring-section {
    padding: 60px 0;
  }
}
