.Container {
  overflow: clip;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* --------------------------------
  Header
-------------------------------- */
.Header-Menu {
  display: flex;
}

/* --------------------------------
  Main
-------------------------------- */
.About-Ceo::before {
  content: 'ABOUT';
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 44px;
  left: 0;
  font-size: 160px;
  color: #e6e6e6;
  z-index: -1;
  white-space: nowrap;
  font-weight: 900;
  writing-mode: vertical-rl;
  line-height: 1;
}

.About-Ceo::after {
  content: "";
  background-image: url(../img/About-MVV-Particle-Back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 458px;
  position: absolute;
  bottom: -458px;
  left: 50%;
  transform: translateX(-50%);
}

.About-Content {
  max-width: 384px;
  padding-top: 188px;
  width: 33%;
}

.About-Title {
  position: absolute;
  top: 44px;
  right: 31%;
  transform: translateX(100%);
}

.Section-Title-Subtitle::after {
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}

.Section-Title-Subtitle[data-section="ceo"]::after {
  top: 135px;
  left: 175px;
  width: 70%;
}

.Section-Title-Subtitle[data-section="menter"]::after {
  top: 70px;
  left: 128px;
  width: 150%;
}

.About-Ceo-Images {
  position: relative;
  z-index: 1;
  width: calc(67% - 16px);
  aspect-ratio: 800 / 926;
}

.About-Ceo-Images::before {
  background-image: url(../img/About-Ceo-Back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 800 / 926;
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1;
}

.About-Ceo-Images::after {
  z-index: 3;
  content: "";
  background-image: url(../img/About-Ceo-Shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 220px;
  position: absolute;
  bottom: 32px;
  right: 16px;
  width: 220px;
  height: 167px;
}

.About-Ceo-Illust {
  position: absolute;
  max-width: 252px;
  top: 58px;
  left: 62%;
  z-index: 2;
  width: calc(33% - 16px);
}

.About-Ceo-Photo {
  width: 100%;
  position: relative;
  z-index: 2;
}

.About-Value {
  position: relative;
  padding-top: 316px;
  margin-bottom: 160px;
  display: grid;
  grid-template-rows: 100vh 100vh 100vh 100vh 100vh;
  grid-template-columns: 1fr 592px;
  gap: 40px 0;
  align-items: start;
}

.About-Value-Decoration {
  grid-row: 1 / 6;
	grid-column: 1 / 2;
  position: sticky;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
}

.About-Value-MVV {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 160px;
  color: #e6e6e6;
  font-weight: 900;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-top: 96px;
  font-feature-settings: "kern" 0;
}

.About-Value-Line,
.About-Value-Shape1,
.About-Value-Shape2 {
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
}

.About-Value-Line {
  background-image: url(../img/About-MVV-Line-Pc.png);
  width: 1116px;
  aspect-ratio: 1889 / 4527;
  top: -154px;
  left: -500px;
}

.About-Value-Shape1{
  background-image: url(../img/About-MVV-Shape1.png);
  width: 188px;
  aspect-ratio: 337 / 348;
  top: 160px;
  right: 30px;
}

.About-Value-Shape2{
  background-image: url(../img/About-MVV-Shape2.png);
  width: 560px;
  aspect-ratio: 560 / 427;
  left: -173px;
  bottom: 0;
}

.About-Value-Item {
  grid-column: 2 / 3;
  position: relative;
  z-index: 1;
}

.About-Value-Item:nth-of-type(2) {
  grid-row: 1 / 2;
}

.About-Value-Item:nth-of-type(3) {
  grid-row: 2 / 3;
}

.About-Value-Item:nth-of-type(4) {
  grid-row: 3 / 4;
}

.About-Value-Item:nth-of-type(5) {
  grid-row: 4 / 5;
  margin-bottom: 0;
}

.About-Value-Item:nth-of-type(6) {
  grid-row: 5 / 6;
  margin-bottom: 0;
}

.About-Value-Label {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 16px;
  transform: rotate(-10deg);
  font-style: italic;
}

.About-Value-Item[data-color="Blue"] .About-Value-Label {
  color: #04C1C5;
}

.About-Value-Item[data-color="Yellow"] .About-Value-Label {
  color: #FAD715;
}

.About-Value-Item[data-color="Orange"] .About-Value-Label {
  color: #ff6600;
}

.About-Value-Heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.4;
  font-style: italic;
}

.About-Value-Heading > span {
  position: relative;
  display: inline-block;
  transform: rotate(-10deg);
  z-index: 0;
}

.About-Value-Heading > span::before {
  content: "";
  position: absolute;
  top: 65%;
  left: -2%;
  right: 0;
  height: 30px;
  transform: skew(-12deg);
  z-index: -1;
}

.About-Value-Item[data-color="Blue"] .About-Value-Heading > span::before {
  background-color: #04C1C5;
}

.About-Value-Item[data-color="Yellow"] .About-Value-Heading > span::before {
  background-color: #FAD715;
}

.About-Value-Item[data-color="Orange"] .About-Value-Heading > span::before {
  background-color: #ff6600;
}

.About-Value-Text {
  font-size: 16px;
  margin-top: 80px;
}

.About-Value-RubyDecor {
  position: relative;
}

.About-Value-RtDecor {
  font-size: 24px;
  position: absolute;
  top: -.6em;
  left: 57%;
  transform: translateX(-50%);
}

/* TEACHING セクション */
.About-Teaching {
  position: relative;
  padding: 242px 0;
  color: #fff;
  text-align: center;
  overflow: visible;
  margin-bottom: 145px;
}

.About-Teaching::before,
.About-Teaching::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.About-Teaching::before {
  background-image: url(../img/About-Teaching-Back-Shape.svg);
}

.About-Teaching::after {
  background-image: url(../img/About-Teaching-Back-PC.png);
  aspect-ratio: 192 / 131;
}

.About-Teaching-Title {
  font-size: 108px;
  margin: 0;
  line-height: 1;
  margin-bottom: 28px;
}

.About-Teaching-Subtitle {
  display: block;
  font-size: 48px;
  margin-bottom: 40px;
  color: #000;
  line-height: 1;
}

.About-Teaching-Cards {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.About-Teaching-CardItem {
  background: #FAD715;
  border: 2px solid #ff9933;
  padding: 24px;
  max-width: 384px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
  color: #000;
  border-radius: 10px;
  width: calc(100% / 3 - 21.333px);
}

.About-Teaching-Card {
  width: 100%;
  background: #fff;
  margin-bottom: 32px;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
}

.About-Teaching-CardImage {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.About-Teaching-CardTitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

/* MENTOR セクション */
.About-Mentor-Content {
  width: 65.79%;
}

.About-Mentor-Image {
  position: relative;
  width: 65.79%;
  text-align: right;
}

.About-Mentor-Image::before {
  display: block;
  content: "";
  background-image: url(../img/About-Mentor-Back-PC.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130%;
  aspect-ratio: 1449 / 1331;
  position: absolute;
  top: -88px;
  left: 0;
  z-index: -1;
}

.About-Mentor-Illust {
  aspect-ratio: 502 / 600;
  margin-right: 16px;
}

/* ===========================
  SP用
=========================== */


@media screen and (max-width: 768px) {
  .About-Ceo {
    gap: 32px;
    background-color: #fff;
  }

  .About-Ceo::after {
    bottom: -200px;
    height: 243px;
  }

  .Page-Subtitle {
    margin: 0;
  }

  .About-Title {
    position: relative;
    order: 3;
    transform: translateX(0);
    z-index: 1;
    top: 0;
    right: 0;
  }

  .Section-Title-Subtitle[data-section="ceo"]::after {
    top: 88px;
    width: 150%;
  }

  .Section-Title-Subtitle[data-section="ceo"]::before {
    width: 126%;
    transform: scaleX(-1);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    transform: translateY(-174px);
    left: -40%;
  }

  .About-Content {
    padding-top: 0;
    max-width: unset;
    order: 1;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .About-Ceo-Images {
    order: 2;
    width: 100%;
    transform: scale(1.3);
    margin: 60px 0;
    aspect-ratio: auto;
  }

  .About-Ceo-Images::before {
    top: -46px;
  }

  .About-Ceo-Images::after {
    max-width: 154px;
    bottom: -30px;
  }

  .About-Value {
    display: block;
    padding-top: 140px;
    margin: 0 -24px;
  }

  .About-Value-Decoration {
    position: static;
    height: 340px;
  }

  .About-Value-MVV {
    font-size: 120px;
    margin-top: 0;
  }

  .About-Value-Line {
    background-image: url(../img/About-MVV-Line-Sp.png);
    top: -640px;
    left: auto;
    right: -292px;
    width: 740px;
  }

  .About-Value-Shape1 {
    top: 88px;
    left: 90px;
    width: 72px;
    right: auto;
  }

  .About-Value-Shape2 {
    top: 290px;
    right: 17px;
    width: 249px;
    left: auto;
    bottom: auto;
  }

  .About-Value-Item {
    padding: 0 24px;
    margin-bottom: 64px;
  }

  .About-Value-Heading {
    margin: 0 -24px 24px 0;
    font-size: 40px;
  }

  .About-Value-RtDecor {
    font-size: 16px;
  }

  .About-Teaching {
    padding: 200px 0;
    margin-bottom: 98px;
  }

  .About-Teaching::after {
    background-image: url(../img/About-Teaching-Back-SP.png);
  }

  .About-Teaching-Title {
    font-size: 48px;
  }

  .About-Teaching-Subtitle {
    font-size: 32px;
  }

  .About-Teaching-Cards {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  .About-Teaching-CardItem {
    width: 100%;
  }

  .About-Mentor-Content {
    width: 100%;
  }

  .About-Mentor-Image {
    width: 100%;
    text-align: center;
  }

  .About-Mentor-Image::before {
    background-image: url(../img/About-Mentor-Back-SP.png);
    width: 100vw;
    aspect-ratio: 356 / 413;
    top: 35px;
    left: 50%;
    transform: translateX(-50%)
  }

  .About-Mentor-Illust {
    margin-right: 0;
  }

  .Section-Title-Subtitle[data-section="menter"]::before {
    width: 162%;
    transform: scaleX(-1);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    transform: translateY(-425px);
    left: -40%;
  }
}
