@charset "UTF-8";
* {
  font-weight: normal;
}

.location-page .section--vision {
  background: #1e3a5f url(../img/fishlab-bg-vision.jpg) center/cover no-repeat;
  padding-top: 128px;
}
@media (max-width: 768px) {
  .location-page .section--vision {
    padding-top: 80px;
  }
}
.location-page .section--vision .section__title {
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 30, 70, 0.25);
}
.location-page .section--vision .section__title--lined::after {
  background: rgba(255, 255, 255, 0.5);
}
.location-page .section--vision .section__subtitle {
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 4px rgba(0, 30, 70, 0.12);
}
.location-page .vision-grid {
  max-width: 900px;
  margin: 0 auto 36px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .location-page .vision-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.location-page .vision-card {
  background: #ffffff;
  border-radius: 300px;
  width: 260px;
  height: 260px;
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-page .vision-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.location-page .vision-card__badge {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background: #1e3a5f;
  justify-content: center;
  color: #ffffff;
  border-radius: 110px;
  font-size: 18px;
  font-weight: 800;
  margin: auto;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
.location-page .vision-card__text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #004A77;
}
.location-page .vision-summary {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 768px) {
  .location-page .vision-summary {
    padding: 0 20px;
    font-size: 16px;
  }
}
.location-page .section--technology {
  background: #2477A8;
}
.location-page .section--technology .section__title {
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 30, 70, 0.25);
}
.location-page .section--technology .section__title--lined::after {
  background: rgba(255, 255, 255, 0.5);
}
.location-page .section--technology .section__subtitle {
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 4px rgba(0, 30, 70, 0.12);
}
.location-page .section--technology .container {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
}
.location-page .section--technology .tech-intro {
  text-align: center;
  line-height: 2;
  color: #3a4a5c;
  margin-bottom: 24px;
  font-size: 16px;
}
.location-page .section--technology .features-overview-grid {
  background: none;
  border-radius: 0;
  padding: 0;
}
.location-page .section--technology .features-column {
  text-align: center;
  background: none;
  border-radius: 0;
  padding: 28px 24px;
}
.location-page .section--technology .column-label {
  display: block;
  font-size: 16px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #ffffff;
  background: #1e3a5f;
  border-radius: 60px;
  padding: 8px 32px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.location-page .section--technology .column-content__text {
  line-height: 2;
  color: #3a4a5c;
  text-align: center;
}
.location-page .section--strengths {
  background: linear-gradient(180deg, #ffffff 0%, #BEE6FF 100%);
}
.location-page .section--strengths .section__title {
  color: #1e3a5f;
}
.location-page .section--strengths .section__title--lined::after {
  background: #1e3a5f;
  opacity: 0.4;
}
.location-page .strengths-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .location-page .strengths-grid {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.location-page .strengths-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}
.location-page .strengths-item__title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #1e3a5f;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .location-page .strengths-item__title {
    font-size: 16px;
  }
}
.location-page .strengths-item__text {
  line-height: 2;
  color: #000;
}
.location-page .dual-column-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .location-page .dual-column-layout {
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.location-page .dual-column__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .location-page .dual-column__item {
    padding: 20px;
  }
}
.location-page .dual-column__title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #1e3a5f;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .location-page .dual-column__title {
    font-size: 18px;
  }
}
.location-page .dual-column__subtitle {
  font-size: 16px;
  color: #3a4a5c;
  text-align: center;
  margin-bottom: 24px;
}
.location-page .section--importance-research {
  background: #A6D9F9;
}
.location-page .importance-block {
  background: rgba(166, 217, 249, 0.3);
  border: none;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.location-page .importance-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .location-page .importance-block {
    padding: 20px;
  }
}
.location-page .importance-block__title {
  font-size: 17px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #fff;
  padding: 8px 40px 8px 20px;
  display: inline-block;
  background-color: #004A77;
  margin-bottom: 12px;
  margin-left: -20px;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, calc(100% - 14px) 100%, 0 100%);
}
@media (max-width: 768px) {
  .location-page .importance-block__title {
    font-size: 16px;
    margin-left: -20px;
  }
}
.location-page .importance-block__text {
  color: #3a4a5c;
  line-height: 2;
  font-size: 16px;
}
.location-page .research-item {
  margin-bottom: 20px;
}
.location-page .research-item:last-child {
  margin-bottom: 0;
}
.location-page .research-item__title {
  font-size: 18px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #2477A8;
}
.location-page .research-item__title::before {
  content: "▶";
  color: #2477A8;
  margin-right: 8px;
  font-size: 16px;
}
.location-page .research-item__text {
  line-height: 2;
  color: #3a4a5c;
  padding-left: 22px;
  font-size: 16px;
}
.location-page .section--mission-challenge {
  background: #ffffff;
}
.location-page .section--mission-challenge .dual-column__item--mission {
  background: #f5f8fc;
  border: 2px solid rgba(30, 58, 95, 0.12);
}
.location-page .section--mission-challenge .dual-column__item--challenge {
  background: #1e3a5f url(../img/fishlab-bg-vision.jpg) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location-page .section--mission-challenge .dual-column__item--challenge .dual-column__title {
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 30, 70, 0.25);
}
.location-page .mission-card {
  text-align: center;
}
.location-page .mission-card__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #ffffff;
  background: #1e3a5f;
  border-radius: 60px;
  padding: 8px 32px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.location-page .mission-card__text {
  color: #3a4a5c;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
.location-page .challenge-text {
  text-align: center;
  line-height: 2.2;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 800;
}/*# sourceMappingURL=location-fishlab.css.map */