.page-template-self #content.l-content,
.page-template-self #content.l-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.self-img-wrap { padding: 48px 0 80px;}
.self-img-list { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 5%;}
.self-img-item img { aspect-ratio: 450 / 270; object-fit: cover;}
.info-box { max-width: 740px; margin: auto;}
.info-item { display: flex; font-size: 18px;}
.info-head {
  width: calc(64px + 6em);
  background-color: var(--white);
  color: var(--main);
  font-weight: 700;
  padding: 24px 32px;
  border: 1px solid var(--main);
}
.info-content {
  flex: 1;
  background-color: #F5F5F5;
  color: var(--text);
  padding: 24px 32px;
  border: 1px solid var(--main);
}
.page-template-self .section-access { padding-bottom: 0;}
.section-access .section-inner { max-width: 800px;}
.access-map { aspect-ratio: 800 / 480;}
.staff-item { display: flex; column-gap: 72px; margin-top: 64px;}
.staff-img { width: 35%; max-width: 376px;}
.staff-text { flex: 1;}
.staff-name { font-size: 24px; font-weight: 700; margin-bottom: 24px;}
.section-concept {
  background-image: url(../img/front/concept-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
  padding-bottom: 120px;
  position: relative;
}
.concept-content { position: relative;}
.concept-content::after {
  content: "";
  width: 392px;
  max-width: 28vw;
  height: 100%;
  background: url(../img/front/concept.png) no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.concept-head {
  width: max-content;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--white);
  margin-bottom: 40px;
}
.concept-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}
.concept-text p + p { margin-top: 2em;}
.text-animetion {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  overflow: hidden;
  color: var(--white);
  font-size: 116px;
  line-height: 1.1;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-animetion-inner {
  display: flex;
  width: max-content;
  animation: loop-text 24s linear infinite;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.voice-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.voice-item {
  min-width: 0;
  background-color: var(--white);
  box-shadow: 0 0 8px #0000001A;
  padding: 32px 32px 40px;
}
.voice-item-img { max-width: 135px; margin: 0 auto 16px;}
.voice-item-img img { aspect-ratio: 1 / 1; object-fit: cover;}
.voice-item-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (max-width: 959px) {
  .self-img-wrap { padding: 24px 0;}
  .info-item { display: block; font-size: 16px;}
  .info-head,.info-content { width: 100%; padding: 8px 5%;}
  .staff-item { display: block; margin-top: 48px;}
  .staff-img { margin-bottom: 16px; width: 100%;}
  .staff-name { font-size: clamp(16px, 5vw, 20px);}
  .section-concept {
    background-image: url(../img/front/concept-bg-sp.png);
    padding-bottom: 80px;
  }
  .section-concept .section-inner { max-width: max-content;}
  .concept-content::after {
    display: block;
    background-image: url(../img/front/concept-sp.png);
    position: static;
    aspect-ratio: 764 / 830;
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
  .concept-head { font-size: clamp(16px, 5.48vw, 22px); margin-left: 4%;}
  .concept-text { font-size: 16px; margin-left: 4%;}
  .text-animetion { font-size: 58px;}
  .btn-wrap-concept { text-align: center; margin-top: 48px;}
  .voice-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .voice-item { padding: 24px 8%;}
}