@charset "UTF-8";
/* # =================================================================
# Style
# ================================================================= */
section {
  padding-bottom: 100px;
}

.spbr {
  display: none;
}

.greeting {
  padding-bottom: 0;
}

.section__heading {
  margin-top: 100px;
  margin-bottom: 80px;
}
.section__heading__bigger {
  padding-top: 100px;
}
.section__heading__greeting {
  display: block;
  margin: 0;
}
.section__heading-sponsor {
  display: block;
  text-align: center;
}
S .section__heading-sponsor__litle {
  margin-left: 10px;
  font-size: 15px;
}

.l-section__bg-beige {
  background-color: #f0ebe5;
  padding-bottom: 100px;
}

.c-section-heading {
  margin: 110px auto;
}
.c-section-heading--voice {
  margin-top: 0;
}
.c-section-heading__text {
  color: #704b25;
  line-height: 1.5;
    text-align: center;
}
.c-section-heading__text__litle {
  font-size: 28px;
}

.c-section-heading__sub {
  color: #000000;
  font-size: 21px;
  letter-spacing: 2px;
  font-style: normal;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.c-section-heading__sub-black {
  color: #000000;
  margin-top: 20px;
}
.c-section-heading__sub-brown {
  color: #704b25;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

p {
  line-height: 2;
}

.spaceBetweenHeading {
  padding-top: 20px;
}

.has-attention .about__content-text__wrap {
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.about__content {
    max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;

}
.about__content:not(.has-attention) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__content-text {
  width: calc(100% - 530px);
}
.about__content-img {
  max-width: 500px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.about__content-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
/*  background-color: #704b25;*/
  background-color: rgba(112, 75, 37, 0.8);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 20px;
}
.about__content-img-2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
/*  background-color: #704b25;*/
  background-color: rgba(112, 75, 37, 0.8);
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: -1;
  border-radius: 20px;
}

.place img, .greeting img, .connection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.page {
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .about__content-text {
    width: calc(100% - 330px);
  }
  .about__content-img {
    width: 300px;
  }
  .c-section-heading__text__litle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section__heading {
    margin: 130px auto 100px;
  }
  .c-section-heading {
    margin: 50px auto;
    text-align: center;
  }
  .c-section-heading__text {
    line-height: 1.8;
  }
  .c-section-heading__sub {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
  }
  .about__content:not(.has-attention) {
    display: block;
  }
  .about__content:not(.has-attention).tab-d-flex {
    display: flex;
  }
  .spbr {
    display: block;
  }
  .about__content-text {
    width: 100%;
    max-width: 600px;
  }
  .about__content-text.tab-mt-50 {
    margin-top: 50px;
  }

  .has-attention .about__content-text__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  p {
    font-size: 14px;
    font-weight: 400;
  }
  .section__heading__bigger {
    margin-top: 50px;
    padding-top: 0;
  }
  .c-section-heading {
    text-align: center;
  }
  .c-section-heading__text {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 600;
  }
  .c-section-heading__text__litle {
    font-size: 20px;
  }
  .c-section-heading__sub {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
  }
  .about__content {
    width: 315px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .about__content-text {
    width: 100%;
  }
  .about__content-img {
    width: 350px;
    height: 200px;
    position: relative;
    z-index: 10;
    margin-top: 30px;
  }
  .about__content-img-1, .about__content-img-4 {
    left: -60px;
  }
  .about__content-img-4 {
    top: 0;
  }
  .about__content-img-2, .about__content-img-3 {
    right: -40px;
  }
  .about__content-img-5, .about__content-img-6 {
    width: 300px;
    height: 200px;
    margin: 30px auto;
  }
  p, h2, h3 {
    width: 100%;
  }
  .page {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.value {
  padding: 0 30px;
}

.value__item {
  max-width: 870px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
}
.value__item .saddle {
  display: block;
  width: 28%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
}
.value__item .saddle-01 {
  background-image: url(../../assets/img/item/item_saddle01.png);
}
.value__item .saddle-02 {
  background-image: url(../../assets/img/item/item_saddle02.png);
}
.value__item .saddle-03 {
  background-image: url(../../assets/img/item/item_saddle03.png);
}

.saddle__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: max(1.5vw, 16px);
  padding-bottom: 20%;
}

.place {
  margin: 0 auto;
}

.place__above {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

.place__below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

.place__text {
  position: relative;
  z-index: 1;
}

.overview {
  position: relative;
  background-image: url(../../assets/img/bg/bg_cloud01.svg), url(../../assets/img/bg/bg_cloud02.svg), url(../../assets/img/bg/bg_cloud03.svg), url(../../assets/img/bg/bg_cloud04.svg), url(../../assets/img/bg/bg_cloud02.svg), url(../../assets/img/bg/bg_cloud03.svg), url(../../assets/img/bg/bg_cloud01.svg);
  background-size: 350px, 300px, 250px, 120px, 330px, 205px, 168px;
  background-position: -60px 100px, 106% 220px, 3% 650px, 46% 1000px, 111% 1200px, -5% 1530px, 81% 1560px;
}
.overview::after {
  content: "";
  position: absolute;
  background-image: url(../../img/bg/bg_cloud02.svg) 、;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-size: 350px;
  background-position: -50px 1200px;
}
.overview {
  overflow: hidden;
  padding-bottom: 250px;
}

@media screen and (max-width: 768px) {
  .overview {
    padding-bottom: 0;
  }
  .value__item {
    max-width: 700px;
  }
  .place {
    max-width: 600px;
    margin: 0 auto;
  }
  .place__above {
    position: relative;
    margin-top: 70px;
    display: block;
  }
  .place__below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .place__img {
    margin-top: 50px;
  }
  .about__content-img-1 {
    margin-left: -30%;
  }
  .about__content-img-2 {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  .about__content-img-2::after,
  .about__content-img-2 img {
    border-radius: 20px 0 0 20px;
  }
  .overview {
    background-image: url(../../assets/img/bg/bg_cloud01.svg), url(../../assets/img/bg/bg_cloud02.svg), url(../../assets/img/bg/bg_cloud03.svg), url(../../assets/img/bg/bg_cloud04.svg), url(../../assets/img/bg/bg_cloud02.svg);
    background-size: 350px, 200px, 250px, 120px, 350px;
    background-position: -60px 80px, 630px 320px, 50px 650px, 520px 880px, -40px 1400px;
  }
}
@media screen and (max-width: 560px) {
  .value__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
  .value__item .saddle {
    width: 50%;
    margin-top: -80px;
  }
  .value__item .saddle:nth-child(2) {
    margin-left: auto;
  }
  .value__item .saddle:nth-child(3) {
    margin-left: 30px;
  }
  .value__item .saddle__text {
    font-size: 15px;
  }

  .about__content-img-2 {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}
@media screen and (max-width: 400px) {
  .about__content-img-1 {
    width: 100%;
    margin-left: auto;
    left: auto;
  }
  .about__content-img-2 {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 10px;
  }
  .about__content-img-2::after,
  .about__content-img-2 img {
    border-radius: 20px;
  }
}
.voice {
  margin: 0 auto;
  height: 1650px;
  position: relative;
  overflow: hidden;
}
.voice__item {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.student, .guardian {
  width: 400px;
}

.student__title, .guardian__title {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin: 0 auto;
  border-radius: 15px;
  line-height: 0;
  font-weight: 400;
  line-height: 30px;
  padding: 0 15px;
  letter-spacing: 3px;
}

.student__title {
  background-color: #286a3a;
}

.guardian__title {
  background-color: #704b25;
}

.voice__item p {
  margin-top: 10px;
  padding: 10px;
}

.student-A {
  position: absolute;
  top: -80px;
  left: 0%;
  width: 600px;
  height: 300px;
  background-image: url(../../assets/img/bg/bg_cloud05.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.student-A__title {
  margin-top: 60px;
}

.student-B {
  position: absolute;
  top: 260px;
  right: -10%;
  width: 700px;
  height: 350px;
  background-image: url(../../assets/img/bg/bg_cloud06.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.student-B__title {
  margin-top: 70px;
}

.student-C {
  position: absolute;
  top: 600px;
  left: -5%;
  width: 650px;
  height: 350px;
  background-image: url(../../assets/img/bg/bg_cloud07.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.student-C__title {
  margin-top: 60px;
}

.guardian-A {
  position: absolute;
  top: 810px;
  right: -10%;
  width: 650px;
  height: 300px;
  background-image: url(../../assets/img/bg/bg_cloud07.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.guardian-A__title {
  margin-top: 50px;
}

.guardian-B {
  position: absolute;
  top: 1100px;
  left: -10%;
  width: 700px;
  height: 300px;
  background-image: url(../../assets/img/bg/bg_cloud08.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.guardian-B__title {
  margin-top: 70px;
}

.sentence {
  width: 400px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sentence-student-C {
  left: 300px;
}
.sentence-guardian-A {
  margin-left: 120px;
}

.voice__img {
  width: 500px;
  height: auto;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
}
.voice__img-01 {
  top: 0;
  right: -10%;
  -webkit-mask-image: url("../img/mask_about01.svg");
          mask-image: url("../img/mask_about01.svg");
}
.voice__img-02 {
  top: 310px;
  left: -10%;
  -webkit-mask-image: url("../img/mask_about02.svg");
          mask-image: url("../img/mask_about02.svg");
}
.voice__img-03 {
  top: 1050px;
  right: -15%;
  -webkit-mask-image: url("../img/mask_about03.svg");
          mask-image: url("../img/mask_about03.svg");
}

@media screen and (max-width: 970px) {
  .voice {
    height: 1800px;
  }
  .voice .student-B {
    top: 400px;
  }
  .voice .student-C {
      top: 700px;
  }
  .voice .guardian-A {
    top: 1010px;
  }
  .voice .guardian-B {
    top: 1270px;
    left: -20%;
  }
  .voice__img-01 {
    top: 130px;
  }
  .voice__img-02 {
    width: 400px;
    top: 220px;
  }
  .voice__img-03 {
    top: 1350px;
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    height: min(500vw, 3100px);
  }
  .voice__item {
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .voice__item .student,
  .voice__item .guardian {
    position: static !important;
    width: 100%;
    top: auto;
    left: auto;
  }
  .voice__item .student__title,
  .voice__item .guardian__title {
    margin-left: 0;
  }
  .voice__item .student .sentence,
  .voice__item .guardian .sentence {
    width: 100%;
    max-width: 430px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .voice__img {
    position: static !important;
    width: 100%;
  }
  .voice__img-01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: -20px;
    margin-top: -60px;
  }
  .voice__img-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin-left: 120px;
    margin-top: -70px;
  }
  .voice__img-03 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-left: 130px;
    margin-top: -20px;
  }
  .voice .student-A {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-position-x: 0%;
    margin-top: -30px;
  }
  .voice .student-B {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -10px;
  }
  .voice .student-C {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    background-position-x: -10%;
    margin-top: -20px;
  }
  .voice .guardian-A {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-top: -30px;
  }
  .voice .guardian-B {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    background-position-x: 10%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .voice {
    height: max(300vw, 2600px);
  }
  .voice__img {
    position: static !important;
    width: 100%;
  }
  .voice__img-01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: -20px;
    margin-top: -60px;
  }
  .voice__img-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin-left: 120px;
    margin-top: -70px;
  }
  .voice__img-03 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-left: 10%;
    margin-top: -20px;
  }
  .voice .student-A {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-size: 120%;
  }
  .voice .student-B {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-size: 130%;
    background-position-x: 30%;
  }
  .voice .student-C {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    background-size: 130%;
  }
  .voice .guardian-A {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    background-size: 120%;
  }
  .voice .guardian-B {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    background-size: 125%;
  }
}
@media screen and (max-width: 375px) {
  .voice {
    height: 2250px;
  }
  .voice .student-B {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -50px;
  }
  .voice .student-C {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    background-position-x: 60%;
  }
}
.greeting {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #f0ebe5), color-stop(20%, #ffffff));
  background: linear-gradient(#f0ebe5 80%, #ffffff 20%);
  overflow: hidden;
}

.greeting-bg {
  background-image: url(../../assets/img/item/item_horse01.png), url(../../assets/img/item/item_horse04.png), url(../../assets/img/item/item_horse05.png), url(../../assets/img/bg/bg_greeting.png);
  background-size: 100px, 60px, 70px, 3000px;
  background-position: 90% 50px, 260px 630px, 70% 1150px, center top;
  padding-bottom: 140px;
  padding-top: 100px;
}
.greeting-bg .about__content {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.greeting__avobe {
  padding-top: 180px;
}

.greeting__below {
  margin-top: 200px;
}

@media screen and (max-width: 1024px) {
    .greeting-bg .about__content {
        column-gap: 0px;
    }
}

@media screen and (max-width: 1000px) {
  .greeting-bg {
    background-image: url(../../assets/img/item/item_horse01.png), url(../../assets/img/item/item_horse04.png), url(../../assets/img/item/item_horse05.png), url(../../assets/img/bg/bg_greeting.png);
    background-size: 100px, 60px, 70px, 3000px;
    background-position: 90% 50px, 300px 55%, 70% 95%, center top;
    padding-bottom: 140px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .greeting-bg {
    position: relative;
    background-image: url(../../assets/img/item/item_horse04.png), url(../../assets/img/item/item_horse05.png), url(../../assets/img/bg/bg_greeting_sp_1.png);
    background-size: 40px, 50px, cover;
    height: auto;
    background-position: 30% 52%, 80% 98%, center top;
    background-color: #f0ebe5;
    padding-top: 30px;
    padding-bottom: 110px;
  }
  .greeting-bg::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(../../assets/img/item/item_horse01.png);
    background-size: 100%;
    top: 230px;
    right: 22%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .greeting-bg .about__content {
    padding-top: 0;
  }
  .section__heading__greeting__litle,
  .greeting .greeting__avobe p,
  .greeting .greeting__below p {
    font-weight: 600;
  }
  .about__content__greeting__avobe {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
  }
  .about__content__greeting__avobe-img {
    margin-top: 180px;
    width: 350px;
    height: 250px;
  }
  .about__content__greeting__below {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section__heading__greeting {
    margin: 130px auto 0;
  }
  .about__content-img {
    width: 100%;
    max-width: 450px;
  }
  .about__content-img:not(.about__content-img-1) {
    margin: 30px auto 0;
  }
  .about__content__greeting__below {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .greeting-bg {
    position: relative;
    background-image: url(../../assets/img/item/item_horse04.png), url(../../assets/img/item/item_horse05.png), url(../../assets/img/bg/bg_greeting_sp_1.png);
    background-size: 40px, 50px, cover;
    height: auto;
    background-position: 50% 53%, 90% 99%, center top;
    background-color: #f0ebe5;
    padding-bottom: 100px;
  }
  .greeting-bg::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(../../assets/img/item/item_horse01.png);
    background-size: 100%;
    top: 180px;
    left: 63%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .about__content__greeting__avobe .about__content-img {
    margin-left: 20%;
  }
  .about__content__greeting__avobe .about__content-img img {
    border-radius: 20px 0 0 20px;
  }
  .about__content__greeting__avobe .about__content-img::after {
    width: calc(100% + 20px);
    left: -10px;
    border-radius: 30px 0 0 30px;
  }
  .about__content__greeting__below {
    margin-top: -20px;
  }
  .about__content__greeting__below .about__content-text {
    margin-top: 140px;
  }
  .about__content__greeting__below .about__content-img {
    margin-left: -20%;
  }
  .about__content-img {
    max-width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .about__content-img-greeting-avobe {
    right: -40px;
  }
  .about__content-img-greeting-avobe::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #704b25;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
    border-radius: 20px;
  }
  .about__content-img-greeting-below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__content-img-greeting-below::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #704b25;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    border-radius: 20px;
  }
  .c-section-heading__sub-brown {
    font-size: 14px;
    margin-top: 0;
  }
  .section__heading__greeting {
    margin: 100px auto 0;
  }
  .greeting-bg .about__content {
    padding-left: 0;
    padding-right: 0;
  }
  .about__content-img {
    max-width: 140%;
    right: 0;
  }
  .about__content__greeting__below .about__content-img {
    margin-left: 0;
  }
  .about__content-img-3::after,
  .about__content-img-3 img {
    border-radius: 20px 0 0 20px;
  }
  .about__content-img-4 {
    left: -30px;
  }
  .about__content-img-4::after,
  .about__content-img-4 img {
    border-radius: 0 20px 20px 0;
  }
}
.c-section-heading-history {
  margin-top: 0;
}

.history__list {
  margin-top: 80px;
}
.history__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #704b25;
  padding-bottom: 20px;
  max-width: 700px;
  margin: 20px auto;
}
.history__list__date {
  color: #286a3a;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .history__list {
    max-width: 600px;
    margin: 50px auto;
  }
  .history__list__date {
    margin-left: 15px;
  }
  .history__list__text {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .history {
    margin: 0 30px;
  }
  .history__list__item {
    display: block;
  }
  .history__list__text {
    margin-left: 10px;
  }
  .history__list__date {
    margin-left: 0;
  }
  #history p {
    font-weight: 500;
  }
}

/* horseshoesAnimation */
.history {
  position: relative;
  overflow-x: hidden;
}
.horseshoes-animation {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 30vw;
}
.horseshoes {
  display: block;
  width: calc((22 / 430) * 100%);
  min-width: 22px;
  height: auto;
  aspect-ratio: 1;
  background-image: url("../img/icon/icon_horseshoes.svg");
  opacity: 0;
  animation: walk 4s ease-out infinite;
}
.horseshoes:nth-child(1) {
  transform: translate(-10px, 10px) rotate(135deg);
  animation-delay: 2.4s;
}
.horseshoes:nth-child(2) {
  transform: translate(0px, 40px) rotate(131deg);
  animation-delay: 2.2s;
}
.horseshoes:nth-child(3) {
  transform: translate(20px, 39px) rotate(135deg);
  animation-delay: 2s;
}
.horseshoes:nth-child(4) {
  transform: translate(35px, 60px) rotate(135deg);
  animation-delay: 1.8s;
}
.horseshoes:nth-child(5) {
  transform: translate(29px, 96px) rotate(135deg);
  animation-delay: 1.6s;
}
.horseshoes:nth-child(6) {
  transform: translate(50px, 115px) rotate(118deg);
  animation-delay: 1.4s;
}
.horseshoes:nth-child(7) {
  transform: translate(74px, 120px) rotate(127deg);
  animation-delay: 1.2s;
}
.horseshoes:nth-child(8) {
  transform: translate(80px, 160px) rotate(127deg);
  animation-delay: 1.0s;
}
.horseshoes:nth-child(9) {
  transform: translate(103px, 160px) rotate(125deg);
  animation-delay: 0.8s;
}
.horseshoes:nth-child(10) {
  transform: translate(110px, 190px) rotate(133deg);
  animation-delay: 0.6s;
}
@keyframes walk {
  0% {
    opacity: 0;
  }
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





.sponsor__list {
  max-width: 900px;
  font-size: 14px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sponsor__list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.sponsor__list__name::before {
  content: "●";
  color: #286a3a;
  margin-right: 5px;
  font-size: 10px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sponsor .section__heading-sponsor__litle {
  font-size: 14px;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .sponsor__list {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .sponsor__list {
    margin: 0 50px;
    grid-template-columns: none;
  }
}
.connection {
  background-image: url(../../assets/img/bg/bg_mongolia01.svg), url(../../assets/img/bg/bg_mongolia02.svg), url(../../assets/img/bg/bg_mongolia03.svg);
  background-size: 600px, 600px, 500px;
  background-position: -50px 200px, 100% 450px, 55% 920px;
}
.connection__above {
  margin-top: 100px;
}
.connection__below {
  margin-top: 100px;
}
.connection__title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #286a3a;
  text-align: center;
  width: 100px;
  border-radius: 5px;
}
.connection .c-section-heading {
  margin: 100px 0;
}
.connection .about__content-img::after {
  display: none;
}
.connection .about__content-img {
  aspect-ratio: 5/3;
}
.connection__content .about__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}
.connection__content .about__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
}
.connection__content .about__content-text .spaceBetweenHeading {
  width: 100%;
  padding-top: 0;
}
.connection {
  padding-bottom: 300px;
}
.connection .attention {
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #b8e3ac;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .place__above {
        column-gap: 0;
    }
    .place__below {
        column-gap: 0;
    }
}

@media screen and (max-width: 1000px) {
  .connection .about__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
    .about__content {
       column-gap: 20px;      
    }
    .place__below {
        column-gap: 20px; 
    }
  .connection .about__content-img {
    width: 415px;
  }
  .connection .about__content-text {
    width: calc(100% - 430px);
  }
}
@media screen and (max-width: 830px) {
  .connection .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
    .about__content {
       column-gap: 0px;      
    }
    .place__below {
        column-gap: 0px; 
    }
  .connection .about__content-img {
    width: 100%;
    margin-left: auto;
  }
  .connection .about__content-text {
    width: 100%;
  }
  .connection .connection__below.about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
   .connection__content .about__content-text .spaceBetweenHeading {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
  .connection__avobe {
    max-width: 600px;
  }
  .connection__below {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .connection__title__sub {
    width: 80px;
  }
  .connection {
    background-image: url(../../assets/img/bg/bg_mongolia01.svg), url(../../assets/img/bg/bg_mongolia02.svg), url(../../assets/img/bg/bg_mongolia03.svg);
    background-size: 500px, 600px, 500px;
    background-position: -70px 150px, 500px 650px, -180px 1150px;
  }
    .connection .c-section-heading {
        margin: 50px auto;
    }
  .connection .about__content-img {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
  .connection .c-section-heading__text__litle {
    font-size: 20px;
    text-align: left;
  }
  .connection .connection__title__sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .connection {
    background-size: 400px, 300px, 400px;
    background-position: -50px 150px, 120px 750px, -100px 1250px;
  }
  .connection__above {
    margin-top: 100px;
  }
  .connection__below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 100px;
  }
  .connection .attention {
    width: 85%;
    display: block;
    font-weight: 600;
    }
}