@charset "UTF-8";
.kanpachi-page .strengths__wave-top, .kanpachi-page .ecology__wave-bottom, .kanpachi-page .hero__wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.kanpachi-page .strengths__wave-top svg, .kanpachi-page .ecology__wave-bottom svg, .kanpachi-page .hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__wave-top, .kanpachi-page .ecology__wave-bottom, .kanpachi-page .hero__wave-bottom {
    height: 40px;
  }
}

.kanpachi-page .hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .kanpachi-page .hero {
    margin-top: 56px;
    min-height: 220px;
  }
}
.kanpachi-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.kanpachi-page .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kanpachi-page .hero__overlay {
  display: none;
}
.kanpachi-page .hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .kanpachi-page .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kanpachi-page .hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .kanpachi-page .hero__content {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.kanpachi-page .hero__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 45px;
  font-weight: 700;
  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) {
  .kanpachi-page .hero__title {
    font-size: 28px;
  }
}
.kanpachi-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) {
  .kanpachi-page .hero__subtitle {
    font-size: 16px;
  }
}
.kanpachi-page .hero__wave-bottom {
  bottom: 0;
}
.kanpachi-page .section-title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .kanpachi-page .section-title {
    font-size: 26px;
  }
}
.kanpachi-page .section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.kanpachi-page .section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .kanpachi-page .section-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.kanpachi-page .ecology {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #BEE6FF 100%);
  padding: 60px 0 160px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kanpachi-page .ecology {
    padding: 40px 0 60px;
  }
}
.kanpachi-page .ecology__wave-bottom {
  bottom: -1px;
}
.kanpachi-page .ecology__content {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .kanpachi-page .ecology__content {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 20px;
  }
}
.kanpachi-page .ecology__image {
  border-radius: 12px;
  overflow: hidden;
}
.kanpachi-page .ecology__image img {
  width: 100%;
  height: auto;
  display: block;
}
.kanpachi-page .ecology__text {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
@media (max-width: 768px) {
  .kanpachi-page .ecology__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.kanpachi-page .process {
  background: #ffffff;
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .kanpachi-page .process {
    padding: 40px 0 50px;
  }
}
.kanpachi-page .process__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .kanpachi-page .process__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kanpachi-page .process-step {
  background: #ECF8FF;
  border-radius: 12px;
  padding: 28px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px 36px;
  align-items: start;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .kanpachi-page .process-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.kanpachi-page .process-step__header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}
.kanpachi-page .process-step__images {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kanpachi-page .process-step__images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.kanpachi-page .process-step__body {
  padding-top: 0;
}
.kanpachi-page .process-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #004A77;
  color: #ffffff;
  border-radius: 50%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.kanpachi-page .process-step__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  color: #004A77;
}
@media (max-width: 768px) {
  .kanpachi-page .process-step__title {
    font-size: 20px;
  }
}
.kanpachi-page .process-step__sub-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .kanpachi-page .process-step__sub-title {
    font-size: 16px;
  }
}
.kanpachi-page .process-step__list {
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .kanpachi-page .process-step__list {
    font-size: 16px;
  }
}
.kanpachi-page .process-step__list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.kanpachi-page .process-step__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.kanpachi-page .process-arrow {
  text-align: center;
  margin: 16px 0;
}
.kanpachi-page .process-arrow svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #004A77;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.5;
}
.kanpachi-page .strengths {
  position: relative;
  background: url("../img/bg-strong.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths {
    padding: 80px 0 50px;
  }
}
.kanpachi-page .strengths__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 40, 80, 0.75);
  z-index: 1;
}
.kanpachi-page .strengths__wave-top {
  top: -1px;
}
.kanpachi-page .strengths__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kanpachi-page .strengths__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.kanpachi-page .strengths__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__title {
    font-size: 26px;
  }
}
.kanpachi-page .strengths__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  margin: 16px auto 0;
}
.kanpachi-page .strengths__subtitle {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__subtitle {
    font-size: 16px;
  }
}
.kanpachi-page .strengths__highlight-box {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0));
  padding: 32px 40px;
  margin-top: 32px;
  margin-bottom: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__highlight-box {
    padding: 24px 20px;
  }
}
.kanpachi-page .strengths__highlight-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__highlight-title {
    font-size: 22px;
  }
}
.kanpachi-page .strengths__highlight-text {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__highlight-text {
    font-size: 16px;
  }
}
.kanpachi-page .strengths__cards {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.kanpachi-page .strengths__gallery {
  max-width: 1080px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__gallery {
    gap: 8px;
  }
}
.kanpachi-page .strengths__gallery-item {
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
.kanpachi-page .strengths__gallery-item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kanpachi-page .strengths__gallery-caption {
  font-size: 16px;
  text-align: center;
  padding: 8px 0 0;
}
@media (max-width: 768px) {
  .kanpachi-page .strengths__gallery-caption {
    font-size: 16px;
    padding: 6px 0 0;
  }
}
.kanpachi-page .strength-card {
  background: #2477A8;
  border-radius: 12px;
  padding: 28px 20px 24px;
  border: solid 1px #ccc;
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kanpachi-page .strength-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.kanpachi-page .strength-card__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  background: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 40px;
  color: #004A77;
}
@media (max-width: 768px) {
  .kanpachi-page .strength-card__title {
    font-size: 18px;
  }
}
.kanpachi-page .strength-card__text {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .kanpachi-page .strength-card__text {
    font-size: 16px;
  }
}
.kanpachi-page .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.kanpachi-page .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.kanpachi-page .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.kanpachi-page .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.kanpachi-page .delay-1 {
  transition-delay: 0.1s;
}
.kanpachi-page .delay-2 {
  transition-delay: 0.2s;
}
.kanpachi-page .delay-3 {
  transition-delay: 0.3s;
}
.kanpachi-page .footer {
  background: #004A77;
}
.kanpachi-page .footer__copyright {
  font-size: 16px;
  color: #ffffff;
}/*# sourceMappingURL=kanpachi.css.map */