@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.about main.has-cross::before {
  top: 555px;
}
.about main.has-cross::after {
  top: 1395px;
}

.child-fv::before {
  background: url(../img/about/fv.webp) no-repeat center center/cover;
}

.about-list {
  margin-top: 2.375rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
.about-list-item {
  width: 100%;
  border-bottom: 1px solid #2C5BA3;
  padding-bottom: 1.25rem;
}
.about-list-item-inner {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .about-list-item-inner {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.about-list-item-num-wrapper {
  width: 80px;
  height: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .about-list-item-num-wrapper {
    width: 76px;
    height: 56px;
  }
}
@media screen and (max-width: 599px) {
  .about-list-item-num-wrapper {
    width: 70px;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-list-item-num-wrapper {
    width: 56px;
    height: 40px;
    padding: 0 8px;
  }
}
.about-list-item-num-inner {
  border: 2px solid #2C5BA3;
  border-radius: 50%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
.about-list-item__num {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  color: #2C5BA3;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .about-list-item__num {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .about-list-item__num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .about-list-item__num {
    font-size: 1.25rem;
  }
}
.about-list-item__txt {
  width: calc(100% - 80px);
  font-size: 1.875rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .about-list-item__txt {
    font-size: 1.25rem;
    width: calc(100% - 76px);
  }
}
@media screen and (max-width: 599px) {
  .about-list-item__txt {
    font-size: 1.125rem;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 479px) {
  .about-list-item__txt {
    width: calc(100% - 56px);
    padding: 0 8px;
  }
}

.greeting {
  padding-top: 7.75rem;
}
@media screen and (max-width: 599px) {
  .greeting {
    padding-top: 5rem;
  }
}
.greeting__ttl {
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .greeting__ttl {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .greeting__ttl {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.greeting__txt {
  font-weight: 500;
  line-height: 1.875;
  padding: 0 15px;
}
.greeting__sign {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 500;
  text-align: right;
  margin-top: 3.125rem;
}
@media screen and (max-width: 599px) {
  .greeting__sign {
    font-size: 1.25rem;
  }
}

.philosophy {
  padding-top: 10rem;
}
@media screen and (max-width: 599px) {
  .philosophy {
    padding-top: 7.5rem;
  }
}
.philosophy__ttl--sub {
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2C5BA3;
  margin-top: 3.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .philosophy__ttl--sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .philosophy__ttl--sub {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .philosophy__ttl--sub {
    font-size: 1.25rem;
  }
}
.philosophy__txt {
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  margin-top: 2.5rem;
}

.policy {
  padding-top: 146px;
}
@media screen and (max-width: 599px) {
  .policy {
    padding-top: 6.25rem;
  }
}

.guidelines {
  padding-top: 146px;
  padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
  .guidelines {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}/*# sourceMappingURL=style-about.css.map */