/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
}
.c-mainvisual-slider{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.c-mainvisual-slider video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-mainvisual-slider::after {
  content: "";
  background-image: url('../images/top/gradient-mv.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-mainvisual__slider {
  height: 100%;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 5s;
}
@keyframes visual1 {
  from {
    transform: scale(1.5) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}

.c-mainvisual__content{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  width: 100%;
  padding-left: 140px;
  padding-bottom: 120px;
}
.c-mainvisual__content::before{
  content: '';
  width: 500px;
  height: 595px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 20px;
  background-color: #00056B;
  z-index: -1;
}
.c-mainvisual__content h2{
  font-size: 104px;
  line-height: 1.2;
}
.c-mainvisual__content h3{
  font-size: 26px;
}
.c-mainvisual__content p{
  font-size: 15px;
  margin: 10px 0 35px;
  line-height: 2;
}
/** custom */

@media(max-width: 1200px){
  .c-mainvisual__content h2{
    font-size: 60px;
  }
  .c-mainvisual__content h3{
    font-size: 21px;
  }
  .c-mainvisual__content::before{
    height: 450px;
    width: 410px;
  }
  .c-mainvisual__content{
    padding-bottom: 90px;
    padding-left: 80px;
  }
}
@media(max-width: 767px){
  .c-mainvisual__content{
   padding-left: 30px;
   bottom: 0;
  }
  .c-mainvisual__content::before{
    
height: 270px;
    
width: 190px;
  }
  .c-mainvisual__content h2{
    
font-size: 26px;
  }
  .c-mainvisual__content h3{
    
font-size: 12px;
  }
  .c-mainvisual__content p{
    
font-size: 8px;
    
margin: 10px 0 20px;
  }
}

/**Insta*/
.c-insta .--img1,
.c-insta .--img2{
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.4s;
}
.c-insta .--img2{
  opacity: 0;
  z-index: -1;
}

.c-insta .--link{
  position: relative;
  display: inline-block;
  width: 152px;
  height: 21px;
  margin-right: 44px;
}

.c-insta .--link:hover {
  opacity: 1;
}
.c-insta .--link:hover .--img1{
  opacity: 0;
  z-index: -1;
}
.c-insta .--link:hover .--img2{
  opacity: 1;
  z-index: 1;
}
.c-insta__inner{
  max-width: 1340px;
}
@media(max-width: 768px){
  .c-insta .--link{
    
width: 110px;
    
height: 15px;
    
margin-right: 20px;
  }
}
/**End Insta*/
/**Nara*/
  .p-hero-nara {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
  }

  .p-hero-nara__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .p-hero-nara__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .p-hero-nara__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-hero-nara__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 30, 100, 0.85);
    z-index: 2;
  }

  .p-hero-nara__content {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 0 20px;
  }

  .p-hero-nara__media {
  position: absolute;
  bottom: 0;
  left: 0;
  }

  .p-hero-nara__img {
    width: 1580px;
    height: 100%;
    display: block;
  }

  .p-hero-nara__body {
    color: #fff;
    min-width: 522px;
    max-width: 100%;
    position: absolute;
    bottom: 210px;
    right: 18.1%;
  }

  .p-hero-nara__title {
    /* font-size: 58px; */
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .p-hero-nara__subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .p-hero-nara__desc {
    font-size: 18px;
    line-height: 2;
  }
@media(max-width: 1200px){
  .p-hero-nara__body{
    right: 40px;
  }
}
@media(max-width: 768px){
  .p-hero-nara{
    height: auto;
  }
  .p-hero-nara__title{
    /* font-size: 20px; */
    margin-bottom: 10px;
  }
  .p-hero-nara__subtitle{
    font-size: 11px;
    margin-bottom: 15px;
  }
  .p-hero-nara__desc{
    font-size: 13px;
    color: #111;
  }
  .p-hero-nara__body{
    right: 0;
    min-width: auto;
    bottom: 0;
    position: relative;
    color: #111;
    margin-top: 10px;
    text-align: center;
  }
  .p-hero-nara__bg{
    position: relative;
  }
}
/**End Nara*/
/* Ourwork
   ========================================================================== */
.p-ourwork {

}
.p-ourwork::before,
.p-ourwork::after{
  background-image: url('../images/top/bg2.png');
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-ourwork::after{
  background-image: url('../images/top/bg3.png');
  height: 1280px;
  bottom: -16%;
  top: auto;
}
.p-ourwork.--bg4::after{
  background-image: url('../images/top/bg4.png');
  bottom: 6%;
}

.p-ourwork__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.p-ourwork__card {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}
.p-ourwork__card:hover{
  opacity: 1
}
.p-ourwork__card:hover .p-ourwork__card-img {
  transform: scale(1.1);
}
.p-ourwork__card:hover .p-ourwork__card-name,
.p-ourwork__card:hover .p-ourwork__card-label{
  color: #00056B;
}
.p-ourwork__card-img-wrap {
  overflow: hidden;
  border-radius: 20px;
}

.p-ourwork__card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.p-ourwork__card-name {
  font-size: 22px;
  margin: 0 0 8px;
}

.p-ourwork__card-label {
  font-size: 11px;
  color: #ccc;
}

/* Card text-only (border style) */
.p-ourwork__card--text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #111;
  padding: 22px 20px;
  transition: background 0.3s, color 0.3s;
  border-radius: 20px;
}

.p-ourwork__card--text:hover {
  background: #00056B;
  opacity: 1;
  border-color: #00056B;
}

.p-ourwork__card--text:hover .p-ourwork__card-name,
.p-ourwork__card--text:hover .p-ourwork__card-label {
  color: #fff;
}

.p-ourwork__detail {
  position: relative;
  width: 98%;
  max-width: 1820px;
  /* height: 600px; */
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
  gap: 20px;
}

.p-ourwork__sidebar {
  position: relative;
  /* left: -7px; */
  display: flex;
  align-items: flex-end;
  padding-left: 70px;
  gap: 15px;
  z-index: 2;
}

.p-ourwork__sidebar-title {
  /* writing-mode: vertical-rl; */
  font-size: 64px;
  margin: 0;
  line-height: 1.2;
  padding-top: 30px;
  letter-spacing: 5px;
}

.p-ourwork__sidebar-meta {
  /* writing-mode: vertical-rl; */
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding-top: 4px;
  letter-spacing: 3px;
  justify-content: center;
}
.p-ourwork__sidebar-meta span{
  writing-mode: initial;
  margin-top: 0;
  letter-spacing: 0;
}
.p-ourwork__sidebar-meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #707070;
}

.p-ourwork__banner {
  width: 100%;
  /* max-width: 1650px; */
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
  margin-top: 50px;
}
.p-ourwork__banner .c-pallarax{
  height: 580px;
  /* margin-top: -50px; */
  clip-path: inset(0 round 20px 0 0 20px);
}

.p-ourwork__banner .c-parallax--bg{
  height: 1000px !important;
  background-position-x: right;
}
.p-ourwork__banner .c-parallax--bg.--cus{
  height: 1320px !important;
  background-position: 20% !important;
  background-size: cover;
}
.p-ourwork__banner-img {
  width: 100%;
  /* aspect-ratio: 16 / 7; */
  /* object-fit: cover; */
  display: block;
  margin-top: -50px;
}
.p-ourwork__banner::before{
  content: '';
  background-color: #00056B;
  position: absolute;
  left:0;
  bottom: -55px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.p-ourwork__container{
  max-width: 1000px;
}

.p-ourwork__content {
  margin: 0 auto;
  padding: 0 20px;
}

.p-ourwork__heading {
  font-size: 38px;
  line-height: 1.6;
  margin: 0 0 8px;
}

.p-ourwork__heading-accent {
}

.p-ourwork__desc {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

.p-ourwork__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: var(--ow-max-width);
  margin: 0 auto 50px;
  padding: 0 20px;
}

.p-ourwork__gallery-img {
  width: 100%;
  display: block;
}

.p-ourwork__gallery-img:nth-child(5) {
  grid-column: 2;
}

.p-ourwork__gallery-img:nth-child(6) {
  grid-column: 3;
}

.p-ourwork__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
}

.p-ourwork__work-title {
  font-size: 22px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-ourwork__work-title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/common/ic-check.png');
}

.p-ourwork__work-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-ourwork__work-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}

.p-ourwork__work-badge {
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid #00056B;
  white-space: nowrap;
  color: #00056B;
}

.p-ourwork__org-title {
  font-size: 22px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ow-color-navy);
}

.p-ourwork__org-title::before {
  content: "âœ“";
  font-size: 14px;
}

.p-ourwork__org-root {
  display: inline-block;
  background: #00056B;
  color: #fff;
  font-size: 18px;
  padding: 13px 68px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.p-ourwork__org-list {
  list-style: none;
  /* border-left: 1px solid #707070; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
  position: relative;
}
.p-ourwork__org-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(75% - 5px);
  background: #707070;
  top: 0;
  left: 0;
}

.p-ourwork__org-item {
  position: relative;
  font-size: 15px;
  padding: 40px 0 0 70px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  align-items: flex-end;
  bottom: -12px;
}
.p-ourwork__org-item:first-child {
  padding: 20px 0 0 70px;
}
.p-ourwork__org-item span{
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
}

.p-ourwork__org-item::before {
  content: "";
  position: absolute;
  left: 0;
  /* bottom: 12px; */
  top: 54px;
  width: 60px;
  height: 1px;
  background: #707070;
}
.p-ourwork__org-item:first-child::before {
  top: 33px;
}
.p-ourwork__org-item:nth-of-type( n + 3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 80px;
    background: #707070;
    top: -26px;
    left: 0;
}

.p-ourwork__detail.--left{
  margin-left:0;
  margin-right:auto;
  flex-direction: column-reverse;
}
.--left .p-ourwork__banner .c-parallax--bg{
  background-position-x: left;
}
.--left .p-ourwork__banner{
  padding-left: 0;
  padding-right: 70px;
}
.--left .p-ourwork__banner::before{
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.--left .p-ourwork__banner .c-pallarax{
  clip-path: inset(0 round 0 20px 20px 0);
}
.--left .p-ourwork__sidebar{
  left: 0;
  justify-content: flex-end;
}
@media(max-width: 1024px){
  .p-ourwork__banner{
    padding-left: 50px;
    /* max-width: 770px; */
    max-width: 1024px;
    margin-top: 0;
  }
  .p-ourwork__detail{
    height: 300px;
    justify-content: flex-end;
    /* margin-top: 120px !important; */
  }
  .p-ourwork__detail.--left{
    justify-content: flex-start;
  }
  .p-ourwork__banner .c-pallarax{
    height: 300px;
  }
  .p-ourwork__banner .c-parallax--bg{
    height: 900px !important;
    background-position: center;
  }
  .--left .p-ourwork__banner .c-parallax--bg{
    background-position: center;
  }
  .p-ourwork__sidebar{
    left: 0;
    gap: 8px;
    padding-left: 20px;
  }
  .--left .p-ourwork__sidebar{
    padding-right: 20px;
    padding-left: 0;
  }
  .p-ourwork__sidebar-title{
    font-size: 30px;
  }
  .p-ourwork__sidebar-meta{
    font-size: 12px;
  }
}
@media(max-width: 768px){
  .p-ourwork__banner .c-parallax--bg{
    background-size: cover;
    background-position: center top;
    /* position: absolute; */
    height: 100% !important;
  }
  .p-ourwork__card-name{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .p-ourwork__cards{
    gap: 30px 4%;
    display: flex;
    grid-template-columns: auto;
    flex-wrap: wrap;
  }
  .p-ourwork__card{
    width: 48%;
  }
  .p-ourwork__card--text{
    padding: 10px 15px;
    width: 100%;
  }

  .p-ourwork__detail{
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px;
    margin-top: 70px !important;
  }
  .p-ourwork__banner .c-pallarax{
    height: 250px;
    flex-wrap: wrap;
    padding-left: 20px;
    display: block;
    margin-top: 0;
    top: -30px;
    padding-left: 0;
  }  
  .p-ourwork__banner::before{
    bottom: 0;
  }

  .p-ourwork__banner .c-pallarax img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .--left .p-ourwork__banner .c-pallarax{
    padding-left:0;
  }
  .p-ourwork__content{
    padding: 0;
  }
  .p-ourwork__detail.--left{
    padding-left: 0;
    padding-right: 20px;
    flex-direction: column;
  }
  .--left .p-ourwork__banner{
    padding-right: 30px;
    order: 2;
  }
  .--left .p-ourwork__sidebar{
    order: 1;
    padding-left: 20px;
    padding-right: 0;
  }
  .p-ourwork__banner{
    padding-left: 30px;
    padding-bottom: 0;
  }
  .p-ourwork__sidebar-title{
    font-size: 26px;
    writing-mode: initial;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
    order: 2;
    margin-bottom: 30px;
  }
  .p-ourwork__sidebar-meta{
    writing-mode: initial;
    justify-content: flex-start;
    letter-spacing: 0;
    width: 100%;
    order: 1;
  }
  .p-ourwork__sidebar-meta span{
    line-height: 1;
    margin-top: 0;
  }
  .p-ourwork__sidebar-meta::before{
    border-left:0;
    border-top: 1px solid #707070;
    width: 20px;
    height: 1px;
  }
  .p-ourwork__sidebar{
    text-align: left;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .p-ourwork__heading{
    font-size: 20px;
  }
  .p-ourwork__desc{
    font-size: 13px;
    line-height: 1.8;
  }
  .p-ourwork__bottom {
    grid-template-columns: 100%;
    gap: 35px;
  }
  .p-ourwork__work-title{
    font-size: 16px;
    gap: 6px;
  }
  .p-ourwork__work-title::before{
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }
  .p-ourwork__work-item{
    font-size: 14px;
    gap: 14px;
  }
  .p-ourwork__work-badge{
    font-size: 11px;
    padding: 4px 6px;
  }
  .p-ourwork__org-root{
    font-size: 14px;
    padding: 8px 40px;
  }
  .p-ourwork__org-item{
    font-size: 14px;
    padding: 20px 0 0 40px;
    bottom: -10px;
  }
  .p-ourwork__org-item:first-child {
    padding: 20px 0 0 40px;
  }
  .p-ourwork__org-item span{
    margin: 0 0 15px;
  }
  .p-ourwork__org-list{
    margin-left: 10px;
  }
  .p-ourwork__org-list::before{
    height: calc(75% - 3px);
  }
  .p-ourwork__org-item::before{
    width: 30px;
    top: 33px;
  }
  .p-ourwork__org-item:nth-of-type( n + 3)::after{
    top: -47px;
  }
}
/**OurWork*/

/* Block
   ========================================================================== */
.p-interview {
  font-weight: bold;
  background: #00056B;
  padding: 0 20px 120px;
  margin-top: 320px;
}
.p-interview .--inner{
    max-width: 1320px;
}
.p-interview .--wrapper{
  max-width: 1104px;
}
/* ==========================================================================
   Header
   ========================================================================== */
.p-interview__header {
  text-align: center;
  transform: translateY(-200px);
}
.p-interview__header .c-title{
  margin-top: -90px;
  max-width: 920px;
  background-color: #00056B;
  position: relative;
  padding: 45px 20px 10px;
  border-radius: 20px;
}
.p-interview__header-img img{
  width: 100%;
  display: block;
  border-radius: 20px;
}
.p-interview__header .c-title.--bord::after{
  background-color: #fff;
}
.p-interview__header-label {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  opacity: 0.7;
}

.p-interview__header-title {
  font-size: 28px;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.p-interview__header-desc {
  line-height: 1.8;
  margin: 0 auto;
}

/* ==========================================================================
   Body (white card)
   ========================================================================== */
.p-interview__body {
  background: #fff;
  padding: 140px 20px;
  border-radius: 20px;
  margin-top: -90px;
}

/* ==========================================================================
   Profile
   ========================================================================== */
.p-interview__profile {
  display: flex;
  gap: 60px;
  margin-bottom: 90px;
}
.p-interview__profile.--flex-direction{
  flex-direction: row-reverse;
}
.p-interview__profile-img-wrap {
  flex-shrink: 0;
  width: 360px;
}

.p-interview__profile-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.p-interview__profile-caption {
}

.p-interview__profile-info {
  flex: 1;
}

.p-interview__profile-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #707070;
  padding: 0 12px 20px;
  margin-bottom: 10px;
}

.p-interview__profile-heading::before {
  content: "";
  background-image: url('../images/common/ic-time.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.p-interview__profile-table {
  width: 100%;
  border-collapse: collapse;
}
.p-interview__profile-table tr{
  border-bottom: 1px dashed #707070;
}

.p-interview__profile-table th {
  text-align: left;
  padding: 20px 10px;
  white-space: nowrap;
  color: #00056B;
  width: 100px;
  vertical-align: top;
  font-size: 16px;
}

.p-interview__profile-table td {
  padding: 20px 10px;
  font-size: 16px;
}
.p-interview__profile-table td p + p{
  margin-top: 20px;
}

.p-interview__profile-table tr + tr {
  border-top: 1px solid var(--iv-color-border);
}

/* ==========================================================================
   QA Accordion
   ========================================================================== */
.p-interview__qa {
  border-top: 1px solid var(--iv-color-border);
  padding: 0 20px;
}

.p-interview__qa-item {
  border-bottom: 1px solid var(--iv-color-border);
}
.p-interview__qa-item ~ .p-interview__qa-item{
  margin-top: 20px;
}
.p-interview__qa-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
  gap: 16px;
  border-bottom: 1px solid #707070;
  line-height: 1.6;
}

.p-interview__qa-question {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00056B;
  font-size: 22px;
}

.p-interview__qa-question::before {
  content: "";
  background-image: url('../images/common/ic-question.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  display: block;
}

.p-interview__qa-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #00056B;
  position: relative;
  transition: border-color 0.3s;
}

.p-interview__qa-icon::before,
.p-interview__qa-icon::after {
  content: "";
  position: absolute;
  background: #00056B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.p-interview__qa-icon::before {
  width: 10px;
  height: 2px;
}

.p-interview__qa-icon::after {
  width: 2px;
  height: 10px;
}

.p-interview__qa-item.is-open .p-interview__qa-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-interview__qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.p-interview__qa-answer-inner {
  padding: 25px 20px;
}

.p-interview__qa-subtitle {
  font-size: 18px;
  margin: 0 0 10px;
  color: #00056B;
}

.p-interview__qa-text {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.p-interview__qa-text + .p-interview__qa-text {
  margin-top: 12px;
}

/* ==========================================================================
   Schedule
   ========================================================================== */
.p-interview__schedule {
  margin-top: 50px;
}

.p-interview__schedule-heading {
  font-size: 18px;
  margin: 0 0 24px;
  color: var(--iv-color-black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-interview__schedule-heading::before {
  content: "â˜†";
  font-size: 14px;
}

.p-interview__schedule-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.p-interview__schedule-table {
  flex: 1;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: normal;
}

.p-interview__schedule-table th {
  text-align: left;
  padding: 10px 16px 10px 0;
  white-space: nowrap;
  color: var(--iv-color-navy);
  font-weight: bold;
  width: 70px;
  vertical-align: top;
}

.p-interview__schedule-table td {
  padding: 10px 0;
  color: var(--iv-color-black);
  line-height: 1.6;
}

.p-interview__schedule-table tr + tr {
  border-top: 1px solid var(--iv-color-border);
}

.p-interview__schedule-img {
  width: 200px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  flex-shrink: 0;
}
@media(max-width: 1024px){
  .p-interview__header .c-title{
    max-width: 600px;
  }
}
@media(max-width: 768px){
  .p-interview__header{
    padding: 0;
    transform: translateY(-70px);
  }
  .p-interview__header .c-title{
    max-width: 280px;
    padding-top: 20px;
    margin-top: -30px;
  }
  .p-interview__header .c-title h2{
    font-size: 18px;
  }
  .p-interview__header .c-title span{
    font-size: 11px;
  }
  .p-interview{
    margin-top: 150px;
  }
  .p-interview__body{
    margin-top: -20px;
    padding: 40px 10px;
  }
  .p-interview__profile{
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
  }
  .p-interview__profile-info,
  .p-interview__profile-img-wrap{
    width: 100%;
    order: 1;
  }
  .p-interview__profile-info{
    order: 2;
  }
  .p-interview__profile-heading::before{
    
width: 18px;
    
height: 18px;
    
margin-top: -2px;
  }
  .p-interview__profile-img{
    max-width: 200px;
    margin: auto;
  }
  .p-interview__profile-table th,
  .p-interview__profile-table td{
    font-size: 13px;
    padding: 10px;
  }
  
  .p-interview__profile-table th{
    width: 80px;
    padding-right: 0;
  }

  .p-interview__profile-table td p + p{
    margin-top: 10px;
  }
  .p-interview__qa{
    padding: 0;
  }
  .p-interview__qa-question{
    font-size: 15px;
  }
  .p-interview__qa-question::before{
    width: 13px;
    flex: 0 0 13px;
    height: 15px;
  }
  .p-interview__qa-toggle{
    padding: 10px;
    gap: 10px;
  }
  .p-interview__qa-item ~ .p-interview__qa-item{
    margin-top: 0;
  }
  .p-interview__qa-icon{
    width: 15px;
    height: 15px;
  }
  .p-interview__qa-icon::before{
    width: 7px;
    height: 2px;
  }
  .p-interview__qa-icon::after{
    height: 7px;
    width: 2px;
  }
  .p-interview__qa-subtitle{
    font-size: 15px;
  }
  .p-interview__qa-answer-inner{
    padding: 15px 10px;
  }
  .p-interview__qa-text{
    font-size: 13px;
    line-height: 1.8;
  }
}
/* ==========================================================================
   Section divider (between schedule and second QA)
   ========================================================================== */
.p-interview__divider {
  height: 1px;
  background: var(--iv-color-border);
  margin: 50px 0 0;
}
/**End Interview*/


/**Steps*/
.c-steps{
  max-width: 1450px;
  font-weight: bold;
}

.c-step__list {
  display: flex;
  padding: 70px 80px 50px;
  border: 1px solid #707070;
  border-radius: 20px;
  justify-content: center;
}
.c-step {
  width: 22.4%;
  font-weight: bold;
  line-height: 1.5;
}
.c-step__head {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.c-step__head::before{
  background-image: url('../images/common/ic-check-black.png');
  width: 26px;
  height: 26px;
  margin-top: -1px;
}
.c-step:last-child {
  width: max-content;
}
.c-step__label {
  display: inline-flex;
  width: 76px;
  height: 24px;
  padding-right: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-image: url(../images/top/bg-step.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  text-transform: uppercase;
}
.c-step__title {
  font-size: 18px;
  position: relative;
  line-height: 1.4;
  color: #00056B;
  margin-bottom: 5px;
}
.c-step__txt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 3px;
}
.c-step__title::before,
.c-step__title::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #00056B;
  display: block;
  border-radius: 50%;
}
.c-step__title::before {
  margin: 16px 0 20px;
}
.c-step__title::after {
  width: 100%;
  border-radius: unset;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.c-step:last-child .c-step__title::after {
  display: none;
}

.c-steps.--blue .c-step__head{
  color: #0EB8F7;
}
.c-steps.--blue .c-step__head::before{
  background-image: url('../images/common/ic-check-blue.png');
}
.c-steps.--blue .c-step__title::before,
.c-steps.--blue .c-step__title::after,
.c-steps.--blue .c-step__label {
  background-color: #0EB8F7;
}
@media (max-width: 1024px) {
  .c-step__label {
    width: 70px;
    height: 20px;
    font-size: 11px;
  }
  .c-step__title {
    font-size: 15px;
    line-height: 1.8;
  }
  .c-step__txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .c-step__head {
    font-size: 18px;
    top: -15px;
    padding: 0 50px;
  }
  .c-step__head::before{
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .top-block4__txt {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 10px;
    text-align: center;
  }
  .c-step__list {
    flex-wrap: wrap;
    margin: auto;
    max-width: 200px;
    padding: 20px;
  }
  .c-step__head {
    padding: 0;
    width: max-content;
    margin: auto;
    gap: 8px;
  }
  .c-step {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .c-step:last-child {
    padding-bottom: 0;
    width: 100%;
  }
  .c-step__title {
    position: initial;
    margin: 10px 0 0;
    width: max-content;
    font-size: 13px;
  }
  .c-step__title::before {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    width: 10px;
    height: 10px;
  }
  .c-step__title::after {
    height: 100%;
    width: 1px;
    left: 4px;
  }

  .c-step__list.--top .c-step:last-child{
    padding-bottom: 20px;
  }
  .c-step__list.--top .c-step:last-child .c-step__title::after{
    display: block;
  }
  .c-step__list.--bottom{
    margin-top: 0px !important;
  }
}
/**End Step*/
/** DL style*/
.c-profile dl {
    display: flex;
    gap: 20px 20px;
}
.c-profile dl:nth-child(even){
  background-color: #F2F2F7;
}
.c-profile dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #00056B;
    width: 220px;
    padding: 20px 20px 24px;
    color: #00056B;
    text-align: center;
}
.c-profile dd {
    font-size: 16px;
    border-bottom: 1px solid #111;
    padding: 20px 20px 24px;
    flex: 1;
}
.c-profile .--title{
  display: flex;
  padding-left: 40px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.c-profile .--title::before{
  background-image: url('../images/common/ic-paginate-next.png');
  width: 16px;
  height: 16px;
}
.c-profile{
    padding: 0 20px;
}
.c-map{
    height: 360px;
    width: 100%;
}
.c-map--inner{
 max-width: 540px;
}
.c-profile ul{
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .c-profile dt {
        width: 180px;
    }
    .c-profile{
        padding: 0;
    }
    .c-profile .l-container{
      padding: 0;
    }
  .c-profile .--title{
    padding-left: 10px;
    padding-bottom: 10px;
  }
    .c-map{
        height: 340px;
    }
}
@media screen and (max-width: 767px) {
    .c-profile dt{
        width: 100px;
        font-size: 13px;
        padding: 10px 10px 15px !important;
    }
    .c-profile dd{
        font-size: 12px;
        padding: 10px 10px 15px !important;
    }
    .c-profile dl {
        gap: 0 !important;
    }
    
    .c-map{
        height: 200px;
    }
}
/** End DL style*/

.p-empdata {padding: 37px 0 100px;background: #E5E5F0;margin-top: 180px;}
.p-empdata .c-title{
  
transform: translateY(-95px);
}
.p-empdata__grid {display: flex;flex-wrap: wrap;gap: 30px 3.5%;justify-content: center;align-items: stretch; /* KEY */}
.p-empdata__card {text-align: center;display: flex;flex-direction: column;width: 22%;}
.p-empdata__card-header {background: #00056B;color: #fff;padding: 13px 16px;border-radius: 20px 20px 0 0;font-size: 18px;letter-spacing: 0.06em;margin: 0;}
.p-empdata__card-body {padding: 24px 16px 30px;gap: 16px;background: #FFFFFF;border-radius: 0 0 20px 20px;flex: 1; /* Ä‘áº©y body fill full chiá»u cao */display: flex;flex-direction: column;justify-content: space-between; /* náº¿u muá»‘n cÄƒn giá»¯a */}
.p-empdata__card-icon {/* width: 120px; */}
.p-empdata__card-icon svg { width: 100%; height: 100%; }
.p-empdata__card-value {font-size: 15px;color: #00056B;}
.p-empdata__card-detail {font-size: 18px;line-height: 1.8;color: #00056B;}
@media(max-width: 768px){
  .p-empdata__grid{
    gap: 30px 4%;
  }
  .p-empdata__card{
    width: 48%;
  }
  .p-empdata__card-value{
    font-size: 12px;
  }
  .p-empdata{
    padding-top: 0;
  }
  .p-empdata .c-title{
    transform: translateY(-40px);
  }
}