@charset "UTF-8";
.about-pageTitle {
  margin-bottom: max(125px, calc(125 / 1920 * 100vw));
  background: var(--color-white);
}
@media (max-width: 768px) {
  .about-pageTitle {
    margin-bottom: 80px;
  }
}
.about-pageTitle .about-pageTitle__title {
  width: max(225px, calc(225 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-pageTitle .about-pageTitle__title {
    width: 134px;
  }
}
.about-pageTitle .about-pageTitle__title > img {
  aspect-ratio: 225/51;
}

.about-section {
  padding-inline: 80px;
}
@media screen and (max-width: 560px) {
  .about-section {
    padding-inline: 30px;
  }
}
.about-section ~ .about-section {
  margin-top: max(125px, calc(125 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-section ~ .about-section {
    margin-top: 80px;
  }
}
.about-section .about-section__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
}
@media (min-width: 1921px) {
  .about-section .about-section__inner {
    max-width: calc(1170 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  .about-section .about-section__inner {
    max-width: 424px;
  }
}
@media screen and (max-width: 560px) {
  .about-section .about-section__inner {
    max-width: 100%;
  }
}
.about-section .about-section__heading {
  font-family: var(--ff-ak);
  font-weight: 600;
  line-height: 0.8;
  font-size: 66px;
}
@media (max-width: 768px) {
  .about-section .about-section__heading {
    font-size: 39px;
  }
}
@media (min-width: 1921px) {
  .about-section .about-section__heading {
    font-size: calc(66 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  .about-section .about-section__heading {
    line-height: 0.84;
  }
}
.about-section .about-section__body {
  margin-top: max(45px, calc(45 / 1920 * 100vw));
  font-family: var(--ff-ak-za);
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  font-size: 25px;
}
@media (max-width: 768px) {
  .about-section .about-section__body {
    font-size: 15px;
  }
}
@media (min-width: 1921px) {
  .about-section .about-section__body {
    font-size: calc(25 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  .about-section .about-section__body {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.about-section .about-section__body .name {
  font-size: 30px;
}
@media (max-width: 768px) {
  .about-section .about-section__body .name {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  .about-section .about-section__body .name {
    font-size: calc(30 / 1920 * 100vw);
  }
}

.about-section[aria-labelledby=about-story-title] .about-section__body {
  font-family: var(--ff-base);
}
@media (max-width: 768px) {
  .about-section[aria-labelledby=about-story-title] .about-section__body {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 768px) {
  .about-section[aria-labelledby=about-member-profiles-title] .about-section__body {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 768px) {
  .about-section[aria-labelledby=about-studio-overview-title] .about-section__inner {
    max-width: 100%;
  }
}

.about-studioLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(65px, calc(65 / 1920 * 100vw));
  margin-top: max(45px, calc(45 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-studioLinks {
    gap: 45px;
    margin-top: 35px;
  }
}
.about-studioLinks .about-studioLinks__link {
  display: block;
  -webkit-transition: opacity var(--duration-hover) ease;
  transition: opacity var(--duration-hover) ease;
}
@media (hover: hover) and (pointer: fine) {
  .about-studioLinks .about-studioLinks__link:hover {
    opacity: 0.5;
  }
}
.about-studioLinks .about-studioLinks__link--map {
  width: max(58px, calc(58 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-studioLinks .about-studioLinks__link--map {
    width: 34px;
  }
}
.about-studioLinks .about-studioLinks__link--mail {
  width: max(78px, calc(78 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-studioLinks .about-studioLinks__link--mail {
    width: 45px;
  }
}
.about-studioLinks .about-studioLinks__link--map .about-studioLinks__image {
  aspect-ratio: 58/80;
}
.about-studioLinks .about-studioLinks__link--mail .about-studioLinks__image {
  aspect-ratio: 78/75;
}

.about-profileList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(65px, calc(65 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about-profileList {
    gap: 65px;
  }
}

.about-profileItem {
  min-width: 0;
}
@media (max-width: 768px) {
  .about-profileItem:first-child {
    width: calc(100vw - 160px);
  }
}
@media screen and (max-width: 560px) {
  .about-profileItem:first-child {
    width: calc(100vw - 60px);
  }
}

.about-profilePortfolio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  margin-top: max(40px, calc(40 / 1920 * 100vw));
  margin-bottom: 10px;
  margin-left: -80px;
  padding-inline: 80px;
}
@media screen and (max-width: 560px) {
  .about-profilePortfolio {
    padding-inline: 30px;
  }
}
@media (max-width: 768px) {
  .about-profilePortfolio {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 560px) {
  .about-profilePortfolio {
    margin-left: -30px;
  }
}
.about-profilePortfolio > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  padding-top: 0.25em;
  padding-bottom: 0.3em;
  border: 2px solid var(--color-black);
  border-top: 0;
  color: var(--color-black);
  font-family: var(--ff-base);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color var(--duration-hover) ease, color var(--duration-hover) ease;
  transition: background-color var(--duration-hover) ease, color var(--duration-hover) ease;
  font-size: 38px;
}
@media (max-width: 1280px) {
  .about-profilePortfolio > a {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .about-profilePortfolio > a {
    font-size: 16px;
  }
}
@media (min-width: 1921px) {
  .about-profilePortfolio > a {
    font-size: 1.9791666667vw;
  }
}
.about-profilePortfolio > a:first-child {
  border-top: 2px solid var(--color-black);
}
.about-profilePortfolio > a:first-child ::-moz-selection {
  background: var(--color-white);
  color: var(--color-black);
}
.about-profilePortfolio > a:first-child ::selection {
  background: var(--color-white);
  color: var(--color-black);
}
@media (max-width: 768px) {
  .about-profilePortfolio > a {
    min-height: 42px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-profilePortfolio > a:hover {
    background: var(--color-black);
    color: var(--color-white);
  }
}

.about-overview .about-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 560px) {
  .about-overview .about-overview__row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 560px) {
  .about-overview .about-overview__row:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5em;
  }
  .about-overview .about-overview__row:last-child .about-overview__term::after {
    content: "：";
  }
}
@media screen and (max-width: 560px) {
  .about-overview .about-overview__row:not(:first-child):not(:last-child) .about-overview__term::after {
    content: "：";
  }
}
.about-overview .about-overview__term {
  width: 10em;
  padding-right: 0.5em;
}
@media screen and (max-width: 560px) {
  .about-overview .about-overview__term {
    width: auto;
    padding-right: 0;
  }
}
.about-overview .about-overview__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-section--right .about-section__inner {
  max-width: max(809px, calc(809 / 1920 * 100vw));
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .about-section--right .about-section__inner {
    max-width: 304px;
  }
}
@media screen and (max-width: 560px) {
  .about-section--right .about-section__inner {
    max-width: 100%;
  }
}

.about-fullImage {
  margin-top: max(90px, calc(90 / 1920 * 100vw));
}
.about-fullImage .about-fullImage__image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about-fullImage {
    margin-top: 35px;
  }
  .about-fullImage .about-fullImage__image {
    aspect-ratio: 360/240;
  }
}

.about + .footer {
  margin-top: max(150px, calc(150 / 1920 * 100vw));
}
@media (max-width: 768px) {
  .about + .footer {
    margin-top: 100px;
  }
}