@charset "UTF-8";

/* ========================================
   Overrides from common-new.css
   ======================================== */





/* ========================================
   Page-specific styles
   ======================================== */

.eng-fv {
  position: relative;
  width: 100%;
  background-color: #f1f4f7;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .eng-fv {
    overflow-x: clip;
  }
}
.eng-fv__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 80rem;
}
@media (max-width: 767px) {
  .eng-fv__inner {
    height: auto;
    padding: 80px 20px 30px;
  }
}
.eng-fv__photo {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.eng-fv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eng-fv__photo.--small {
  width: 20.6%;
  aspect-ratio: 1;
  left: -0.35%;
  top: 120px;
}
@media (max-width: 767px) {
  .eng-fv__photo.--small {
    width: 150px;
    height: 150px;
    left: -13px;
    top: 219px;
  }
}
.eng-fv__photo.--medium {
  width: 24.4%;
  aspect-ratio: 1;
  left: 24.4%;
  top: -26px;
}
@media (max-width: 767px) {
  .eng-fv__photo.--medium {
    width: 182px;
    height: 183px;
    left: 104px;
    top: 88px;
  }
}
.eng-fv__photo.--large {
  width: 45.4%;
  aspect-ratio: 1;
  left: 49.4%;
  top: 120px;
  background-color: #e8eaed;
}
@media (max-width: 767px) {
  .eng-fv__photo.--large {
    width: 300px;
    height: 300px;
    left: auto;
    right: -72px;
    top: 260px;
  }
}
.eng-fv__catch {
  position: relative;
  z-index: 2;
  padding-top: 45.6rem;
  padding-left: 5%;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 7.6rem;
  line-height: 1.2;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .eng-fv__catch {
    padding-top: 410px;
    padding-left: 0;
    font-size: 4rem;
    line-height: 0.9;
  }
}
.eng-fv__buttons {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 24px;
  z-index: 100;
}
@media (max-width: 767px) {
  .eng-fv__buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    z-index: 100;
  }
}

.strength {
  padding: 0 0 6.4rem;
  margin-top: -5.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .strength {
    padding: 32px 0 40px;
    margin-top: 0;
  }
}
.strength__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .strength__inner {
    padding: 0 20px;
  }
}
.strength__heading {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 0.9;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .strength__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.strength__cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .strength__cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strength__card {
  background-color: rgba(211, 195, 192, 0.2);
  border-radius: 10px;
  box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.13);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 34px; */
}
@media (max-width: 767px) {
  .strength__card {
    padding: 24px 16px;
    min-height: auto;
    /* gap: 24px; */
  }
}
.strength__card-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 0.9;
  color: #282828;
  text-align: center;
}
@media (max-width: 767px) {
  .strength__card-title {
    font-size: 2.4rem;
  }
}
.strength__card-icon {
  width: 95px;
  height: 95px;
  margin: 24px auto 0;
}
.strength__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strength__card-desc {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #282828;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .strength__card-desc {
    font-size: 1.4rem;
  }
}

.eng-interview {
  position: relative;
  padding: 120px 0 100px;
  background: url("../image/TOP/interview-bg.webp") center/cover no-repeat;
}
@media (max-width: 767px) {
  .eng-interview {
    padding: 60px 0;
  }
}
.eng-interview__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .eng-interview__inner {
    padding: 0 20px;
  }
}
.eng-interview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .eng-interview__top {
    justify-content: center;
  }
}
.eng-interview__heading {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 0.9;
  color: #fff;
}
@media (max-width: 767px) {
  .eng-interview__heading {
    font-size: 3.2rem;
  }
}
.eng-interview__nav {
  display: flex;
  gap: 88px;
}
@media (max-width: 767px) {
  .eng-interview__nav {
    display: none;
  }
}
.eng-interview__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
.eng-interview__nav-btn svg {
  width: 28px;
  height: 19px;
}
.eng-interview__nav-btn:hover {
  opacity: 0.7;
}
.eng-interview__slider {
  margin-top: 48px;
}
.eng-interview__slider .slick-slide {
  padding: 0 6.5px;
}
.eng-interview__slider .slick-list {
  margin: 0 -6.5px;
}
@media (max-width: 767px) {
  .eng-interview__slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 32px;
  }
}
.eng-interview__card {
  display: block !important;
}
@media (max-width: 767px) {
  .eng-interview__card {
    width: 100% !important;
  }
}
.eng-interview__photo {
  width: 100%;
  aspect-ratio: 300/259;
  overflow: hidden;
}
.eng-interview__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s;
}
.eng-interview__card:hover .eng-interview__photo img {
  transform: scale(1.05);
}
.eng-interview__info {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .eng-interview__info {
    padding: 8px 0 0;
  }
}
.eng-interview__name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
.eng-interview__dept {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .eng-interview__dept {
    margin-top: 8px;
  }
}
.eng-interview__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #26cb1f;
  color: #009a7d;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 40px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .eng-interview__badge {
    padding: 2px 16px;
  }
}

.purpose {
  position: relative;
  height: 81rem;
  background: linear-gradient(137deg, #DCF8DB 22.18%, #86C89C 78.32%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .purpose {
    height: auto;
    padding: 40px 0 16px;
    background: linear-gradient(121deg, #DCF8DB 22.18%, #86C89C 78.32%);
  }
}
.purpose__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  height: 100%;
}
@media (max-width: 767px) {
  .purpose__inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
}
.purpose__text {
  position: relative;
  z-index: 2;
  max-width: 59rem;
  padding-top: 14.8rem;
}
@media (max-width: 767px) {
  .purpose__text {
    max-width: 100%;
    padding-top: 0;
  }
}
.purpose__label {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 0.9;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .purpose__label {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1;
  }
}
.purpose__catch {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1.2;
  margin-top: 40px;
  color: #282828;
}
@media (max-width: 767px) {
  .purpose__catch {
    font-size: 3.2rem;
    margin-top: 40px;
  }
}
.purpose__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #282828;
  max-width: 490px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .purpose__desc {
    max-width: 100%;
    margin-top: 24px;
  }
}
.purpose__circles {
  position: absolute;
  top: 5.6rem;
  right: -2%;
  width: 54%;
  /* max-height: 722px; */
}
@media (max-width: 767px) {
  .purpose__circles {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 32px;
    width: calc(100% + 20px);
  }
}
.purpose__circles img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .purpose__circles img {
    width: 100%;
    height: auto;
  }
}

.company {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .company {
    padding: 40px 0;
  }
}
.company__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .company__inner {
    padding: 0 20px;
  }
}
.company__heading {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 0.9;
  text-align: center;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .company__heading {
    font-size: 3.2rem;
  }
}
.company__table {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .company__table {
    margin-top: 16px;
  }
}
.company__row {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .company__row {
    flex-direction: column;
    padding: 24px 0 16px;
    gap: 16px;
    border-bottom: 1px solid #ccc;
  }
}
.company__row::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 210px;
  height: 2px;
  background-color: #39AA5F;
}
@media (max-width: 767px) {
  .company__row::after {
    content: none;
  }
}
.company__label {
  flex: 0 0 194px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 16px;
  color: #39AA5F;
}
@media (max-width: 767px) {
  .company__label {
    flex: none;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.company__value {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #282828;
}

.company__value a {
  color: #282828;
  text-decoration: underline;
}
.company__value a:hover {
  opacity: 0.7;
}

.history {
  padding: 10rem 0;
  background-color: #e5f2e5;
}
@media (max-width: 767px) {
  .history {
    padding: 40px 0;
  }
}
.history__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .history__inner {
    padding: 0 35px;
  }
}
.history__heading {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 0.9;
  text-align: center;
  letter-spacing: 0.4em;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .history__heading {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
  }
}
.history__timeline {
  position: relative;
  height: 42rem;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .history__timeline {
    height: auto;
    position: relative;
    padding-left: 0;
    margin-top: 40px;
  }
}
.history__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #282828;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .history__line {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 4.25px;
    right: auto;
    width: 1.5px;
    height: 100%;
    transform: none;
  }
}
.history__item {
  position: absolute;
  width: 17%;
}
@media (max-width: 767px) {
  .history__item {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    bottom: auto !important;
    height: auto !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .history__item + .history__item {
    margin-top: 32px;
  }
}
.history__item.--above {
  top: 0;
  height: calc(50% + 0.95rem);
  display: flex;
  flex-direction: column;
}
.history__item.--above .history__content {
  flex: 1;
}
.history__item.--above .history__stem {
  height: 5.6rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.history__item.--above .history__dot {
  flex-shrink: 0;
  margin: 0 auto;
}
.history__item.--below {
  top: calc(50% - 0.95rem);
  display: flex;
  flex-direction: column;
}
.history__item.--below .history__content {
  margin-top: 1.6rem;
}
.history__item.--below .history__stem {
  height: 5.6rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.history__item.--below .history__dot {
  flex-shrink: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .history__item.--above,
  .history__item.--below {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .history__item.--above .history__content {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .history__item.--above .history__dot, .history__item.--below .history__dot {
    order: 1;
    margin: 9px 0 0;
  }
}
@media (max-width: 767px) {
  .history__item.--above .history__stem, .history__item.--below .history__stem {
    order: 2;
    width: 56px;
    height: 1.5px;
    margin: 14px 0 0;
  }
}
@media (max-width: 767px) {
  .history__item.--above .history__content, .history__item.--below .history__content {
    order: 3;
    margin: 0;
  }
}
.history__dot {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #282828;
}
@media (max-width: 767px) {
  .history__dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
  }
}
.history__stem {
  width: 1.5px;
  background-color: #282828;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .history__stem {
    flex-shrink: 0;
    width: 56px;
    height: 1.5px;
    background-color: #282828;
    margin: 14px 0 0;
  }
}
.history__content {
  text-align: center;
}
@media (max-width: 767px) {
  .history__content {
    text-align: left;
    flex: 1;
  }
}
.history__year {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 0.9;
  color: #282828;
}
@media (max-width: 767px) {
  .history__year {
    font-size: 3.2rem;
    display: block;
  }
}
.history__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #282828;
  text-align: left;
}
@media (max-width: 767px) {
  .history__text {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 253px;
  }
}
