/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #242823;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  color: #242823;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Red Hat Display", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-title__ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.section-title__ja::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #1D451B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
}
.section-title__en {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(90deg, #1D451B 0%, #BED206 50%, #1D451B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-speaker__item {
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}
.u-speaker__item.js-modal-open:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}
.u-speaker__item .u-speaker__image {
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(133deg, #A0B53C -0.61%, #FFF 50.48%, #A0B53C 100.6%);
  box-shadow: 15px 15px 30px 0 rgba(15, 44, 11, 0.1);
  padding: 2px;
  transition: box-shadow 0.3s;
}
.u-speaker__item .u-speaker__image figure {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  border: 5px solid #fff;
}
.u-speaker__item .u-speaker__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-speaker__item.js-modal-open:hover .u-speaker__image {
  box-shadow: 15px 20px 40px 0 rgba(15, 44, 11, 0.2);
}
/* .u-speaker__item:nth-child(even) .u-speaker__image {
  background: linear-gradient(133deg, #346230 -0.61%, #FFF 50.48%, #346230 100.6%);
} */
.u-speaker__item .u-speaker__content {
  text-align: center;
  margin-top: 10px;
}
.u-speaker__item .u-speaker__content .u-speaker__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 154.523%;
}
.u-speaker__item .u-speaker__content .u-speaker__position {
  margin-top: 4px;
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  line-height: 154.523%;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.p-header__logo-link {
  width: 246px;
  display: block;
}
.p-header__logo-link__new {
  width: 331px;
  display: block;
}
.p-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.p-header__nav-list {
  flex: 1;
  border-radius: 9999px;
  background: #E6EAEA;
  height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.p-header__nav-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  transition: opacity 0.3s;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
.p-header__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 48px;
  border-radius: 9999px;
  background: #FFFF5E;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.p-header__cta-btn:hover {
  opacity: 0.8;
}
.p-header .ham-menu {
  display: none;
}

@media (max-width: 1200px) {
  .p-header {
    transition: background 0.3s;
  }
  .p-header.is-active {
    background: #F2FFF4;
    transition: background 0.3s;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .p-header .p-header__nav {
    display: none;
  }
  .p-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-header__logo-link {
    width: 164px;
  }
  .p-header__logo-link__new {
    width: 212px;
  }
  .p-header__sp {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .p-header__cta-btn {
    width: 162px;
    height: 40px;
    font-size: 12px;
  }
  .p-header__hamburger {
    width: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  .p-header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #242823;
    transition: all 0.3s;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .p-header__menu {
    display: none;
    background: #FFF;
    padding: 10px 20px 32px;
  }
  .p-header__menu-item a {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #D6D6D6;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.26px;
  }
  .p-header__menu-item a::after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(images/menu-arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-header__menu-cta {
    text-align: center;
    margin-top: 25px;
  }
  .p-header__menu-cta .p-header__cta-btn {
    width: 100%;
    max-width: 292px;
    height: 48px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
  }
}
/*===========================================================================*/
/*  floating  */
/*===========================================================================*/
.p-floating__btn {
  width: 239px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}
.p-floating__btn:hover {
  opacity: 0.8;
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  position: relative;
}
.p-mv::before {
  content: "";
  width: 100%;
  height: 73%;
  max-height: 582px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #FFF 0%, #E2FFE7 100%);
}
.p-mv::after {
  content: "";
  width: 100%;
  height: 26.6%;
  max-height: 211px;
  background: #E2FFE7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-mv .p-mv__inner {
  padding-top: 114px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.p-mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-mv__content-title {
  display: inline-block;
  width: 800px;
}
.p-mv__content-text {
  color: #014831;
  display: inline-block;
  font-feature-settings: "palt" on;
  font-size: 35px;
  font-weight: 900;
  line-height: 150%;
  margin-top: 21px;
  position: relative;
}
.p-mv__content-text::before, .p-mv__content-text::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #014831;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-mv__content-text::before {
  left: calc(100% + 14px);
}
.p-mv__content-text::after {
  right: calc(100% + 14px);
}
.p-mv__content-date {
  width: 490px;
  margin-top: 20px;
}
.p-mv__content-place {
  width: 490px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.p-mv__image {
  display: block;
  width: 100%;
  max-width: 1275px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
}
/*===========================================================================*/
/*  mv_new  */
/*===========================================================================*/
.p-mv_new{
  position: relative;
  overflow: hidden;
}
.p-mv_new .p-mv__inner {
  padding-top: 154px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.p-mv_new::before {
  content: "";
  width: 100%;
  height: 73%;
  max-height: 582px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #FFF 0%, #E2FFE7 100%);
}

.p-mv__content-text-sub{
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
}

.p-mv__content-text-note{
  margin-top: 24px;
  color: #242823;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}

.p-mv__content-image{
  margin-top: 20px;
  width: 120%;
  margin-left: -3%;
}


/*===========================================================================*/
/*  guest  */
/*===========================================================================*/
.p-guest {
  background: linear-gradient(180deg, #E2FFE7 0%, #F3FFF3 100%);
  padding-top: 54px;
  padding-bottom: 123px;
  position: relative;
  overflow: hidden;
}

.p-guest__bg-left{
  position: absolute;
  top: 100px;
  right: 75%;
  width: 331px;
}

.p-guest__bg-right{
  position: absolute;
  top: 100px;
  left: 75%;
  width: 249px;
}

.p-guest .section-title {
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-guest .section-title .section-title__ja {
  padding-top: 50px;
}
.p-guest .section-title .section-title__ja::before {
  width: 2px;
  height: 40px;
  background: #1D451B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-guest .p-speaker__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 42px;
  max-width: 843px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.p-guest .u-speaker__item:nth-child(even) .u-speaker__image{
  background: linear-gradient(133deg, #A0B53C -0.61%, #FFF 50.48%, #A0B53C 100.6%);
}

@media (max-width: 900px) {
  .p-guest {
    padding-top: 34px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .p-guest .section-title{
    position: relative;
  }

  .p-guest__top-sp{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 330px;
  }

  .p-guest .section-title .section-title__ja{
    padding-top: 37px;
  }

  .p-guest .section-title .section-title__ja::before {
    width: 2px;
    height: 22px;
  }

  .p-guest .p-speaker__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 15px;
    position: relative;
  }

  .p-guest__bg-bottom-left{
    position: absolute;
    width: 124px;
    left: -50px;
    bottom: -15px;
  }

  .p-guest__bg-bottom-right{
    position: absolute;
    width: 46px;
    bottom: 22px;
    right: 5px;
  }

  .p-guest .u-speaker__item{
    width: calc(50% - 7.5px);
  }

  .p-guest .u-speaker__item:nth-child(even) .u-speaker__image{
    background: linear-gradient(133deg, #A0B53C -0.61%, #FFF 50.48%, #A0B53C 100.6%);
  }
}


/*===========================================================================*/
/*  message  */
/*===========================================================================*/
.p-message {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.p-message.--new {
  padding-top: 60px;
}
.p-message::before {
  content: "SMBC GROUP DAY SMBC GROUP DAY SMBC GROUP DAY SMBC GROUP DAY SMBC GROUP DAY ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #F4F8F4;
  font-size: 230px;
  font-weight: 700;
  line-height: 100%;
  line-height: 1;
  white-space: nowrap;
  animation: scrollText 60s linear infinite;
}
.p-message.--new::before {
  top: 60%;
}
.p-message__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.p-message__inner .left-box {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: space-between;
}
.p-message.--new .p-message__inner .left-box {
  width: calc(50% - 40px);
}

.p-message__inner .right-box {
  flex: 1;
  max-width: 718px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.p-message.--new .p-message__inner .right-box {
  max-width: calc(50% - 40px);
  width: calc(50% - 40px);
}
.p-message__image {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-message.--new .p-message__image {
  width: 50%;
}
.p-message__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 154.523%;
  letter-spacing: 0.8px;
}
@media (max-width: 1100px) {
  .p-message__title {
    font-size: 32px;
  }
}
.p-message__text {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-message__text p {
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 500;
  line-height: 175%;
}
@media (max-width: 1100px) {
  .p-message__text p {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .p-message.--new {
    padding-bottom: 60px;
  }
  .p-message.--new .p-message__inner .left-box  {
    width: 100%;
  }
  .p-message.--new .p-message__inner .right-box {
    max-width: 100%;
    width: 100%;
  }
  .p-message.--new .p-message__image {
    display: none;
  }
}

@keyframes scrollText {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(-50%);
  }
}

/*===========================================================================*/
/*  program  */
/*===========================================================================*/
.p-program {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(./images/program-bg.webp) no-repeat center center / cover;
}

@media (max-width: 900px) {
  .p-program {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


/*===========================================================================*/
/*  speaker  */
/*===========================================================================*/
.p-speaker {
  padding-top: 80px;
  padding-bottom: 120px;
}
.p-speaker .p-speaker__inner {
  position: relative;
}
.p-speaker .p-speaker__inner .p-speaker__icon {
  position: absolute;
  width: 245px;
  top: -32px;
  right: 0;
}
.p-speaker .p-speaker__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* 13個目以降を非表示 */
.p-speaker .p-speaker__list .u-speaker__item:nth-child(n+13) {
  display: none;
}

/* 全表示時 */
.p-speaker .p-speaker__list.is-open .u-speaker__item:nth-child(n+13) {
  display: block;
}

/* もっと見るボタン */
.p-speaker__button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.p-speaker__toggle-btn {
  font-feature-settings: 'palt' on;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  width: 159px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #242823;
  position: relative;
}
.p-speaker__toggle-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(./images/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

.p-speaker__toggle-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}


/*===========================================================================*/
/*  modal  */
/*===========================================================================*/
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.p-modal__container {
  position: relative;
  width: 90%;
  max-width: 920px;
  max-height: 90vh;
  background: #FFF;
  border-radius: 8px;
  overflow-y: auto;
  z-index: 1;
}
.p-modal__close {
  position: absolute;
  top: 35px;
  right: 35px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s;
}
.p-modal__close:hover {
  opacity: 0.7;
}
.p-modal__content {
  padding: 35px;
}
.p-modal__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-modal__stage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  background: #A0B53C;
  border-radius: 4px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
.p-modal__stage.--b {
  background: #357D2F;
}
.p-modal__stage.--c {
  background: #264D24;
}
.p-modal__time {
  color: #151515;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
  text-transform: capitalize;
}
.p-modal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  color: #242823;
  margin-bottom: 30px;
}
.p-modal__description {
  margin-bottom: 30px;
}
.p-modal__description p {
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.p-modal__speakers {
  border-radius: 8px;
  background: #F2FFF2;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(70.1500015259px);
  overflow: hidden;
}
.p-modal__speakers-title {
  width: 158px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0;
  background: #A0B53C;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.p-modal__speakers-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.p-modal__speakers-list .u-speaker__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.p-modal__speakers-list .u-speaker__item .u-speaker__image {
  width: 108px;
  flex-shrink: 0;
  border-radius: 17px;
  padding: 2px;
}
.p-modal__speakers-list .u-speaker__item .u-speaker__image figure {
  border-radius: 12px;
  border: 2px solid #fff;
}
.p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--name {
  font-kerning: none;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
}
.p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--position {
  margin-top: 5px;
  font-kerning: none;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
}
.p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--text {
  margin-top: 15px;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
}
.p-modal__speaker {
  display: flex;
  gap: 30px;
}
.p-modal__speaker-image {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.p-modal__speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-modal__speaker-info {
  flex: 1;
}
.p-modal__speaker-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #242823;
  margin-bottom: 10px;
}
.p-modal__speaker-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  color: #242823;
  margin-bottom: 15px;
}
.p-modal__speaker-bio {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.42px;
  color: #242823;
}

/*===========================================================================*/
/*  timetable  */
/*===========================================================================*/
.p-timetable {
  padding-top: 130px;
  background: #FFF9F1;
}
.p-timetable .p-timetable__inner {
  position: relative;
}
.p-timetable .p-timetable__inner .p-timetable__icon {
  position: absolute;
  width: 214px;
  top: -28px;
  right: 52px;
}

.p-timetable .p-timetable__content-wrap {
  overflow-x: auto;
}
.p-timetable__content {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
  min-width: 1000px;
  padding-bottom: 130px;
}
.p-timetable__time-column {
  width: 100px;
  flex-shrink: 0;
  position: relative;
  min-height: 800px;
}
.p-timetable__time {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.p-timetable__time:nth-child(1) {
  top: 81px;
}
.p-timetable__time:nth-child(2) {
  top: calc(81px + (100% - 81px - 40px) * 1 / 8);
}
.p-timetable__time:nth-child(3) {
  top: calc(81px + (100% - 81px - 40px) * 2 / 8);
}
.p-timetable__time:nth-child(4) {
  top: calc(81px + (100% - 81px - 40px) * 3 / 8);
}
.p-timetable__time:nth-child(5) {
  top: calc(81px + (100% - 81px - 40px) * 4 / 8);
}
.p-timetable__time:nth-child(6) {
  top: calc(81px + (100% - 81px - 40px) * 5 / 8);
}
.p-timetable__time:nth-child(7) {
  top: calc(81px + (100% - 81px - 40px) * 6 / 8);
}
.p-timetable__time:nth-child(8) {
  top: calc(81px + (100% - 81px - 40px) * 7 / 8);
}
.p-timetable__time:nth-child(9) {
  top: calc(81px + (100% - 81px - 40px) * 8 / 8);
}
.p-timetable__stages {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.p-timetable__stage-column {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 10px;
  box-shadow: 15px 15px 30px 0 rgba(44, 22, 11, 0.1);
}
.p-timetable__stage {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  border-radius: 12px;
  flex-shrink: 0;
  margin-bottom: 12px;
}
.p-timetable__stage--a {
  background: #A0B53C;
}
.p-timetable__stage--b {
  background: #357D2F;
}
.p-timetable__stage--c {
  background: #264D24;
}
.p-timetable__sessions {
  flex: 1;
  position: relative;
  padding: 0 10px 40px 10px;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 5px, transparent 10px);
  background-size: 100% 1px;
  background-position: 0 0, 0 calc((100% - 40px) * 1 / 8), 0 calc((100% - 40px) * 2 / 8), 0 calc((100% - 40px) * 3 / 8), 0 calc((100% - 40px) * 4 / 8), 0 calc((100% - 40px) * 5 / 8), 0 calc((100% - 40px) * 6 / 8), 0 calc((100% - 40px) * 7 / 8), 0 calc((100% - 40px) * 8 / 8);
  background-repeat: no-repeat;
}
.p-timetable__session {
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 1;
  /* デフォルト: 40分 (13:00-17:00の240分基準) */
  height: calc((100% - 40px) * 40 / 240 - 10px);
}

.p-timetable__session.js-modal-open {
  background: #F6F9F3;
  cursor: pointer;
}
.p-timetable__session.js-modal-open:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.p-timetable__session--coming {
  background: #E8F0E5;
  cursor: default;
  pointer-events: none;
}

/* Stage A: 13:05-13:45 (40分) */
.p-timetable__session--time-1300 {
  top: calc((100% - 40px) * 5 / 240 + 5px);
  height: calc((100% - 40px) * 40 / 240 - 10px);
}

/* Stage B (B1): 13:55-14:40 (45分) */
/* WorkShop (WS1): 13:55-15:05 (70分) */
.p-timetable__session--time-1400 {
  top: calc((100% - 40px) * 55 / 240 + 5px);
  height: calc((100% - 40px) * 45 / 240 - 10px);
}
.p-timetable__session--time-1400.--1-5 {
  height: calc((100% - 40px) * 70 / 240 - 10px);
}

/* Stage A: 14:15-14:55 (40分) */
.p-timetable__session--time-1410 {
  top: calc((100% - 40px) * 75 / 240 + 5px);
  height: calc((100% - 40px) * 40 / 240 - 10px);
}

/* Stage B (B2): 15:05-15:50 (45分) */
.p-timetable__session--time-1510 {
  top: calc((100% - 40px) * 125 / 240 + 5px);
  height: calc((100% - 40px) * 45 / 240 - 10px);
}

/* WorkShop (WS2): 15:15-16:35 (80分) */
.p-timetable__session--time-1600 {
  top: calc((100% - 40px) * 135 / 240 + 5px);
  height: calc((100% - 40px) * 40 / 240 - 10px);
}
.p-timetable__session--time-1600.--1-5 {
  height: calc((100% - 40px) * 80 / 240 - 10px);
}

/* Stage A: 16:00-16:40 (40分) */
.p-timetable__session--time-1700 {
  top: calc((100% - 40px) * 180 / 240 + 5px);
  height: calc((100% - 40px) * 40 / 240 - 10px);
}
.p-timetable__session-tag {
  display: inline-block;
  padding: 3px 7px;
  background: #A0B53C;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  width: fit-content;
  font-feature-settings: "palt" on;
}
.p-timetable__session-tag--b {
  background: #357D2F;
}
.p-timetable__session-tag--c {
  background: #264D24;
}
.p-timetable__session-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 145%;
}

.p-access {
  padding-top: 120px;
  padding-bottom: 130px;
}
.p-access__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-access__content-left {
  flex-shrink: 0;
}
.p-access__map {
  flex: 1;
  max-width: 696px;
  width: 100%;
}
.p-access__map img {
  width: 100%;
  height: auto;
  display: block;
}
.p-access__map iframe {
  width: 100%;
  height: 418px;
  border: 0;
  border-radius: 20px;
}
.p-access__info {
  margin-top: 30px;
}
.p-access__building {
  font-size: 15px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 10px;
}
.p-access__address {
  font-size: 15px;
  font-weight: 500;
  line-height: 155%;
}

/*===========================================================================*/
/*  floor  */
/*===========================================================================*/
.p-floor {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-floor .section-title {
  align-items: center;
}

.p-floor .section-title .section-title__ja::before {
  content: none;
}

.p-floor__image {
  margin-top: 30px;
  display: block;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}
.p-floor__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .p-floor {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*===========================================================================*/
/*  childcare  */
/*===========================================================================*/
.p-childcare {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFF9F1;
}

.p-childcare__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.p-childcare__title span{
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #1D451B 0%, #BED206 50%, #1D451B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.p-childcare__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.p-childcare__image{
  width: calc(50% - 40px);
  border-radius: 20px;
  overflow: hidden;
}

.p-childcare__box{
  width: 50%;
}

.p-childcare__text{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 154.523%;
}

.p-childcare__info{
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 154.523%;
}

@media (max-width: 900px) {
  .p-childcare {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-childcare__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .p-childcare__title span{
    font-size: 26px;
    line-height: 130%;
    text-align: center;
  }

  .p-childcare__content{
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }

  .p-childcare__image{
    width: 100%;
    border-radius: 10px;
  }

  .p-childcare__box{
    width: 100%;
  }

  .p-childcare__text{
    font-size: 16px;
  }

  .p-childcare__info{
    margin-top: 8px;
    font-size: 10px;
  }
}



/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #FFF9F1;
}
.p-faq__list {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-faq__item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 10px 10px 30px 0 rgba(13, 44, 11, 0.05);
  overflow: hidden;
}
.p-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  background: #FFF;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
}
.p-faq__question-text {
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}
.p-faq__q {
  color: #357D2F;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 3px;
}
.p-faq__icon {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #242823;
  transition: transform 0.3s;
  border-radius: 9999px;
}
.p-faq__icon::before {
  width: 14px;
  height: 2px;
}
.p-faq__icon::after {
  width: 2px;
  height: 14px;
}
.is-open .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__answer {
  display: none;
  padding: 0 30px;
}
.p-faq__answer-inner {
  padding: 20px 0 25px;
  border-top: 1px solid #E3E3E3;
}
.p-faq__answer-inner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
/*===========================================================================*/
/*  session  */
/*===========================================================================*/
.p-session {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FFF9F1;
}

.p-session__title {
  display: inline-block;
  font-size: 52px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #1D451B 0%, #BED206 50%, #1D451B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-session__content{
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.p-session__content-item-title{
  font-feature-settings: 'palt' on;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding-left: 16px;
  position: relative;
}
.p-session__content-item-title::before{
  content: "";
  width: 4px;
  height: calc(100% - .4em);
  position: absolute;
  background: linear-gradient(180deg, #A0B53C 0%, #A0B53C 50%, #357D2F 50%, #357D2F 100%);
  top: .2em;
  left: 0;
}
.p-session__content-item-text{
  margin-top: 24px;
  font-feature-settings: 'palt' on;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
.p-session__content-item-media{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}
.p-session__content-item-image{
  border-radius: 24px;
  border: 2px solid #A0B53C;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.p-session__content-item-image img{
  width: 100%;
  height: auto;
  display: block;
}
.p-session__content-item-btn{
  text-align: center;
  margin-top: 20px;
}
.p-session__content-item-btn-link{
  border-radius: 9999px;
  width: 232px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.p-session__content-item-btn-link.--green{
  background: #357D2F;
  box-shadow: 0px 5px 0px #264D24;
}
.p-session__content-item-btn-link.--green:hover{
  transform: translateY(5px);
  box-shadow: 0 0 0 #264D24;
}
.p-session__content-item-btn-link.--light-green{
  background: #A0B53C;
  box-shadow: 0px 5px 0px #357D2F;
}
.p-session__content-item-btn-link.--light-green:hover{
  transform: translateY(5px);
  box-shadow: 0 0 0 #357D2F;
}

/*===========================================================================*/
/*  application  */
/*===========================================================================*/
.p-application {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-application.--new {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-application .section-title {
  align-items: center;
}
.p-application .section-title .section-title__ja {
  padding-top: 50px;
}
.p-application .section-title .section-title__ja::before {
  width: 2px;
  height: 40px;
  background: #1D451B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-application__form {
  margin-top: 40px;
}
.p-application__form #eh-root form {
  max-width: 900px;
  padding: 0;
}
.p-application__form #eh-root button {
  text-align: center;
  margin-top: 40px;
}
.p-application.--new .p-application__banner{
  margin-top: 0;
}
.p-application__banner {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
.p-application__banner li a {
  display: block;
}
.p-application__banner li a:hover {
  opacity: 0.8;
}
.p-application .p-header__cta {
  margin-top: 40px;
}
.p-application .p-header__cta a {
  background-color: #E6EAEA;
  margin: 0 auto;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF9F1;
  overflow: hidden;
  position: relative;
}
.p-footer__image {
  position: absolute;
  top: -9px;
  left: 48%;
  max-width: 894px;
}
.p-footer__inner {
  position: relative;
  z-index: 1;
}
.p-footer__logo {
  flex-shrink: 0;
  width: 542px;
}
.p-footer__nav {
  margin-top: 30px;
}
.p-footer__nav-list {
  flex: 1;
  border-radius: 9999px;
  background: #E6EAEA;
  height: 48px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.p-footer__nav-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  transition: opacity 0.3s;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}
.p-footer__cta {
  margin-top: 20px;
}
.p-footer__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 48px;
  border-radius: 9999px;
  background: #FFFF5E;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.p-footer__cta-btn:hover {
  opacity: 0.8;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  .section-title {
    gap: 3px;
  }
  .section-title__ja {
    font-size: 14px;
  }
  .section-title__ja::before {
    width: 22px;
    left: calc(100% + 8px);
  }
  .section-title__en {
    font-size: 44px;
  }
  .u-speaker__item .u-speaker__image {
    border-radius: 16px;
    box-shadow: 6.125px 6.125px 12.249px 0 rgba(15, 44, 11, 0.1);
    padding: 1px;
  }
  .u-speaker__item .u-speaker__image figure {
    border-radius: 16px;
    border: 4px solid #fff;
  }
  .u-speaker__item .u-speaker__content {
    margin-top: 4px;
  }
  .u-speaker__item .u-speaker__content .u-speaker__name {
    font-size: 14px;
  }
  .u-speaker__item .u-speaker__content .u-speaker__position {
    margin-top: 2px;
    font-size: 10px;
  }
  /*===========================================================================*/
  /*  floating  */
  /*===========================================================================*/
  .p-floating__btn {
    display: none;
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv {
    overflow: hidden;
    background: #F2FFF4;
  }
  .p-mv::before {
    content: none;
  }
  .p-mv::after {
    content: none;
  }
  .p-mv .p-mv__inner {
    padding-top: 40px;
    padding-bottom: 159px;
  }
  .p-mv__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mv__content-title {
    width: 100%;
    max-width: 335px;
  }
  .p-mv__content-text {
    font-size: 18.911px;
    margin-top: 18px;
  }
  .p-mv__content-text::before, .p-mv__content-text::after {
    width: 17px;
    height: 1px;
  }
  .p-mv__content-text::before {
    left: calc(100% + 7px);
  }
  .p-mv__content-text::after {
    right: calc(100% + 7px);
  }
  .p-mv__content-date {
    width: 100%;
    max-width: 288px;
    margin-top: 10px;
  }
  .p-mv__content-place {
    width: 100%;
    max-width: 288px;
    height: 25px;
    font-size: 11px;
    margin-top: 10px;
  }
  .p-mv__image {
    width: 471px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  /*===========================================================================*/
  /*  mv_new  */
  /*===========================================================================*/
  .p-mv_new .p-mv__inner {
    padding-top: 102px;
    padding-bottom: 0;
  }
  .p-mv_new .p-mv__content {
    padding-left: 0;
    padding-right: 0;
  }
  .p-mv__content-text-sub{
    font-size: 14px;
    margin-top: 16px;
  }
  .p-mv__content-text-note{
    font-size: 12px;
    margin-top: 12px;
  }
  .p-mv__content-image{
    margin-top: 10px;
    max-width: 800px;
    width: 128%;
    margin-left: -5%;
  }

  /*===========================================================================*/
  /*  message  */
  /*===========================================================================*/

  /*===========================================================================*/
  /*  message  */
  /*===========================================================================*/
  .p-message {
    padding-top: 53px;
    padding-bottom: 35px;
  }
  .p-message::before {
    font-size: 118px;
    animation: scrollText 30s linear infinite;
  }
  .p-message__inner {
    flex-direction: column;
    gap: 20px;
  }
  .p-message__inner .left-box {
    gap: 0;
    width: 100%;
  }
  .p-message__inner .right-box {
    width: 100%;
    margin-top: 0;
  }
  .p-message__image {
    bottom: initial;
    left: initial;
    right: -20px;
    width: 157px;
    top: -53px;
    z-index: 10;
  }
  .p-message__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 154.523%;
    letter-spacing: 0.46px;
  }
  .p-message__text {
    margin-top: 20px;
    gap: 15px;
  }
  .p-message__text p {
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0;
  }
  .p-message .section-title__en {
    font-size: 40px;
  }
  /*===========================================================================*/
  /*  speaker  */
  /*===========================================================================*/
  .p-speaker {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .p-speaker .p-speaker__inner .p-speaker__icon {
    width: 146px;
    top: -30px;
    right: -12px;
  }
  .p-speaker .p-speaker__list {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: relative;
    z-index: 1;
  }

  /* スマホ版：もっと見るボタン */
  .p-speaker__button-wrapper {
    margin-top: 30px;
  }
  /*===========================================================================*/
  /*  modal  */
  /*===========================================================================*/
  .p-modal__container {
    width: calc(100% - 40px);
    max-width: 335px;
    max-height: 95vh;
    border-radius: 10px;
  }
  .p-modal__close {
    top: 15px;
    right: 15px;
  }
  .p-modal__content {
    padding: 20px;
  }
  .p-modal__header {
    gap: 10px;
    margin-bottom: 12px;
  }
  .p-modal__stage {
    padding: 5px 10px;
    font-size: 14px;
  }
  .p-modal__time {
    font-size: 18px;
  }
  .p-modal__title {
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 12px;
  }
  .p-modal__description {
    margin-bottom: 23px;
  }
  .p-modal__description p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.42px;
  }
  .p-modal__speakers-title {
    width: 75px;
    height: 28px;
    border-radius: 6px 0;
    font-size: 13px;
  }
  .p-modal__speakers-list {
    gap: 15px;
    padding: 15px;
  }
  .p-modal__speakers-list .u-speaker__item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-modal__speakers-list .u-speaker__item .u-speaker__image {
    width: 64px;
    border-radius: 10px;
    padding: 1px;
  }
  .p-modal__speakers-list .u-speaker__item .u-speaker__image figure {
    border-radius: 8px;
    border: 2px solid #fff;
  }
  .p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--content {
    width: calc(100% - 64px - 10px);
  }
  .p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--name {
    font-size: 14px;
    margin-top: 6px;
  }
  .p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--position {
    font-size: 10px;
  }
  .p-modal__speakers-list .u-speaker__item .p-modal__speakers-list--text {
    width: 100%;
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  .p-modal__speaker {
    flex-direction: column;
    gap: 15px;
  }
  .p-modal__speaker-image {
    width: 100%;
    max-width: 160px;
    height: 160px;
    margin: 0 auto;
  }
  .p-modal__speaker-info {
    text-align: left;
  }
  .p-modal__speaker-name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .p-modal__speaker-position {
    font-size: 12px;
    line-height: 180%;
    margin-bottom: 12px;
  }
  .p-modal__speaker-bio {
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.36px;
  }
  /*===========================================================================*/
  /*  timetable  */
  /*===========================================================================*/
  .p-timetable {
    padding-top: 60px;
  }
  .p-timetable .p-timetable__inner {
    max-width: 100%;
  }
  .p-timetable .p-timetable__inner .p-timetable__icon {
    width: 131px;
    top: -25px;
    right: -22px;
  }
  .p-timetable {
    padding-bottom: 40px;
  }
  .p-timetable__content {
    margin-top: 25px;
    min-width: 750px;
    padding-bottom: 20px;
  }
  .p-timetable__time-column {
    width: 54px;
    min-height: 600px;
  }
  .p-timetable__time {
    font-size: 15px;
  }
  .p-timetable__time:nth-child(1) {
    top: 56px;
  }
  .p-timetable__time:nth-child(2) {
    top: calc(56px + (100% - 56px - 40px) * 1 / 8);
  }
  .p-timetable__time:nth-child(3) {
    top: calc(56px + (100% - 56px - 40px) * 2 / 8);
  }
  .p-timetable__time:nth-child(4) {
    top: calc(56px + (100% - 56px - 40px) * 3 / 8);
  }
  .p-timetable__time:nth-child(5) {
    top: calc(56px + (100% - 56px - 40px) * 4 / 8);
  }
  .p-timetable__time:nth-child(6) {
    top: calc(56px + (100% - 56px - 40px) * 5 / 8);
  }
  .p-timetable__time:nth-child(7) {
    top: calc(56px + (100% - 56px - 40px) * 6 / 8);
  }
  .p-timetable__time:nth-child(8) {
    top: calc(56px + (100% - 56px - 40px) * 7 / 8);
  }
  .p-timetable__time:nth-child(9) {
    top: calc(56px + (100% - 56px - 40px) * 8 / 8);
  }
  .p-timetable__stages {
    gap: 8px;
  }
  .p-timetable__stage-column {
    background: #FFF;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 6px;
    box-shadow: 8px 8px 15px 0 rgba(44, 22, 11, 0.1);
  }
  .p-timetable__stage {
    height: 38px;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 6px;
  }
  .p-timetable__sessions {
    padding: 0 6px 30px 6px;
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 3px, transparent 3px, transparent 6px);
    background-size: 100% 1px;
    background-position: 0 0, 0 calc((100% - 30px) * 1 / 8), 0 calc((100% - 30px) * 2 / 8), 0 calc((100% - 30px) * 3 / 8), 0 calc((100% - 30px) * 4 / 8), 0 calc((100% - 30px) * 5 / 8), 0 calc((100% - 30px) * 6 / 8), 0 calc((100% - 30px) * 7 / 8), 0 calc((100% - 30px) * 8 / 8);
    background-repeat: no-repeat;
  }
  .p-timetable__session {
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: absolute;
    left: 6px;
    right: 6px;
    z-index: 1;
    /* デフォルト: 40分 (13:00-17:00の240分基準) */
    height: calc((100% - 30px) * 40 / 240 - 8px);
  }

  .p-timetable__session.js-modal-open {
    background: #F6F9F3;
    cursor: pointer;
  }
  .p-timetable__session.js-modal-open:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }
  .p-timetable__session--coming {
    background: #E8F0E5;
    cursor: default;
    pointer-events: none;
  }

  /* Stage A: 13:05-13:45 (40分) */
  .p-timetable__session--time-1300 {
    top: calc((100% - 30px) * 5 / 240 + 4px);
    height: calc((100% - 30px) * 40 / 240 - 8px);
  }

  /* Stage B (B1): 13:55-14:40 (45分) */
  /* WorkShop (WS1): 13:55-15:05 (70分) */
  .p-timetable__session--time-1400 {
    top: calc((100% - 30px) * 55 / 240 + 4px);
    height: calc((100% - 30px) * 45 / 240 - 8px);
  }
  .p-timetable__session--time-1400.--1-5 {
    height: calc((100% - 30px) * 70 / 240 - 8px);
  }

  /* Stage A: 14:15-14:55 (40分) */
  .p-timetable__session--time-1410 {
    top: calc((100% - 30px) * 75 / 240 + 4px);
    height: calc((100% - 30px) * 40 / 240 - 8px);
  }

  /* Stage B (B2): 15:05-15:50 (45分) */
  .p-timetable__session--time-1510 {
    top: calc((100% - 30px) * 125 / 240 + 4px);
    height: calc((100% - 30px) * 45 / 240 - 8px);
  }

  /* WorkShop (WS2): 15:15-16:35 (80分) */
  .p-timetable__session--time-1600 {
    top: calc((100% - 30px) * 135 / 240 + 4px);
    height: calc((100% - 30px) * 40 / 240 - 8px);
  }
  .p-timetable__session--time-1600.--1-5 {
    height: calc((100% - 30px) * 80 / 240 - 8px);
  }

  /* Stage A: 16:00-16:40 (40分) */
  .p-timetable__session--time-1700 {
    top: calc((100% - 30px) * 180 / 240 + 4px);
    height: calc((100% - 30px) * 40 / 240 - 8px);
  }
  .p-timetable__session-tag {
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    font-size: 10px;
  }
  .p-timetable__session-title {
    font-size: 12px;
  }
  .p-access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-access__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-access__content-left {
    width: 100%;
  }
  .p-access__map {
    width: 100%;
    margin-top: 25px;
  }
  .p-access__map iframe {
    height: 202px;
    border-radius: 10px;
  }
  .p-access__info {
    width: 100%;
    margin-top: 15px;
  }
  .p-access__building {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .p-access__address {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  faq  */
  /*===========================================================================*/
  .p-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-faq__list {
    margin-top: 25px;
    gap: 10px;
  }
  .p-faq__item {
    border-radius: 12px;
  }
  .p-faq__question {
    padding: 12px 15px;
    align-items: flex-start;
  }
  .p-faq__question-text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.48px;
  }
  .p-faq__q {
    font-size: 21px;
    margin-top: 2px;
  }
  .p-faq__icon {
    width: 10px;
    height: 10px;
    margin-left: 15px;
    margin-top: 7px;
  }
  .p-faq__icon::before {
    width: 10px;
    height: 2px;
  }
  .p-faq__icon::after {
    width: 2px;
    height: 10px;
  }
  .p-faq__answer {
    padding: 0 15px;
  }
  .p-faq__answer-inner {
    padding: 12px 0 15px;
  }
  .p-faq__answer-inner p {
    font-size: 13px;
  }
  /*===========================================================================*/
  /*  session  */
  /*===========================================================================*/
  .p-session {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-session__title {
    font-size: 26px;
  }
  .p-session__content{
    margin-top: 24px;
    gap: 44px;
  }
  .p-session__content-item-title{
    font-size: 20px;
    padding-left: 14px;
  }
  .p-session__content-item-text{
    margin-top: 16px;
    font-size: 14px;
  }
  .p-session__content-item-media{
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 20px;
  }
  .p-session__content-item-image{
    border-radius: 15px;
    border: 1.255px solid #A0B53C;
  }
  .p-session__content-item-btn{
    margin-top: 12px;
  }
  .p-session__content-item-btn-link{
    width: 232px;
    height: 48px;
    font-size: 16px;
  }
  /*===========================================================================*/
  /*  application  */
  /*===========================================================================*/
  .p-application {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-application.--new {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-application .section-title {
    align-items: center;
  }
  .p-application .section-title .section-title__ja {
    padding-top: 37px;
  }
  .p-application .section-title .section-title__ja::before {
    height: 22px;
  }
  .p-application__form {
    margin-top: 20px;
  }
  .p-application__form #eh-root button {
    margin-top: 20px;
  }
  .p-application__banner {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .p-application .p-header__cta {
    margin-top: 20px;
  }

  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 60px;
    padding-bottom: 144px;
  }
  .p-footer__image {
    position: absolute;
    top: initial;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 473px;
    width: 473px;
  }
  .p-footer__logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 335px;
  }
  .p-footer__nav {
    margin-top: 20px;
  }
  .p-footer__nav-list {
    padding: 10px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__nav-item a {
    font-size: 10px;
  }
  .p-footer__cta {
    margin-top: 13px;
  }
  .p-footer__cta-btn {
    margin-left: auto;
    margin-right: auto;
    width: 111.446px;
    height: 31.842px;
    font-size: 10px;
  }
}

/*===========================================================================*/
/*  thanks  */
/*===========================================================================*/
.p-thanks {
  padding-top: 180px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #FFF 0%, #E2FFE7 100%);
}

.p-thanks__head {
  text-align: center;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
}

.p-thanks__head span {
  background: linear-gradient(90deg, #1D451B 0%, #BED206 50%, #1D451B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-thanks__txt {
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
}

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

.p-thanks__btn--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 194px;
  height: 48px;
  border-radius: 100vh;
  background-color: #242823;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.3s;
}

.p-thanks__btn--link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  .p-thanks {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .p-thanks__head {
    font-size: 34px;
    line-height: 1;
  }

  .p-thanks__txt {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }

  .p-thanks__btn {
    margin-top: 20px;
  }

  .p-thanks__btn--link {
    max-width: 120px;
    height: 34px;
    font-size: 10px;
  }
}


/*===========================================================================*/
/*  outline  */
/*===========================================================================*/
.p-outline {
  padding-top: 100px;
  padding-bottom: 52px;
  background: #FFF9F1;
  overflow: hidden;
}

.p-outline__inner{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.p-outline .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-outline .section-title__ja::before {
  content: none;
}

.p-outline__content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 0 32px;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.p-outline__content dl{
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}

.p-outline__content dl::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 102px;
  height: 1px;
  background: #357D2F;
}

.p-outline__content dt{
  width: 102px;
  color: #357D2F;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.p-outline__content dd{
  width: calc(100% - 102px);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-left: 10px;
}

.p-outline__image{
  display: block;
  margin-top: -40px;
}

@media (max-width: 900px) {
  .p-outline {
    padding-top: 60px;
    padding-bottom: calc(192px + 56px);
    position: relative;
    overflow: hidden;
  }

  .p-outline__image{
    width: 473px;
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-outline__inner{
    max-width: 520px;
  }

  .p-outline__content{
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5px;
    gap: 0;
  }

  .p-outline__content dl{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-outline__content dl:last-child{
    border-bottom: none;
  }

  .p-outline__content dl::before{
    width: 82px;
  }

  .p-outline__content dl:last-child::before{
    content: none;
  }

  .p-outline__content dt{
    width: 82px;
    font-size: 14px;
  }

  .p-outline__content dd{
    width: calc(100% - 82px);
    font-size: 14px;
    padding-left: 6px;
  }
}



.p-footer-new{
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}

.p-footer-new p{
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 900px) {
  .p-footer-new {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-footer-new p{
    font-size: 10px;
  }
}