<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*=====================================/
/  カラー管理
/======================================*/
.development {
  margin-top: 163.1rem;
}
@media screen and (max-width: 640px) {
  .development {
    margin-top: 180rem;
  }
}
.development__ttl-en {
  margin-inline: auto;
  max-width: 693.7rem;
}
@media screen and (max-width: 640px) {
  .development__ttl-en {
    max-width: 346.85rem;
  }
}
.development__ttl {
  margin-top: 28rem;
  font-size: 20rem;
  line-height: 2;
  text-align: center;
  color: #0B2F79;
}
@media screen and (max-width: 640px) {
  .development__ttl {
    margin-top: 13.3rem;
  }
}
.development__para {
  margin-top: 91rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .development__para {
    margin-top: 60rem;
  }
}
.development__para.--center {
  margin-top: 56.5rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .development__para.--center {
    margin-top: 50rem;
  }
}
.development__list {
  margin-top: 126.5rem;
}
@media screen and (max-width: 640px) {
  .development__list {
    margin-top: 80rem;
  }
}
.development__item-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .development__item-row {
    justify-content: center;
    position: relative;
  }
}
.development__item-ttl {
  width: 25%;
  aspect-ratio: 250/177;
  background: #0B2F79;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22rem;
}
@media screen and (max-width: 640px) {
  .development__item-ttl {
    width: 50%;
    font-size: 17rem;
  }
}
.development__item-txt {
  width: 38.9%;
}
@media screen and (max-width: 640px) {
  .development__item-txt {
    width: 86%;
    position: absolute;
    right: 0;
    bottom: -60rem;
    transform: translateY(100%);
  }
}
.development__item-people {
  margin: 31rem 0 9.3rem;
  display: flex;
  align-items: center;
  gap: 19rem;
}
.development__item-people-photo {
  width: 25.7%;
  aspect-ratio: 1/1;
}
.development__item-people-btn {
  color: #0B2F79;
  font-size: 15rem;
  line-height: 1.6666666667;
  transition: opacity 0.3s ease-out;
}
.development__item-people-btn:hover {
  opacity: 0.6;
}
.development__item-para {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .development__item-para {
    font-size: 15rem;
    line-height: 1.7333333333;
  }
}
.development__item-photo {
  width: 27%;
}
@media screen and (max-width: 640px) {
  .development__item-photo {
    width: 50%;
  }
}
.development__item-photo picture,
.development__item-photo img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .development__item-photo picture,
  .development__item-photo img {
    height: auto;
  }
}
.development__item-img {
  margin-left: 125rem;
  max-width: 750rem;
}
@media screen and (max-width: 640px) {
  .development__item-img {
    margin-left: 26rem;
  }
}
.development__gallery-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  .development__gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.development__heading {
  margin: 88rem 0 308rem;
  font-size: 28rem;
  line-height: 1.9642857143;
  text-align: center;
  color: #0B2F79;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .development__heading {
    margin: 70rem 0 200rem;
    font-size: 24rem;
    line-height: 1.6666666667;
  }
}/*# sourceMappingURL=mission.css.map */</pre></body></html>