@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* --- A (more) Modern CSS Reset (https://piccalil.li/blog/a-more-modern-css-reset/) --- */
*,*::before,*::after{box-sizing:border-box;}
*{margin:0;}
html{-webkit-text-size-adjust:100%;}
body{-webkit-font-smoothing:antialiased;}
img,picture,svg{display:block;max-width:100%;}
input,button,textarea,select{font:inherit;}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;}
ul,ol{list-style:none;padding-left:0;}
a{color:inherit;text-decoration:none;}
table{border-collapse:collapse;}

:root{
  /* --- color --- */
  --color-primary:#28BE94;
  --color-primary-dark:#1EA47D;
  --color-primary-light: #f4fcfa;
  --color-accent:#FF6F5E;
  --color-accent-dark:#F2543F;
  --color-gold:#FFBA36;
  --color-marker:#FFBA1E;
  --color-marker-soft:#FFDC9A;
  --color-blue:#0C9BDF;
  --color-white:#FFFFFF;
  --color-text:#333333;
  --color-border:#E1E8E4;

  /* --- font --- */
  --font-family-base:"Zen Kaku Gothic New","Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

  /* --- layout --- */
  --content-max-width:960px;
}

html{
  font-size:100%;
}
body{
  position:relative;
  width:100%;
  min-width:320px;
  background-color:var(--color-white);
  font-family:var(--font-family-base);
  font-size:16px;
  line-height:1.5;
  color:var(--color-text);
}
@media (max-width:812.98px){
  body{
    font-size:14px;
  }
}
a{
  transition:opacity .2s ease;
}
a:hover{
  opacity:.7;
}
@media (prefers-reduced-motion:no-preference){
  html{
    scroll-behavior:smooth;
  }
}
a:focus-visible,
button:focus-visible{
  outline:2px solid var(--color-blue);
  outline-offset:2px;
}


/* ==========================================================================
   Layout
   ========================================================================== */
.l-wrapper{
  overflow:hidden;
  width:100%;
  position: relative;
}

/* --------------------------------------------------------------------------
section FV start
-------------------------------------------------------------------------- */
.l-fv{
  position:relative;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color:var(--color-white);
  background-image:radial-gradient(#EAF9F5 5px,transparent 5px),radial-gradient(#EAF9F5 5px,transparent 5px);
  background-position: 0 0,18px 16.5px;
  background-size:36px 33px;
  overflow:hidden;
}
.l-fv__head{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 10px;
}
.l-fv__logo{
  width:120px;
}
.l-fv__logo img{
  width:100%;
  height:auto;
}
.l-fv__headCta {
    position: fixed;
    top: 10px;
    right: 10px;
}
.is-past-fv .l-fv__logo img{
  filter:none;
}
@media (min-width:813px){
  .l-fv{
    padding-top:20px;
    padding-bottom:111px;
  }
  .l-fv__head{
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:21px;
    padding-left:30px;
  }
  .l-fv__logo{
    width:160px;
    margin-top: 20px;
    filter: brightness(0) invert(1);
  }
  .l-fv__headCta {
      top: 30px;
      right: 20px;
  }
}
/* --------------------------------------------------------------------------
// section FV end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section リード文 start
-------------------------------------------------------------------------- */
.l-lead{
  position:relative;
  margin-top: 0px;
  overflow:hidden;
  padding-top:48px;
  padding-bottom:48px;
  background-color:var(--color-primary);
}
.l-lead::before{
  content:"";
  position:absolute;
  top: 50%;
  left:50%;
  width: 340vw;
  height: calc(100% - 25px);
  transform: translate(-50%,-50%);
  background-color:var(--color-white);
  border-radius: 50%;
}
.l-lead > *{
  position:relative;
  z-index:1;
}
@media (min-width:813px){
  .l-lead{
    padding-top:58px;
    padding-bottom:66px;
    margin-top: 0;
  }
  .l-lead::before{
    /* top:-18.63vw; */
    width: 90.19vw;
    height: 128vw;
  }
  .l-lead .p-lead__txt{
    width: min(100%, calc(90.19vw - 80px));
    margin-right: auto;
    margin-left: auto;
  }
}
/* --------------------------------------------------------------------------
// section リード文 end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section このような方におすすめです／プログラム／スピーカー／開催日 共通 start
-------------------------------------------------------------------------- */
.l-recommend,
.l-program,
.l-speaker,
.l-schedule{
  padding-top: 58px;
  padding-bottom: 0;
  background-color:var(--color-primary-light);
  /* color: #f4fcfa; */
}
.l-schedule{
  padding-bottom:64px;
}
@media (min-width:813px){
  .l-recommend,
  .l-program,
  .l-speaker,
  .l-schedule{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-recommend{
    padding-top:107px;
  }
  .l-schedule{
    padding-bottom:82px;
  }
}
/* --------------------------------------------------------------------------
// section このような方におすすめです／プログラム／スピーカー／開催日 共通 end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section 下部CTA start
-------------------------------------------------------------------------- */
.l-cvBottom{
  padding-top: 28px;
  padding-bottom: 28px;
  background-color:var(--color-accent);
}
.l-cvBottom__cta{
  display:flex;
  justify-content:center;
}
@media (min-width:813px){
  .l-cvBottom{
    padding-top: 79px;
    padding-bottom: 82px;
  }
}
/* --------------------------------------------------------------------------
// section 下部CTA end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section フッター start
-------------------------------------------------------------------------- */
.l-footer{
  padding-top:32px;
  padding-bottom:32px;
  background-color:var(--color-white);
  text-align:center;
}
.l-footer__logo{
  display:flex;
  justify-content:center;
  width:120px;
  margin-right:auto;
  margin-left:auto;
}
.l-footer__copyright{
  margin-top:16px;
  font-size:.75rem;
  color:#999999;
}
@media (min-width:813px){
  .l-footer{
    padding-top:48px;
    padding-bottom:48px;
  }
  .l-footer__logo{
    width:150px;
  }
}
/* --------------------------------------------------------------------------
// section フッター end
-------------------------------------------------------------------------- */


/* ==========================================================================
   Component
   ========================================================================== */
/* --------------------------------------------------------------------------
section c-container start
-------------------------------------------------------------------------- */
.c-container{
  width:100%;
  max-width:calc(var(--content-max-width) + 40px);
  /* margin-top: 70px; */
  margin-right:auto;
  margin-left:auto;
  padding-right:20px;
  padding-left:20px;
}
/* --------------------------------------------------------------------------
// section c-container end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section c-btn start
-------------------------------------------------------------------------- */
.c-btn{
  position:relative;
  /* overflow:hidden; */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:28px;
  padding-left:28px;
  border-radius:999px;
  font-size:1rem;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn.-primary{
  background-color:var(--color-accent);
  color:var(--color-white);
}
.c-btn.-outline{
  background-color:var(--color-white);
  color:var(--color-accent);
}
.c-btn.-lg::after{
  content:"";
  position:absolute;
  right:0;
  bottom: -3px;
  left:0;
  height: 30px;
  border-radius: 0 0 100px 100px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn.-lg.-primary::after{
  background-image: repeating-linear-gradient(90deg, rgb(255 111 93) 0 0px, transparent 3px 5px);
}
.c-btn.-lg.-outline::after{
  background-image: repeating-linear-gradient(90deg,var(--color-white)0 0px, transparent 3px 5px);
  height: 20px;
}
.c-btn.-sm{
  min-width:0;
  padding-top:8px;
  padding-bottom:8px;
  padding-right:18px;
  padding-left:18px;
  font-size:.8125rem;
  box-shadow:none;
}
.c-btn.-lg{
  min-width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}
.c-btn__arrow{
  position: absolute;
  right: calc(5%);
  top: calc(50% - 3px);
  height: 5px;
  width: 9px;
  border-bottom: 2px solid white;
  border-right: 3px solid white;
  transform: skew(20deg, 
20deg) rotate(-45deg); /* calc((90deg - 欲しい角度) / 2) */
  display: block;
}
.c-btn.-sm.-primary::after {
    background-image: repeating-linear-gradient(90deg, rgb(255 111 93) 0 0px, transparent 3px 6px);
}
.c-btn.-sm.-primary::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 17px;
    border-radius: 0 0 100px 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}
.c-btn:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    opacity: 1.0;
}
.c-btn.-lg:hover::after {
    bottom: -1px;
}
.c-btn.-sm.-primary:hover::after {
    bottom: -1px;
}

@media (min-width:813px){
  .c-btn.-sm{
    margin-top: -6px;
    min-width:200px;
    padding-top: 12px;
    padding-bottom:12px;
    padding-right:20px;
    padding-left:20px;
    font-size:.9375rem;
    letter-spacing: 0.1rem;
  }
  .c-btn.-lg{
    min-width:401px;
    padding: 22px 0;
    font-size: 1.875rem;
  }
  .c-btn.-lg.-outline{
    min-width:600px;
    padding: 42px 0;
  }
  .c-btn.-lg::after{
    bottom: -8px;
    height: 39px;
  }
  .c-btn.-lg.-outline::after{
    background-image: repeating-linear-gradient(90deg,var(--color-white) 0 4px,transparent 3px 8px);
    height: 60px;
  }
}
/* --------------------------------------------------------------------------
// section c-btn end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section c-badge start
-------------------------------------------------------------------------- */
.c-badge{
  display:inline-block;
  margin-right:auto;
  margin-left:auto;
  font-size: 1rem;
  font-weight:700;
  text-align:center;
}
.c-badge.-fill{
  position:relative;
  margin-top: 23px;
  padding-top: 7px;
  padding-bottom: 4px;
  padding-right: clamp(1px, calc(1px + 1vw), 5px);
  padding-left: clamp(1px, calc(1px + 0.5vw), 5px);
  background-color:var(--color-primary);
  color:var(--color-white);
  border-radius: 8px;
  line-height: 1.4;
}
.c-badge__em{
  font-size: 1.25rem;
  font-style:normal;
  font-weight:700;
}
.c-badge__em > span{
  position:relative;
  display:inline-block;
}
.c-badge__em > span::before{
    content: "";
    position: absolute;
    top: calc(1.5rem - 91%);
    left: 50%;
    width: .12em;
    height: .12em;
    border-radius: 50%;
    background-color: currentColor;
    transform: translateX(-50%);
}
.c-badge.-fill::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  width:0;
  height:0;
  margin-left: -7px;
  border-style:solid;
  border-width: 12px 10px 0 6px;
  border-color:var(--color-primary) transparent transparent transparent;
}
@media (min-width:813px){
  
  .c-badge__em{
    font-size: 1.5rem;
  }
  .c-badge__em > span::before{
      content: "";
      position: absolute;
      top: calc(1.5rem - 27%);
      left: 50%;
      width: .22em;
      height: .22em;
      border-radius: 50%;
      background-color: currentColor;
      transform: translateX(-50%);
  
  }
  .c-badge.-fill{
    display:flex;
    align-items: baseline;
    justify-content:center;
    height: 50px;
    padding-top:0;
    padding-bottom:0;
    padding-right:16px;
    padding-left:16px;
    font-size: 1.125rem;
    line-height: 2.4;
    white-space:nowrap;
    margin-top: 0;
  }
  .c-badge.-fill::after{
    border-width: 16px 10px 0 10px;
  }
}
/* --------------------------------------------------------------------------
// section c-badge end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section c-ribbonTtl start
-------------------------------------------------------------------------- */
.c-ribbonTtl{
  position:relative;
  display:inline-block;
  margin-top: -11px;
  /* margin-bottom:24px; */
  min-width: 298px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 6px;
  background-color:var(--color-primary);
  border-radius: 0;
  z-index: 10;
}
.c-ribbonTtl::before,
.c-ribbonTtl::after{
  content:"";
  position:absolute;
  top: 0px;
  width: 11px;
  height: 11px;
  background-color:var(--color-gold);
}
.c-ribbonTtl::before{
  right:100%;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}
.c-ribbonTtl::after{
  left:100%;
  clip-path:polygon(0 0,100% 100%,0 100%);
}
.c-ribbonTtl__txt{
  display:block;
  font-size: 1.375rem;
  font-weight:700;
  line-height:1.4;
  color:var(--color-white);
  white-space:nowrap;
}
@media (min-width:376px) and (max-width:812.98px){
  .c-ribbonTtl__txt{
    font-size: clamp(1.375rem, calc(17.7px + 1.144vw), 1.6875rem);
  }
}
@media (min-width:813px){
  .c-ribbonTtl{
    display:block;
    width:800px;
    max-width:100%;
    margin-top: -27px;
    margin-right:auto;
    margin-bottom:40px;
    margin-left:auto;
    padding-top:7px;
    padding-bottom:7px;
    padding-right:32px;
    padding-left:32px;
    border-radius:0;
  }
  .c-ribbonTtl__txt{
    font-size:1.6875rem;
  }
  .c-ribbonTtl::before,
  .c-ribbonTtl::after{
    width: 27px;
    height: 27px;
  }
}
/* --------------------------------------------------------------------------
// section c-ribbonTtl end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section c-card start
-------------------------------------------------------------------------- */
.c-card{
  position:relative;
  display:flow-root;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 38px;
  padding-right:20px;
  padding-left:20px;
  background-color:var(--color-white);
  border-radius:5px;
  box-shadow: 0 4px 20px rgb(39 190 147 / 36%);
  text-align:center;
}
@media (min-width:813px){
  .c-card{
    padding-top:0;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  border-radius:16px;
  }
}
/* --------------------------------------------------------------------------
// section c-card end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section c-pageTop start
-------------------------------------------------------------------------- */
.c-pageTop{
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 65px;
    height: 65px;
    margin-top:-92px;
    margin-bottom:32px;
    margin-right:21px;
    /* display: none; */
    z-index: 999;
}
@media (min-width:813px){
  .c-pageTop{
  }
}
.c-pageTop > a{
  display:flex;
  border-width:2px;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  background-color:var(--color-white);
  border:1px solid var(--color-primary);
  border-radius:50%;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
}
.c-pageTop > a > span {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 30px;
  border-radius: 9999px;
  background-color: var(--color-primary);;
}

.c-pageTop > a > span:before,
.c-pageTop > a > span:after {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(50% - 2px);
  width: 3px;
  height: 20px;
  border-radius: 9999px;
  background-color: var(--color-primary);;
  transform-origin: 50% 2px;
}

.c-pageTop > a > span:before {
  transform: rotate(25deg);
}

.c-pageTop > a > span:after {
  transform: rotate(-25deg);
}

/* --------------------------------------------------------------------------
// section c-pageTop end
-------------------------------------------------------------------------- */


/* ==========================================================================
   Project
   ========================================================================== */
/* --------------------------------------------------------------------------
section p-fvDeco(装飾) start
-------------------------------------------------------------------------- */
.p-fvDeco{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
.p-fvDeco__circle{
  position:absolute;
  display:block;
  border-radius:50%;
}
.p-fvDeco__circle.-orange{
  top:-60px;
  left:-60px;
  width:180px;
  height:180px;
  background-color:#FFBA36;
}
.p-fvDeco__circle.-mint{
  top:0;
  left:-40px;
  width:280px;
  height:280px;
  background-color:var(--color-primary);
  opacity:.9;
}
.p-fvDeco__circle.-mintRight{
  display:none;
  background-color:var(--color-primary);
}
.p-fvDeco__circle.-yellow{
  top:120px;
  right:-40px;
  width:120px;
  height:120px;
  background-color:#FFBA36;
}
.p-fvDeco__mascot{
  position:absolute;
  display:none;
}
@media (min-width:813px){
  .p-fvDeco__circle.-orange{
    top:88px;
    left:-46px;
    width:185px;
    height:185px;
  }
  .p-fvDeco__circle.-mint{
    top:-121px;
    left:-61px;
    width:316px;
    height:316px;
    opacity:1;
  }
  .p-fvDeco__circle.-yellow{
    top:440px;
    right:-56px;
    width:197px;
    height:197px;
  }
  .p-fvDeco__circle.-mintRight{
    display:block;
    top:520px;
    right:-64px;
    width:320px;
    height:320px;
  }
}
@media (min-width:1400px){
  .p-fvDeco__mascot{
    display:block;
  }
  .p-fvDeco__mascot.-left{
    top:349px;
    left:44px;
    width:179px;
    height:auto;
  }
  .p-fvDeco__mascot.-right{
    top:137px;
    right:64px;
    width:164px;
    height:auto;
  }
}
/* --------------------------------------------------------------------------
// section p-fvDeco(装飾) end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-fvCard start
-------------------------------------------------------------------------- */
.p-fvCard{
  position:relative;
  z-index:2;
  padding-top:32px;
  padding-bottom: 49px;
  padding-right: 10px;
  padding-left: 10px;
  background-color:var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-fvCard__badge{
  position:absolute;
  top: -12px;
  left:50%;
  justify-content:center;
  width: clamp(280px, calc(180px + 33vw), 600px);
  min-width: 280px;
  /* height: 64px; */
  transform:translateX(-50%);
  gap:12px;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  background: var(--color-white);
}
.p-fvCard__badge::before,
.p-fvCard__badge::after{
  content:"";
  position:absolute;
  top: -1px;
  width: 11px;
  height: 11px;
  background-color:var(--color-primary);
}
.p-fvCard__badge::before{
  right:100%;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}
.p-fvCard__badge::after{
  left:100%;
  clip-path:polygon(0 0,100% 100%,0 100%);
}
.p-fvCard__badge > img{
  width: 102px;
  height: auto;
  display: inline-block;
}
.p-fvCard__badgeTxt{
  font-size: 0.9375rem;
  font-weight:700;
  color:var(--color-primary);
}
.p-fvCard__ttl{
  font-feature-settings:"palt" 1;
  margin-top:16px;
  font-size: 2.125rem;
  font-weight:900;
  line-height: 1.25;
  letter-spacing: -0.08rem;
  color:var(--color-primary);
  white-space: nowrap;
}
.p-fvCard__ttlKern{
  margin-right:-.25em;
  margin-left:-.25em;
  font-size: inherit;
}
.p-fvCard__ttlMark{
  position:relative;
  display:inline-block;
  color:var(--color-primary);
  background-image:linear-gradient(var(--color-marker),var(--color-marker));
  background-repeat:no-repeat;
  background-position: 0 88%;
  background-size: 100% 24%;
  font-size: 2.5rem;
}
.p-fvCard__date{
  margin-top:0;
  font-size: 1.25rem;
  font-weight:700;
  letter-spacing:.02em;
}
.p-fvCard__dateNum{
  font-size: 1.875rem;
  letter-spacing:-.01em;
}
.p-fvCard__dateWeek{
  margin-left: 0.5rem;
}
.p-fvCard__note{
  margin-top: 12px;
  padding: 6px 15px;
  line-height: 1.1;
  border-top: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  font-size: 1.125rem;
  font-weight:700;
}
.p-fvCard__cta{
  position:absolute;
  right:0;
  bottom: -26px;
  left: 50%;
  margin-top:0;
  display:flex;
  justify-content:center;
  transform: translateX(-50%);
}
@media (min-width:375px) and (max-width:812.98px){
  .p-fvCard__badgeTxt{
    font-size: clamp(15px, calc(10.71px + 1.144vw), 20px);
  }
  /* .p-fvCard__ttl{
    font-size: clamp(34px, calc(11.65px + 5.95vw), 60px);
  } */
  .p-fvCard__ttl{
    font-size: clamp(2.225rem, -0.8421rem + 10.5263vw, 4.5rem);
  }
  /* .p-fvCard__ttlMark{
    font-size: clamp(40px, calc(12.51px + 7.32vw), 72px);
  } */
.p-fvCard__ttlMark{
    font-size: clamp(2.225rem, -0.8421rem + 10.5263vw, 4.5rem);
  }

  .p-fvCard__date{
    font-size: clamp(20px, calc(6.24px + 3.66vw), 36px);
  }
  .p-fvCard__dateNum{
    font-size: clamp(30px, calc(12.82px + 4.576vw), 50px);
  }
  .p-fvCard__note{
    font-size: clamp(18px, calc(16.28px + 0.458vw), 20px);
  }
}
@media (min-width:813px){
  .p-fvCard{
    border-width:8px;
    border-radius:40px;
    margin-top: 82px;
    padding-top: 62px;
    padding-bottom:66px;
    padding-right:64px;
    padding-left:64px;
  }
  .p-fvCard__badge{
    position:absolute;
    top: -40px;
    left:50%;
    justify-content:center;
    width: 380px;
    height: 64px;
    transform:translateX(-50%);
    gap:12px;
    padding-top:0;
    padding-bottom:0;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 0px 0px 10px 10px;
  }
  .p-fvCard__badge::before,
  .p-fvCard__badge::after{
    top: -1px;
    width: 33px;
    height: 33px;
  }
  .p-fvCard__badge::before{
    right:100%;
    clip-path:polygon(100% 0,100% 100%,0 100%);
  }
  .p-fvCard__badge::after{
    left:100%;
    clip-path:polygon(0 0,100% 100%,0 100%);
  }
  .p-fvCard__badge > img{
    width:135px;
  }
  .p-fvCard__badgeTxt{
    font-size: 1.25rem;
  }
  .p-fvCard__ttl{
    margin-top: 16px;
    margin-bottom:0;
    font-size: 3.4375rem;
    line-height: 1.31;
    width: 100%;
    letter-spacing: 0;
  }
  .p-fvCard__ttlKern{
    font-size: 3.4375rem;
  }
  .p-fvCard__ttlMark{
    font-size: 4.125rem;
  }
  .p-fvCard__date{
    margin-top: 14px;
    font-size: 2.25rem;
    line-height:1;
    letter-spacing: 0.1rem;
  }
  .p-fvCard__note{
    display:inline-block;
    width:220px;
    margin-top: 23px;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 1.1;
    border-top: 2px solid var(--color-text);
    border-bottom: 2px solid var(--color-text);
    font-size:1.25rem;
  }
  /* CTAはカード下端をまたぐ（デザイン実測: ボタン中心 y=600 = カード下端） */
  .p-fvCard__cta{
    position:absolute;
    right:0;
    bottom: -40px;
    left: 34px;
    margin-top:0;
    transform: none;
  }
  .p-fvCard__dateNum{
    font-size: 3.125rem;
    letter-spacing:-.01em;
  }
  .p-fvCard__dateWeek{
    font-size: 1.625rem;
  }
}
/* --------------------------------------------------------------------------
// section p-fvCard end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-heroSpeakers start
-------------------------------------------------------------------------- */
.p-heroSpeakers{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:16px;
  margin-top: 6px;
}
.p-heroSpeakers__item{
  position:relative;
  width: 34.6vw;
}
.p-heroSpeakers__photo{
  width:100%;
  height:auto;
}
.p-heroSpeakers__label{
  position:absolute;
  right:0;
  bottom: -9px;
  left:0;
  display:flex;
  flex-direction:column;
  align-items: center;
  padding-top:2px;
  padding-bottom:2px;
  /* background-color:rgba(0,0,0,.78); */
  /* border-radius:4px; */
  color:var(--color-white);
}
.p-heroSpeakers__name{
  font-size:.75rem;
  font-weight:700;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, .78);
  padding: 1px 2px;
}
.p-heroSpeakers__nameText{
  display:inline-block;
}
.p-heroSpeakers__honorific {
  font-size: clamp(.75rem, calc(0.4px + 2.288vw), 1.375rem);
}
.p-heroSpeakers__role{
  font-size:.6875rem;
  font-weight:700;
  line-height: 1.1;
  background-color: rgba(0, 0, 0, .78);
  padding: 0px 0px 1px;
}
@media (min-width:376px) and (max-width:812.98px){
  .p-heroSpeakers__name{
    font-size: clamp(.75rem, calc(3.4px + 2.288vw), 1.375rem);
  }
  .p-heroSpeakers__role{
    font-size: clamp(.6875rem, calc(4.98px + 1.602vw), 1.125rem);
  }
}
@media (min-width:813px){
  .p-heroSpeakers{
    position:absolute;
    right:0;
    bottom: -8px;
    left:0;
    gap:0;
    margin-top:0;
    pointer-events:none;
  }
  .p-heroSpeakers__item{
    position:absolute;
  }
  .p-heroSpeakers__item.-left{
    bottom: 0;
    left: -38px;
    width: 230px;
  }
  .p-heroSpeakers__item.-right{
    right: -38px;
    bottom: 0px;
    width: 216px;
  }
  .p-heroSpeakers__label{
    bottom: 20px;
  }
  .p-heroSpeakers__item.-left .p-heroSpeakers__label{
    right: -46px;
    left:auto;
    align-items: flex-start;
  }
  .p-heroSpeakers__item.-right .p-heroSpeakers__label{
    right:auto;
    left: -41px;
    align-items: flex-end;
  }
  .p-heroSpeakers__name{
    font-size: 1.375rem;
    padding: 1px 5px;
  }
  .p-heroSpeakers__honorific{
    font-size: 1.0625rem;
  }
  .p-heroSpeakers__role{
    font-size: 1.125rem;
    padding: 0px 5px 1px;
  }
}
@media (min-width:813px) and (max-width:999.98px){
  .p-heroSpeakers__item.-left{
    width: clamp(180px, calc( -37px + 26.7vw), 230px);
  }
  .p-heroSpeakers__item.-right{
    width: clamp(170px, calc( -17px + 23.1vw), 216px);
  }
}
/* --------------------------------------------------------------------------
// section p-heroSpeakers end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-lead start
-------------------------------------------------------------------------- */
.p-lead__txt{
  font-size: 1.125rem;
  line-height:2;
  text-align: left;
  line-height: 1.43;
}
.p-lead__mark{
  background-color:var(--color-marker-soft);
  color:var(--color-text);
  font-weight:700;
  vertical-align: text-bottom;
}
@media (min-width:813px){
  .p-lead__txt{
    line-height: 1.84;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0rem;
  }
}
/* --------------------------------------------------------------------------
// section p-lead end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-recommend start
-------------------------------------------------------------------------- */
.p-recommend__list{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-top: 20px;
}
.p-recommend__item{
  display:flex;
  flex-direction:column;
  align-items: center;
}
.p-recommend__icon{
  width: 30px;
  height: 30px;
}
.p-recommend__txt{
  margin-top:8px;
  font-size: 1.25rem;
  font-weight:700;
  line-height:1.49;
  white-space: nowrap;
}
@media (min-width:813px){
  .p-recommend__list{
    flex-direction:row;
    justify-content:center;
    gap:40px;
  }
  .p-recommend__item{
    width:280px;
  }
  .p-recommend__icon{
    width: 45px;
    height: 40px;
  }
  .p-recommend__txt{
    margin-top: 13px;
    line-height: 1.84;
    letter-spacing: 0.1rem;
  }
}
@media (max-width:960px){
  .p-recommend__list{
    flex-direction:column;
  }
  .p-recommend__item{
    width:100%;
  }
}
/* --------------------------------------------------------------------------
// section p-recommend end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-program start
-------------------------------------------------------------------------- */
.p-program__list{
  text-align:left;
  display: flex;
  gap: 0px;
  flex-direction: column;
  margin-top: 2px;
}
.p-program__item{
  display:flex;
  gap: 13px;
  align-items: center;
  flex-direction: column;
}
.p-program__num{
  position:relative;
  flex-shrink:0;
  width: auto;
  /* padding-right:16px; */
  font-size: 2.25rem;
  font-weight:700;
  /* font-style:italic; */
  color:var(--color-gold);
  text-align:center;
  white-space:nowrap;
}
.p-program__num::after{
  content:"";
  position:absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color:var(--color-gold);
}
.p-program__ttl{
  font-size: 1.25rem;
  font-weight:700;
  line-height: 1.5;
}
.p-program__desc{
  font-size: 1.0625rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.p-program__body {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (min-width:813px){
  .p-program__list{
  gap: 30px;
  }
  .p-program__item{
    gap: 50px;
    flex-direction: row;
  }
  .p-program__num{
    width: 50px;
    padding-right: 0;
    font-size: 2.25rem;
    line-height: 1.3;
  }
  .p-program__num::after{
    top:0;
    right: -20px;
    width:2px;
    height:48px;
  }
  .p-program__ttl{
    font-size:1.1875rem;
    line-height:1.4;
  }
  .p-program__desc{
    margin-top:2px;
    font-size:.9375rem;
    line-height:1.4;
  }
  .p-program__body {
      width: auto;
  }
}
/* --------------------------------------------------------------------------
// section p-program end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-speaker start
-------------------------------------------------------------------------- */
.p-speaker__list{
  display:flex;
  flex-direction:column;
  gap: 17px;
  text-align:left;
  margin-top: -5px;
}
.p-speaker__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 10px;
}
.p-speaker__photo{
  flex-shrink:0;
  width: 70vw;
  max-width: 400px;
  height:auto;
}
.p-speaker__name{
  font-size: 1.625rem;
  font-weight:700;
  color:var(--color-primary);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-speaker__nameText{
  display:inline-block;
}
.p-speaker__honorific{
  font-size: 1.0625rem;
}
.p-speaker__kana{
  /* margin-left:8px; */
  font-size: 0.875rem;
  font-weight:400;
  color: #000000;
}
.p-speaker__role{
  margin-top: 9px;
  font-size: 1.125rem;
  font-weight:700;
  color: var(--color-text);
  text-align: center;
  display: block;
}
.p-speaker__desc{
  margin-top: 14px;
  font-size: 1.0rem;
  line-height: 1.51;
  letter-spacing: 0.025rem;
  word-break: normal;
}
@media (min-width:813px){
  .p-speaker__item.-reverse .p-speaker__name,
  .p-speaker__item.-reverse .p-speaker__role{
      text-align: right;
  }
}
@media (min-width:813px){
  .p-speaker__list{
    gap:45px;
    margin-top: -8px;
    margin-bottom: -15px;
  }
  .p-speaker__item{
    flex-direction: row;
    align-items: center;
    gap:24px;
  }
  .p-speaker__item.-reverse{
    flex-direction:row-reverse;
  }
  .p-speaker__photo{
    width: 230px;
    margin-left: 12px;
  }
  .p-speaker__item.-reverse .p-speaker__photo{
    margin-right: 0px;
    margin-left:0;
  }
  .p-speaker__name{
    font-size: 1.625rem;
    line-height: 1;
    text-align: left;
  }
  .p-speaker__role{
    display: block;
    font-size:1rem;
    margin-top: 13px;
    text-align: left;
  }
  .p-speaker__kana{
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .p-speaker__desc{
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 18px;
  }
}
/* --------------------------------------------------------------------------
// section p-speaker end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section p-schedule start
-------------------------------------------------------------------------- */
.p-schedule__list{
  text-align: center;
  padding: 0;
  margin-top: 14px;
}
.p-schedule__row{
  display:flex;
  flex-direction:column;
  padding-top:16px;
  padding-bottom:16px;
  border-bottom: 1px solid var(--color-text);
}
.p-schedule__row:first-child{
  padding-top:0;
}
.p-schedule__th{
  width:100%;
  margin-bottom:4px;
  font-size: 1.125rem;
  font-weight:700;
  color:var(--color-text);
}
.p-schedule__td{
  font-size: 1.125rem;
  line-height: 1.335;
}
.p-schedule__row:nth-child(6) .p-schedule__td, .p-schedule__row:nth-child(7) .p-schedule__td {
    text-align: left;
    text-indent: 1em;
    line-height: 1.52;
}
.p-schedule__venue{
  margin-bottom:4px;
  font-weight:700;
  text-align: center;
  display: block;
  line-height: 1.2;
}
.p-schedule__td > p {
    text-indent: initial;
}
.p-schedule__map{
  margin-top:16px;
  border-radius:8px;
  overflow:hidden;
}
.p-schedule__map > iframe{
  display:block;
  width:100%;
  height: 220px;
  border:0;
}
@media (min-width:813px){
  .p-schedule__list{
    text-align:left;
    padding: 0 10px;
  }
  .p-schedule__row{
    flex-direction:row;
  }
  .p-schedule__th{
    width: 175px;
    flex-shrink:0;
    margin-left: 25px;
    margin-bottom:0;
    font-size:1.125rem;
  }
  .p-schedule__td{
    font-size: 1.125rem;
    line-height:1.6;
  }
  .p-schedule__row:nth-child(6) .p-schedule__td, .p-schedule__row:nth-child(7) .p-schedule__td {
      text-align: left;
      text-indent: 0;
  }
  .p-schedule__row{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-schedule__venue{
    text-align: left;
    display: inline;
  }
  .p-schedule__map > iframe{
    height:500px;
  }
}
/* --------------------------------------------------------------------------
// section p-schedule end
-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
section NOREN footer start
-------------------------------------------------------------------------- */
#footer2{
  border-top:2px solid #ccc;
  padding:30px 0 0;
  background-color:var(--color-white);
  text-align:center;
}
#footer2 .footer-logo{
  width:120px;
  margin:0 auto 20px;
}
#footer2 .footer-logo img{
  width:100%;
  height:auto;
}
#footer2 .flex_bet{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
#footer2 .flex_bet ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding:0 0 16px;
  list-style:none;
}
#footer2 .flex_bet li{
  position:relative;
  padding:0 14px;
  font-size:.75rem;
}
#footer2 .flex_bet li:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:0;
  width:1px;
  height:10px;
  background-color:#666;
  transform:translateY(-50%);
}
#footer2 .flex_bet a{
  color:var(--color-text);
}
#footer2 #copyright{
  display:block;
  padding-bottom:10px;
  color:var(--color-text);
  font-size:.875rem;
}
@media (max-width:812.98px){
  #footer2 .flex_bet li{
    padding-bottom:8px;
  }
}
/* --------------------------------------------------------------------------
// section NOREN footer end
-------------------------------------------------------------------------- */


/* ==========================================================================
   Utility
   ========================================================================== */
.u-pc{
  display:none !important;
}
.u-sp{
  display:block !important;
}
@media (min-width:813px){
  .u-pc{
    display:block !important;
  }
  .u-sp{
    display:none !important;
  }
}