@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 2;
  background-color: #fff;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  body.sp-menu-active {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 50px;
  }
}

.pc-br {
  display: block;
}
@media (max-width: 767.98px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-br {
    display: block;
  }
}

footer {
  background-color: #004097;
  color: #fff;
  padding: 0 0 30px 0;
}
footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  footer .copyright {
    font-size: 0.7rem;
    margin-top: 40px;
  }
}

.footer-inner {
  padding: 76px 3vw 0 5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer-inner {
    flex-direction: column;
    padding: 13vw 5vw 0 5vw;
    gap: 30px;
  }
}

.footer-desc p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.footer-desc p:first-child {
  font-size: 2.9rem;
  font-size: clamp(1.6rem, 1.51vw, 2.9rem);
  display: inline-block;
  position: relative;
  letter-spacing: 0.07em;
}
@media (max-width: 767.98px) {
  .footer-desc p:first-child {
    font-size: clamp(1.4rem, 6vw, 2.5rem);
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
}
.footer-desc p:first-child:after {
  background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
  background-size: 15px;
  content: "";
  display: inline-block;
  height: 15px;
  width: 100%;
  position: relative;
  bottom: -10px;
}
@media (max-width: 767.98px) {
  .footer-desc p:first-child:after {
    background-size: 10px;
    height: 10px;
    bottom: 0;
  }
}
.footer-desc p:last-child {
  font-size: 2.5rem;
  font-size: clamp(1.4rem, 1.3vw, 2.5rem);
  margin-top: 10px;
  letter-spacing: -0.04em;
}
@media (max-width: 767.98px) {
  .footer-desc p:last-child {
    text-align: center;
    line-height: 1.4;
    width: 100%;
    font-size: clamp(1rem, 4.2vw, 1.6rem);
  }
}

.footer-main {
  order: 1;
}
@media (max-width: 767.98px) {
  .footer-main {
    order: 2;
    display: inline-block;
    margin: 0 auto;
  }
}

.footer-info {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 34px;
}
@media (max-width: 767.98px) {
  .footer-info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer-info .footer-logo img {
  width: 105px;
  height: auto;
  display: block;
}
.footer-info .footer-address {
  font-size: 1.3rem;
  line-height: 1.4;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .footer-info .footer-address {
    font-size: clamp(0.8rem, 3.7vw, 1.4rem);
  }
}

.footer-links {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer-links {
    margin: 0 auto;
    order: 1;
    justify-content: center;
  }
}
.footer-links ul {
  display: flex;
  gap: 2.3vw;
}
@media (max-width: 767.98px) {
  .footer-links ul {
    display: flex;
    gap: 4vw;
  }
}
.footer-links ul li {
  width: 15.8vw;
  list-style: none;
}
@media (max-width: 767.98px) {
  .footer-links ul li {
    width: 48%;
    max-width: 220px;
  }
}
.footer-links ul li a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .footer-links ul li a:hover img {
    opacity: 0.8;
  }
}

.mainvisual img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.mainvisual .mv-link {
  position: absolute;
  top: 2.4vw;
  left: 2vw;
  width: 10vw;
  aspect-ratio: 192/56;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .mainvisual .mv-link {
    display: none;
  }
}
.mainvisual .mv-link a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.mainvisual .mv-link-2 {
  position: absolute;
  top: 2vw;
  left: 13.5vw;
  width: 13.8vw;
  aspect-ratio: 265/69;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .mainvisual .mv-link-2 {
    display: none;
  }
}
.mainvisual .mv-link-2 a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.pc-menu {
  background-color: #ee84b0;
  width: 100%;
  max-height: 200px;
  aspect-ratio: 1920/140;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu .pc-menu-1 {
  width: 4.97vw;
  max-width: 95px;
}
.pc-menu .pc-menu-2 {
  width: 12.3vw;
  max-width: 238px;
}
.pc-menu .pc-menu-3 {
  width: 7.1vw;
  max-width: 138px;
}
.pc-menu ul {
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
.pc-menu ul li {
  list-style: none;
}
.pc-menu ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 1px transparent;
}
.pc-menu ul li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-size: clamp(0.8rem, 0.8vw, 1.6rem);
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.pc-menu ul li a span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.pc-menu ul li a:hover span::after {
  width: 100%;
}

.section-event {
  background: linear-gradient(#cce3f6 0%, #f8cde0 100%);
  position: relative;
}

.section-event-inner {
  padding: 6.25vw 0 3.6vw 0;
  background-image: url(../img/event-bg.svg);
  background-repeat: no-repeat;
  background-position: center top 1.9vw;
  background-size: 96.6vw auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-event-inner {
    padding: 14vw 0 16vw 0;
    background-image: url(../img/event-bg-sp1.svg), url(../img/event-bg-sp2.svg);
    background-position: right -3px top 29px, left bottom 14px;
    background-size: 100vw auto, 95.4vw auto;
    background-repeat: no-repeat, no-repeat;
  }
}

.section-event-title {
  top: 15.6vw;
  left: 0;
  width: 8.9vw;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-event-title {
    position: static;
    width: 175px;
    margin: 0 auto 7vw auto;
    top: auto;
  }
}

.section-event-content {
  position: relative;
  z-index: 1;
}
.section-event-content .event-description {
  font-size: 2.8rem;
  font-size: clamp(1rem, 1.4vw, 2.8rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .section-event-content .event-description {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}

.event-info-wrap {
  width: 71.6vw;
  background-color: #fff;
  border-radius: 50px;
  margin: 3vw auto 0 auto;
  padding: 4.5vw 5vw;
  position: relative;
}
@media (max-width: 767.98px) {
  .event-info-wrap {
    width: 91vw;
    border-radius: 10px;
    margin: 35px auto 0 auto;
    padding: 26px 20;
  }
}
.event-info-wrap .event-info-inner {
  display: flex;
  gap: 2.9%;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-info-inner {
    flex-direction: column;
    gap: 18px;
  }
}
.event-info-wrap .event-map {
  order: 1;
  width: 43%;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-map {
    width: 100%;
    order: 2;
  }
}
.event-info-wrap .event-map img {
  width: 100%;
  height: auto;
  display: block;
}
.event-info-wrap .event-info {
  width: 54.1%;
  order: 2;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-info {
    width: 100%;
    order: 1;
  }
}
.event-info-wrap .event-info table {
  color: #212121;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
}
.event-info-wrap .event-info table th {
  color: #ea5e92;
  white-space: nowrap;
  text-align: left;
  font-weight: 600;
  line-height: 1;
  padding-left: 1em;
  vertical-align: top;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  text-box-trim: both;
  padding-bottom: 1.8vw;
  background-image: url(../img/ico-table-dot.svg);
  background-repeat: no-repeat;
  background-position: left 0.31em;
  background-size: 8px 8px;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-info table th {
    font-size: 1.4rem;
    background-size: 5px 5px;
    padding-left: 0.6em;
  }
}
.event-info-wrap .event-info table td {
  font-weight: 600;
  padding-left: 1em;
  vertical-align: top;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  line-height: 1;
  text-box-trim: both;
  padding-bottom: 1.8vw;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-info table td {
    font-size: 1.4rem;
  }
}
.event-info-wrap .event-info table td span {
  display: block;
  font-size: clamp(0.7rem, 0.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0.5em;
}
@media (max-width: 767.98px) {
  .event-info-wrap .event-info table td span {
    font-size: 1.1rem;
  }
}

.event-distribution {
  width: 12vw;
  position: absolute;
  z-index: 2;
  bottom: -10.5vw;
  right: 2.6vw;
}
@media (max-width: 767.98px) {
  .event-distribution {
    margin-top: 20px;
    position: static;
    width: 69%;
    max-width: 220px;
  }
}
.event-distribution img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.event-apply {
  text-align: center;
  margin-top: 2vw;
}
@media (max-width: 767.98px) {
  .event-apply {
    margin-top: 26px;
  }
}
.event-apply .event-apply-btn {
  display: inline-block;
}
.event-apply .event-apply-btn a {
  display: inline-block;
  position: relative;
}
.event-apply .event-apply-btn a span {
  bottom: 0;
  display: inline-flex;
  width: 20.2vw;
  max-width: 388px;
  align-items: center;
  justify-content: center;
  background-color: #ee84b0;
  color: #fff;
  font-size: 2.6rem;
  font-size: clamp(1.2rem, 1.2vw, 2.4rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  aspect-ratio: 388/85;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-image: url(../img/ico-btn-aw.svg);
  background-repeat: no-repeat;
  background-position: right 1.4vw center;
  background-size: 8px auto;
  transition: bottom 0.3s ease;
}
@media (max-width: 767.98px) {
  .event-apply .event-apply-btn a span {
    width: 66vw;
    min-width: 250px;
    max-width: 300px;
    font-size: 1.6rem;
    background-position: right 14px center;
    background-size: 10px auto;
    aspect-ratio: 250/59;
  }
}
.event-apply .event-apply-btn a:after {
  z-index: 1;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #e65f97;
  content: "";
}
@media (max-width: 767.98px) {
  .event-apply .event-apply-btn a:after {
    bottom: -3.5px;
  }
}
.event-apply .event-apply-btn a:hover span {
  bottom: -5px;
}
@media (max-width: 767.98px) {
  .event-apply .event-apply-btn a:hover span {
    bottom: 0px;
  }
}
.event-apply .event-apply-note {
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 0.7vw, 1.5rem);
  margin-top: 1.5em;
}
@media (max-width: 767.98px) {
  .event-apply .event-apply-note {
    font-size: 1.2rem;
    margin-top: 1em;
  }
}

.event-add-info {
  text-align: center;
  margin-top: 20px;
}
.event-add-info p {
  font-size: 1.8rem;
  font-size: clamp(1rem, 0.9vw, 1.8rem);
}
.event-add-info p span {
  font-weight: 700;
}
.event-add-info p a {
  color: #3dbcc4;
  font-weight: 700;
  text-decoration: none;
}
.event-add-info p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.guest-speaker {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.guest-speaker .guest-speaker-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  overflow: hidden;
}

.guest-speaker-sash {
  width: 144vw;
  height: 23.1vw;
  background: linear-gradient(90deg, #a1d8db 0%, #d5b2d9 49.75%, #f8cde0 100%);
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  transform: rotate(150deg);
  top: 10vw;
  right: -15vw;
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: -2769px 0;
          mask-position: -2769px 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .guest-speaker-sash {
    width: 342.7vw;
    height: 55vw;
    transform: rotate(135deg);
    top: 80vw;
    right: -70vw;
    -webkit-mask-image: url(../img/mask-sp.svg);
            mask-image: url(../img/mask-sp.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: -2570px 0;
            mask-position: -2570px 0;
  }
}
.guest-speaker-sash.on {
  animation: mask-animation 0.8s ease-in 0s forwards;
}
@media (max-width: 767.98px) {
  .guest-speaker-sash.on {
    animation: mask-animation-sp 1.4s ease-in 0s forwards;
  }
}

@keyframes mask-animation {
  from {
    -webkit-mask-position: -2769px 0;
            mask-position: -2769px 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes mask-animation-sp {
  from {
    -webkit-mask-position: -2570px 0;
            mask-position: -2570px 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.guest-speaker-sash2 {
  width: 144vw;
  height: 23.1vw;
  background: linear-gradient(90deg, #a1d8db 0%, #d5b2d9 49.75%, #f8cde0 100%);
  opacity: 0.3;
  position: absolute;
  transform: rotate(-150deg);
  z-index: 2;
  top: 72vw;
  left: -15vw;
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 2769px 0;
          mask-position: 2769px 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .guest-speaker-sash2 {
    width: 342.7vw;
    height: 55vw;
    transform: rotate(-135deg);
    top: 235vw;
    left: -100vw;
    -webkit-mask-image: url(../img/mask-sp.svg);
            mask-image: url(../img/mask-sp.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 2570px 0;
            mask-position: 2570px 0;
  }
}
.guest-speaker-sash2.on {
  animation: mask-animation2 0.8s ease-in 0s forwards;
}
@media (max-width: 767.98px) {
  .guest-speaker-sash2.on {
    animation: mask-animation2-sp 1.4s ease-in 0s forwards;
  }
}

@keyframes mask-animation2 {
  from {
    -webkit-mask-position: 2769px 0;
            mask-position: 2769px 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes mask-animation2-sp {
  from {
    -webkit-mask-position: 2570px 0;
            mask-position: 2570px 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.section-guest {
  position: relative;
  z-index: 2;
}

.section-guest-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/guest-bg.svg);
  background-repeat: no-repeat;
  background-position: center top 9.4vw;
  background-size: 96.5% auto;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-guest-bg {
    background-image: url(../img/guest-bg-sp.svg);
    background-size: 100% auto;
    background-position: left -3px top 2px;
  }
}

.section-guest-inner {
  padding: 7.2vw 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-guest-inner {
    padding: 13.6vw 0 0 0;
  }
}

.section-guest-title {
  text-align: center;
}
.section-guest-title img {
  width: 87.1vw;
  display: inline-block;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .section-guest-title img {
    width: 100%;
  }
}

.section-guest-content {
  margin-top: 3.7vw;
}
@media (max-width: 767.98px) {
  .section-guest-content {
    margin-top: 1vw;
  }
}

.guest-profile {
  width: 75.5vw;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
@media (max-width: 767.98px) {
  .guest-profile {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.guest-profile + .guest-profile {
  margin-top: 5.2vw;
}
@media (max-width: 767.98px) {
  .guest-profile + .guest-profile {
    margin-top: 40px;
  }
}
.guest-profile .guest-photo {
  width: 53.6%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-photo {
    width: 100%;
  }
}
.guest-profile .guest-photo img {
  display: inline-block;
  pointer-events: none;
}
.guest-profile .guest-photo img.guest-img-n {
  width: 54.4%;
}
.guest-profile .guest-photo img.guest-img-s {
  width: 100%;
}
.guest-profile .guest-info {
  width: 46.4%;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info {
    width: 100%;
    padding: 0 20px;
  }
}
.guest-profile .guest-info .guest-name {
  color: #a1d8db;
  font-size: 5.7rem;
  font-size: clamp(1.8rem, 2.9vw, 5.7rem);
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info .guest-name {
    font-size: 2.8rem;
    text-align: center;
  }
}
.guest-profile .guest-info .guest-name span {
  font-size: 3.7rem;
  font-size: clamp(1.2rem, 1.9vw, 3.7rem);
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info .guest-name span {
    font-size: 1.8rem;
  }
}
.guest-profile .guest-info .guest-name i {
  color: #fff;
  font-size: 1.6rem;
  font-size: clamp(0.7rem, 0.7vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #a1d8db;
  display: inline-block;
  padding: 0.4em 1em 0.5em 1em;
  border-radius: 2px;
  margin-left: 0.8em;
  vertical-align: middle;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info .guest-name i {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info .guest-name i + i {
    margin-left: 10px;
  }
}
.guest-profile .guest-info .guest-name + .guest-name {
  margin-top: 0.5em;
}
.guest-profile .guest-info .guest-desc {
  margin-top: 2em;
  font-size: 2rem;
  font-size: clamp(1rem, 1vw, 2rem);
  line-height: 1.85;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .guest-profile .guest-info .guest-desc {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.section-organized-supported {
  padding: 8.3vw 0 6.4vw 0;
}
@media (max-width: 767.98px) {
  .section-organized-supported {
    padding: 100px 0 60px 0;
  }
}

.section-organized-supported-inner {
  width: 63vw;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner {
    width: calc(100% - 40px);
  }
}
.section-organized-supported-inner .organized .organized-title {
  color: #13438f;
  font-size: 3.8rem;
  font-size: clamp(1.5rem, 1.9vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-title {
    font-size: 2.8rem;
  }
}
.section-organized-supported-inner .organized .organized-links {
  margin-top: 1.5vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-organized-supported-inner .organized .organized-links p a {
  color: #7e7e7e;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-organized-supported-inner .organized .organized-links p a i {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 580/185;
  border: solid 1px #b9b9b9;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.section-organized-supported-inner .organized .organized-links p a i img {
  height: auto;
  display: block;
}
.section-organized-supported-inner .organized .organized-links p a i img.logo-m {
  width: 71.5%;
}
.section-organized-supported-inner .organized .organized-links p a i img.logo-n {
  width: 50.3%;
}
.section-organized-supported-inner .organized .organized-links p a span {
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 0.82vw, 1.5rem);
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links p a span {
    font-size: 1.5rem;
    color: #13438f;
  }
}
.section-organized-supported-inner .organized .organized-links p a:hover i {
  border-color: #13438f;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .organized .organized-links p a:hover i {
    border-color: #b9b9b9;
  }
}
.section-organized-supported-inner .organized .organized-links p a:hover span {
  color: #13438f;
}
.section-organized-supported-inner .supported {
  margin-top: 2.9vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported {
    margin-top: 40px;
  }
}
.section-organized-supported-inner .supported .supported-title {
  color: #13438f;
  font-size: 3.8rem;
  font-size: clamp(1.5rem, 1.9vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-title {
    font-size: 2.8rem;
  }
}
.section-organized-supported-inner .supported .supported-links {
  margin-top: 1.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3vw;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.section-organized-supported-inner .supported .supported-links p a {
  color: #7e7e7e;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-organized-supported-inner .supported .supported-links p a i {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280/105;
  border: solid 1px #b9b9b9;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.section-organized-supported-inner .supported .supported-links p a i img {
  height: auto;
  display: block;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-k {
  width: 67.8%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f {
  width: 35.7%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f2 {
  width: 25%;
}
.section-organized-supported-inner .supported .supported-links p a i img.logo-f3 {
  width: 52.8%;
}
.section-organized-supported-inner .supported .supported-links p a span {
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 0.82vw, 1.5rem);
  transition: color 0.3s ease;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links p a span {
    font-size: 1.5rem;
    color: #13438f;
  }
}
.section-organized-supported-inner .supported .supported-links p a:hover i {
  border-color: #13438f;
}
@media (max-width: 767.98px) {
  .section-organized-supported-inner .supported .supported-links p a:hover i {
    border-color: #b9b9b9;
  }
}
.section-organized-supported-inner .supported .supported-links p a:hover span {
  color: #13438f;
}

.section-speaker {
  padding-top: 10.4vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-speaker {
    padding-top: 80px;
  }
}

.section-speaker-inner {
  position: relative;
}

.section-speaker-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-speaker-title {
    position: static;
  }
}
.section-speaker-title img {
  width: 8.8vw;
  display: block;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .section-speaker-title img {
    width: 65vw;
    margin: 0 auto;
  }
}

.section-speaker-main {
  width: 63vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-speaker-main {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}

.speaker-profile {
  background: linear-gradient(#f8cde0 0%, #cce3f6 100%);
  border-radius: 40px;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .speaker-profile {
    border-radius: 20px;
  }
}
.speaker-profile.c2 {
  background: linear-gradient(#e7d5e8 0%, #cce3f6 100%);
}
.speaker-profile.c3 {
  background: #d9ddf0;
}
.speaker-profile + .speaker-profile {
  margin-top: 3.9vw;
}
@media (max-width: 767.98px) {
  .speaker-profile + .speaker-profile {
    margin-top: 32px;
  }
}
.speaker-profile .speaker-profile-inner {
  background-color: #fff;
  width: 100%;
  min-height: 16.1vw;
  border-radius: 36px;
  display: flex;
}
@media (max-width: 767.98px) {
  .speaker-profile .speaker-profile-inner {
    border-radius: 16px;
    display: block;
  }
}

.speaker-profile-info {
  width: 62.5%;
}
@media (max-width: 767.98px) {
  .speaker-profile-info {
    width: 100%;
  }
}

.speaker-profile-pic {
  width: 37.5%;
  position: relative;
}
@media (max-width: 767.98px) {
  .speaker-profile-pic {
    display: none;
  }
}

.speaker-profile-pic img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75.7%;
  height: auto;
  pointer-events: none;
}

.speaker-profile-desc {
  padding: 1.7vw 0 1.7vw 2.3vw;
}
@media (max-width: 767.98px) {
  .speaker-profile-desc {
    padding: 25px;
  }
}
.speaker-profile-desc p {
  font-size: 1.8rem;
  font-size: clamp(0.9rem, 0.93vw, 1.8rem);
  line-height: 1.8;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .speaker-profile-desc p {
    font-size: 1.5rem;
  }
}

.speaker-profile-ttl {
  height: 4.6vw;
  background: #f8cde0;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 36px;
  border-top-left-radius: 34px;
}
@media (max-width: 767.98px) {
  .speaker-profile-ttl {
    height: 43px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 14px;
    display: inline-flex;
  }
}
.speaker-profile-ttl.c2 {
  background: #e7d5e8;
}
.speaker-profile-ttl.c3 {
  background: #d9ddf0;
}

.speaker-profile-ttl-inner {
  display: flex;
  align-items: flex-end;
}

.speaker-profile-cat {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-size: clamp(0.8rem, 0.82vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  padding-left: 2.3vw;
  text-box-trim: both;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .speaker-profile-cat {
    font-size: 1.6rem;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.speaker-profile-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  font-size: clamp(1.2rem, 1.9vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 1.3vw;
  text-box-trim: both;
}
@media (max-width: 767.98px) {
  .speaker-profile-name {
    display: none;
  }
}

.speaker-profile-label {
  display: flex;
  margin-left: 0.98vw;
}
@media (max-width: 767.98px) {
  .speaker-profile-label {
    display: none;
  }
}
.speaker-profile-label p {
  font-size: 1.6rem;
  font-size: clamp(0.7rem, 0.7vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  padding: 0.3em 0.8em 0.4em 0.8em;
  letter-spacing: 0.02em;
}
.speaker-profile-label p + p {
  margin-left: 0.5em;
}

.speaker-profile-sp {
  display: none;
}
@media (max-width: 767.98px) {
  .speaker-profile-sp {
    display: block;
    padding-left: 25px;
    margin-top: -70px;
  }
  .speaker-profile-sp img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.speaker-profile-ttl-sp {
  display: none;
}
@media (max-width: 767.98px) {
  .speaker-profile-ttl-sp {
    display: block;
    margin-top: 34px;
  }
  .speaker-profile-ttl-sp p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-box-trim: both;
    text-align: center;
  }
}

.header {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  height: 50px;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 0 20px 0 6px;
  display: none;
}
@media (max-width: 767.98px) {
  .header {
    display: flex;
  }
}

.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-menu-active .header-nav .link a {
  visibility: hidden;
}

.sp-menu-trig {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.sp-menu-trig .burger {
  margin-top: 0px;
  width: 25px;
  height: 3px;
  background-color: #004097;
  position: relative;
  border-radius: 1.5px;
}
.sp-menu-trig .burger:before, .sp-menu-trig .burger:after {
  left: 0;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  background: #004097;
  width: 100%;
  height: 3px;
  content: "";
  border-radius: 1.5px;
}
.sp-menu-trig .burger:before {
  top: -8px;
}
.sp-menu-trig .burger:after {
  top: 8px;
}
.sp-menu-active .sp-menu-trig .burger {
  background: transparent;
}
.sp-menu-active .sp-menu-trig .burger:after, .sp-menu-active .sp-menu-trig .burger:before {
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 0;
}
.sp-menu-active .sp-menu-trig .burger:before {
  transform: rotate(45deg);
}
.sp-menu-active .sp-menu-trig .burger:after {
  transform: rotate(-45deg);
}

.sp-menu {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  min-height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
@media (max-width: 767.98px) {
  .sp-menu-active .sp-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.sp-menu .event-apply .event-apply-btn {
  margin-top: 66px;
}
.sp-menu .event-apply .event-apply-btn a span {
  width: 74vw;
  max-width: 320px;
  aspect-ratio: 262/60;
  background-size: 7px auto;
  background-position: right 18px center;
}
.sp-menu .event-apply-note {
  font-size: 1.2rem;
  margin-top: 12px;
}

.sp-menu-inner {
  padding-top: 150px;
}

.sp-menu-nav ul {
  display: block;
}
.sp-menu-nav ul li {
  list-style: none;
  display: block;
}
.sp-menu-nav ul li + li {
  margin-top: 66px;
}
.sp-menu-nav ul li a {
  color: #ee84b0;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  display: block;
}
.sp-menu-nav ul li a img {
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.pc-side-menu {
  width: 4.7vw;
  position: fixed;
  z-index: 500;
  top: 1.7vw;
  right: -3px;
}
@media (max-width: 767.98px) {
  .pc-side-menu {
    display: none;
  }
}
.pc-side-menu a {
  display: block;
}
.pc-side-menu a + a {
  margin-top: 1vw;
}
.pc-side-menu a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.pc-side-menu a:hover img {
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  body.sp-menu-active .mainvisual,
  body.sp-menu-active .section-event,
  body.sp-menu-active .guest-speaker,
  body.sp-menu-active .section-guest,
  body.sp-menu-active .section-organized-supported,
  body.sp-menu-active .section-speaker,
  body.sp-menu-active .footer {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */