.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  .visible-pc {
    display: none !important;
  }
}

.snippets-sns {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snippets-sns li a svg {
  vertical-align: middle;
}

.page--about .about__fv {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #404A4D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--about .about__fv .fv__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: image-set(url("../img/front-page_fv_pc.webp") type("image/webp"), url("../img/front-page_fv_pc.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_fv_pc.webp") type("image/webp"), url("../img/front-page_fv_pc.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page--about .about__fv .fv__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 50%), rgba(0, 0, 0, 0.6);
}
.page--about .about__fv .fv__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.page--about .about__fv .fv__heading .fv__heading--subtext {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page--about .about__fv .fv__heading .fv__heading--subtext::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  background-color: #ffffff;
}
.page--about .about__fv .fv__heading .fv__heading--maintext {
  font-weight: normal;
  font-size: 1.625rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__fv .fv__heading {
    flex-direction: column;
  }
  .page--about .about__fv .fv__heading .fv__heading--subtext {
    font-size: 0.75rem;
    flex-direction: column;
    gap: 1rem;
  }
  .page--about .about__fv .fv__heading .fv__heading--subtext::after {
    width: 100%;
  }
  .page--about .about__fv .fv__heading .fv__heading--maintext {
    font-weight: normal;
    font-size: 1.125rem;
  }
}
.page--about .about__header {
  width: 100%;
  position: relative;
  background-image: image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page--about .about__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 254, 250, 0.92);
}
.page--about .about__header .header__inner {
  width: 100%;
  max-width: 1366px;
  min-height: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__inner {
    min-height: unset;
    padding-top: 4.8125rem;
  }
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__inner .header__text-container {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 0;
    padding-bottom: 5rem;
    margin-top: -5rem;
  }
}
.page--about .about__header .header__inner .header__heading {
  position: absolute;
  top: 36.25rem;
  right: calc(5.5rem * 2);
  margin: 0;
  writing-mode: vertical-rl;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__inner .header__heading {
    position: relative;
    top: unset;
    right: unset;
    padding-right: 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.8;
  }
}
.page--about .about__header .header__inner .header__text {
  position: absolute;
  top: 39.75rem;
  right: calc(5.5rem * 2 + 4.75rem + 5rem);
  writing-mode: vertical-rl;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1px #fffefa, 1px 0 1px #fffefa, -1px 0 1px #fffefa, 0 1px 1px #fffefa, 0 -1px 1px #fffefa, 0 0 0.5em #fffefa, 0 0 0.5em #fffefa;
}
.page--about .about__header .header__inner .header__text p {
  margin: 0;
}
.page--about .about__header .header__inner .header__text p:not(:last-of-type) {
  margin-block-end: 2rem;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__inner .header__text {
    position: relative;
    writing-mode: horizontal-tb;
    top: unset;
    right: unset;
    padding-top: 9.5rem;
    padding-left: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.8;
    letter-spacing: unset;
    text-shadow: none;
  }
  .page--about .about__header .header__inner .header__text p:not(:last-of-type) {
    margin-block-end: 1.25rem;
  }
}
.page--about .about__header .header__img-container {
  display: contents;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__img-container {
    display: block;
    position: relative;
    min-height: calc(115.73333366vw - 3.25rem);
  }
}
.page--about .about__header .header__img {
  position: absolute;
}
.page--about .about__header .header__img--1 {
  top: 7rem;
  right: 5.5rem;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__img--1 {
    top: 0;
    right: 0;
    width: 60.266667%;
    max-width: 432px;
    height: auto;
  }
}
.page--about .about__header .header__img--2 {
  top: 20.5rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__img--2 {
    top: unset;
    bottom: 0;
    width: 56.533333%;
    max-width: 461px;
    height: auto;
  }
}
.page--about .about__header .header__img--3 {
  bottom: 9rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .page--about .about__header .header__img--3 {
    display: block;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: auto;
  }
}
.page--about .about__our-important-points {
  background-color: #ffffff;
  padding: 7.5rem 0 10rem 0;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points {
    padding: 4rem 0 0 0;
  }
}
.page--about .about__our-important-points .our-important-points__heading {
  margin: 0 auto 6rem auto;
  padding: 0 5.5rem;
  max-width: 1366px;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__heading {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}
.page--about .about__our-important-points .our-important-points__contents {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents {
    gap: 4rem;
  }
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block {
  display: flex;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__img {
  flex: 1 0 50%;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__img img {
  width: 100%;
  height: auto;
  display: block;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text {
  flex: 1 0 50%;
  padding: 0 5.5rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text {
    padding: 0 1.5rem;
  }
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__heading {
  max-width: calc(683px - 11rem);
  margin: 0 0 2rem 0;
  padding: 0 0 1.25rem 0;
  border-bottom: 1px solid;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__heading .text__heading--sub {
  font-size: 0.8125rem;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__heading .text__heading--main {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__heading {
    padding-bottom: 1rem;
    padding: 0 0 1rem 0;
  }
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__heading .text__heading--main {
    font-size: 1rem;
  }
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph {
  max-width: calc(683px - 11rem);
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph p:not(:last-of-type) {
  margin-bottom: 1.6em;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block .block__text .text__paragraph p:not(:last-of-type) {
    margin-bottom: 1.8em;
  }
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) .block__text .text__heading, .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) .block__text .text__paragraph {
  margin-left: auto;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) .block__text .text__heading, .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(odd) .block__text .text__paragraph {
    margin-left: 0;
    max-width: unset;
  }
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) {
  flex-direction: row;
}
.page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) .block__text .text__heading, .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) .block__text .text__paragraph {
  margin-right: auto;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) .block__text .text__heading, .page--about .about__our-important-points .our-important-points__contents .our-important-points__block:nth-of-type(even) .block__text .text__paragraph {
    margin-right: 0;
    max-width: unset;
  }
}
.page--about .about__profile {
  background-color: #EAEAEA;
  padding: 10rem 0 11rem 0;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile {
    padding: 5.5rem 0 4rem 0;
  }
}
.page--about .about__profile .profile__heading {
  margin: 0 0 2rem 0;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__heading {
    font-size: 1.1875rem;
  }
}
.page--about .about__profile .profile__kv {
  max-width: 1366px;
  margin: 0 auto 4rem auto;
  padding: 0 5.5rem;
}
.page--about .about__profile .profile__kv img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__kv {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .page--about .about__profile .profile__kv img {
    max-width: 100%;
    min-height: 15.625rem;
    object-fit: cover;
  }
}
.page--about .about__profile .profile__contents {
  max-width: 1366px;
  padding: 0 5.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__contents {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.page--about .about__profile .profile__contents .profile__main-column .name {
  margin: 0 0 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.1875rem;
}
.page--about .about__profile .profile__contents .profile__main-column .name .name--en {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__contents .profile__main-column .name {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  .page--about .about__profile .profile__contents .profile__main-column .name .name--en {
    font-size: 0.75rem;
  }
}
.page--about .about__profile .profile__contents .profile__main-column .comment {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.page--about .about__profile .profile__contents .profile__main-column .comment p {
  margin: 0;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__contents .profile__main-column .comment {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.page--about .about__profile .profile__contents .profile__sub-column p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.8;
}
.page--about .about__profile .profile__contents .profile__sub-column p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.page--about .about__profile .profile__staff {
  max-width: 1366px;
  margin: 5rem auto 0 auto;
  padding: 0 5.5rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__staff {
    margin-top: 3.5rem;
    padding: 0 1.5rem;
  }
}
.page--about .about__profile .profile__staff .profile__staff__heading {
  margin: 0 0 3rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__staff .profile__staff__heading {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.1875rem;
  }
}
.page--about .about__profile .profile__staff .staff__lists {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
  gap: 3rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__profile .profile__staff .staff__lists {
    grid-template-columns: 1fr;
  }
}
.page--about .about__profile .profile__staff .staff__lists .staff__list {
  list-style-type: none;
  display: grid;
  grid-template-areas: "img name";
  grid-template-columns: 9.75rem 1fr;
  gap: 2rem;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__img {
  grid-area: img;
  width: 100%;
  height: auto;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents {
  grid-area: name;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name .staff__name--fullname {
  font-size: 1rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name .staff__name--position {
  font-size: 0.75rem;
  color: #818181;
  margin-left: auto;
}
.page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__text {
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 568px) {
  .page--about .about__profile .profile__staff .staff__lists .staff__list {
    grid-template-areas: "img  text" "name text";
    grid-template-columns: 6.5rem 1fr;
    grid-template-rows: 6.5rem auto;
    gap: 1rem 1.5rem;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__img {
    max-width: 6.5rem;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents {
    display: contents;
    grid-area: unset;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name {
    grid-area: name;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.34375em;
    margin: 0 auto;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name .staff__name--fullname {
    font-size: 0.8125rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__name .staff__name--position {
    margin: 0 auto;
  }
  .page--about .about__profile .profile__staff .staff__lists .staff__list .staff__contents .staff__text {
    grid-area: text;
  }
}
.page--about .about__partners {
  padding: 10rem 5.5rem 6.75rem 5.5rem;
  width: 100%;
  position: relative;
  background-image: image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page--about .about__partners::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 767.99px) {
  .page--about .about__partners {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
.page--about .about__partners .partners__heading {
  position: relative;
  margin: 0 0 3.5rem 0;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__partners .partners__heading {
    font-size: 1.1875rem;
  }
}
.page--about .about__partners .partners__lists {
  position: relative;
  max-width: calc(1366px - 11rem);
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
}
@media screen and (max-width: 35.5rem) {
  .page--about .about__partners .partners__lists {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767.99px) {
  .page--about .about__partners .partners__lists {
    gap: 3rem;
  }
}
.page--about .about__partners .partners__lists .partners__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-areas: "img" "name" "text";
  gap: 0;
  align-content: start;
}
.page--about .about__partners .partners__lists .partners__list .partners__img {
  grid-area: img;
  width: 100%;
  height: auto;
}
.page--about .about__partners .partners__lists .partners__list .partners__name {
  grid-area: name;
  margin: 3rem 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--about .about__partners .partners__lists .partners__list .partners__name .partners__name--fullname {
  font-size: 1rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.page--about .about__partners .partners__lists .partners__list .partners__name .partners__name--position {
  font-size: 0.75rem;
  color: #818181;
}
.page--about .about__partners .partners__lists .partners__list .partners__text {
  grid-area: text;
  font-size: 0.75rem;
  line-height: 1.8;
}
.page--about .about__partners .partners__lists .partners__list .partners__text .partners__text__contact {
  margin-top: 1.8em;
}
.page--about .about__partners .partners__lists .partners__list .partners__text .partners__text__contact a {
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-decoration: underline;
}
@media screen and (max-width: 568px) {
  .page--about .about__partners .partners__lists .partners__list {
    max-width: 100%;
    grid-template-areas: "img  text" "name text";
    grid-template-columns: 6.5rem 1fr;
    grid-template-rows: 6.5rem auto;
    gap: 1rem 1.5rem;
  }
  .page--about .about__partners .partners__lists .partners__list .partners__img {
    max-width: 6.5rem;
  }
  .page--about .about__partners .partners__lists .partners__list .partners__name {
    grid-area: name;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.34375em;
    margin: 0 auto;
  }
  .page--about .about__partners .partners__lists .partners__list .partners__name .partners__name--fullname {
    font-size: 0.8125rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  }
  .page--about .about__partners .partners__lists .partners__list .partners__name .partners__name--position {
    margin: 0 auto;
  }
  .page--about .about__partners .partners__lists .partners__list .partners__text {
    grid-area: text;
  }
}
.page--about .about__footer {
  background-color: #EAEAEA;
  margin: 0;
  padding: 12.5rem 0 10rem 0;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer {
    padding: 0 0 4rem 0;
  }
}
.page--about .about__footer .footer__message {
  position: relative;
  margin: 0 0 10rem 0;
  min-height: 75rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message {
    margin-bottom: 5rem;
  }
}
.page--about .about__footer .footer__message .footer__massage--img-container {
  display: contents;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message .footer__massage--img-container {
    display: block;
    position: relative;
    min-height: 93.06666701vw;
  }
}
.page--about .about__footer .footer__message .footer__img {
  position: absolute;
  display: block;
}
.page--about .about__footer .footer__message .footer__img--1 {
  top: 0;
  right: 0;
  width: 37.628111%;
  max-width: 514px;
  height: auto;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message .footer__img--1 {
    position: relative;
    width: 100%;
    max-width: unset;
  }
}
.page--about .about__footer .footer__message .footer__img--2 {
  top: 19.5rem;
  left: 0;
  width: 39.165447%;
  max-width: 535px;
  height: auto;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message .footer__img--2 {
    position: relative;
    top: unset;
    bottom: unset;
    left: 1.5rem;
    width: 60.533333%;
    height: auto;
    z-index: 1;
  }
}
.page--about .about__footer .footer__message .footer__img--3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message .footer__img--3 {
    bottom: 0;
    left: unset;
    right: 0;
    transform: none;
    width: 67.466667%;
    height: auto;
  }
}
.page--about .about__footer .footer__message .footer__message--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  writing-mode: vertical-rl;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__message .footer__message--text {
    position: relative;
    top: unset;
    transform: translateX(-50%);
    padding: 5rem 0;
    font-size: 1.1875rem;
  }
}
.page--about .about__footer .footer__inner {
  margin: 0 auto;
  padding: 0 5.5rem;
  max-width: 1366px;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__inner {
    padding: 0 1.5rem;
  }
}
.page--about .about__footer .footer__inner .footer__links {
  width: 100%;
  padding: 1.25rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__inner .footer__links {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
}
.page--about .about__footer .footer__inner .footer__links .footer__link {
  flex: 1 0 auto;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media (any-hover: hover) {
  .page--about .about__footer .footer__inner .footer__links .footer__link:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__inner .footer__links .footer__link {
    flex-direction: column;
    min-height: unset;
    padding: 3rem;
  }
}
.page--about .about__footer .footer__inner .footer__links .footer__link:not(:last-of-type) {
  border-right: 1px solid #404A4D;
}
@media screen and (max-width: 767.99px) {
  .page--about .about__footer .footer__inner .footer__links .footer__link:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #404A4D;
  }
}/*# sourceMappingURL=page-about.css.map */