@charset "UTF-8";
.strengths-page .hero {
  position: relative;
  margin-top: 0;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .strengths-page .hero {
    margin-top: 0;
    min-height: 200px;
  }
}
.strengths-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.strengths-page .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strengths-page .hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strengths-page .hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .strengths-page .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.strengths-page .hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .strengths-page .hero__content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.strengths-page .hero__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .strengths-page .hero__title {
    font-size: 28px;
  }
}
.strengths-page .hero__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .strengths-page .hero__subtitle {
    font-size: 16px;
  }
}
.strengths-page .hero__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.strengths-page .hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .strengths-page .hero__wave-bottom {
    height: 40px;
  }
}
.strengths-page .section__title {
  font-size: 40px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .strengths-page .section__title {
    font-size: 26px;
  }
}
.strengths-page .section__subtitle {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000000;
}
@media (max-width: 768px) {
  .strengths-page .section__subtitle {
    font-size: 16px;
  }
}
.strengths-page .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.strengths-page .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strengths-page .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.strengths-page .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strengths-page .fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.strengths-page .fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.strengths-page .fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.strengths-page .fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.strengths-page .delay-1 {
  transition-delay: 0.1s;
}
.strengths-page .delay-2 {
  transition-delay: 0.2s;
}
.strengths-page .delay-3 {
  transition-delay: 0.3s;
}
.strengths-page .section__wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.strengths-page .section__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .strengths-page .section__wave-bottom {
    height: 40px;
  }
}
.strengths-page .section__wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.strengths-page .section__wave-top svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .strengths-page .section__wave-top {
    height: 40px;
  }
}
.strengths-page .section {
  padding: 0;
}
@media (max-width: 768px) {
  .strengths-page .section {
    padding-bottom: 40px;
  }
}
.strengths-page .section--strengths {
  background: #ffffff;
  padding-top: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .strengths-page .section--strengths {
    padding-top: 32px;
  }
}
.strengths-page .strengths-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .strengths-page .strengths-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.strengths-page .strengths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .strengths-page .strengths-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.strengths-page .strength-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #1e3a5f;
  padding: 32px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strengths-page .strength-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .strengths-page .strength-card {
    padding: 24px 20px;
  }
}
.strengths-page .strength-card--wide {
  grid-column: 1/-1;
  padding: 32px 48px;
}
@media (max-width: 768px) {
  .strengths-page .strength-card--wide {
    padding: 24px 20px;
  }
}
.strengths-page .strength-card__number {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: #1e3a5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .strengths-page .strength-card__number {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
}
.strengths-page .strength-card__number span {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  .strengths-page .strength-card__number span {
    font-size: 18px;
  }
}
.strengths-page .strength-card__title {
  font-size: 18px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #1e3a5f;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .strengths-page .strength-card__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.strengths-page .strength-card__desc {
  font-size: 16px;
  line-height: 2;
  color: #3a4a5c;
  text-align: left;
}
@media (max-width: 768px) {
  .strengths-page .strength-card__desc {
    font-size: 16px;
    line-height: 1.9;
  }
}
.strengths-page .strength-card__note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #888;
  text-align: left;
}
.strengths-page .section--mission {
  background: linear-gradient(180deg, #e8f4fc 0%, #BEE6FF 100%);
  padding-top: 48px;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .strengths-page .section--mission {
    padding-top: 32px;
  }
}
.strengths-page .section--mission .section__title {
  color: #1e3a5f;
}
.strengths-page .section--mission .section__title--lined::after {
  background: #1e3a5f;
  opacity: 0.4;
}
.strengths-page .mission-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .strengths-page .mission-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.strengths-page .mission-inner p {
  font-size: 16px;
  line-height: 2.2;
  color: #3a4a5c;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .strengths-page .mission-inner p {
    font-size: 16px;
    line-height: 2;
  }
}
.strengths-page .section--cta {
  background: url("../img/bg-recruit.jpg") center/cover no-repeat;
  padding-top: 128px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.strengths-page .section--cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.strengths-page .section--cta > *:not(.section__wave-top):not(.section__wave-bottom) {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .strengths-page .section--cta {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
.strengths-page .section--cta .section__title {
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 30, 70, 0.25);
}
.strengths-page .section--cta .section__title--lined::after {
  background: rgba(255, 255, 255, 0.5);
}
.strengths-page .section--cta .section__wave-top {
  z-index: 2;
}
.strengths-page .cta-lead {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .strengths-page .cta-lead {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.strengths-page .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .strengths-page .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
  }
}
.strengths-page .cta-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 60px;
  padding: 12px 28px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.3s ease, transform 0.3s ease;
}
.strengths-page .cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .strengths-page .cta-button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
  }
}
.strengths-page .cta-button__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.strengths-page .cta-button__icon svg {
  width: 100%;
  height: 100%;
}
.strengths-page .strength-guide {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 20px 0;
}
@media (max-width: 768px) {
  .strengths-page .strength-guide {
    padding: 32px 20px 0;
  }
}
.strengths-page .strength-guide__inner {
  position: relative;
  width: 100%;
}
.strengths-page .strength-guide__bg {
  display: block;
  width: 100%;
  height: auto;
}
.strengths-page .strength-guide__link {
  position: absolute;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.strengths-page .strength-guide__link:hover {
  background: rgba(19, 70, 170, 0.08);
}
.strengths-page .strength-guide__link--top {
  top: 0;
  left: 33%;
  width: 34%;
  height: 44%;
}
.strengths-page .strength-guide__link--right {
  top: 28%;
  right: 0;
  width: 34%;
  height: 44%;
}
.strengths-page .strength-guide__link--bottom {
  bottom: 0;
  left: 33%;
  width: 34%;
  height: 44%;
}
.strengths-page .strength-guide__link--left {
  top: 28%;
  left: 0;
  width: 34%;
  height: 44%;
}
.strengths-page .strength-block {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 0 40px;
  scroll-margin-top: 80px;
}
.strengths-page .strength-block--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .strengths-page .strength-block {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
    padding: 0 20px;
  }
  .strengths-page .strength-block--reverse {
    flex-direction: column;
  }
}
.strengths-page .strength-block__image {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 12px;
  overflow: hidden;
}
.strengths-page .strength-block__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 768px) {
  .strengths-page .strength-block__image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.strengths-page .strength-block__content {
  flex: 1;
}
.strengths-page .strength-block__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 800;
  color: #004A77;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .strengths-page .strength-block__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.strengths-page .strength-block__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #333333;
}
@media (max-width: 768px) {
  .strengths-page .strength-block__desc {
    font-size: 16px;
  }
}
.strengths-page .strength-block__note {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}/*# sourceMappingURL=strengths.css.map */