@charset "UTF-8";

.flowing-ttl {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 8vw;
  color: #eeeeee;
  font-weight: bold;
  white-space: nowrap;
  font-family: Antonio;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flowing-ttl__item {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 15px;
}

.flowing-ttl__item:nth-child(odd) {
  animation: loop 40s linear -20s infinite;
}

.flowing-ttl__item:nth-child(even) {
  animation: loop2 40s linear infinite;
}

.flowing-ttl.reverse .flowing-ttl__item:nth-child(odd) {
  animation: loop 40s linear -20s infinite reverse;
}

.flowing-ttl.reverse .flowing-ttl__item:nth-child(even) {
  animation: loop2 40s linear infinite reverse;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.partner-company {
  margin: 100px 0;
}

#section__partner-company {
  margin-bottom: 150px;
}

@media (max-width: 1400px) {

  .sponsorship-lead {
    font-size: 32px;
  }

}

@media (max-width: 1280px) {

  .about__inner {
    padding: 200px 5%;
  }

  .about__title {
    font-size: 40px;
  }

  .section__title--en {
    font-size: 80px;
  }

  .section__title--ja {
    font-size: 16px;
  }

  .company__strengths--inner {
    padding: 50px 5%;
  }

  .sdgs__attempt--items {
    padding-left: 0;
  }

  .designated-construction-store {
    padding: 120px 5% 0;
  }

  .partner-company__inner {
    margin-top: 120px;
    padding: 120px 5% 150px;
  }

  .partner-company {
    padding: 0 5%;
  }

  .sponsorship {
    padding: 120px 5%;
  }

  .sponsorship-linkBox {
    flex-direction: column;
    align-items: flex-start;
  }

  .next__content__items {
    margin-top: 50px;
    gap: 50px;
  }

  .next__contents--inner {
    padding: 100px 5%;
  }

  .next__contents--item {
    width: calc(100% / 2 - 25px);
    min-width: auto;
  }

  .philosophy__content {
    padding-right: 0;
  }

  .sponsorship-lead {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .philosophy__content {
    padding: 0;
    gap: 30px;
  }

  .philosophy-lead2 {
    margin-top: 0;
  }

  .philosophy__contents {
    gap: 75px;
  }

  .section__title--en {
    font-size: 8.125rem;
  }

  .designated-construction-store__inner {
    padding: 100px 5% 120px;
  }

  .designated-construction-store__img,
  .partner-company__img {
    width: 40%;
  }

  .designated-construction-store__wrap,
  .partner-company__wrap {
    gap: 50px;
  }

  .designated-construction-store__textBox,
  .partner-company__textBox {
    width: calc(60% - 50px);
  }

  .scroll-list1 {
    bottom: 125px;
  }

  .scroll-list2 {
    top: -125px;
  }

  .designated-construction-store__title,
  .partner-company__title,
  .sponsorship-title {
    font-size: 30px;
  }

  .designated-construction-store__text1,
  .designated-construction-store__text2,
  .designated-construction-store__text3,
  .partner-company__text1,
  .partner-company__text2,
  .partner-company__text3 {
    font-size: 16px;
  }

  .sponsorship-title {
    padding: 10px 2.5%;
    width: 100%;
  }

  .sponsorship-subTitle {
    font-size: 20px;
  }

  .sponsorship-lead {
    font-size: 25px;
  }

  .sponsorship-text,
  .sponsorship-linkText,
  .sponsorship-linkBox a {
    font-size: 16px;
  }

  .strengths-icon {
    position: inherit;
  }

  .strengths__contents {
    gap: 100px;
  }

  .strengths__items {
    padding: 0;
  }

  .about__title::before {
    width: 90%;
    height: 500px;
    background-size: contain;
    background-position: center;
  }

  .company__philosophy {
    padding: 0 5% 120px;
  }

  .company__philosophy--inner {
    padding: 0;
    gap: 100px;
  }

  .sponsorship-inner {
    flex-direction: column-reverse;
    padding: 50px 5%;
  }

  .sponsorship-title {
    text-align: center;
  }

  .sponsorship-logo {
    width: 35%;
    min-width: 200px;
  }

}


  @media (max-width: 1075px) {

    .sponsorship-inner {
      display: flex;
      flex-direction: column;

    }

  }

@media (max-width: 600px) {

  .next__contents--inner {
    padding: 60px 5% 0px;
  }

  .sectionTop__title {
    padding: 100px 5%;
  }

  .about__title {
    font-size: 30px;
  }

  .about__lead {
    font-size: 20px;
  }

  .designated-construction-store__wrap,
  .partner-company__wrap {
    flex-direction: column-reverse;
  }

  .corner-title {
    font-size: 20px;
    padding: 13px 20px 13px 20px;
  }

  .philosophy-lead2 {
    font-size: 16px;
  }

  .strengths__items {
    flex-direction: column;
    gap: 30px;
  }

  .strengths-icon img {
    min-width: 150px;
    max-width: 150px;
  }

  .strengths__contents {
    gap: 75px;
  }

  .company__strengths--inner {
    gap: 100px;
  }

  .strengths-lead {
    font-size: 16px;
  }

  .sdgs__attempt--items {
    margin-top: 50px;
    gap: 30px;
  }

  .sdgs__attempt--item {
    padding: 30px 5%;
  }

  .sdgs__attempt--img img {
    width: 100px;
    height: 100px;
  }

  .designated-construction-store__img,
  .partner-company__img {
    width: 90%;
    margin: 0 auto;
  }

  .designated-construction-store__img img,
  .partner-company__img img {
    border-radius: 0;
  }

  .designated-construction-store__textBox,
  .partner-company__textBox {
    width: 100%;
  }

  .section-gray {
    border-radius: 50px 50px 0 0;
  }

  .designated-construction-store {
    padding-top: 75px;
  }

  .designated-construction-store__inner {
    padding: 75px 5% 100px;
  }

  .partner-company__inner {
    padding-top: 75px;
  }

  .btn-text {
    display: flex;
    margin: 0 auto;
  }

  .sponsorship {
    padding: 75px 5% 0;
  }

  .sponsorship-title {
    font-size: 24px;
  }

  .sponsorship-lead {
    font-size: 18px;
    margin-top: 20px;
  }

  .next__content__items {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }

  .next__contents--item {
    width: 100%;

  }

}