@charset "UTF-8";

/*==================================================
    common
==================================================*/

.container {
  margin: 0 auto;
  max-width: 1180px;
}

.heading--title,
.heading--lead {
  display: inline-block;
}

@media (max-width: 1170px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

/*==================================================
    sideScrollArea
==================================================*/

.sideScrollArea {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.sideScrollArea::before,
.sideScrollArea::after {
  animation: sideScrollText 10s linear infinite;
  background: url(../images/sidescroll.svg);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 51px 411px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 51px;
  z-index: 100;
}

.sideScrollArea::before {
  left: calc(50% - 658px);
}

.sideScrollArea::after {
  right: calc(50% - 658px);
  transform: rotate(180deg);
}

@keyframes sideScrollText {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -1000px;
  }
}

@media (max-width: 767px) {
  .sideScrollArea::before,
  .sideScrollArea::after {
    content: none;
  }
}

/*==================================================
    top
==================================================*/
.main {
  margin-top: 80px;
  position: relative;
}

.mainVisual__container img {
  position: relative;
}

.main__bg {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1180px) {
  .main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .main__bg {
    background: url(../images/bg_mainvisual_sp.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*==================================================
    mainVisual
==================================================*/

@media (max-width: 1170px) {
  .mainVisual .container {
    padding: 0;
  }
}

/*==================================================
    bannerArea
==================================================*/
.bannerArea {
  margin-top: 10px;
  text-align: center;
}

.bannerArea .container {
  max-width: 980px;
}

@media (max-width: 1170px) {
  .bannerArea .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bannerArea {
    margin: -30px 0 50px;
  }
}

/*==================================================
    timeTable
==================================================*/

.timetable__link a,
.timetable__link p,
.archive__link {
  align-items: center;
  background: #0023a0;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 26px auto 0;
  max-width: 320px;
  width: 100%;
}

.timeTable {
  background: transparent;
  padding: 115px 0 150px;
}

.timeTable .heading {
  text-align: center;
}

.timeTable .heading--title {
  max-width: 395px;
}

.timeTable .heading--lead {
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 700;
  margin-top: 30px;
}

.channelArea {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: 50px auto;
}

.channelArea__heading {
  margin-left: 100px;
  margin-top: 56px;
}

.timeTable__time {
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 30px; */
  margin-bottom: 0;
  padding: 30px 0 27px;
  position: relative;
}

/* .channelArea:last-child .timeTable__time {
    margin-bottom: 0;
} */

/* .channelArea:first-child .timeTable__time {
    margin-top: 105px;
} */

.timeTable__time::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='578' viewBox='0 0 2 578' %3E%3Cpath d='M1 1L0.999975 577' stroke='%230023A0' stroke-width='2' stroke-linecap='round' stroke-dasharray='1 5 1 5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 2px 578px;
  content: "";
  height: calc(100% - 100px);
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 2px;
}

.timeTable__time--text {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.timeTable__time--text.is-end {
  margin-top: auto;
}

.channelArea__list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}

.channelArea__listItem {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}

.channelArea:last-child .channelArea__listItem {
  padding-bottom: 0;
}

/* .channelArea__listItem:nth-child(n + 2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='578' viewBox='0 0 2 578' %3E%3Cpath d='M1 1L0.999975 577' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-dasharray='1 5 1 5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 2px 578px;
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  top: 0;
  width: 2px;
} */

.channel__heading--title {
  color: #0023a0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.channel__heading img {
  max-width: 120px;
}

.channel__heading--link {
  background: #0023a0;
  border-radius: 999px;
  color: #fff;
  font-size: 0.938rem;
  font-weight: 700;
  margin-top: 15px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.cardchannel {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  height: 100%;
  padding: 25px 26px 30px;
  width: 100%;
}

.cardchannel--img {
  position: relative;
}

.cardchannel--img::before {
  content: "";
  display: block;
  padding-top: calc(162 / 288 * 100%);
}

.cardchannel--img img {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.cardchannel--title {
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
}

.speakers {
  margin-top: 16px;
}

.speakers--title {
  background: #ffe500;
  border-radius: 999px;
  font-size: 0.875rem;
  padding: 5px 0;
  text-align: center;
}

.speakersArea {
  display: grid;
  gap: 15px 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

/* .cardSpeakers:nth-child(n + 2) {
  border-top: 1px solid #0023a0;
  margin-top: 10px;
  padding-top: 10px;
} */

.cardSpeakers--name {
  font-size: 0.875rem;
  font-weight: 700;
}

.cardSpeakers--position {
  /* display: flex; */
  /* flex-flow: row wrap; */
  font-size: 0.75rem;
  /* gap: 5px; */
  line-height: 1.3;
  margin-top: 7px;
  overflow-wrap: break-word;
}

/* .cardSpeakers--position span::after {
    content: "／";
}

.cardSpeakers--position span:last-child::after {
    content: none;
} */

.itemTag {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-top: 15px;
}

.itemTag span {
  background: #dae2ff;
  border-radius: 999px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 14px;
}

.timeline {
  display: grid;
  gap: 50px;
  grid-template-columns: 50px auto auto;
  grid-template-rows: max-content;
}

.timeline__times {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  display: grid;
  padding: 20px 0;
}

.timeline__times--single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.timeline__times--single:last-child {
  margin-bottom: 10px;
}

.timeline__times--single p {
  color: #0023a0;
  font-size: 14px;
  font-weight: 700;
}

.timeline__blockDisplay {
  display: grid;
  gap: 40px;
  grid-template-rows: repeat(8, 1fr);
  max-width: 500px;
}

.timeline__times--single::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='578' viewBox='0 0 2 578' %3E%3Cpath d='M1 1L0.999975 577' stroke='%230023A0' stroke-width='2' stroke-linecap='round' stroke-dasharray='1 5 1 5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 2px 578px;
  content: "";
  height: calc(100% - 40px);
  left: 50%;
  position: absolute;
  top: 19px;
  transform: translateX(-50%);
  width: 2px;
}

.cardchannel__line {
  background: #0023a0;
  border: none;
  height: 1px;
  width: 100%;
}

.cardSpeakers {
  display: grid;
  gap: 15px;
  grid-template-columns: 70px auto;
}

.cardSpeakers__icon img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

.channel__heading__icon {
  text-align: center;
}

@media (max-width: 767px) {
  .timeTable {
    margin-top: -50px;
    padding: 50px 0 60px;
  }

  .timeTable .heading--title {
    max-width: 246px;
  }

  .timeTable .heading--lead {
    margin-top: 16px;
  }

  .channelArea {
    /* gap: 20px 10px; */
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .channelArea__heading {
    margin: 47px 7px 0;
  }

  .channelArea__heading:first-child {
    margin-top: 37px;
  }

  .channelArea__list {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .timeTable__time {
    margin-bottom: 0;
    padding: 30px 0 20px;
  }

  .channelArea__listItem {
    padding-bottom: 0;
  }

  .channelArea .channelArea__listItem {
    flex-direction: unset;
    gap: 10px;
  }

  .cardchannel {
    border-radius: 20px;
    padding: 20px 20px 28px;
  }

  .cardchannel--title {
    font-size: 16px;
    margin-top: 12px;
  }

  .speakers {
    margin-top: 17px;
  }

  .cardSpeakers:nth-child(n + 2) {
    margin-top: 11px;
  }

  .cardSpeakers--position {
    margin-top: 5px;
    word-break: break-all;
  }

  .itemTag {
    margin-top: 13px;
  }

  .cardSpeakers {
    grid-template-columns: 50px auto;
  }

  .cardSpeakers__icon img {
    height: 50px;
    width: 50px;
  }

  .sptimeline {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 21px;
  }

  .is-sp .channel__heading {
    margin-top: 40px;
  }

  .is-sp .channel__heading.second {
    margin-top: 60px;
  }
}

/*==================================================
    method
==================================================*/

.method {
  background: #fff;
  position: relative;
  z-index: 1;
}

.method__bg {
  background: #FFB1EA;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.method .container {
  background: #fff;
  padding-bottom: 144px;
  padding-top: 100px;
  z-index: 1;
}

.method .inner {
  margin: 0 auto;
  max-width: 800px;
}

.methodContent:nth-child(n + 2) {
  margin-top: 70px;
}

.method .heading {
  text-align: center;
}

.method .heading--title {
  background: #0023a0;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  font-weight: 700;
  max-width: 402px;
  padding: 23px 0;
  width: 100%;
}

.itemEventList {
  display: grid;
  gap: 40px;
  margin-top: 30px;
}

.itemEventOverview {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  text-align: center;
}

.itemEventOverview.disclaimer {
  font-size: 14px;
  font-weight: 400;
}

.step__content:nth-child(n + 2) {
  margin-top: 150px;
  position: relative;
}

.step__content:nth-child(n + 2)::before {
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 52px solid #0023a0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -103px;
  transform: translateX(-50%);
  width: 0;
}

.step__content--subtitle {
  margin-top: 53px;
  position: relative;
  text-align: center;
}

.step__content--subtitle::after {
  background: #0023a0;
  border-radius: 999px;
  bottom: -13px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 110px;
}

.step__content--subtitle img {
  max-width: 96px;
}

.step__content--title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 56px;
  text-align: center;
}

.step__content--title.wide {
  margin: 56px -60px 0;
}

.itemPrice {
  margin-top: 17px;
  text-align: center;
}

.itemPrice__contact {
  align-items: center;
  display: flex;
  justify-content: center;
}

.itemPrice__contact--money {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.itemPrice__contactDetail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.itemPrice__contact--advanceTicket,
.itemPrice__contact--tax {
  font-size: 0.875rem;
  font-weight: 700;
}

.itemPrice__contact--attention {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 25px;
}

.step__content--text {
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  font-weight: 700;
  line-height: 1.77;
  margin-top: 20px;
  text-align: center;
}

.step__contentGroup .step__content--text {
  margin-top: 10px;
}

.step__content--text.wide {
  margin: 30px -60px 0;
}

.step__content--text.mt15 {
  margin-top: 15px;
}

.step__content--attention {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 5px;
  text-align: center;
}

.itemNotes {
  font-weight: 700;
  margin-top: 50px;
}

.itemNotes--title {
  font-size: 1.125rem;
  text-align: center;
}

.itemNotes__list {
  margin-top: 10px;
}

.itemNotes__listItem {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 21px;
  position: relative;
}


@media (max-width: 1225px) {
  .method {
    position: relative;
  }

  .method::before,
  .method::after {
    background: #FFB1EA;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 25px;
  }

  .method::before {
    left: 0;
  }

  .method::after {
    right: 0;
  }

  .method .inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .step__content--title.wide {
    margin: 40px 0 0;
  }

  .method .container {
    padding: 60px 25px 60px;
  }

  .methodContent:nth-child(n + 2) {
    margin-top: 50px;
  }

  .method .heading--title {
    max-width: 275px;
    padding: 10px 0;
  }

  .itemEventOverview {
    font-size: 16px;
    line-height: 1.62;
  }

  .itemPrice {
    margin-top: 10px;
  }

  .step__content:nth-child(n + 2) {
    margin-top: 113px;
  }

  .step__content:nth-child(n + 2)::before {
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 40px solid #0023a0;
    top: -76px;
  }

  .step__content--subtitle {
    margin-top: 33px;
  }

  .step__content--title {
    line-height: 1.3;
    margin-top: 40px;
  }

  .step__content--text {
    line-height: 1.625;
    text-align: left;
  }

  .step1 .step__content--text {
    margin-top: 30px;
  }

  .step__content--attention {
    margin-top: 14px;
    text-align: left;
  }

  .itemNotes {
    margin-top: 32px;
  }

  .itemNotes__list {
    margin-top: 14px;
  }

  .itemPrice__contact:has(.wide) {
    gap: 10px;
    margin-right: -7px;
  }

  .itemEventList {
    gap: 24px;
  }
  .itemEventOverview.disclaimer {
    margin-top: 12px;
  }
  .itemEventList li:nth-child(2) {
    margin: 0 -6px;
  }
  .step2 .step__content--title {
    font-size: 24px;
  }
  .step2 .step__content--text {
    margin-top: 20px;
  }
  .step__contentGroup .step__content--title {
    margin: 30px -4px;
  }
  .itemNotes__listItem {
    padding: 0 5px;
  }
}

@media screen and (max-width: 500px) {
  .itemEventOverview.disclaimer {
    text-align: start;
  }
}

/*==================================================
    together
==================================================*/

.together {
  background: #ffbeaa;
  padding: 100px 0 102px;
}

.together .heading {
  text-align: center;
}

.together .heading--title {
  background: #0023a0;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  font-weight: 700;
  max-width: 402px;
  padding: 23px 0;
  width: 100%;
}

.together .inner {
  margin: 0 auto;
  max-width: 660px;
}

.together--lead {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 30px;
  text-align: center;
}

.itemOverview {
  margin-top: 30px;
  text-align: center;
}

.itemOverview--title {
  font-size: 1.125rem;
  font-weight: 700;
}

.itemOverview__date {
  letter-spacing: -0.02em;
  margin-top: 18px;
}

.itemOverview__eventDate--date {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.813rem, 2.746rem + 0.28vw, 3rem);
  font-weight: 700;
}

.itemOverview__eventDate--week {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 5px;
}

.itemOverview__time {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
}

.itemOverview__time--schedule {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.itemMap {
  border-radius: 20px;
  height: 0;
  margin-top: 22px;
  overflow: hidden;
  padding-bottom: 343px;
  position: relative;
}

.itemMap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.itemDetail {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 20px;
  word-break: break-all;
}

@media (max-width: 767px) {
  .together {
    padding: 60px 0 55px;
  }

  .together .inner {
    padding: 0 30px;
  }

  .together .heading--title {
    max-width: 275px;
    padding: 10px 0;
  }

  .together--lead {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 20px;
  }

  .itemOverview {
    margin-top: 28px;
  }

  .itemOverview__date {
    letter-spacing: -0.04em;
    margin-top: 14px;
  }

  .itemOverview__time {
    font-size: 32px;
  }

  .itemMap {
    margin-top: 20px;
    padding-bottom: 143px;
  }

  .itemDetail {
    margin-top: 16px;
  }
}

/*==================================================
    recruit
==================================================*/
#recruit {
}
.recruit,
.organisers {
  position: relative;
}

.recruit .container {
  padding-bottom: 100px;
  background: #fff;
}

.organisers .container {
  background: #fff;
  padding: 0 0 clamp(80px, 7.7vw, 110px);
}

.recruit .heading--title {
  align-items: center;
  display: flex;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  gap: 20px;
  justify-content: center;
}

.recruit .heading--lead {
  display: block;
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
}

.recruit .heading--lead .is-en {
  letter-spacing: 0;
}

.recruit .heading--word {
  border: 1px solid #0023a0;
  border-radius: 5px;
  padding: 15px 13px 13px 15px;
}

.companyArea__list {
  display: grid;
  gap: 80px 50px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 200px;
  margin-top: 80px;
}

.cardCompany {
  border: 1px solid #2957f8;
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: calc(100% - 2px);
  overflow: hidden;
}

.cardCompany__content {
  padding: 40px 52px 30px;
}

.cardCompany__content--img {
  border: 1px solid #2957f8;
  position: relative;
}

.cardCompany__content--img::before {
  content: "";
  display: block;
  padding-top: calc(145 / 257 * 100%);
}

.cardCompany__content--img img {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.cardCompany__content--title {
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
  line-height: 1.6;
  margin-top: 20px;
}

.cardCompany__content--text {
  border-top: 1px solid #2957f8;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  line-height: 1.625;
  margin-top: 14px;
  padding-top: 15px;
}

.recruit .itemTag {
  margin-top: 23px;
}

.cardCompany__detail {
  background: #2957f8;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: auto;
  padding: 18.5px 0;
  text-align: center;
}

.patronage--title {
  border-bottom: 1px solid #0023a0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  max-width: 1080px;
  padding-bottom: 23px;
  text-align: center;
  width: calc(100% - 80px);
}

.organizer .patronage__list {
  align-items: center;
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 75px;
}

.cooperation .patronage__list {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.patronage__listItem.logo-cgworld img {
  max-width: 358px;
}

.patronage__listItem.logo-borndigital img {
  max-width: 376px;
}

.cooperation {
  margin-top: 130px;
}

.cooperation .cardCooperation {
  display: block;
  position: relative;
}

.cooperation .cardCooperation::before {
  content: "";
  display: block;
  padding-top: calc(170 / 360 * 100%);
}

.cooperation .cardCooperation img {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .recruit {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
  }
	
  .recruit .container {
    padding-bottom: 0;
  }

  .recruit .heading--lead {
    line-height: 1.4;
    margin-top: 14px;
  }

  .recruit .heading--title {
    /* gap: 13px; */
    gap: 5px;
  }

  .recruit .heading--word {
    border-radius: 3px;
    padding: 8px 5px 6px 7px;
  }

  .companyArea__list {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 81px;
    margin-top: 40px;
  }

  .cardCompany__content {
    padding: 30px 38px;
  }

  .cardCompany__content--title {
    line-height: 1.44;
    margin-top: 13px;
  }

  .cardCompany__content--text {
    margin-top: 15px;
    padding-top: 14px;
  }

  .recruit .itemTag {
    margin-top: 25px;
  }

  .patronage--title {
    padding-bottom: 17px;
  }

  .organizer .patronage__list {
    flex-direction: column;
    gap: 36px;
    margin-top: 50px;
    padding: 0 22px;
  }

  .cooperation {
    margin-top: 66px;
  }

  .cooperation .patronage__list {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 0 20px;
  }
}

/*==================================================
    fixedContent
==================================================*/
.fixedContent {
  background: #ff0c63;
  bottom: 0;
  color: #ffe500;
  font-weight: 700;
  left: 0;
  padding: 18px 0 26px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.fixedContent--text {
  border-bottom: 2px solid #ffe500;
  margin-left: 10px;
  padding-bottom: 4px;
  position: relative;
}

.fixedContent--text::before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffe500;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/*==================================================
        sponsors
==================================================*/

.sponsors {
  box-sizing: border-box;
  padding: 0 20px;
}

.sponsors .heading--title {
  margin: 0 auto;
  max-width: 360px;
}

.sponsers__list {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px auto 0;
  max-width: 1080px;
}

.patronage.organizer {
  padding-top: 62px;
}

@media screen and (max-width: 767px) {
  .sponsers__list {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .sponsors .heading--title {
    max-width: 220px;
  }
  .patronage.organizer {
    padding-top: 80px;
  }
}

@media screen and (max-width: 450px) {
  .sponsers__list {
    gap: 30px;
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}

/*=================================================
        archive
=================================================*/

.archive {
  background: #fff;
  box-sizing: border-box;
  padding: 80px 20px 100px;
  position: relative;
  z-index: 1;
}

.archive__bg {
  background: rgba(165, 190, 255, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.archive_imageGroup {
  display: flex;
  gap: 52px;
  justify-content: center;
  margin: 40px auto 0;
}

.archive_imageGroup img,
.archive__image {
  max-width: 564px;
  width: 100%;
}

.archive__text {
  color: #0023a0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  margin: 30px -5px 0;
  text-align: center;
}

.archive__image {
  position: relative;
}

.archive__imageCaption {
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  bottom: 25%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  justify-content: center;
  left: 50%;
  padding-block: 22px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 77%;
}

@media screen and (max-width: 1200px) {
  .archive__imageCaption {
    font-size: 1.7vw;
    padding-block: 20px;
  }
}

@media screen and (max-width: 767px) {
  .archive_imageGroup {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    max-width: 450px;
  }
  .archive {
    padding: 50px 20px 70px;
  }
  .archive__link {
    font-size: 20px;
    height: 40px;
    max-width: 275px;
  }
  .archive__text {
    font-size: 16px;
  }

  .archive__imageCaption {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 450px) {
  .archive_imageGroup {
    max-width: 300px;
  }
}
