/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#personalitiesSection .modal-content {
  border-radius: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-content {
    border-radius: 0.75rem;
  }
}

#personalitiesSection .modal-dialog {
  margin: 1rem;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  #personalitiesSection .modal-dialog {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  #personalitiesSection .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}

#personalitiesSection .modal-body .image {
  width: 260px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .image {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

#personalitiesSection .modal-body .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

#personalitiesSection .modal-body .textBox .title {
  border-color: #eee !important;
}

#personalitiesSection .modal-body .textBox .title .name-ja {
  font-size: 1.75rem;
  letter-spacing: 1.5px;
  color: #222;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .textBox .title .name-ja {
    font-size: 1.4rem;
    text-align: center;
  }
}

#personalitiesSection .modal-body .textBox .title .name-en {
  font-size: 0.85rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .textBox .title .name-en {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .textBox .centerSp {
    justify-content: center;
    flex-direction: column;
  }
}

#personalitiesSection .modal-body .textBox .sns li a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

#personalitiesSection .modal-body .textBox .sns li a:hover {
  color: #e51a6a !important;
  transform: translateY(-2px);
}

#personalitiesSection .modal-body .textBox .item .section-title {
  color: #e51a6a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .textBox .item .section-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #personalitiesSection .modal-body .textBox .item .program-list {
    padding: 0 5%;
  }
}

#personalitiesSection .modal-body .textBox .item .program-list li {
  font-size: 0.95rem;
}

#personalitiesSection .modal-body .textBox .item .program-list li i {
  color: #e51a6a;
  opacity: 0.8;
}

#personalitiesSection .modal-body .textBox .item .program-list li a {
  transition: color 0.2s ease;
}

#personalitiesSection .modal-body .textBox .item .program-list li a:hover {
  color: #e51a6a !important;
}

#personalitiesSection .modal-body .textBox .item .quote-box {
  border-left-color: #e51a6a !important;
}

#personalitiesSection .modal-body .textBox .item .quote-box p {
  font-size: 0.9rem;
}

#personalitiesSection .firstRow {
  padding: 4rem 0 4rem;
}

@media screen and (max-width: 991px) {
  #personalitiesSection .firstRow {
    padding: 4rem 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #personalitiesSection .firstRow {
    padding: 2.5rem 0 3rem;
  }
}

#personalitiesSection .firstRow ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5%;
}

#personalitiesSection .firstRow ul li {
  width: 21.25%;
  margin-bottom: 5%;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #personalitiesSection .firstRow ul li {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #personalitiesSection .firstRow ul li {
    width: 47.5%;
  }
}

#personalitiesSection .firstRow ul li .personality-card {
  background: #ffffff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#personalitiesSection .firstRow ul li .personality-card:hover {
  transform: translateY(-5px);
}

#personalitiesSection .firstRow ul li .personality-card .img-wrap {
  width: 100%;
  aspect-ratio: 1;
}

#personalitiesSection .firstRow ul li .personality-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap {
  flex: 1;
  padding: 1rem;
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap .name-ja {
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .firstRow ul li .personality-card .info-wrap .name-ja {
    font-size: 1.25rem;
  }
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap .name-en {
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #personalitiesSection .firstRow ul li .personality-card .info-wrap .name-en {
    font-size: 14px;
  }
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap ul {
  gap: 0.5rem;
  margin-top: 0.5rem;
  justify-content: center;
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap ul li {
  width: auto;
  margin-bottom: 0;
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap ul li a {
  transition: all 0.2s ease-in-out;
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap ul li a:hover {
  color: #e51a6a !important;
  transform: translateY(-2px);
}

#personalitiesSection .firstRow ul li .personality-card .info-wrap ul li a svg {
  font-size: 1rem;
}

/*# sourceMappingURL=personalities.css.map */