@charset "UTF-8";
/*---
mv
---*/
.mv {
  position: relative;
}
.mv__bg {
  background-image: url("../images/mv.webp");
  padding-top: 44%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv__bg {
    background-image: url("../images/mv_sp.webp");
    padding-top: 143%;
  }
}
.mv .new-inner {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv .new-inner {
    top: 20%;
  }
}
.mv__img {
  background-image: url("../images/mv_img.webp?20241030");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40vw;
  position: absolute;
  left: 220px;
}
@media screen and (max-width: 1640px) {
  .mv__img {
    height: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__img {
    background-image: url("../images/mv_img_sp.webp?20241030");
    left: 56px;
    height: 130vw;
  }
}

/*---
needs
---*/
.needs {
  scroll-margin-top: 160px;
}
@media screen and (max-width: 1640px) {
  .needs {
    scroll-margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .needs {
    scroll-margin-top: 80px;
  }
}
.needs.section {
  margin-top: 14vw;
}
@media screen and (max-width: 1640px) {
  .needs.section {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .needs.section {
    margin-top: 25vw;
  }
}
.needs h3 {
  margin: 32px auto 16px;
  font-weight: 700;
}
.needs-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 40px;
}
.needs-item {
  width: 400px;
  height: 78px;
  background-color: #FFF2F5;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1640px) {
  .needs-items {
    padding: 30px;
  }
  .needs-item {
    width: 360px;
    height: 64px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .needs-items {
    padding: 20px 0;
    gap: 16px;
  }
  .needs-item {
    width: 360px;
    height: 59px;
  }
}
.needs-bg {
  position: absolute;
  height: auto;
  right: 0;
}
.needs {
  position: relative;
  overflow: visible;
}
.needs-bg {
  z-index: 1;
  top: 50.5%;
  width: 17vw;
}

@media screen and (max-width: 1200px) {
  .needs-bg {
    top: 12.5%;
     width: 20vw;
     z-index: -1
  }
}
@media screen and (max-width: 1100px) {
  .needs-bg {
    top: 10.5%;
  }
}
@media screen and (max-width: 1000px) {
  .needs-bg {
    top: 8.5%;
  }
}
@media screen and (max-width: 965px) {
  .needs-bg {
    top: 4.5%;
    right: 0;
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .needs-bg {
    top: 10.5%;
  }
}
@media screen and (max-width: 650px) {
  .needs-bg {
    top: -1.8%;
    width: 35vw;
  }
}
@media screen and (max-width: 360px) {
  .needs-bg {
    top:4%;
    
  }
}

/*---
PROGRAM
---*/
#program
 {
  scroll-margin-top: 80px;
}
#program-au,
#program-04
 {
  scroll-margin-top: 90px;
}
@media screen and (max-width: 650px) {
  #program {
    scroll-margin-top: 60px;
  }
}
.program__container {
  background-color: #FFF2F5;
  text-align: center;
  margin-bottom: 80px;
}
.program__container h3{
  font-weight: 700;
  padding: 80px 0 56px 0;
}
@media screen and (max-width: 1640px) {
  .program__container h3 {
    padding: 40px 0 56px 0;
  }
}
@media screen and (max-width: 768px) {
  .program__container h3 {
    line-height: 1.7;
  }
  h3.center br,
  .program__container__text br {
    display: none;
  }
  .break {
    display: block;
  }
}
.program__container__text {
  text-align: center;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .program__container__text {
    padding: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .program__container__text {
    padding: 0 4px;
  }
}
.program__program__title {
  display: inline-block;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 2px #fff;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .program__program__title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.program__container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
  padding: 40px 22% 80px;
}
@media screen and (max-width: 1640px) {
  .program__container ul {
    gap: 4%;
    padding: 40px 20% 80px;
  }
}
@media screen and (max-width: 1500px) {
  .program__container ul {
    padding: 40px 18% 60px;
  }
}
@media screen and (max-width: 1300px) {
  .program__container ul {
    padding: 40px 16% 60px;
  }
}
@media screen and (max-width: 1200px) {
  .program__container ul {
    padding: 40px 12% 60px;
  }
}
@media screen and (max-width: 1100px) {
  .program__container ul {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.program__container ul li {
  position: relative;
}
.program__container ul li::after {
  content: "";
  background-image: url("../../assets/images/about_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 32px;
  position: absolute;
  top: 45%;
  right: -11%;
}
@media screen and (max-width: 1640px) {
  .program__container ul li::after {
    width: 12px;
    height: 28px;
    right: -9%;
  }
}
@media screen and (max-width: 1100px) {
  .program__container ul li::after {
    transform: rotate(90deg);
    top: inherit;
    bottom: -30px;
    right: 50%;
  }
}
.program__container ul li:last-child:after {
  display: none;
}
.program__container__box {
  background: linear-gradient(135deg, #FCA9BB, #F85F80);
  border-radius: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 32px 24px;
  height: 340px;
  min-height: 340px;
}
@media screen and (min-width: 1600px) {
  .program__container__box {
    padding: 24px 20px;
    height: 320px;
    min-height: 320px;
  }
}
@media screen and (max-width: 1100px) {
  .program__container__box {
    height: 360px;
    min-height: 360px;
    padding: 24px;
    border-radius: 8px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .program__container__box {
    height: 340px;
    min-height: 340px;
    padding: 24px 20px;
    gap: 1px;
  }
}
@media screen and (max-width: 380px) {
  .program__container__box {
    height: 320px;
    min-height: 320px;
  }
}
.program__container__box .title {
  display: inline-block;
  font-size: 1.4rem;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 0 24px;
  z-index: 1;
  height: fit-content;
  width: fit-content;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .program__container__box .title {
    font-size: 1.3rem;
  }
}
.program__container__box .date {
  font-size: 2rem;
  display: inline-block;
  font-weight: 500;
  width: fit-content;
  margin: auto;
  z-index: 1;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 1640px) {
  .program__container__box .date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .program__container__box .date {
    font-size: 1.6rem;
  }
}
.program__container__box .date span {
  font-size: 120%;
}
.program__container__box .category {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.program__container__box p.name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}

.program__container__box .detail {
  margin-top: auto;
}
span.name-b {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
p.name-b {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}
p.name-s {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
/* 第4回プログラム（3つ目）の name-s 下部スペース削除 */
#program-04 .name-s {
  padding-bottom: 10px !important;
}
.between-space {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .between-space {
    padding: 46px 0;
  }
}
.add-space01 {
  margin-top: 10px
}
.add-space02 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px
}
/* .add-space .name {
  padding-bottom: 20px !important;
} */
@media screen and (max-width: 1440px) {
  .program__container__box p.name {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  span.name-b,
  p.name-b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .program__container__box p.name {
    font-size: 2rem;
  }
  span.name-b,
  p.name-b {
    font-size: 2.4rem;
  }
}

p.detail.inactive {
  color: rgba(255, 255, 255, 0.6);
}
.program__container__box p.detail {
  font-size: 1.6rem;
}
@media screen and (max-width: 1640px) {
  .program__container__box p.detail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .program__container__box p.detail  {
    font-size: 1.3rem;
  }
}
.program__container__box .detail img {
  width: 16px;
  margin-left: 6px;
  margin-bottom: 4px;
}

.modal-open {
  overflow: hidden;
}
/*---
NEWS
---*/
#news {
  scroll-margin-top: 80px;
}
.news {
  position: relative;
}
.news-bg {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 17vw;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news-bg {
    width: 50vw;
    bottom: -20px;
  }
}
.news__archive-btn {
  display: flex;
  border: solid 1px #000;
  border-radius: 8px;
  width: fit-content;
  padding: 8px 20px;
  align-items: center;
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .news__archive-btn {
    border-radius: 4px;
    padding: 6px 16px;
  }
}
.news__archive-btn p {
  line-height: 1;
}
.news__archive-btn img {
  width: 8px;
  object-fit: contain;
  margin-left: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 1640px) {
  .news__archive-btn img {
    width: 6px;
    margin-left: 8px;
    margin-top: 1px;
  }
}

.news-lists li {
  height: 64px;
}
@media screen and (max-width: 1640px) {
  .news-lists li {
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .news-lists li {
    height: inherit;
  }
}
.news-lists li a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-lists li a {
    flex-direction: column;
  }
}
.news-lists li a:hover {
  opacity: 1;
}
.news-lists li a:hover > .news-lists__title {
  border-bottom: solid 1px #000;
}
.news-lists li:not(:last-child) {
  padding-bottom: 20px;
}
.news-lists__date {
  color: #F97F99;
  font-weight: 500;
  min-width: 160px;
}
@media screen and (max-width: 1640px) {
  .news-lists__date {
    min-width: 100px;
  }
}
.news-lists__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news-lists__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 制限したい行数が3の場合 */
    white-space: wrap;
  }
}
/*---
SEMINAR・EVENT
---*/
.new-seminar-event {
  position: relative;
}
@media screen and (max-width: 550px) {
  .new-seminar-event .new-inner {
    padding: 0 16px;
  }
}
.new-seminar-event__wrapper {
  padding: 32px 0 56px;
  color: #fff;
  position: relative;
  background: linear-gradient(to right, #FCA9BB, #F85F80);
  border-radius: 24px;
  overflow: hidden;

}

/* 第3回 協業マッチングイベントリンクのスクロール調整 */
#new-event1 {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #new-event1 {
    scroll-margin-top: 80px;
  }
}
.new-seminar-event-2025 {
  padding: 0 120px !important;
}
@media screen and (max-width: 880px) {
  .new-seminar-event-2025 {
    padding: 0 60px !important;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event-2025 {
    padding: 0 30px !important;
  }
}
.new-seminar-event-2025__wrapper {
  padding: 80px 0 86px;
  color: #fff;
  position: relative;
  background: linear-gradient(to right, #FCA9BB, #F85F80);
  overflow: hidden;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event-2025__wrapper {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__wrapper {
    padding: 20px 0 32px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event-2025__wrapper {
    padding: 30px 0;
  }
}
.event-bg {
  position: absolute;
  top: 1700px;
  right: 0;
  width: 17vw;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .event-bg {
    width: 50vw;
    top: 3000px;
  }
}
@media screen and (max-width: 600px) {
  .event-bg {
    top: 2900px;
    /* z-index: 1; */
  }
}
@media screen and (max-width: 500px) {
  .event-bg {
    top: 2750px;
  }
}
@media screen and (max-width: 450px) {
  .event-bg {
    top: 2600px;
  }
}
@media screen and (max-width: 400px) {
  .event-bg {
    top: 2550px;
  }
}
@media screen and (max-width: 390px) {
  .event-bg {
    top: 2600px;
  }
}
p.event-title {
  font-size: 1.4rem;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 0 24px;
  z-index: 1;
  height: fit-content;
  width: fit-content;
  margin: 8px auto 0;
}
.new-seminar-event__wrapper .sec-title {
  width: 580px;
  border-top: 74px solid #fff;
  border-right: 50px solid transparent;
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__wrapper .sec-title {
    width: 520px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__wrapper .sec-title {
    width: 440px;
    max-width: 96%;
    margin-bottom: 40px;
    border-top: 60px solid #fff;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__wrapper .sec-title {
    border-right: 40px solid transparent;
    border-top: 52px solid #fff;
  }
}
.new-seminar-event__wrapper .sec-title h2 {
  font-size: 3.6rem;
  font-weight: 600;
  position: absolute;
  left: 80px;
  top: -53px;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__wrapper .sec-title h2 {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__wrapper .sec-title h2 {
    font-size: 2.8rem;
    top: -43px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__wrapper .sec-title h2 {
    font-size: 2.4rem;
    left: 16px;
    top: -38px;
  }
}
.new-seminar-event__content {
  padding: 0 120px;
  position: relative;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .new-seminar-event__content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content {
    padding: 0 20px;
  }
}
.new-seminar-event__content .small {
  font-size: 1.2rem;
}
.new-seminar-event__content h3 {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content h3 {
    font-size: 1.6rem;
  }
}
.new-seminar-event__content h3 .pc-none {
  display: block;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__content h3 .pc-none {
    display: none;
  }
}
.new-seminar-event__content__flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__content__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__flex {
    gap: 32px;
  }
}
.new-seminar-event__content__flex__date {
  margin-top: 16px;
  letter-spacing: 0.1em;
}
.new-seminar-event__content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__content__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  .new-seminar-event__content__wrapper {
    gap: 32px;
  }
}
.new-seminar-event__content__img {
  width: 100%;
  max-width: 40%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__content__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__img {
    border-radius: 16px;
  }
}
.new-seminar-event__content__thema {
  width: fit-content;
  margin: auto;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__thema {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__thema {
    font-size: 2.4rem;
  }
}
.new-seminar-event__content__thema .pc-none {
  display: none;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__content__thema .pc-none {
    display: block;
  }
}
.new-seminar-event__content__thema__title {
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__thema__title {
    margin-bottom: 32px;
  }
}
.new-seminar-event__content__thema__title .small {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__thema__title .small {
    font-size: 1.6rem;
  }
}
.new-seminar-event__content__item {
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__item {
    padding: 2px 20px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.new-seminar-event__content__ {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__program {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__program {
    gap: 8px;
  }
}
.new-seminar-event__content__program li {
  display: flex;
  align-items: baseline;
  border-bottom: solid 1px #fff;
  padding: 12px 0;
  font-weight: 500;
}
.new-seminar-event__content__program li:nth-child(1) {
  padding: 0 0 12px 0;
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__program li {
    padding: 4px 0;
  }
  .new-seminar-event__content__program li:nth-child(1) {
  padding: 0 0 4px 0;
}
}
.new-seminar-event__content__program li p {
  line-height: 1.6;
}
.new-seminar-event__content__time {
  font-size: 2rem;
  margin-right: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__time {
    font-size: 1.6rem;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__time {
    margin-right: 12px;
    min-width: fit-content;
  }
}
/* 長い企業名の文字間を狭くして改行を防ぐ */
@media screen and (max-width: 420px) {
  .long-company-name {
    letter-spacing: -0.1em;
  }
}
.new-seminar-event__content__year,
.new-seminar-event__content__times {
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 4px;
}
.new-seminar-event__content__date {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 4px;
}

.new-seminar-event__content__online {
  font-weight: 600;
  line-height: 1.3;
}
.new-seminar-event__content__place {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__date {
    font-size: 3.2rem;
  } 
  .new-seminar-event__content__place {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__date {
    font-size: 2.4rem;
  } 
  .new-seminar-event__content__place {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.new-seminar-event__content__place span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__place span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__place span {
    display: block;
  }
}
.new-seminar-event__content__gmap {
  font-size: 2rem;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__gmap {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__content__gmap {
    border-radius: 4px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__gmap {
    font-size: 1.3rem;
  }
}
.new-seminar-event__content__gmap img {
  width: 20px;
  margin-left: 12px;
  margin-top: 1px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__gmap img {
    width: 16px;
    margin-left: 8px;
  }
}
.new-seminar-event__content__right {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__right {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__right {
    gap: 24px;
  }
}
.speaker-card {
  max-width: 100%;
  border-radius: 16px;
  padding: 16px 24px;
  background-color: #fff;
  color: #000;
}

.speaker-badge {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 1.6rem;
}

.speaker-header {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px; 
}

.speaker-logo {
  width: 70px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.speaker-title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.speaker-name {
  font-size: 2.4rem;
}

.speaker-history .history-heading {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history-list li {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .history-list li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .history-list li {
    font-size: 1.3rem;
  }
}
.history-list .indent {
  display: inline-block;
  margin-left: 5.5em; /* 日付＋&emsp;と同じ幅に調整 */
}
@media screen and (max-width: 768px) {
  .history-list span.break,
  .history-list .indent {
    margin-left: 5.8em;
  }
  .history-list li br {
    display: none;
  }
}
.new-seminar-event__content__speaker__title {
  background-color: #fff;
  font-weight: 600;
  color: #222;
  text-align: center;
  line-height: 100%;
  padding: 24px;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__speaker__title {
    font-size: 2rem;
  }
}
.new-seminar-event__content__speaker__subtitle {
  font-weight: 600;
  padding: 32px 0;
  display: flex;
  align-items: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  justify-content: center;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__speaker__subtitle {
    font-size: 2rem;
    padding: 28px 0;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__content__speaker__subtitle {
    padding: 16px 0;
  }
}
.new-seminar-event__content__speaker__subtitle img {
  width: 32px;
  margin-right: 7px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__content__speaker__subtitle img {
    width: 28px;
  }
}
.new-seminar-event__speaker {
  margin-top: 32px;
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .new-seminar-event__speaker li[data-target="modal07"],
  .new-seminar-event__speaker li[data-target="modal09"] {
    padding: 32px 4px !important;
  }
  .new-seminar-event__speaker li[data-target="modal07"] .new-seminar-event__speaker__img,
  .new-seminar-event__speaker li[data-target="modal09"] .new-seminar-event__speaker__img {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1220px) {
  .new-seminar-event__speaker {
    gap: 20px;
  }
  .new-seminar-event__speaker li[data-target="modal12"],
  .new-seminar-event__speaker li[data-target="startup-modal14"] {
    padding: 32px 0 !important;
  }
  .new-seminar-event__speaker li[data-target="modal12"] .new-seminar-event__speaker__img,
  .new-seminar-event__speaker li[data-target="startup-modal14"] .new-seminar-event__speaker__img {
    padding: 0 20px;
  }
}
/* 企業情報修正 ここから */
.new-seminar-event__speaker li {
  width: calc(25% - 26.25px);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .new-seminar-event__speaker li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .new-seminar-event__speaker li {
    width: 80%;
    padding: 20px 16px 30px 16px;
  }
  .new-seminar-event__speaker li[data-target="modal12"],
  .new-seminar-event__speaker li[data-target="startup-modal14"] {
    padding: 20px 0 30px 0 !important;
  }
  .new-seminar-event__speaker li[data-target="modal12"] .new-seminar-event__speaker__img,
  .new-seminar-event__speaker li[data-target="startup-modal14"] .new-seminar-event__speaker__img {
    padding: 0 16px;
  }
}
.new-seminar-event__speaker li:hover {
  cursor: pointer;
}

/* 2024年開催企業情報修正部分 ここから*/
@media screen and (max-width: 1000px) {
  .new-seminar-event__speaker.past-event {
    gap: 20px;
  }
}
.new-seminar-event__speaker.past-event li {
  width: calc(33.3333333333% - 25px);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .new-seminar-event__speaker.past-event li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__speaker.past-event li {
    width: 80%;
    padding: 20px 16px;
  }
}
.new-seminar-event__speaker.past-event li:hover {
  cursor: pointer;
}
/* 九電ドローンサービス改行スタイル */
@media screen and (max-width: 390px) {
  li[data-target="modal07"] h4 {
    line-height: 1.4;
  }
  .kyuden-break {
    display: inline;
  }
}
@media screen and (min-width: 391px) {
  .kyuden-break {
    display: none;
  }
}
/* 2024年開催企業情報修正部分 ここまで*/
/* 企業情報修正 ここまで */

.new-seminar-event__speaker h4 {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__speaker h4 {
    font-size: 1.8rem;
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
.new-seminar-event__speaker h4 span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__speaker h4 span {
    font-size: 1.6rem;
  }
}
.new-seminar-event__speaker h4 span.city {
  font-weight: 400;
}
.new-seminar-event__speaker h4.ongrid {
  margin-bottom: 18px;
  margin-top: -6px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__speaker h4.ongrid {
    margin-top: -12px;
    margin-bottom: 15px;
  }
}
.new-seminar-event__speaker h4.ongrid span {
  display: inline-block;
}
.new-seminar-event__speaker__img {
  display: inline-block;
  max-width: 100%;
  object-fit: contain;
}
.new-seminar-event__speaker__arrow {
  width: 16px;
  margin: -2px 0 0 4px;
}
.new-seminar-event__speaker__more {
  font-size: 1.6rem;
  color: #222;
  line-height: 1;
}
.new-seminar-event__speaker__booth {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.8vw;
}
@media screen and (max-width: 1180px) {
  .new-seminar-event__speaker__booth {
    grid-template-columns: 1fr 1fr;
    max-width: 580px;
    margin: auto;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .new-seminar-event__speaker__booth {
    grid-template-columns: 1fr 1fr;
    max-width: inherit;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__speaker__booth {
    grid-template-columns: 1fr;
  }
}
.new-seminar-event__speaker__booth li {
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .new-seminar-event__speaker__booth li {
    width: 80%;
    margin: auto;
  }
}
.new-seminar-event__speaker__booth li a {
  padding: 16px 12px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .new-seminar-event__speaker__booth li a {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__speaker__booth li a {
    padding: 20px 16px;
  }
}
.new-seminar-event__speaker__booth li h4 {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.new-seminar-event__description {
  font-size: 2rem;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event__description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .new-seminar-event__description {
    padding: 20px 0;

  }
}
.new-seminar-event.event {
  scroll-margin-top: 160px;
}
@media screen and (max-width: 1640px) {
  .new-seminar-event.event {
    scroll-margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .new-seminar-event.event {
    scroll-margin-top: 80px;
  }
}
.video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 8px;
}

.speaker__modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #222;
  z-index: 9999;
}
.speaker__modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.speaker__modal__content {
  background: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 500px;
  max-height: 90vh;
  overflow: scroll;
  border-radius: 8px;
  padding: 32px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 20px;
  z-index: 10000;
}
.speaker__modal__content img {
  display: block;
  margin: auto;
  max-width: 86%;
}
.speaker__modal__content__info {
  display: grid;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .speaker__modal__content__info {
    gap: 10px;
  }
}
.speaker__modal__content__info a {
  text-decoration: underline;
}
.speaker__modal__content__info::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B9B9B9;
  margin-top: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .speaker__modal__content__info::after {
    margin-bottom: 0;
  }
}
.speaker__modal__content__video::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B9B9B9;
  margin-top: 4px;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .speaker__modal__content__video::before {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.speaker__modal__content__company {
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.speaker__modal__content p:not(.speaker__modal__content__company),
.speaker__modal__content a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .speaker__modal__content__company {
    font-size: 1.8rem !important;
  }
  .speaker__modal__content p:not(.speaker__modal__content__company),
  .speaker__modal__content a {
    font-size: 1.4rem !important;
  }
}
.speaker__modal__content h5 {
  display: inline-block;
  font-size: 1.6rem;
  border: solid 1px #222;
  line-height: 1.8;
  padding: 0 26px;
  border-radius: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .speaker__modal__content h5 {
    font-size: 1.4rem;
    padding: 0 16px;
  }
}
.speaker__modal__content__close {
  position: fixed;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
  color: #B9B9B9;
}
.speaker__modal__content__close span {
  font-size: 3.2rem;
  font-weight: 400;
}

#event::before {
  content: "";
  background-image: url("../../assets/images/bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24%;
  height: 20vw;
  display: block;
  position: absolute;
  top: -6%;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  #event::before {
    width: 36%;
    height: 30vw;
    top: -4%;
    left: 16px;
  }
}
/* アーカイブ動画のスタイル ここから */
.program-end-message {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.program-end-message p {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .program-end-message p {
    font-size: 2.0rem;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .program-end-message p {
    font-size: 1.8rem;
  }
}
.program-end-message::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  top: 50%;
  z-index: 0;
}
.program-section {
  color: #fff;
  padding: 40px;
}
.program-section-04 {
  color: #fff;
  padding: 40px 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .program-section {
    padding: 20px;
  }
  .program-section-04 {
    padding: 20px 20px 0 20px;
  }
}
.archive-video-section {
  background: linear-gradient(to right, #FB7693, #F61243);
  color: #fff;
  padding: 56px 20px;
  margin: 40px 0 64px 0;
}
@media screen and (max-width: 768px) {
  .archive-video-section {
    padding: 20px;
    margin: 40px 0;
  }
}
.archive-video-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .archive-video-title {
    font-size: 2.0rem;
  }
}
.archive-video-description {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .archive-video-description {
    font-size: 1.8rem;
  }
  
}
.archive-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1175px;
  margin: 0 auto;
}
@media screen and (max-width: 1640px) {
  .archive-video-grid {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1280px) {
  .archive-video-grid {
    max-width: 1040px;
    gap: 10px;
  }
}
@media screen and (max-width: 1230px) {
  .archive-video-grid {
    gap: 0;
  }
}
.archive-video-card {
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 530px) {
  .archive-video-card {
    padding: 10px 4px;
  }
}
.archive-video-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  .archive-video-thumb {
    margin-bottom: 6px;
  }
}

.archive-video-thumb iframe.video {
  width: 100%;
  height: 100%;
  border: none;
}

.archive-video-time {
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.archive-video-time .time {
  display: inline-block;
  min-width: 60px;
}
.archive-video-time .label {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .archive-video-time {
    font-size: 1.4rem;
  }
}
.archive-video-time li {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
@media (max-width: 620px) {
  .archive-text-break-01 {
    display: block;
  }
}
@media (max-width: 530px) {
  .archive-text-break-02 {
    display: block;
  }
}
/* レスポンシブ対応：1060px未満は1列レイアウト */
@media screen and (max-width: 1060px) {
  .archive-video-grid {
    grid-template-columns: 1fr;
  }
}

/* アーカイブ動画のスタイル ここまで */
/*---
関連リンク
---*/
.section.related {
  padding: 0 !important;
  background-color: #FFF2F5;
}
.past__event__container {
  padding: 32px 0;
}
.past__event__container .sec-title {
  margin-bottom: 32px !important;
}
.related h3 {
  color: #F97F99;
  text-align: center;
  padding: 24px 0;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .related h3 {
    padding: 1em;
  }
}
.past__event__box {
  background-color: #fff;
  max-width: 600px;
  padding-bottom: 24px;
  border-radius: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .past__event__box {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .past__event__box {
    max-width: 300px;
  }
}

/*---
下層ページ共通
---*/
.page__content {
  padding: 80px 0 200px;
}
@media screen and (max-width: 1640px) {
  .page__content {
    padding: 80px 0 160px;
  }
}
@media screen and (max-width: 500px) {
  .page__content {
    padding: 40px 0 100px;
  }
}

/*---
post(投稿個別ページ）
---*/
.post__head {
  background-image: url("../../assets/images/post_head.webp");
  padding-top: 18%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1620px) {
  .post__head {
    padding-top: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .post__head {
    padding-top: 25%;
  }
}
@media screen and (max-width: 500px) {
  .post__head {
    background-image: url("../../assets/images/post_head_sp.webp");
    padding-top: 40%;
  }
}
.post__head .sec-title {
  position: absolute;
  top: 54%;
}
.post__head .sec-title h2 {
  background: none;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .post__head .sec-title h2 {
    font-size: 2.4rem;
  }
}
.post__content p {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .post__content p {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.post__content__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .post__content__title {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
}
.post__content__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .post__content__thumbnail img {
    border-radius: 16px;
  }
}
.post__content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 52px;
  line-height: 1.8;
}
@media screen and (max-width: 1640px) {
  .post__content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .post__content h2 {
    font-size: 1.6rem;
    margin-top: 28px;
  }
}
.post__content a {
  text-decoration: underline;
}
.post p.post__content__date {
  font-size: 2.4rem;
  font-weight: 500;
  color: #F97F99;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1640px) {
  .post p.post__content__date {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .post p.post__content__date {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.post__back-btn {
  font-size: 2rem;
  display: block;
  margin-top: 80px;
  text-decoration: none !important;
}
@media screen and (max-width: 500px) {
  .post__back-btn {
    margin-top: 40px;
  }
}
.post__back-btn p {
  display: flex;
  align-items: center;
}
.post__back-btn p img {
  width: 8px;
  margin-right: 12px;
  margin-top: 2px;
}

/*---
投稿一覧ページ
---*/
.archive h3 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .archive h3 {
    font-size: 2.4rem;
  }
}

/*---
ページネーション
---*/
.pagenation-wrapper {
  margin-top: 80px;
}
.pagenation-wrapper .nav-links {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .pagenation-wrapper .nav-links {
    gap: 4px;
  }
}
.pagenation-wrapper .page-numbers {
  font-size: 4rem;
  font-family: "Be Vietnam Pro", sans-serif;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #B9B9B9;
}
@media screen and (max-width: 1640px) {
  .pagenation-wrapper .page-numbers {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
}
.pagenation-wrapper .current {
  background-color: #0094FF;
  color: #fff;
}
.pagenation-wrapper .next {
  background-image: url("../../assets/images/pagenation_next.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 1640px) {
  .pagenation-wrapper .next {
    background-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pagenation-wrapper .next {
    background-size: 8px;
  }
}
.pagenation-wrapper .prev {
  background-image: url("../../assets/images/pagenation_prev.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 1640px) {
  .pagenation-wrapper .prev {
    background-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pagenation-wrapper .prev {
    background-size: 8px;
  }
}

/*---
プライバシーポリシーページ
---*/
.privacy-policy h3 {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .privacy-policy h3 {
    font-size: 2rem;
  }
}
.privacy-policy__description {
  font-size: 2rem;
}
@media screen and (max-width: 1640px) {
  .privacy-policy__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy__description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .privacy-policy__description {
    font-size: 1.4rem;
  }
}
.privacy-policy__item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item-wrapper {
    grid-template-columns: 1fr;
  }
}
.privacy-policy__item {
  text-align: center;
  display: grid;
  gap: 36px;
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item {
    gap: 28px;
  }
}
.privacy-policy__item:first-child {
  border-right: solid 1px #222;
}
@media screen and (max-width: 768px) {
  .privacy-policy__item:first-child {
    border-right: none;
    border-bottom: solid 1px #222;
  }
}
@media screen and (max-width: 1640px) {
  .privacy-policy__item__text {
    font-size: 2rem;
  }
}
.privacy-policy__item__text.organizer {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.privacy-policy__item a {
  display: inline-block;
  border: solid 1px #222;
  border-radius: 8px;
  padding: 2px 32px;
  width: fit-content;
  margin: auto;
}
.privacy-policy__item a p {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1640px) {
  .privacy-policy__item a p {
    font-size: 1.6rem;
  }
}
.privacy-policy__item a p img {
  width: 20px;
  margin-left: 4px;
  margin-top: 2px;
}

/* 参加申込ボタン */
.event-application-btn-wrapper {
  text-align: center;
}
.event-application-btn {
  display: inline-flex;
  background-color: #34A5DE;
  color: #fff;
  border: solid 2px #34A5DE;
  border-radius: 8px;
  padding: 16px 60px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}
.event-application-btn:hover {
  background-color: rgba(52, 165, 222, 1);
}
@media screen and (max-width: 768px) {
  .event-application-btn {
    border-radius: 6px;
    padding: 12px 32px;
    font-size: 1.4rem;
  }
}
.event-application-btn p {
  line-height: 1;
  margin: 0;
}
.event-application-btn img {
  width: 20px;
  object-fit: contain;
  margin-left: 16px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media screen and (max-width: 768px) {
  .event-application-btn img {
    width: 10px;
    margin-left: 12px;
  }
}