.fv {
  background: linear-gradient(to bottom, #FF9500, #FF9500);
  padding: 106px 40px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 74.6666666667vw 0 24vw;
  }
}
.fv__img {
  width: 82%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 100%;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    padding: 18.6666666667vw 2.6666666667vw;
  }
}
.fv__contents h1 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fv__contents h1 {
    font-size: 8.5333333333vw;
    margin-bottom: 4vw;
  }
}
.fv__contents p {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fv__contents p {
    font-size: 3.7333333333vw;
  }
}

.about {
  position: relative;
  background: linear-gradient(to bottom, #FF9500, #FF9500);
  padding: 40px 40px 146px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.about__en {
  color: #fff;
  font-weight: bold;
  font-size: 200px;
  font-family: "Barlow Condensed", sans-serif;
  writing-mode: vertical-lr;
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about__en {
    font-size: 35.2vw;
    left: 0;
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__inner {
    display: block;
  }
}
.about__title {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 65%;
    margin-left: auto;
    margin-bottom: 21.3333333333vw;
  }
}
.about__title span {
  background: #fff;
  color: #FF9500;
  font-size: 64px;
  font-weight: 900;
  display: inline-block;
  padding: 6px 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .about__title span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 10.6666666667vw;
  }
}
.about__contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 3.7333333333vw;
  }
}
.about__ac {
  margin-bottom: 20px;
}
.about__ac--ttl {
  background: #02B92D;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  color: #fff;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 16px;
}
.about__ac--ttl.is_active {
  background-image: url(../img/arrow_top.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .about__ac--ttl {
    background-position: 96%;
    font-size: 4.2666666667vw;
  }
  .about__ac--ttl.is_active {
    background-position: 96%;
  }
}
.about__ac--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about__ac--text {
    font-size: 3.7333333333vw;
  }
}
.about__ac--text p {
  padding-top: 20px;
}

.news {
  padding: 100px 40px;
  background: #FF9500;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8vw 5.3333333333vw 21.3333333333vw;
  }
}
.news__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: block;
  }
}
.news__title {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 100%;
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
  }
}
.news__contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news__contents {
    width: 100%;
  }
}
.news__lists {
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
}
.news__list {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.news__list--date {
  color: #B76B00;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.news__list--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news .more__btn {
    margin: 0 auto;
  }
}

.trouble {
  padding: 60px 40px 80px;
  background: url(../img/trouble-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
    background: url(../img/trouble-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.trouble__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trouble__title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .trouble__title {
    font-size: 8.5333333333vw;
    line-height: 1.4;
    margin-bottom: 12vw;
  }
}
.trouble__lists {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .trouble__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.point {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 16vw 5.3333333333vw;
  }
}
.point__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.point__title {
  text-align: center;
  line-height: 1.4;
  color: #FF9500;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 8.5333333333vw;
  }
}
.point__lists {
  margin-bottom: 100px;
}
.point__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .point__list {
    flex-direction: column;
  }
}
.point__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .point__list:nth-of-type(even) {
    flex-direction: column;
  }
}
.point__list--img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .point__list--img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.point__list--contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .point__list--contents {
    width: 100%;
  }
}
.point__list--contents h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .point__list--contents h3 {
    font-size: 8vw;
  }
}
.point__list--contents p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .point__list--contents p {
    font-size: 3.4666666667vw;
  }
}

.faverze {
  background: #FF9500;
}
@media screen and (max-width: 768px) {
  .faverze {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.faverze__inner {
  max-width: 725px;
  margin: 0 auto;
}
.faverze .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faverze .section__title {
    margin-bottom: 13.3333333333vw;
  }
}
.faverze h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faverze h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
  }
}
.faverze p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faverze p {
    font-size: 3.7333333333vw;
  }
}

.faverze__lists {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faverze__lists {
    width: 92%;
    margin-top: -60px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.faverze__list {
  background: #fff;
  border-radius: 5px;
  padding: 55px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .faverze__list {
    padding: 5.3333333333vw;
  }
}
.faverze__list--title {
  text-align: center;
  color: #fff;
  background: #FF9500;
  border-radius: 36px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .faverze__list--title {
    font-size: 5.3333333333vw;
  }
}
.faverze__list h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .faverze__list h4 {
    font-size: 6.4vw;
  }
}
.faverze__list--text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faverze__list--text {
    padding: 0;
    font-size: 3.7333333333vw;
  }
}
.faverze__list--text span {
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .faverze__list--text span {
    margin-top: 5px;
    font-size: 3.2vw;
  }
}

.ashirai01 img,
.ashirai02 img {
  vertical-align: bottom;
}

.caution {
  padding: 100px 40px;
  background: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .caution {
    padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.caution__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.caution__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .caution__title {
    font-size: 8.5333333333vw;
  }
}
.caution__lists {
  border-top: 1px solid #E9E9E9;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .caution__lists {
    margin-bottom: 13.3333333333vw;
  }
}
.caution__list {
  padding: 20px 0;
  padding-left: 43px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #E9E9E9;
  background: url(../img/check-orange.svg) no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .caution__list {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.staff {
  padding: 100px 40px 260px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 21.3333333333vw 5.3333333333vw 37.3333333333vw;
  }
}
.staff__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.staff .section__title {
  margin-bottom: 50px;
}
.staff .section__title span {
  color: #FF9500;
}
.staff__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1320px) {
  .staff__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .staff__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff__list {
  background: #fff;
  border-radius: 5px;
  padding: 25px 30px;
}
.staff__list--img {
  margin-bottom: 15px;
}
.staff__list--position {
  text-align: center;
  color: #fff;
  background: #FF9500;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  margin-bottom: 10px;
}
.staff__list--main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.staff__list--main .name {
  font-size: 13px;
  font-weight: bold;
}
.staff__list--main .name span {
  font-weight: bold;
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}
.staff__list--main .area {
  width: 111px;
}
.staff__list--main .area .title {
  background: #E9E9E9;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 10px;
}
.staff__list--main .area .text {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.staff__list--item {
  margin-bottom: 15px;
}
.staff__list--item .title {
  background: #E9E9E9;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 10px;
}
.staff__list--item .text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.facility {
  padding: 80px 40px 100px;
  background: #30A44B;
  position: relative;
}
.facility::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #30A44B;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .facility::before {
    top: -60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .facility {
    padding: 16vw 5.3333333333vw 26.6666666667vw;
  }
}
.facility__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.facility .section__title {
  color: #fff;
  margin-bottom: 50px;
}
.facility__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .facility__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.facility__list--img img {
  width: 100%;
}
.facility__list--ac {
  border-bottom: 1px solid #fff;
}
.facility__list--ac .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 25px 0;
  color: #fff;
  background-image: url(../img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .facility__list--ac .title {
    font-size: 4.2666666667vw;
  }
}
.facility__list--ac .title.is_active {
  background-image: url(../img/arrow_top.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
}
.facility__list--ac .text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.facility__list--ac .text p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .facility__list--ac .text p {
    font-size: 3.7333333333vw;
  }
}
.facility__list--ac .text .fee {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .facility__list--ac .text .fee {
    font-size: 3.7333333333vw;
  }
}
.facility__list--ac .text .fee span {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  background: #E9E9E9;
  padding: 10px 37px;
}
@media screen and (max-width: 768px) {
  .facility__list--ac .text .fee span {
    font-size: 3.7333333333vw;
    padding: 10px 10px;
  }
}
.facility__list--ac .text .line__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 47px;
  height: 60px;
  background: #02B92D;
  color: #fff;
  border-radius: 7px;
  font-weight: 900;
  text-align: center;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .facility__list--ac .text .line__btn {
    max-width: 100%;
    font-size: 14px;
    padding: 0 30px;
  }
}
.facility__list--ac .text .line__btn:hover {
  opacity: 1;
  background: #282828;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 96%;
}

.contact {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 5.3333333333vw;
    background: #FF9500;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #FF9500;
  padding: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 0;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 10.6666666667vw;
  }
}
.contact__title h2 {
  color: #fff;
  font-size: 64px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__title h2 {
    font-size: 17.0666666667vw;
  }
}
.contact__title p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact__title p {
    font-size: 4.2666666667vw;
  }
}
.contact__form {
  max-width: 724px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 30px 10%;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 8vw 5.3333333333vw;
  }
}
.contact__form.mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__form.mb {
    padding: 8vw;
  }
}
.contact__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__item {
    display: block;
  }
}
.contact__item .wpcf7-radio {
  display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact__item .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.contact__item p {
  width: 100%;
}
.contact__item.radio {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__item.radio {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.contact__item.radio label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .contact__item.radio label {
    display: block;
    width: 100%;
  }
}
.contact__item.radio label input {
  margin: 0;
  margin-right: 5px;
}
.contact__item--title {
  font-size: 14px;
  font-weight: bold;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contact__item--title {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.contact__item--text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__item--text {
    width: 100%;
  }
}
.contact__item--text input {
  width: 100%;
  border: 2px solid #D9D9D9;
  padding: 5px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 2px;
}
.contact__item--text textarea {
  width: 100%;
  border: 2px solid #D9D9D9;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 2px;
}
.contact__item--privacy {
  margin: 30px auto;
}
.contact__item--privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.contact__item--privacy label input {
  margin-right: 10px;
  border: none;
}
.contact__item--privacy label a {
  text-decoration: underline;
}
.contact__item--submit {
  text-align: center;
}
.contact__item--submit button, .contact__item--submit input {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 60px;
  background: #fff;
  color: #282828;
  border-radius: 7px;
  font-weight: 900;
  text-align: center;
  background-color: #282828;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  border: 1px solid #282828;
  background-repeat: no-repeat;
  background-position: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.contact__item--submit button:hover, .contact__item--submit input:hover {
  opacity: 1;
  background: #fff;
  color: #282828;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 96%;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.access__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .access__inner {
    display: block;
  }
}
.access__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .access__img {
    width: 100%;
  }
}
.access__contents {
  width: 46%;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .access__contents {
    margin-top: 24vw;
    width: 100%;
    padding: 0;
  }
}
.access__title {
  margin-bottom: 30px;
}
.access__title h2 {
  color: #fff;
  font-size: 64px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #02B92D;
}
.access__title span {
  font-weight: bold;
  font-size: 24px;
}
.access__table {
  width: 100%;
}
.access__table tr {
  border-bottom: 15px solid #F6F6F6;
}
@media screen and (max-width: 768px) {
  .access__table tr {
    display: flex;
    flex-direction: column;
  }
}
.access__table th {
  background: #E9E9E9;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .access__table th {
    width: 100%;
  }
}
.access__table td {
  width: 80%;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access__table td {
    width: 100%;
    padding: 30px 0 10px;
  }
}
.access__table td a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
  margin-bottom: 20px;
  color: #02B92D;
}

.sponsor {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .sponsor {
    padding: 0 9.3333333333vw 26.6666666667vw;
  }
}
.sponsor__inner {
  max-width: 980px;
  margin: 0 auto;
}
.sponsor__title {
  margin-bottom: 50px;
  text-align: center;
}
.sponsor__title h2 {
  font-size: 64px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.sponsor__title span {
  font-weight: bold;
  font-size: 24px;
}
.sponsor__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sponsor__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

[id] {
  scroll-margin-top: 100px;
}/*# sourceMappingURL=top.css.map */