/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
.p-unione .c-pageHeading {
  margin-top: 40px;
  margin-block: 40px;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-pageHeading {
    margin-bottom: 80px;
  }
}

.p-unione .c-pageHeading>* {
  display: flex;
}

:is(.p-unione .c-pageHeading h1, .p-unione .c-pageHeading h2, .p-unione .c-pageHeading h3, .p-unione .c-pageHeading h4) .c-pageHeading__title {
  color: #0000;
  background: url("../../../common/images/theme_pattern.jpg") center / cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  line-height: 1.5;
}

.p-unione .c-pageHeading h2 .c-pageHeading__title {
  font-family: var(--_font-bold);
  font-size: 30px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-pageHeading h2 .c-pageHeading__title {
    font-size: 48px;
    line-height: 1.66;
  }
}

.p-unione .c-pageHeading h3 .c-pageHeading__title {
  font-size: 24px;
  font-family: var(--_font-bold);
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-pageHeading h3 .c-pageHeading__title {
    font-size: 32px;
  }
}

.p-unione .c-pageHeading h4 .c-pageHeading__title {
  font-size: 22px;
  font-family: var(--_font-bold);
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-pageHeading h4 .c-pageHeading__title {
    font-size: 28px;
    line-height: 1;
  }
}

.p-unione .c-pageHeading.-center {
  text-align: center;
  justify-content: center;
}

.p-unione .c-pageHeading.-mt-lg {
  margin-top: 80px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-pageHeading.-mt-lg {
    margin-top: 140px;
  }
}

.p-unione .c-pageHeading.-pattern-2 .c-pageHeading__title {
  color: #0000;
  background: url("../../../common/images/theme_pattern02.jpg") center / cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-unione .p-event__featureList {
  grid-template-columns: 1fr;
  gap: 28px;
  display: grid;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event__featureList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }
}

.p-unione .p-event__featureList .p-feature-card {
  flex-flow: column;
  gap: 24px;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event__featureList .p-feature-card {
    gap: 14px;
  }
}

.p-unione .p-event__featureList .p-feature-card .feature-title {
  color: #2245b5;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: normal;
}

.p-unione .p-event__featureList .p-feature-card .feature-description {
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event__featureList .p-feature-card .feature-description {
    font-family: var(--_font-regular);
  }
}

.p-unione .p-event__featureList .p-feature-card .feature-image img {
  border-radius: 10px;
}

.p-unione .p-event-cardList {
  flex-flow: column;
  gap: 40px;
  display: flex;
}

.p-unione .p-event-cardList .p-event-card {
  border-bottom: 0;
  border-radius: 10px;
  grid-template-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.p-unione .p-event-cardList .p-event-card article a {
  gap: 20px;
}

.p-unione .p-event-cardList .p-event-card:before {
  content: "";
  -webkit-mask-composite: xor;
  pointer-events: none;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: url("../../../common/images/theme_pattern.jpg");
  border-radius: 10px;
  padding: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card {
    grid-template-columns: 1fr 1fr;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content {
  padding: 16px 20px 20px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card .p-event-card__content {
    padding: 40px 50px;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__title {
  font-size: 18px;
  font-style: normal;
  font-family: var(--_font-bold);
  margin-bottom: 10px;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__description {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__description {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__tags ul {
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__tags ul {
    margin-bottom: 4px;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__link {
  color: #0000;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: var(--_font-bold);
  letter-spacing: -.84px;
  background: url("../../../common/images/theme_pattern.jpg") center / cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  line-height: 1.6;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__link {
    letter-spacing: -1.02px;
    font-size: 17px;
  }
}

.p-unione .p-event-cardList .p-event-card .p-event-card__content .p-event-card__link:after {
  content: "";
  background: linear-gradient(#2f4e874d, #2f4e874d), url("../../../common/images/theme_pattern02.jpg") center / cover no-repeat;
  width: 13px;
  height: 13px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M1 1.83789L7.016 6.85122L1 11.8646' stroke='black' stroke-width='2.00533' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M1 1.83789L7.016 6.85122L1 11.8646' stroke='black' stroke-width='2.00533' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") center / contain no-repeat;
}

.p-unione .p-event-plan .p-event-plan__cardContainer {
  padding: 70px 28px 40px;
  position: relative;
}

.p-unione .p-event-plan .p-event-plan__cardContainer:before {
  content: "";
  -webkit-mask-composite: xor;
  pointer-events: none;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: url("../../../common/images/theme_pattern.jpg");
  border-radius: 10px;
  padding: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.p-unione .p-event-plan .p-event-plan__cardContainer>h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-family: var(--_font-bold);
  background-color: #2245b5;
  border-radius: 100px;
  max-width: 240px;
  padding: 10px;
  line-height: 1.45;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer>h3 {
    max-width: 520px;
    padding: 8px;
    font-size: 24px;
    font-style: normal;
    line-height: 1.66;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList {
  grid-template-columns: 1fr;
  display: grid;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li {
  position: relative;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:not(:nth-of-type(3)):after {
  content: "";
  background-image: url("../../../common/images/theme_pattern.jpg");
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:not(:nth-of-type(3)):after {
    background-image: url("../../../common/images/theme_pattern02.jpg");
    width: 3px;
    height: 100%;
  }
}

:is(.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList > li:first-of-type, .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList > li:nth-of-type(2)):after {
  bottom: 0;
  right: 0;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type {
  padding-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type {
    padding-bottom: 0;
    padding-right: 16px;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type .p-event-plan__lead {
  color: #4b5561;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: 1.16;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type .p-event-plan__lead {
    font-size: 32px;
    line-height: 1.1;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type .p-event-plan__lead span {
  color: #4b5561;
  font-size: 14px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: 1.16;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:first-of-type .p-event-plan__lead span {
    font-size: 20px;
    line-height: 1.1;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(2) {
  padding-top: 40px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(2) {
    padding-inline: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(2) .p-event-plan__lead {
  color: #4b5561;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: 1.16;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(2) .p-event-plan__lead {
    font-size: 24px;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(3) {
  padding-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList>li:nth-of-type(3) {
    padding-top: 0;
    padding-left: 16px;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card {
  grid-template-rows: auto minmax(0, 130px) auto;
  grid-template-columns: 1fr;
  gap: 24px;
  height: 100%;
  display: grid;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card {
    grid-template-rows: auto minmax(0, 130px) minmax(162px, 1fr);
    gap: 32px;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card h4 {
  color: #4b5561;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card h4 {
    font-size: 36px;
    line-height: 1.11;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__image {
  justify-content: center;
  display: flex;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__image img {
  object-fit: contain;
  max-width: 240px;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__contents {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__list {
  padding-left: 1.5em;
  list-style: outside;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__list li {
  color: #4b5561;
  font-size: 12px;
  font-style: normal;
  font-family: var(--_font-bold);
  line-height: 1.24;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__list li {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__noteList {
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__noteList {
    min-height: 3lh;
    margin-top: auto;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__noteList li {
  color: #4b5561;
  font-size: 12px;
  font-style: normal;
  font-family: var(--_font-bold);
  padding-left: 1.5em;
  line-height: 1.25;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__noteList li {
    font-size: 16px;
  }
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__noteList li:before {
  content: "※";
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-unione .p-event-plan .p-event-plan__cardContainer .p-event-plan__cardList .p-event-plan__card .p-event-plan__contents:not(:has(.p-event-plan__lead, .p-event-plan__list)) .p-event-plan__noteList {
  margin-top: 0;
}

.p-unione .p-event-plan .p-event-plan__description {
  color: #4b5561;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-family: var(--_font-regular);
  margin-block: 26px;
  line-height: normal;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__description {
    font-size: 24px;
    font-family: var(--_font-bold);
    margin-block: 52px;
    line-height: 1.6;
  }
}

.p-unione .p-event-plan .p-event-plan__button {
  justify-content: center;
  display: flex;
}

.p-unione .p-event-plan .p-event-plan__button a {
  color: #2245b5;
  background-color: #fff;
  border: 3px solid #2245b5;
  border-radius: 66.5px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 348px;
  padding: 16px 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  box-shadow: 0 4px 20px #2245b51a;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__button a {
    max-width: 800px;
    padding: 40px 50px;
  }
}

.p-unione .p-event-plan .p-event-plan__button a span {
  font-size: 16px;
  font-style: normal;
  font-family: var(--_font-bold);
  align-items: center;
  line-height: 1.25;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__button a span {
    font-size: 40px;
    line-height: 1;
  }
}

.p-unione .p-event-plan .p-event-plan__button a span.-icon {
  stroke: #2245b5;
  width: 22px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .p-event-plan .p-event-plan__button a span.-icon {
    width: 56px;
  }
}

.p-unione .p-event-plan .p-event-plan__button a:hover {
  color: #fff;
  background: #2245b5;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px #2245b540;
}

.p-unione .p-event-plan .p-event-plan__button a:hover .-icon svg {
  stroke: #fff;
}

.p-unione .c-primaryButton {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
  .p-unione .c-primaryButton {
    margin-bottom: 80px;
  }

  .p-unione .c-primaryButton a {
    width: fit-content;
    min-width: 400px;
    padding: 16px;
  }
}

.c-contact {
  margin: 90px auto 0;
}