@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

/* Font-Family
================= */
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Inner
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: max(4.2666666667vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(1.6666666667vw, 10px);
  }
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: #000;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

.l-footer {
  padding: 2.1875rem 0 calc(2.1875rem + 60px);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 2.1875rem;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.l-footer__contact {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__contact p + p {
  margin-top: 0.2em;
}
.l-footer__contact .l-footer__tel {
  pointer-events: auto;
}

.l-footer__logo {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-inline: auto;
  text-align: center;
  width: 57.62744%;
}
.l-footer__logo img {
  height: auto;
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1010px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-wrapper {
  width: 100%;
}

.l-center {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-center {
    max-width: 375px;
  }
}

.l-side {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-side {
    display: block;
    position: fixed;
    top: 0;
    width: calc(50vw - 187.5px);
    height: 100vh;
    overflow: hidden;
    background-color: #dcf0fb;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .l-side--left {
    left: 0;
    background-image: url(../images/side-img_left.png);
    background-position: right center;
  }
  .l-side__content {
    position: absolute;
    right: 4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    width: 20.375rem;
    max-width: calc(50vw - 187.5px - 4.375rem);
    padding-left: 0.625rem;
  }
  .l-side__logo {
    width: 100%;
  }
  .l-side__entry {
    display: block;
    width: 16.25rem;
    max-width: 100%;
  }
  .l-side__entry img {
    width: 100%;
    height: auto;
  }
  .l-side--right {
    right: 0;
    background-image: url(../images/side-img_right.png);
    background-position: left center;
  }
}
.p-section--banner {
  padding: 42px 0 40px;
  padding: 2.625rem 0 2.5rem;
  background: #fef9d7;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-banner__group + .p-banner__group {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d4397;
  letter-spacing: 0.11em;
  line-height: 1.3;
}
.p-banner__title::before, .p-banner__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 4px;
  min-width: 0.25rem;
  height: 1px;
  background: currentColor;
}
.p-banner__title-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: center;
}
.p-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
.p-banner__link {
  display: block;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-banner__link:hover {
  opacity: 0.8;
}
.p-banner__link:focus-visible {
  outline: 2px solid #4d4397;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}
.p-banner__link img {
  width: 100%;
  height: auto;
  display: block;
}

.p-section--guest {
  padding: 26px 0 0;
  padding: 1.625rem 0 0;
}

.p-guest__heading {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #4d4397;
}
.p-guest__slider-wrap {
  position: relative;
}
.p-guest .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-guest__item {
  height: auto;
}
.p-guest .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-guest__card {
  margin: 0;
  background-color: #e3f3fc;
  border-radius: 0 0.75rem 0.75rem 0.75rem;
  overflow: hidden;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-guest__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-guest__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 180/122;
  width: 72%;
  overflow: hidden;
}
.p-guest__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-guest__relay {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  padding: 0.75rem;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  color: #4d4397;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-guest__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}
.p-guest__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #4d4397;
}
.p-guest__san {
  font-size: 0.75em;
}
.p-guest__from {
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4397;
}
.p-guest__divider {
  margin: 12px 0;
  border: none;
  border-top: 1px solid #4d4397;
}
.p-guest__desc {
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #4d4397;
}
.p-guest__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
}
.p-guest__arrow img {
  width: 30px;
  width: 1.875rem;
  height: auto;
}
.p-guest__arrow--prev {
  left: 10px;
  left: 0.625rem;
}
.p-guest__arrow--next {
  right: 10px;
  right: 0.625rem;
}
.p-guest__arrow.swiper-button-disabled {
  display: none;
}

.p-section--info {
  padding-top: 26px;
  padding-top: 1.625rem;
}

.p-info__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  gap: 1.1875rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-info__btn {
  display: block;
  width: 100%;
}
.p-info__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.p-info__date {
  margin: 0;
  width: 100%;
  max-width: 290px;
}
.p-info__date img {
  width: 100%;
  height: auto;
  display: block;
}
.p-info__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1.6;
  letter-spacing: 0.045em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-fixed-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.p-fixed-entry a {
  display: block;
}
.p-fixed-entry a img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-fixed-entry {
    display: none;
  }
}

.p-section--join {
  padding: 30px 0 40px;
  padding: 1.875rem 0 2.5rem;
  background: #e3f3fc;
}

.p-join__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #4d4397;
  letter-spacing: 0.11em;
}
.p-join__list {
  list-style: none;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  gap: 1.3125rem;
}
.p-join__item a {
  display: block;
  max-width: 290px;
  margin: 0 auto;
}
.p-join__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-mv {
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  text-align: center;
}
.p-mv__lead img {
  width: 193.901px;
  width: 12.1188375rem;
  margin-inline: auto;
}
.p-mv__logo {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-mv__title {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.p-mv__title img {
  width: 246.089px;
  width: 15.3806rem;
  margin-inline: auto;
}
.p-mv__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.37829231;
  text-align: center;
  font-weight: 700;
  color: #4d4397;
}
.p-mv__date {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-present {
  margin-top: 34px;
  margin-top: 2.125rem;
}
.p-present__item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.p-present__mission-lead {
  position: relative;
  width: 320px;
  width: 20rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-inline: auto;
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: bold;
  line-height: 1.36428148;
  text-align: center;
  color: #e4007f;
}
.p-present__mission-lead::before, .p-present__mission-lead::after {
  content: "";
  position: absolute;
  bottom: -3px;
  bottom: -0.1875rem;
  width: 1.5px;
  height: 25px;
  height: 1.5625rem;
  background-color: #e4007f;
}
.p-present__mission-lead::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-present__mission-lead::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-present__mission-box {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 1em 2em;
  background-color: #fffbd0;
  border-radius: 12px;
}
.p-present__mission-list {
  margin: 0;
}
.p-present__mission-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #004097;
}
.p-present__mission-title:nth-child(n+2) {
  margin-top: 1em;
}
.p-present__mission-title::before, .p-present__mission-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #004097;
}
.p-present__mission-title + .p-present__mission-title {
  margin-top: 20px;
}
.p-present__mission-text {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #e4007f;
}
.p-present__note {
  margin-top: 1em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  color: #4d4d4d;
  font-weight: 700;
}

.p-section--schedule {
  padding: 35px 0;
  padding: 2.1875rem 0;
}

.p-schedule__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #4d4397;
}
.p-schedule__list {
  list-style: none;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}
.p-schedule__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 15px;
  row-gap: 0.9375rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background-color: #fffbd0;
  border-radius: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  overflow: visible;
}
.p-schedule__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #4d4397;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.p-schedule__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-schedule__text {
  min-width: 0;
}
.p-schedule__illust {
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 20px;
  top: 1.25rem;
  width: 109.121px;
  width: 6.82011875rem;
  margin: 0;
}
.p-schedule__item:nth-child(2) .p-schedule__illust {
  width: 72.748px;
  width: 4.546775rem;
  top: 15px;
  top: 0.9375rem;
}
.p-schedule__item:nth-child(6) .p-schedule__illust {
  width: 46px;
  width: 2.875rem;
}
.p-schedule__time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4397;
}
.p-schedule__title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4d4397;
  line-height: 1.29452;
}
.p-schedule__title small {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
}
.p-schedule__desc {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4397;
  line-height: 1.36815;
}
.p-schedule__detail {
  width: 100%;
  margin-top: 0;
}
.p-schedule__guests {
  list-style: none;
  margin-top: 0;
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-top: 1px dashed #4d4397;
  border-bottom: 1px dashed #4d4397;
}
.p-schedule__guest {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-schedule__guest img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.p-schedule__guest p {
  margin-top: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4397;
}
.p-schedule__san {
  font-size: 0.83333333em;
}
.p-schedule__talks {
  list-style: none;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0;
}
.p-schedule__talks li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4397;
}
.p-schedule__tags {
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  right: 25px;
  right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-schedule__tag {
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  border-radius: 100px;
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  background: #009fe8;
}
/*# sourceMappingURL=style.css.map */
