@charset "UTF-8";
/* ============================================ */
/* function
/* ============================================ */
/* ===== fontサイズ ===== */
/* ============================================ */
/* mixin
/* ============================================ */
/* ===== mediaquery ===== */
/* ============================================ */
/* voices
/* ============================================ */
/* ===== title-area ===== */
#title-area .voice-number {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-family: var(--fontfamily-en);
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-primary);
  margin: 0 0 0.3em;
}
#title-area .voice-number::before {
  content: "VOICES";
  font-family: var(--fontfamily-en);
  font-size: 50%;
  color: #000;
}
#title-area .name {
  font-size: 0.875rem;
  margin: 1em 0 0;
}

.sup01 #title-area .img::before {
  background-image: url(../img/voices/sup01/top.jpg);
}

.sup02 #title-area .img::before {
  background-image: url(../img/voices/sup02/top.jpg);
}

.sup03 #title-area .img::before {
  background-image: url(../img/voices/sup03/top.jpg);
}

@media screen and (max-width: 768px) {
  #title-area .img::before {
    background-image: url(../img/voices/01/top.jpg);
  }
  #title-area .voice-number {
    font-size: 2.25rem;
  }
}
/* ===== company ===== */
#company {
  margin: 0 0 150px;
}
#company .logo {
  display: inline-block;
  margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
  #company {
    margin: 0 0 100px;
  }
}
/* ===== section共通 ===== */
.section .section-catch {
  font-size: 1.875rem;
  font-weight: 500;
  margin: 0 0 1em;
}
.section .section-theme {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 2.5em;
  padding: 0 0 0 1em;
}
.section .section-theme::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: block;
  width: 0.5em;
  height: 1px;
  background: var(--color-primary);
  margin: 0 0.5em 0 0;
}
.section .text {
  line-height: 2.5;
}
.section .img {
  margin: 150px 0 0;
}

@media screen and (max-width: 768px) {
  .section .section-catch {
    font-size: 1.25rem;
  }
  .section .section-theme {
    font-size: 0.9375rem;
  }
  .section .img {
    margin: 100px 0 0;
  }
}
/* ===== association ===== */
#association {
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  #association {
    padding: 80px 0 0;
  }
}
/* ===== advantage ===== */
#advantage {
  padding: 100px 0 150px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #advantage {
    padding: 80px 0 100px;
  }
}
/* ===== hope ===== */
#hope {
  padding: 140px 0 300px;
}

@media screen and (max-width: 768px) {
  #hope {
    padding: 80px 0 150px;
  }
}
/* ===== next-voice ===== */
#next-voice {
  background: #fff;
  padding: 60px 0 150px;
  overflow: hidden;
}
#next-voice .next-voice-title {
  font-family: var(--fontfamily-en);
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1.8em;
}
#next-voice .roll-container {
  display: flex;
}
#next-voice .roll-container .roll-line {
  animation: x-roll 30s linear infinite;
}
@keyframes x-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#next-voice .voices-list {
  display: flex;
  /* 画像設定 */
}
#next-voice .voices-list .voices-item {
  padding: 0 40px;
}
#next-voice .voices-list .voices-item a {
  display: flex;
  align-items: center;
  gap: 30px;
}
#next-voice .voices-list .voices-item .img {
  width: 320px;
  aspect-ratio: 3/2;
  border-radius: 15px;
}
#next-voice .voices-list .voices-item .number {
  font-family: var(--fontfamily-en);
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
}
#next-voice .voices-list .voices-item .name {
  font-size: 1rem;
  font-weight: 500;
}
#next-voice .voices-list .voices-item .catch {
  display: none;
}
#next-voice .voices-list .voices-item .btn {
  margin: 30px 0 0;
}
#next-voice .voices-list .sup01 .img::before {
  background-image: url(../img/voices/sup01/index.jpg);
}
#next-voice .voices-list .sup02 .img::before {
  background-image: url(../img/voices/sup02/index.jpg);
}
#next-voice .voices-list .sup03 .img::before {
  background-image: url(../img/voices/sup03/index.jpg);
}

@media screen and (max-width: 768px) {
  #next-voice {
    padding: 40px 0 100px;
  }
  #next-voice .next-voice-title {
    font-size: 1.75rem;
  }
  #next-voice .voices-list .voices-item {
    padding: 0 25px;
  }
  #next-voice .voices-list .voices-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  #next-voice .voices-list .voices-item .img {
    width: 280px;
  }
  #next-voice .voices-list .voices-item .number {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 600px) {
  #next-voice .voices-list .voices-item {
    padding: 0 20px;
  }
  #next-voice .voices-list .voices-item .img {
    width: 240px;
  }
}

/*# sourceMappingURL=voices.css.map */
