@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');




/* base ******************************************************************************/

body{
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:#202429;
font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
font-weight: 500;
font-size: 16px;
font-feature-settings: "palt";
line-height: 1.8;
overflow-wrap: break-word;
background: none;
position:relative;
}

header,
footer{
font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


footer{
margin-top:0 !important;
z-index:10;
}


.container {
width: 100%;
position:relative;
/*background: linear-gradient(90deg, rgba(234, 249, 252, 1) 0%, rgba(247, 239, 247, 1) 100%);*/
background: linear-gradient(90deg, rgba(227, 241, 243, 1) 0%, rgba(237, 230, 237, 1) 100%);
}


.container:before{
content:"";
position:absolute;
position:fixed;
top:0;
left:0;
background:url(/info/event/pksha/202603/media/img_mainvisual.png) center top no-repeat;
width:100%;
height:100%;
background-size:cover;
}


.container:after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/pksha/202603/media/img_parts_bg.png) left top no-repeat;
background-size:cover;
/*animation: fade-expansion 8s ease-out infinite;*/
}


@keyframes fade-expansion{
0% {
opacity: 1;
transform:scale(1);
}
25% {
opacity: 1;
transform:scale(1);
}
50% {
opacity: 0;
transform:scale(1.05);
}
85% {
opacity: 1;
transform:scale(1);
}
100% {
opacity: 1;
transform:scale(1);
}
}



.container-fluid {
max-width: 1000px;
margin: 0 auto;
padding:0;
background:transparent;
position:relative;
z-index:1000;
}



#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}


.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 0.5s;
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}




/* header ******************************************************************************/


.event-header{
width:100%;
padding:5% 10% 3%;
position:relative;
z-index:10;
}

/*.event-header::before{
content:"";
position:absolute;
top:0;
right:0;
background:url(/info/event/pksha/202603/media/img_mainvisual.png) right top no-repeat;
width:100%;
height:100%;
}*/


.event-header .header-inner{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width:fit-content;
border-radius:30px;
font-feature-settings: "palt" 1;
max-width:1350px;
margin:0 auto;
z-index:1000;
}


.event-header h1{
display: block;
position: relative;
font-size:clamp(2.5rem, 1.167rem + 3.33vw, 4.5rem);
line-height: 1.4;
padding-bottom:15px;
text-align:center;
}


.event-header h1 .sub-ttl{
display: block;
margin: 16px 0 24px;
font-size:clamp(1.25rem, 0.75rem + 1.25vw, 2rem);
width:fit-content;
position:relative;
/*opacity:0;
animation: fade 0.8s ease-out 0.2s forwards;*/
}

.event-header h1 .sub-ttl::before{
content:"";
position:absolute;
bottom:-7px;
left:0;
background-color:#444;
width:0;
height:1px;
animation: line 0.5s linear 0.5s forwards;
}


/*.event-header h1 .main-ttl{
opacity:0;
animation: fade 0.8s ease-out 0.5s forwards;
}*/


.event-header .event-date{
position: relative;
color: #fff;
font-size:clamp(1.25rem, 0.75rem + 1.25vw, 2rem);
margin:20px auto;
padding:0 30px 5px;
line-height:1.2;
width:fit-content;
}

.event-header .event-date span{
margin:0 5px;
font-weight:bold;
position: relative;
z-index:10;
}

.event-header .event-date strong{
font-size:180%;
margin:0 3px;
}

.event-header .event-date small{
font-size:70%;
}

.event-header .event-date:before{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
/*background-color:#b883e4;*/
background-color:#0dacfe;
/*box-shadow:0 1px 2px #fff;*/
transform:skew(-20deg);
animation: line 0.5s linear 1s forwards;
z-index:-1;
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes line{
0%{
width:0;
}
100%{
width:100%;
}
}



  /* パーティクルを重ねるコンテナを相対配置に */
  .event-header { position: relative; overflow: hidden; }

  /* 粒子レイヤーは全面に広げて裏側へ */
  .event-header .pk-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; /* クリック等を素通り */
  }

  /* ヘッダーのテキスト群は前面に */
  .event-header .header-inner {
    position: relative;
    z-index: 1;
  }






/* summary ******************************************************************************/

.event-summary{
position:relative;
z-index:10;
}

.summary-inner{
margin:0 auto;
padding:36px;
text-align:left;
max-width:1350px;
position:relative;
}

.summary-inner::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient(90deg, rgba(234, 249, 252, .6) 25%, rgba(247, 239, 247, .6) 50%, rgba(234, 249, 252, .6) 100%);
/*box-shadow:0 10px 10px -5px #666;*/
}

.summary-inner p {
margin-bottom:15px;
font-size: 1rem;
line-height: 1.5;
position:relative;
z-index:1001;
}

.summary-inner p.head{
font-size:180%;
font-weight:bold;
margin-bottom:20px;
padding-bottom:10px;
/*border-bottom:1px solid #050505;*/
}


/* h2 ******************************************************************************/

h2{
margin: 35px auto;
padding:0;
font-size:clamp(2.75rem, 1.583rem + 2.92vw, 4.5rem);
font-weight:bold;
font-feature-settings: "palt";
line-height: 1.8;
text-align:center;
width:fit-content;
position:relative;
z-index:100;
}

h2 span{
margin:10px auto 0;
/*border-top:1px dotted #444;
border-bottom:1px dotted #444;*/
font-size:40%;
width:fit-content;
display:block;
position:relative;
}

h2 span::before{
content:"";
position:absolute;
top:-15px;
left:calc(50% - 20px);
width:40px;
height:14px;
background-color:#0dacfe;
transform:skew(-15deg);
}




/* 開催概要 ******************************************************************************/


.event-outline{
position:relative;
padding:0;
}

.event-outline::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}

.information {
max-width:1000px;
margin:0 auto;
padding:20px 0;
position:relative;
z-index:100;
}

.information dl{
font-size:1rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
/*background: linear-gradient(90deg, rgba(234, 249, 252, .6) 25%, rgba(247, 239, 247, .6) 50%, rgba(234, 249, 252, .6) 100%);*/
background-color:#fff;
box-shadow:0 10px 10px -5px #666;
border:1px solid #444;
}

.information dt,
.information dd{
text-align:left;
margin:0;
padding:20px;
color:#151515;
}


.information dt{
width:20%;
border-right:1px solid #444;
border-bottom:1px solid #444;
font-weight:normal;
float:none !important;
position:relative;
}
.information dd{
border-bottom:1px solid #444;
width:80%;
}
.information dt:last-of-type,
.information dd:last-of-type{
border-bottom:none;
}


.event-outline .notice{
text-align:center;
font-size:0.9rem;
margin:0 auto 40px;
position:relative;
z-index:1000;
}





/* 講演内容 ******************************************************************************/


.event-session{
padding:0;
position:relative;
}

.session-program{
margin:20px auto;
position:relative;
z-index:10;
}


.session-program .session-frame{
background-color:#fff;
border-radius:10px;
border:1px solid #444;
margin:40px auto;
padding:24px 36px 36px;
box-shadow: 0 10px 10px -5px #666;
}


.session-program .session-label{
background-color:#e3005b;
color:#fff;
margin:10px 0;
padding:10px;
font-size:1.125rem;
text-align:left;
width:fit-content;
}



.session-program .session-time{
margin:0 auto;
text-align:left;
font-size:1.5rem;
padding:0;
border-bottom:1px solid #444;
width:fit-content;
position:relative;
}

.session-program .session-speaker{
text-align:center;
font-size:1.5rem;
border-top:1px solid #444;
border-bottom:1px solid #444;
padding:5px 0;
}


.session-program .session-title {
margin: 0;
padding: 10px 0;
font-size:clamp(1.5rem, 0.833rem + 1.67vw, 2.5rem);
font-weight:bold;
line-height:1.5;
font-feature-settings: "palt" 1;
position:relative;
}



.session-program .session-title span {
display: block;
margin: 15px auto;
font-size: 70%;
font-weight:bold;
text-align:center;
border-radius:30px;
box-shadow:0 10px 10px -5px #ccc;
}


.session-program .session-summary {
letter-spacing: 0;
font-size:1rem;
padding:20px 0 45px;
color:#444;
line-height:1.6;
}

.session-program .session_profile {
margin:0;
padding: 0;
clear: both;
font-size:1.25rem;
display:flex;
flex-shrink: 0;
overflow: hidden;
}



.session-program .profile_thumb {
margin: 0 25px 20px 10px;
flex-shrink: 0;
width:180px;
position:relative;
z-index:1;
}


.session-program .profile_thumb img{
border-radius:10px;
width:180px;
object-fit: cover;
box-shadow:0 10px 10px -5px #999;
display:block;
}

.session-program .profile_name {
margin:0;
line-height: 1.5;
font-size:1rem;
}

.session-program .profile_name strong{
font-size:130%;
padding-top:4px;
display:block;
}

.session-program .profile_name .profile_accordion {
margin: 0;
line-height: 1.6;
}

.session-program .profile_name .js-profile-trigger{
position: relative;
display: inline-block;
font-size:0.9rem;
font-weight:normal;
margin:10px 0 0 0;
padding:1px 20px;
border:1px solid #050505;
cursor: pointer;
width:fit-content;
font-feature-settings:"palt";
}
.session-program .profile_name .js-profile-trigger:hover{
border:1px solid #050505;
background-color:#f0f0f0;
transition:0.3s;
}

.session-program .profile_name .js-profile-detail{
padding-top: 10px;
padding-bottom:20px;
font-size:0.9rem;
font-weight:normal;
line-height:1.6;
color:#888;
display:block;
position:relative;
}


.event-session .notice{
text-align:center;
font-size:0.9rem;
position:relative;
z-index:1000;
}



/* 参加特典 ******************************************************************************/


.benefits-area{
color:#151515;
margin:8% auto 0;
padding:70px 30px 20px;
max-width:1200px;
background-color:#fff;
box-sizing:border-box;
border-radius:15px;
border:3px solid #444;
line-height:1.5;
position:relative;
z-index:1000;
}

.benefits-area::before{
content:"参加特典";
position:absolute;
top:-60px;
left:calc(50% - 60px);
width:120px;
height:120px;
line-height:120px;
border:3px solid #444;
border-radius:50%;
background-color:#fc5a38;
color:#fff;
text-align:center;
font-size:1.25rem;
font-weight:bold;
}


.benefits-area p{
margin:20px 15px;
font-size:0.9rem;
}

.benefits-area p strong{
margin:0 auto;
font-size:130%;
text-align:center;
line-height:1.4;
display:block;
}
.benefits-area p strong span{
color:#fc5a38;
}

.benefits-area p a{
color:#2e69ff;
font-weight:bold;
}




/* 参加申し込み ******************************************************************************/

.event-entry{
position:relative;
padding:30px 0;
}

.privacy-note {
max-width:1000px;
margin:60px auto;
padding: 30px;
background-color:#fff;
color:#151515;
font-size: 12px;
text-align:left;
/*border:1px solid #ccc;*/
/*border-radius:15px;*/
position:relative;
z-index:10;
}

.privacy-note dt{
width:100%;
}
.privacy-note dd{
width:100%;
margin:10px 0 !important;
}


.privacy-note dl dd a{
color:#2e69ff;
font-weight:bold;
}



/*btn default setting*/


.btn-register {
width: 100%;
margin: 0 auto;
padding:0;
text-align:center;
position:relative;
z-index:10;
}

.btn-register-head{
width:100%;
margin:20px auto;
position:relative;
bottom:30%;
opacity:0;
animation: fade 0.5s linear 0.5s forwards;
z-index:100;
}



.btn {
  display: inline-block;
  box-sizing: border-box;
  margin: 40px auto;
  padding: 15px;
  font-weight: bold;
  line-height: 20px;
  background-color: #050505;
  text-align: center;
  color: #fff !important;
  border-radius: 10px;
  transition: 0.3s;
  display: block;
  box-shadow: 0 10px 10px -5px #a0a0a0;
  position: relative; /* 矢印の絶対配置の基準 */
  z-index: 100;
}


.btn:hover,
.btn-register-head .btn:hover{
background:#ff3d14;
color: #fff !important;
box-shadow:0 25px 25px -15px #a0a0a0;
}

.btn span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size:1.25rem;
margin:0 auto;
width:fit-content;
position:relative;
}

.btn-style{
max-width:450px;
height: 70px;
display:block;
}
/*.btn-register-head .btn-style{
width: 100%;
height: 50px;
margin:10px auto;
padding:0 45px;
}
.btn-register-head .btn{
background:#1868db;
}*/


.btn::after {
  content: "▶";
  position: absolute;
  right: 20px;         /* 右端の余白（デザインに合わせて調整可） */
  top: 50%;
  transform: translateY(-50%) translateX(0);
  font-size: 0.8rem;
  line-height: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}



/* ▼ ホバー時に矢印を少し右へスライド */
.btn:hover::after,
.btn-register-head .btn:hover::after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}





/* スポンサー ******************************************************************************/


.event-sponsor {
margin:0 auto;
padding:30px 0;
background-color:#fff;
position:relative;
z-index:10;
}



.event-sponsor h3 {
margin: 20px auto;
padding:10px 5px;
text-align: center;
color: #151515; 
border-top:1px solid #151515;
border-bottom:1px solid #151515;
font-size: 1.25rem;
font-weight:normal;
width:fit-content;
}

.event-sponsor ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin:0 auto;
}

.event-sponsor li {
width: 24%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color:#fff;
border-radius:20px;
/*box-shadow:0 0 20px #d5d5d5;*/
margin:0 15px;
padding:0;
}

.event-sponsor li a{
display:block;
}


.privacy-area {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 16px;
    height: 150px;
    overflow: auto;
}
.privacy-area p.content {
    font-size: 80%;
    margin: 15px auto;
    text-align: center;
}
.privacy-area p {
    font-size: 50%;
    line-height: 2.0;
}



/* お問い合わせ ******************************************************************************/

.event-inquiry{
text-align:center;
padding:0 0 45px;
background:rgba(0,0,0,0.75);
border-top:1px solid #ccc;
position:relative;
z-index:1000;
}

.event-inquiry h2,
.event-inquiry h2 span{
color:#fff;
}

.event-inquiry p{
margin:10px 0 0 0;
color:#fff;
position:relative;
z-index:10 !important;

}

.event-inquiry p a{
color:#2e69ff;
font-weight:bold;
}

footer{
margin-top:0;
position:relative;
z-index:10;
}


/* 追従 banner */

.banner-follow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* フワッと表示 */
}

.banner-follow.is-show {
  opacity: 1;
  visibility: visible;
}

.banner-follow img{
box-shadow:0 15px 15px -10px #444;
box-sizing:border-box;
/*border:6px solid #1868db;*/
border-radius:30px;
position: relative;
}

.banner-follow img:hover{
transform:translateY(-10px);
transition:0.3s;
}




/************************************** 

responsive 

**************************************/


@media (max-width: 960px) {


.event-header{
padding:5%;
}


.event-summary{
margin:10px;
}


.information{
display:block;
margin:0 10px;
}


.session-program{
padding:0 15px;
}


.benefits-area{
margin:8% 15px 0;
}



}





@media (max-width: 640px) {


.container-fluid{
margin: 0;
}


.event-header{
padding:3%;
}

.summary-inner{
padding:15px;
}




.information dt{
width:100%;
border-right:none;
background-color:#f7f7f7;
position:relative;
}
.information dd{
width:100%;
}

.btn-register{
width:90%;
}


h2{
margin:0 auto;
}




.session-program .session-frame{
padding:10px;
}

.session-program .session-label{
font-size:0.9rem;
}

.session-program .profile_thumb,
.session-program .profile_thumb img{
width:100px;
}

.session-program .profile_name{
font-size:0.9rem;
}

.session-program .session-summary{
padding:20px 0;
}


.benefits-area{
padding:45px 15px 15px;
}


.event-sponsor li{
width:100%;
margin:0 auto;
}





}




/* webinar video page */

.movie_title {
    display: block;
    height: auto;
    padding: 40px 24px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0;}

.webinar-video-area {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
}

.video {
  width: 100%;
  margin-bottom: 24px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slido {
    width: 29%;
    height: 480px;
  margin-bottom: 24px;
}

.enquete-after {
  margin: 24px 0 80px;
}
.enquete-after a {font-size: 1.25rem; line-height: 1.5;}










