/* ROOT TOKENS
--------------------------------------------------------*/
:root {
  --blue: #003b85;
  --young-blue: #3395c8;
  --text: #111;
  --black-text: #252525;
  --heading: #111;
  --muted: #5e6b7a;
  --bullet: #111;
  --white: #fff;
  --secondary-bg: #f7f7f3;
  --container: 1000px;
  --gutter: 24px;
  --gutter-lg: 40px;
  --black: #000;
  --dark-blue: #1a2538;
  --white: #fff;
  --overlay: rgba(0, 0, 0, 0.6);
  --ring: rgba(0, 0, 0, 0.05);
  --radius: 12px;
  --line: #ccc;
}

html {
  scroll-behavior: smooth;
}

.graduates-header-text {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.ttl-page {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/new-graduates/ttl-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ttl-page__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.ttl-page__inner {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== MOBILE (≤767px) ===== */
@media (max-width: 767px) {
  .ttl-page {
    height: 142px;
    background-image: url(../img/new-graduates/ttl-page-mobile.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 48.1px;
  }

  .ttl-page__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .ttl-page {
    height: 300px;
  }

  .ttl-page__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
  }
}

.graduates-header-text {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.graduates-header-text p {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 4px;
}
.graduates-header-text h2 {
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.6;
  margin: 0 !important;
  text-align: center !important;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .graduates-header-text p {
    font-size: 32px;
    margin: 0 0 16px;
  }
  .graduates-header-text h2 {
    font-size: 16px;
  }
}

/* Career */
.career-section {
  padding: 64px 15px 0px 15px;
  margin-bottom: 60px;
}

.career-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}

.career-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.career-text h2 {
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
  margin: 0 0 32px !important;
  all: revert;
}

.career-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--black-text);
}

.career-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}

.career-links {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0px;
  row-gap: 30px;
  margin: 64px auto 0;
  padding: 0;
  max-width: var(--container);
}

.career-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  text-decoration: none;
  padding: 0px 0px 20px 0px;
  border-bottom: 2px solid var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: opacity 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
}
.career-links a img {
  width: 14px;
  height: 14px;
  padding-left: 16px;
  object-fit: contain;
}
.career-links a:hover {
  opacity: 0.7;
}

/* ===== Tablet ===== */
@media (min-width: 768px) and (max-width: 1023px) {
  .career-section {
    padding: 120px 20px 60px 20px;
  }

  .career-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: center;
    max-width: 1000px;
    gap: 64px;
    margin: 0 auto;
  }

  .career-text h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 40px !important;
  }

  .career-text p {
    font-size: 16px;
    line-height: 30px;
  }

  .career-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .career-image img {
    width: 100%;
    max-width: 340px;
    height: auto;
    object-fit: cover;
    min-width: unset;
    min-height: 380px;
  }

  .career-links {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
    row-gap: 24px;
    margin-top: 64px;
  }
  .career-links a {
    padding: 5px 0px;
    height: 48px;
  }
}

@media (min-width: 1024px) {
  .career-section {
    padding: 120px 0 0 0;
  }

  .career-inner {
    grid-template-columns: 500px 380px;
    align-items: start;
    justify-content: center;
    max-width: 1000px;
    gap: 120px;
    margin: 0 auto;
  }

  .career-text {
    max-width: 500px;
    width: 100%;
  }

  .career-text h2 {
    font-size: 28px !important;
    line-height: 42px !important;
    font-weight: 700 !important;
    margin: 0 0 48px !important;
  }

  .career-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }

  .career-image img {
    width: 100%;
    max-width: 380px;
    height: auto;
    object-fit: cover;
    min-width: 380px;
    min-height: 450px;
  }

  .career-links {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 28px;
    row-gap: 24px;
    margin-top: 64px;
  }
  .career-links a {
    padding: 5px 0px;
    height: 48px;
  }
}

@media (max-width: 320px) {
  .career-text h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .career-text p {
    font-size: 14px;
    line-height: 26px;
  }
  .career-links a {
    font-size: 13px;
  }
}

/* .message_block */

#recruited-message .recruited_block {
  padding: 80px 0;
  background: var(--secondary-bg);
  margin: 0;
}

#recruited-message .recruited_block .container {
  max-width: 1000px;
  margin: 64px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
}

#recruited-message .recruited_block .container p {
  font-size: 16px;
  line-height: 28px;
  color: var(--black-text);
}

#recruited-message .recruited_block .container p.name {
  text-align: right;
  margin-top: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #recruited-message .recruited_block .container {
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  #recruited-message .recruited_block .container {
    padding: 0;
  }
}

/* GROW */

.grow__section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.grow__section > :nth-child(1 of .grow-block) {
  margin-top: 64px;
}

.grow-block {
  margin-top: 64px;
}

.grow-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
  border-top: 2px solid var(--blue);
  padding: 24px 0 0px;
}

.grow-item__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--blue);
  background: #fff;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 6px;
}

.grow-item .grow-item__image {
  order: 1;
}
.grow-item .grow-item__text {
  order: 2;
}

.grow-item__text h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 0 0 16px;
}
.grow-item__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #252525;
  margin: 0;
}

.grow-item__image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grow-item__image img {
  width: 100%;
  aspect-ratio: 430 / 282;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grow__section {
    padding: 0 20px;
  }

  .grow__section > :nth-child(1 of .grow-block) {
    margin-top: 64px;
  }

  .grow-block {
    margin-top: 0;
  }

  .grow-item {
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
    row-gap: 24px;
    padding-bottom: 40px;
  }

  .grow__section > :nth-child(2 of .grow-block) .grow-item__image {
    order: 1;
  }
  .grow__section > :nth-child(2 of .grow-block) .grow-item__text {
    order: 2;
  }

  .grow__section
    > :not(:nth-child(2 of .grow-block)).grow-block
    .grow-item__image {
    order: 2;
  }
  .grow__section
    > :not(:nth-child(2 of .grow-block)).grow-block
    .grow-item__text {
    order: 1;
  }

  .grow__section > :nth-child(2 of .grow-block) .grow-item {
    grid-template-columns: 380px 452px;
  }

  .grow-item__text h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .grow-item__image img {
    max-width: 380px;
  }
}

@media (max-width: 320px) {
  .grow-item__text h3 {
    font-size: 16px;
  }
  .grow-item__text p {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .grow__section {
    padding: 0;
  }

  .grow-item {
    grid-template-columns: 500px 430px;
    column-gap: 70px;
    row-gap: 0;
    padding-bottom: 40px;
    padding-top: 48px;
  }

  .grow__section > :nth-child(1 of .grow-block) {
    margin-top: 64px;
  }

  .grow-block {
    margin-top: 0;
  }

  .grow__section > .grow-block:last-of-type .grow-item {
    padding-bottom: 0;
  }

  .grow__section > :nth-child(2 of .grow-block) .grow-item {
    grid-template-columns: 430px 500px;
  }
  .grow__section > :nth-child(2 of .grow-block) .grow-item__image {
    order: 1;
  }
  .grow__section > :nth-child(2 of .grow-block) .grow-item__text {
    order: 2;
  }

  .grow__section
    > :not(:nth-child(2 of .grow-block)).grow-block
    .grow-item__image {
    order: 2;
  }
  .grow__section
    > :not(:nth-child(2 of .grow-block)).grow-block
    .grow-item__text {
    order: 1;
  }

  .grow-item__text h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }

  .grow-item__image img {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 430 / 282;
    height: auto;
    padding-bottom: 69px;
  }
}

.grow__section > .grow-item:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Job*/
.job-section {
  background: var(--secondary-bg);
  padding: 80px 0;
}
.job {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.job-intro {
  margin: 64px auto 64px;
  text-align: left;
}
.job-intro p {
  max-width: var(--container);
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: var(--text);
}

.job-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 80px;
  margin: 0;
  padding: 0;
}

.job-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.job-item figure {
  margin: 0;
}
.job-item img {
  width: 100%;
  aspect-ratio: 360 / 255;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.job-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--heading);
  margin: 0 0 16px;
}
.job-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin: 0 0 16px;
}
.job-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.job-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
}
.job-content ul li::before {
  content: "・";
  position: absolute;
  left: -20px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  top: 2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .job {
    padding: 0 20px;
  }

  .job-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 64px;
  }

  .job-item {
    gap: 32px;
  }

  .job-item img {
    max-width: 420px;
    aspect-ratio: 458 / 324;
    margin: 0;
  }

  .job-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .job {
    padding: 0;
  }

  .job-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 84px;
    row-gap: 80px;
  }

  .job-item {
    gap: 32px;
  }

  .job-item img {
    max-width: 458px;
    aspect-ratio: 458 / 324;
    margin: 0;
  }

  .job-content h3 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
  }
}

/* WELFARE */
#welfare .graduates-header-text {
  padding-bottom: 64px;
}

.welfare-list {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 48px;
  justify-items: center;
}

.welfare-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 24px;
  align-items: start;
  width: 100%;
  min-height: 176px;
}

.welfare-icon {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.welfare-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}

.welfare-text h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--heading);
}

.welfare-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black-text);
  margin: 0;
  letter-spacing: 0.02em;
}

.welfare-note {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-text);
  margin-top: 40px;
}

@media (min-width: 700px) and (max-width: 767px) {
  .welfare-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
  .welfare-item {
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .welfare-list {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    column-gap: 60px;
    row-gap: 32px;
  }

  .welfare-note {
    text-align: center;
  }

  .welfare-item {
    max-width: 360px;
    min-height: 176px;
    grid-template-columns: 96px 1fr;
    column-gap: 24px;
  }

  .welfare-icon img {
    width: 96px;
    height: 96px;
  }
}

@media (min-width: 1024px) {
  .welfare-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 24px;
    padding: 0px;
  }

  .welfare-note {
    text-align: center;
  }

  .welfare-item {
    max-width: 450px;
    min-height: 200px;
    grid-template-columns: 120px 1fr;
    column-gap: 40px;
  }

  .welfare-icon img {
    width: 120px;
    height: 120px;
  }

  .welfare-note {
    padding: 0px;
  }
}

/* Guideline */

#guideline .guideline_block {
  background: var(--secondary-bg);
  padding: 80px 0px;
}

#guideline .container {
  max-width: var(--container);
  margin: 64px auto 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.guideline_block table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.guideline_block th {
  width: 80px;
  padding: 20px 20px 20px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.08em;
  color: var(--blue);
  vertical-align: top;
  text-align: left;
  position: relative;
  white-space: nowrap;
}

.guideline_block td {
  padding: 20px 20px 20px 16px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #2b313a;
  vertical-align: top;
  position: relative;
  word-break: break-word;
}

.guideline_block th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleY(0.5);
  transform-origin: bottom left;
}

.guideline_block a {
  color: var(--young-blue);
  text-decoration: underline;
  font-weight: 700;
}

.guideline_block td::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #d2d2d2;
  transform: scaleY(0.5);
  transform-origin: bottom left;
}

.guideline_block td ul {
  margin: 8px 0 0;
  padding-left: 1.1em;
}
.guideline_block td li {
  margin: 0.25em 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #guideline .container {
    padding: 0 20px;
  }

  .br-table {
    display: none;
  }

  .guideline_block th {
    width: 200px;
  }
}

@media (min-width: 1024px) {
  #guideline .container {
    padding: 0px;
  }

  .guideline_block th {
    width: 214px;
  }

  .br-table {
    display: none;
  }

  .guideline_block td {
    width: calc(100% - 214px - 16px);
  }
}

/* Interview Section */
.interview_section {
  background: #fff;
}
.interview_container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

.interview_container .graduates-header-text {
  margin-bottom: 64px;
}

.interview_grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.interview_card {
  background: #fff;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.interview_link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.interview_media {
  position: relative;
  aspect-ratio: 320 / 438;
  overflow: hidden;
}
@supports not (aspect-ratio: 320 / 438) {
  .interview_media {
    height: 0;
    padding-top: 136.875%;
    position: relative;
  }
}

.interview_media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.interview_card:hover .interview_media img {
  transform: scale(1.08);
  cursor: pointer;
}

.interview_text {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  cursor: pointer;
}

.interview_badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 110px;
  background: var(--young-blue);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  cursor: pointer;
  pointer-events: none;
}

.interview_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 0 24px 24px 24px;
}
.interview_text h3 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.interview_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.interview_text p {
  margin-top: 24px;
}
.interview_text ul {
  margin-top: 16px;
}

.interview_text p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.interview_text ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.interview_text ul li:first-child {
  margin-bottom: 4px;
}

@media (min-width: 640px) {
  .interview_container {
    padding: 0 20px;
  }
  .interview_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media (min-width: 1024px) {
  .interview_container {
    padding: 0;
  }
  .interview_grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}

/*  Modal Base  */
.modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.35s ease-out,
    visibility 300ms ease-out;
}
.modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px) saturate(120%);
  backdrop-filter: blur(2px) saturate(120%);
  opacity: 0;
  transition: opacity 0.35s ease-out;
  border: none;
  cursor: pointer;
}
.modal.is-open .modal__backdrop {
  opacity: 1;
}

.modal__position {
  position: absolute;
  inset: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: visible;
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  transition:
    opacity 0.35s ease-out,
    transform 0.35s ease-out;
}
.modal.is-open .modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

body[style*="overflow: hidden"] {
  overscroll-behavior: none;
  touch-action: none;
}

.modal__scroll {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  max-height: 90vh;
}

/* Firefox */
.modal__scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* WebKit */
.modal__scroll::-webkit-scrollbar {
  width: 6px;
}
.modal__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.modal__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 9999px;
}
.modal__scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  max-width: 100%;
  margin: 0 auto;
}
@supports not (aspect-ratio: 3/2) {
  .modal__media {
    height: 0;
    padding-top: 66.6667%;
  }
}
.modal__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__titlePanel {
  position: relative;
  background: var(--dark-blue);
  color: var(--white);
  width: 100%;
  padding: 32px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transform: none;
}
.modal__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;

}
.modal__meta {
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.4;
}

.modal__meta .modal__metaItem:nth-of-type(2) {
  margin-bottom: 4px;
}

.modal__subtitle {
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 24px;
}
.modal__metaItem {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.modal__body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
  color: #1f2937;
  font-size: 15px;
  box-sizing: border-box;
}

.modal__img {
  max-width: 800px;
  max-height: 533px;
  display: block;
  margin: 40px 0 40px;
  aspect-ratio: 40 / 23;
  object-fit: cover;
}

.modal__close {
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.modal__close:hover {
  background: #000;
}

html.body-locked,
body.body-locked {
  overflow: hidden !important;
  overscroll-behavior: none;
  touch-action: none;
}

html,
body {
  height: 100%;
}

.qa {
  margin: 80px 0;
}

.qa__qrow {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.qa .qa__qrow p,
.qa .qa__q {
  font-size: inherit;
}

.qa__qrow p {
  margin: 0;
  color: var(--black);
}
.qa > p {
  margin: 0;
  color: var(--black-text);
  font-size: 16px;
  line-height: 28px;
}
.qa__q {
  color: var(--blue);
  font-weight: 700;
}
.qa-sub {
  margin: 20px 0 0;
}
.qa-sub .qa-sub__question {
  position: relative;
  font-weight: 700;
  color: #000000;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 40px;
}
.qa-sub__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.88em;
  width: 32px;
  height: 1px;
  background-color: var(--black);
}
.qa-sub p {
  margin: 0;
  color: var(--black-text);
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .modal__backdrop {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .qa__qrow {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .qa__q {
    display: block;
    line-height: 1;
  }
  .qa__qrow p {
    margin: 0;
  }
}

@media (max-width: 360px) {
  .modal__title {
    font-size: 20px;
  }
  .modal__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .modal__position {
    align-items: center;
    padding: 40px 16px;
  }

  .qa:first-of-type {
    margin-top: 36px;
  }

  .modal__dialog {
    width: 100%;
    max-width: fit-content; /* gunakan ukuran desktop */
    max-height: 85vh;
    border-radius: 0;
    transform: translateY(14px) scale(0.97);
  }

  .modal__scroll {
    max-height: 85vh;
  }

  .modal__media {
    aspect-ratio: 40 / 23;
    width: 100%;
    max-width: none;
  }

  .modal__titlePanel {
    max-width: 640px;
    margin-left: 48px;
    margin-right: 48px;
    transform: translateY(-72px);
    padding: 32px;
  }

  .modal__title {
    font-size: 36px;
    line-height: 1.4;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .modal__subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .modal__meta {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .modal__body {
    max-width: 640px;
    margin-left: 48px;
    margin-right: 48px;
    padding: 0;
  }

  .qa__qrow {
    font-size: 20px;
    gap: 20px;
    margin-bottom: 24px;
  }

  .qa .qa__q {
    font-weight: 700;
  }

  .qa > p {
    font-size: 16px;
    line-height: 32px;
  }

  .qa.qa--main {
    margin: 80px 0;
  }

  .qa.qa--main .qa-sub {
    margin-top: 24px;
  }

  .qa-sub__question {
    font-size: 16px;
  }

  .qa-sub__question::before {
    top: 0.9em;
  }

  .qa-sub {
    margin-top: 24px;
  }

  .qa-sub p {
    font-size: 16px;
    line-height: 32px;
  }

  .modal__img {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    aspect-ratio: 16 / 9;
  }

  .modal__close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .modal__dialog {
    max-width: 800px;
  }
  .modal__media {
    aspect-ratio: 40 / 23;
    width: 100%;
    max-width: none;
  }

  .qa:first-of-type {
    margin-top: 36px;
  }

  .modal__titlePanel {
    max-width: 640px;
    margin-left: 80px;
    margin-right: 80px;
    transform: translateY(-72px);
    padding: 32px;
  }
  .modal__title {
    font-size: 36px;
    line-height: 1.4;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .modal__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .modal__meta {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
  .modal__body {
    max-width: 640px;
    margin-left: 80px;
    margin-right: 80px;
    padding: 0 0 0;
  }
  .qa__qrow {
    font-size: 20px;
    gap: 20px;
    margin-bottom: 24px;
  }
  .qa .qa__q {
    font-weight: 700;
  }
  .qa > p {
    font-size: 16px;
    line-height: 32px;
  }
  .qa.qa--main {
    margin: 80px 0;
  }
  .qa.qa--main .qa-sub {
    margin-top: 24px;
  }
  .qa-sub__question {
    font-size: 16px;
  }
  .qa-sub__question::before {
    top: 0.9em;
  }
  .qa-sub {
    margin-top: 24px;
  }
  .qa-sub p {
    font-size: 16px;
    line-height: 32px;
  }
  .modal__img {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    aspect-ratio: 16 / 9;
  }
  .modal__close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
}

html.body-locked,
body.body-locked {
  overflow: hidden;
}
html,
body {
  height: 100%;
}

/* faq */

.faq {
  background: var(--white);
  padding: 60px 16px 120px 16px;
}
.faq__container {
  max-width: var(--container);
  margin: 0 auto;
}
.faq .graduates-header-text {
  margin-bottom: 64px;
}

.acc {
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.acc__item {
  list-style: none;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.acc__item:last-child {
  border-bottom: 1px solid var(--line);
}

.acc__question {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
}

.acc__qIcon,
.acc__aIcon {
  font-family:
    "Poppins",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  color: var(--blue);
  user-select: none;
  letter-spacing: 1.6px;
  pointer-events: none;
}

.acc__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;

  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: var(--black-text);

  padding: 0 calc(24px + 10px) 0 0;
}

.acc__indicator {
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
.acc__indicator::before,
.acc__indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--line);
  border-radius: 1px;
  transition:
    transform 0.35s cubic-bezier(0.45, 0, 0.2, 1),
    opacity 0.35s cubic-bezier(0.45, 0, 0.2, 1);
}
.acc__indicator::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.acc__indicator::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) scaleY(1);
  transform-origin: 50% 0%;
}
.acc__item.is-open .acc__indicator::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.acc__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  will-change: height;
}

.acc__panelInner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 8px 0 20px 0;
  color: var(--text);
}

.acc__answer {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: var(--black-text);
  margin-right: 32px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq__container {
    padding: 0;
  }
  .faq {
    padding: 60px 20px;
  }
  .acc__panelInner {
    padding: 12px 0 24px 0;
  }
}

@media (min-width: 1024px) {
  .faq__container {
    padding: 0 0px;
  }
  .acc__panelInner {
    padding: 12px 0 24px 0;
  }

  .acc__trigger {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    padding-right: calc(24px + 10px);
  }

  .acc__answer {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
}

/* Entry  */
.entry {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 0;
}

.entry__bg {
  position: absolute;
  inset: 0;
}
.entry__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.entry__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: var(--container);
  padding: 80px 16px;
}

.entry__text {
  max-width: var(--container);
}

.entry__title {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.25;
}

.entry__subtitle {
  margin: 4px 0 0 !important;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: left !important;
}

.entry__descRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

.entry__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.95;
  flex: 1;
}

.entry__cta {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.entry__cta {
  gap: 0;
  width: 100%;
  padding: 16px 40px;
  border: 1.5px solid var(--white);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  transform: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  transition: all 0.25s ease;
  font-size: 20px !important;
}

.entry__cta:hover {
  background: var(--white);
  color: var(--blue);
  outline: none;
}
.entry__ctaIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: currentColor;
}

.entry__cta,
.entry__cta:hover,
.entry__cta:focus,
.entry__cta:visited,
.entry__cta:active {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .entry__inner {
    padding: 80px 20px;
  }
  .entry__descRow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .entry__cta {
    flex-shrink: 0;
    width: auto;
    display: inline-flex;
    font-size: 15px;
  }
  .entry__desc {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media (min-width: 1024px) {
  .entry__title {
    font-size: 32px;
  }
  .entry__subtitle {
    font-size: 16px;
    margin-top: 16px;
  }
  .entry__desc {
    font-size: 16px;
    max-width: 500px;
  }
  .entry__descRow {
    gap: 134px;
    margin-top: 44px;
  }
  .entry__cta {
    padding: 21px 83px;
  }
  .entry__inner {
    padding: 165px 0px;
  }
}

@media (max-width: 320px) {
  .entry__cta {
    font-size: 18px !important;
    padding: 16px 40px;
  }
}
