@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
  font-family: "HiraKakuStd";
  src: url("font/HiraKakuStd-W8.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("font/Bodoni SvtyTwo ITC TT Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}

ul {
  padding: 0;
}

img {
  display: block;
}

.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}

.w1305 {
  max-width: 1305px;
  margin: 0 auto;
}

.box-border {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.navbar {
  position: sticky; /* tetap di atas saat scroll */
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  font-family: "Noto Sans", sans-serif;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1305px;
  margin: 0 auto;
  padding: 10px 20px;
}

.logo {
  height: 40px;
  object-fit: contain;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: color 0.3s;
}

.button-msg {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  background-color: #fa3131;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}

.button-msg a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.button-msg a:hover {
  opacity: 0.8;
}

.phone {
  width: 150px;
}

.footer {
  background-color: #004a90; /* warna abu muda */
  padding: 30px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  font-family: "Noto Sans", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  height: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto; /* center + jarak ke text */
}

.footer-text {
  color: white;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.banner {
  position: relative;
  text-align: center;
  background-image: url("assets/header.png");
  background-size: cover;
  background-position: center;
  height: auto;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block; /* <-- TAMBAHKAN BARIS INI */
}
.mail-icon {
  width: 24px;
  margin-right: 10px;
}

.banner h2 {
  font-size: 60px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.banner h3 {
  font-size: 34px;
  font-weight: 400;
  white-space: nowrap;
}
.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.container {
  display: flex;
  gap: 20px;
}
.column {
  flex: 1;
  text-align: start;
}
.row {
  display: flex;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.button-red {
  text-decoration: none;
  position: absolute;
  bottom: -8%;
  right: 2%;
  background-color: #fa3131;
  padding: 10px;
  width: 350px;
  height: 40px;
  border-radius: 60px;
  font-weight: bold;
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.button-red.nav-scrolled {
  position: fixed;
  bottom: 1rem;
}
h2 {
  font-weight: bold;
  margin: 0%;
  font-size: 36px;
}

h3 {
  font-weight: 500;
}

p {
  font-size: 18px;
  text-align: start;
}

.red {
  color: #913034;
}
.blue {
  color: #004a90;
}
.black {
  color: black;
}
.indicator {
  width: 8%;
  height: auto;
  display: block;
}
.bold {
  font-size: 36px;
  font-weight: bold;
}
.thin {
  font-size: 32px;
  text-align: center;
  margin: 0%;
  font-weight: normal;
}
#trouble {
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  flex: 1;
  background-image: url("assets/trouble-bg.png");
  padding: 50px;
}

#trouble .trouble {
  width: 80%;
  height: auto;
  display: block;
}
#merit {
  background-image: url("assets/merit-bg.png");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

#merit li {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
  text-align: start;
  color: #004a90;
  font-weight: bold;
  font-size: 22px;
  margin: 5px;
  min-width: 350px;
}
#merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#merit li img {
  width: 40px;
}

#point {
  padding-top: 50px;
  padding-bottom: 50px;
}
#point .orange {
  color: #ff8a00;
}

#point img {
  width: 150px;
}

#point li {
  background-color: #398bdb;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 25px;
  text-align: start;
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin: 5px;
  max-width: 950px;
}

#point .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #398bdb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#about {
  padding-bottom: 50px;
  background-color: #f9f4f3;
}

#about p {
  text-align: justify;
}
#about .row-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 1rem;
}

#about .row-about > * {
  width: 50%;
}

#about .about-img {
  display: flex;
}

#about .charm .about-img {
  justify-content: center;
}

#about .internship .about-img {
  justify-content: flex-end;
}

#about .row-about h2 {
  font-size: 30px;
  color: #913034;
}
#about .about-text {
  text-align: justify;
  max-width: 600px;
}

#flowEmployee {
  background-color: #e4f5ff;
  margin-top: 20px;
  padding: 20px;
}

#flowEmployee p {
  text-align: center;
  margin: 0%;
  white-space: pre-line;
}

#flowEmployee .flow {
  margin-top: 70px;
  width: 85%;
  height: auto;
}

.text-center {
  text-align: center;
}
#supportOrganization {
  margin-top: 50px;
}
#supportOrganization .card h2 {
  color: #913034;
}
#supportOrganization p {
  text-align: center;
  margin: 0%;
  white-space: pre-line;
}

#supportOrganization .card {
  background-color: #f9f4f3;
  border-radius: 16px;
  margin-top: 20px;
  padding: 50px;
}

#supportOrganization .card .row {
  gap: 30px;
  margin-top: 20px;
}
#supportOrganization .card .column {
  padding: 0px;
  padding-top: 5px;
  gap: 20px;
  margin: 0%;
}
#supportOrganization #support-1 {
  display: grid;
}
#supportOrganization #support-2 {
  display: grid;
}
#supportOrganization #support-3 {
  max-width: 295px;
}

#supportOrganization .card h2 {
  font-size: 24px;
}
#supportOrganization .card .row h2 {
  font-size: 20px;
  margin: 0%;
  text-align: start;
}

#supportOrganization .card .row p {
  text-align: start;
  white-space: unset;
}

#supportOrganization .title {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
  gap: 10px;
}
#supportOrganization .person {
  width: 295px;
}

#tg {
  margin: auto;
  width: 90%;
  padding: 0 20px;
}

#tg .container-tg {
  max-width: 860px;
}
#tg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#tg ul li {
  padding: 5px 15px;
  text-align: center;
  color: white;
  background-color: #14a83b;
  border-radius: 100px;
  margin: 5px;
}
li {
  display: list-item;
  unicode-bidi: isolate;
  list-style-type: none;
}
.icon {
  width: 30px;
  height: 30px;
  margin: 0px;
}
#QA .indicator {
  margin-bottom: 40px;
}
#QA .column-qa {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  gap: 50px;
  max-width: 860px;
}
#QA .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 20px;
}

#QA .row h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

#QA .row p {
  text-align: justify;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

#form {
  background-color: #f7f4f2;
  padding: 50px;
}

#form .indicator {
  margin-bottom: 50px;
}

#form .flex {
  display: flex;
}

#form form {
  width: 100%;
}

#form .form-box {
  background-color: #fff;
  margin-bottom: 2rem;
}

#form .form-subtitle {
  background-color: #eaeaea;
  padding: 15px 30px;
}

#form i.required {
  background-color: #923438;
  font-size: 14px;
  color: #fff;
  padding: 0.1rem 0.25rem;
  font-style: normal;
  margin-left: 1rem;
}

#form .form-fields {
  padding: 15px 30px;
}

#form .form-fields input[type=text], #form .form-fields input[type=email], #form .form-fields input[type=tel], #form .form-fields textarea {
  border: solid 1px #b6b6b6;
  font-size: 1rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
#form .form-fields input[type=text], #form .form-fields input[type=email], #form .form-fields input[type=tel] {
  min-height: 35px;
  width: 100%;
}

#form .form-fields textarea {
  width: 100%;
  min-height: 125px;
}

#form .form-fields input[type=text]:focus, #form .form-fields input[type=email]:focus, #form .form-fields input[type=tel]:focus, #form .form-fields textarea:focus {
  outline: none;
  border: solid 2px #004a90;
}

#form .form-fields p {
  margin: 0 0 0.3rem;
}

#form .form-fields .grid {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-bottom: 0.5rem
}

#form .form-fields .grid .row-label {
  display: grid;
  grid-template-columns: 50% 30% 20%;
  width: 95%;
  align-items: center;
}

#form .form-fields .grid .row-label i {
  justify-self: end;
}

#form .subject .form-fields .flex {
  gap: 1rem;
  margin-bottom: 1rem;
}

#form .buttons.flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#form .buttons button, #form .buttons input[type=submit] {
  font-size: 20px;
  width: 250px;
  color: #fff;
  background-color: #1d6fc0;
  border: none;
  border-radius: 5px;
  height: 56px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}

#form .buttons button[type=reset] {
  background-color: #999;
}

form .buttons button:hover, #form .buttons input[type=submit]:hover {
  opacity: 0.8;
}


@media only screen and (max-width: 768px) {
  
  .nav-links.active {
    display: flex;
  }
  
  .button-msg {
    display: none;
  }

  .navbar .container {
    flex-direction: row;
  }

  body {
    font-size: 15px;
  }
  .row-about {
    flex-direction: column;

    text-align: center;
    gap: 20px;
  }
  .row-about img {
    width: 90%;
  }

  #about .row-about > * {
    width: 100%;
  }
  #about .about-img {
    justify-content: center !important;
  }
  #about .about-img img {
    width: 80%;
  }
  #about .charm .about-img img {
    max-width: 365px;
  }
  #about .youth .about-img {
    order: 2;
  }
  #merit li {
    background-color: white;
    /* padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px; */
    padding: 15px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 5px; */
    gap: 10px;
    text-align: start;
    color: #004a90;
    font-weight: bold;
    font-size: 22px;
    margin: 5px;
    width: 80%;
    min-width: 0;
  }
  #merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  #merit li img {
    width: 40px;
  }
  #point .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #398bdb;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #point .circle h2 {
    font-size: 36px;
  }
  #point li {
    background-color: #398bdb;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    gap: 25px;
    text-align: start;
    color: white;
    font-weight: bold;
    font-size: 22px;
    margin: 5px;
    max-width: 950px;
  }
  .button-red {
    text-decoration: none;
    position: absolute;
    bottom: -20%;
    right: 2%;
    background-color: #fa3131;
    padding: 10px;
    width: 200px;
    height: 20px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner h2 {
    font-size: 30px;
    white-space: nowrap;
  }
  .banner h3 {
    font-size: 22px;
    white-space: nowrap;
  }
  .container,
  .row {
    flex-direction: column;
    align-items: center;
    align-items: stretch;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lpk #lpk-img img {
    width: 45%;
    height: auto;
  }
  #supportOrganization .card {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #supportOrganization .card h2 {
    text-align: center;
  }

  #form {
    padding: 50px 20px;
  }

  #form i.required {
    display: inline-block;
    margin-left: 0.5rem;
  }

  #form .form-subtitle {
    padding: 15px;
  }

  #form .form-fields {
    padding: 15px;
  }

  #form .subject .form-fields .flex {
    flex-direction: column;
  }
  #form .form-fields .grid {
    grid-template-columns: 1fr;
  }

  #form .form-fields .grid .row-label {
    display: flex;
    margin-bottom: 0.5rem;
  }

  #form .work-address .row-label {
    flex-wrap: wrap;
  }

  #form .work-address .postal-code span {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 480px) {
  p {
    font-size: 1rem;
  }
  h2 {
    font-size: 28px;
  }
  .button-red {
    bottom: -32%;
  }
  .indicator {
    width: 40%;
  }
  .banner {
    aspect-ratio: 25 / 14;
    background-position: 54% top;
  }

  .banner img {
    opacity: 0;
  }
  #trouble {
    padding: 50px 20px;
  }
  #trouble .thin {
    font-size: 26px;
  }
  #trouble .bold {
    font-size: 28px;
  }
  #trouble .trouble {
    width: 100%;
  }
  .merit-ttl {
    text-align: center;
  }
  .merit-ttl .thin {
    font-size: 24px;
  }
  .merit-ttl.bold {
    font-size: 28px;
  }
  #merit li {
    font-size: 18px;
  }
  #point h2 {
    text-align: center;
  }
  #point h2.blue {
    font-size: 18px;
    margin-top: 1rem;
  }
  #point li {
    font-size: 18px;
  }
  #about h3.thin {
    font-size: 28px;
  }

  #about h3.thin .red {
    font-size: 30px;
  }
  #about .row-about h2 {
    font-size: 24px;
    text-align: center;
  }

  #about .row-about h3 {
    font-size: 26px;
  }
  #tg h2 {
    text-align: center;
  }

  #QA .row p {
    font-size: 1rem;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .button-red {
    text-decoration: none;
    position: absolute;
    bottom: -10%;
    right: 2%;
    background-color: #fa3131;
    padding: 10px;
    width: 200px;
    height: 20px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner h2 {
    font-size: 40px;
    white-space: nowrap;
  }
  .banner h3 {
    font-size: 28px;
    white-space: nowrap;
  }
  .container {
    flex-direction: row;
  }
  .row {
    flex-direction: row;
    align-items: stretch;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lpk #lpk-img img {
    width: 45%;
    height: auto;
  }
  #supportOrganization .card {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #form .subject .form-fields input[type=text] {
    max-width: 360px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .button-red {
    text-decoration: none;
    position: absolute;
    bottom: -10%;
    right: 2%;
    background-color: #fa3131;
    padding: 10px;
    width: 200px;
    height: 20px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner h2 {
    font-size: 50px;
    white-space: nowrap;
  }
  .banner h3 {
    font-size: 30px;
    white-space: nowrap;
  }
  .container {
    flex-direction: row;
  }
  .row {
    flex-direction: row;
    align-items: stretch;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lpk #lpk-img img {
    width: 45%;
    height: auto;
  }
  #supportOrganization .card {
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .button-red {
    text-decoration: none;
    position: absolute;
    bottom: -10%;
    right: 2%;
    background-color: #fa3131;
    padding: 10px;
    width: 350px;
    height: 40px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner h2 {
    font-size: 60px;
    white-space: nowrap;
  }
  .banner h3 {
    font-size: 34px;
    white-space: nowrap;
  }
  .container {
    flex-direction: row;
  }
  .row {
    flex-direction: row;
    align-items: stretch;
  }

  #lpk #lpk-img img {
    width: 35%;
    height: auto;
  }
  #supportOrganization .card {
    margin-left: 100px;
    margin-right: 100px;
    padding: 50px;
  }
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .button-red {
    text-decoration: none;
    position: absolute;
    bottom: -8%;
    right: 2%;
    background-color: #fa3131;
    padding: 10px;
    width: 350px;
    height: 40px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #merit li {
    min-width: 350px;
  }
}
