.talent-philosophy {
  position: relative;
  height: 29.27vw;
  padding-top: 5.83vw;
  overflow: hidden;
}

.talent-philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-image) no-repeat 0 0/cover;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.talent-philosophy .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.talent-philosophy .talent-logo {
  width: 45.31vw;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.talent-philosophy .text {
  margin-top: -3.23vw;
  font-size: 2.29vw;
  font-weight: 700;
  line-height: 1;
  transition: letter-spacing 0.4s ease;
}

.talent-philosophy .line {
  width: 3.91vw;
  height: .16vw;
  margin-top: 2.34vw;
  background-color: #2D77D9;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease;
}

.talent-philosophy .title {
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 3.33vw;
  color: #2D77D9;
  transition: color 0.35s ease, letter-spacing 0.4s ease;
}

.talent-philosophy .desc {
  font-size: .83vw;
  line-height: 1;
  margin-top: 1.46vw;
  transition: color 0.35s ease;
}

.manage-philosophy {
  position: relative;
  z-index: 1;
  height: 38.49vw;
  padding-top: 6.82vw;
  overflow: hidden;
  background: var(--bg-image) no-repeat center/cover fixed;
  clip-path: inset(0);
}

.manage-philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: transparent;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}

.manage-philosophy .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manage-philosophy .manage-icon {
  width: 4.38vw;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.manage-philosophy .title {
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 3.18vw;
  color: #fff;
  transition: letter-spacing 0.4s ease, text-shadow 0.35s ease;
}

.manage-philosophy .line {
  width: 3.91vw;
  height: .16vw;
  margin-top: 2.14vw;
  background: #2D77D9;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease;
}

.manage-philosophy .desc {
  width: 59.17vw;
  font-size: .83vw;
  line-height: 2;
  margin-top: 2.19vw;
  color: #fff;
  text-align: center;
  transition: text-shadow 0.35s ease;
}

.atmosphere {
  position: relative;
  z-index: 1;
  background-color: #e8f5fe;
  padding-bottom: 5.99vw;
}

.atmosphere .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20.16vw;
  padding-top: 6.56vw;
  overflow: hidden;
  transform: translateY(-4.79vw);
}

.atmosphere .wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-image) no-repeat 0 0/cover;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.atmosphere .wrapper > * {
  position: relative;
  z-index: 1;
}

.atmosphere .title {
  font-size: 1.25vw;
  color: #f7f9fd;
  line-height: 1;
  transition: letter-spacing 0.4s ease, text-shadow 0.35s ease;
}

.atmosphere .line {
  margin-top: 2.08vw;
  width: 3.91vw;
  height: .16vw;
  background: #fa9130;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s ease;
}

.atmosphere .desc {
  margin-top: 2.14vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1;
  color: #fa9130;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s ease;
}

footer {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1020px) {
  .talent-philosophy {
    position: relative;
    z-index: 1;
    height: auto;
    min-height: 0;
    padding: var(--m-section-py) 0;
    background-color: #fff;
  }

  .talent-philosophy .talent-logo {
    width: 74.667vw;
    max-width: 100%;
  }

  .talent-philosophy .text {
    margin-top: var(--m-space-xs);
    font-size: var(--m-font-h1);
  }

  .talent-philosophy .line {
    margin-top: var(--m-space-sm);
    width: 10.667vw;
    height: 2px;
  }

  .talent-philosophy .title {
    margin-top: var(--m-space-md);
    font-size: var(--m-font-h2);
    line-height: 1.5;
    text-align: center;
    padding: 0 var(--m-space-md);
    box-sizing: border-box;
  }

  .talent-philosophy .desc {
    margin-top: var(--m-space-sm);
    font-size: var(--m-font-body);
    line-height: 1.85;
    text-align: center;
    padding: 0 var(--m-space-md);
    box-sizing: border-box;
  }

  .manage-philosophy {
    height: auto;
    min-height: 0;
    padding: var(--m-section-py) 0;
  }

  .manage-philosophy .manage-icon {
    width: 12vw;
    max-width: 3.5rem;
  }

  .manage-philosophy .title {
    margin-top: var(--m-space-md);
    font-size: var(--m-font-h2);
    line-height: 1.5;
    text-align: center;
    padding: 0 var(--m-space-md);
    box-sizing: border-box;
  }

  .manage-philosophy .line {
    margin-top: var(--m-space-sm);
    width: 10.667vw;
    height: 2px;
  }

  .manage-philosophy .desc {
    width: 100%;
    margin-top: var(--m-space-sm);
    font-size: var(--m-font-body);
    line-height: 1.85;
    padding: 0 var(--m-space-md);
    box-sizing: border-box;
  }

  .atmosphere {
    margin-top: 0;
    padding: var(--m-section-py) 0;
  }

  .atmosphere .wrapper {
    height: auto;
    min-height: 56vw;
    padding: var(--m-space-lg) var(--m-space-md);
    border-radius: 1.067vw;
    box-sizing: border-box;
    transform: translateY(0);
  }

  .atmosphere .title {
    font-size: var(--m-font-h3);
    line-height: 1.6;
    text-align: center;
  }

  .atmosphere .line {
    margin-top: var(--m-space-sm);
    width: 10.667vw;
    height: 2px;
  }

  .atmosphere .desc {
    margin-top: var(--m-space-md);
    font-size: var(--m-font-h2);
    line-height: 1.5;
    text-align: center;
  }

  .talent-philosophy.ky-hover.is-ready:hover::before,
  .atmosphere.ky-hover.is-ready:hover .wrapper::before {
    transform: scale(1);
  }

  .manage-philosophy.ky-hover.is-ready:hover::before {
    background-color: transparent;
  }

  .talent-philosophy.ky-hover.is-ready:hover .talent-logo,
  .manage-philosophy.ky-hover.is-ready:hover .manage-icon,
  .atmosphere.ky-hover.is-ready:hover .desc {
    transform: none;
  }

  .talent-philosophy.ky-hover.is-ready:hover .text,
  .talent-philosophy.ky-hover.is-ready:hover .title,
  .manage-philosophy.ky-hover.is-ready:hover .title,
  .atmosphere.ky-hover.is-ready:hover .title {
    letter-spacing: 0;
    text-shadow: none;
  }

  .talent-philosophy.ky-hover.is-ready:hover .line {
    width: 10.667vw;
    background-color: #2D77D9;
  }

  .talent-philosophy.ky-hover.is-ready:hover .title {
    color: #2D77D9;
  }

  .manage-philosophy.ky-hover.is-ready:hover .line {
    width: 10.667vw;
    background-color: #2D77D9;
  }

  .manage-philosophy.ky-hover.is-ready:hover .desc {
    text-shadow: none;
  }

  .atmosphere.ky-hover.is-ready:hover .line {
    width: 10.667vw;
    background-color: #fa9130;
  }

  .atmosphere.ky-hover.is-ready:hover .desc {
    color: #fa9130;
  }
}

@media screen and (max-width: 767px) {
  .talent-philosophy .title {
    font-size: var(--m-font-h3);
  }

  .manage-philosophy .title {
    font-size: var(--m-font-h3);
  }

  .atmosphere .wrapper {
    min-height: 48vw;
  }

  .atmosphere .desc {
    font-size: var(--m-font-h3);
  }
}
