@charset "utf-8";

body{
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", Meiryo, メイリオ, "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:100%;
    line-height: 1.8;
    margin:0;
}


.header{
    display:flex;
    background-color:#fff;
}

.header_smbiz{
    width: 300px;
    display: block;
    margin:10px;
}

.header_smbiz img{
    max-width:100%;
}


.footerBody{
    background: #FFF;
    color: #999;
    padding: 15px 0;
}

.footer_copy {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}


.container {
width: 100%;
position:relative;
}

.event-wrapper{
    position:relative;
}
.event-wrapper::before{
    content:"";
    position: fixed;
    top:0;
    left:0;
    background:url(/smbiz/event/unipos/202508/img/img_background.png) center top no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:-1;
}

.inner {
max-width: 900px;
margin: 0 auto;
color:#353535;
}


/* 企画広告 ******************************************************************************/

.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


/* header ******************************************************************************/


.event-header{
width:100%;
position:relative;
z-index:1;
}

.event-header::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/smbiz/event/unipos/202508/img/header_background.png) center top no-repeat;
    background-size:cover;
}

.event-header::after{
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background:url(/smbiz/event/unipos/202508/img/header_parts.png) right bottom no-repeat;
    opacity:0;
    animation: bottom-in 0.5s ease-out 0.3s forwards;
}

@keyframes bottom-in{
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}


.event-header img{
line-height: 0;
position:relative;
z-index:1000;
}


.event-header .header-visual{
    line-height: 0;
    margin:0;
}
.event-header .header-visual-sp{
    line-height: 0;
    display:none;
}

.event-header .header-btn{
padding:10px 0;
}

.event-header .header-btn .btn-join{
margin:15px 0 40px 100px;
padding:10px 25px;
max-width:250px;
}

.event-summary{
    background-color:#fff;
    padding:25px;
}

.event-summary p{
max-width:650px;
border:13px solid#353535;
border-radius: 20px;
background-color:#fff;
color:#353535;
font-size: 1.25rem;
font-weight:bold;
margin:0px auto;
padding:25px;
position:relative;
z-index:100;
}

.event-summary p::before{
    content:"";
    position:absolute;
    bottom:-15px;
    right:-80px;
    width:100%;
    height:100%;
    background:url(/smbiz/event/unipos/202508/img/img_summary.png) right bottom no-repeat;
}




/* 開催概要 ******************************************************************************/

.closed-text{
color: #151515;
font-weight: bold;
text-align:center;
padding: 40px 0;
text-align:center;
position:relative;
z-index:10;
}

.event-overview{
margin:0 auto;
padding:10px 0 40px;
background-color:#eeeeee;
}

.event-overview dl {
font-size:1rem;
margin:0 auto;
display:flex;
flex-wrap: wrap;
justify-content:space-around;
}

.event-overview dt,
.event-overview dd {
width:20%;
margin:0 0 10px 0;
padding:20px;
border:8px solid #d5d5d5;
background-color:#fff;
font-weight:bold;
box-sizing: border-box;
}

.event-overview dd {
width:75%;
margin:0 0 10px 10px;
}

.event-overview dd span{
    display: block;
}

.event-overview span img{
    max-width:350px;
}


/* 見出し ******************************************************************************/

h2 {
text-align:center;
margin:45px auto;
font-size: 3rem;
border: none;
position:relative;
z-index:10;
}

h2::before{
    content:"";
    position:absolute;
    bottom:40px;
    left:calc(50% - 50px);
    width:100px;
    height:5px;
    background-color:#089fe0;
}

h2 span{
display:block;
font-size:50%;
font-weight: bold;
margin:0 auto;
padding:0 45px;
line-height: 1.5;
color:#027fd1;
width:fit-content;
}

/* 講演内容 ******************************************************************************/


.event-session{
position:relative;
}

.session-program{
margin:70px auto;
padding:30px;
box-sizing:border-box;
border: 8px solid #d5d5d5;
background-color:#ffffff;
position:relative;
z-index:10;
}

.session-program .session-label{
width:200px;
margin:0 auto;
padding:5px 0;
font-size:1rem;
font-weight:bold;
text-align:center;
background-color:#151515;
color:#fff;
position:absolute;
top:-25px;
left:calc(50% - 100px);
}

.session-program .session-time{
font-size:1.5rem;
font-weight:bold;
border-bottom:1px solid #a0a0a0;
width:fit-content;
padding:5px 0;
position:relative;
}

.session-program .session-title {
padding: 25px 0;
line-height:1.4;
font-size: 1.75rem;
font-weight:bold;
font-feature-settings: "palt" 1;
}


.session-program .session-summary {
line-height:1.6;
padding-bottom:20px;
}

.session-program .session-profile{
padding:30px 0 15px 0;
display:flex;
}

.session-program .session-profile span{
display:block;
font-size:1rem;
line-height: 1.6;
}

.session-program .session-profile .photo {
margin: 0 15px 0 0;
width:150px;
float:left;
}
.session-program .session-profile .photo img{
    border:1px solid #e5e5e5;
}

.session-program .session-profile .name{
font-size:1.25rem;
font-weight: bold;
padding-top:4px;
display:block;
}

.session-program .session-profile .profile-trigger {
position: relative;
display: inline-block;
font-size:80%;
font-weight:normal;
padding:0 10px;
background-color:#151515;
color: #ffffff;
cursor: pointer;
width:fit-content;
font-feature-settings:"palt";
transition:0.3s;
}

.session-program .session-profile .profile-trigger:hover{
background-color:#e0e0e0;
color:#353535;
}


.session-program .session-profile .profile-detail{
font-size:0.85rem;
margin:10px 0 0 0;
}

.session-program .session-profile .progress{
    border:1px solid #ccc;
    font-size:0.85rem;
    color:#999;
    margin:0 0 10px 0;
    padding:0 10px;
    width:fit-content;
}


.session-program .logo{
    position: absolute;
    top:0;
    right:25px;
}


.effect {
opacity: 0;
transform: translateY(10px);
transition: opacity 1s, transform 1s;
}

.effect.active {
opacity: 1;
transform: translateY(0px);
}

.notice{
font-size:0.9rem;
text-align:center;
}



/* 申し込み ******************************************************************************/


.event-join{
position:relative;
}
.event-join span{
    display: block;
    text-align: center; 
}

.privacy-note {
margin:40px auto;
padding: 20px;
border:1px solid #e5e5e5;
background-color:#fff;
color:#444;
font-size: 0.8rem;
text-align:left;
position:relative;
z-index:10;
}

.privacy-note.video-privacy-note{
    max-width: 1000px;
    height:150px;
    overflow-y: scroll;
}

.privacy-note p{
margin:0 0 5px 0;
}

.privacy-note p a{
color:#14a3ce;
font-weight:bold;
}
.privacy-note p a:hover{
    text-decoration:none;
    color:#151515;
}



/*join*/

.btn-join {
display:block;
margin:30px auto;
padding: 25px 20px;
font-weight: bold;
font-size:1.5rem;
background-color:#027fd1;
color:#fff;
text-align: center;
max-width:300px;
border-radius:20px;
text-decoration:none;
position:relative;
z-index:100;
}

.btn-join:hover{
background-color:#32adff;
color:#151515;
box-shadow:0 0 20px #d5d5d5;
transition:0.3s;
}

.btn-join::before,
.btn-join::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 7%;
  width: 12px;
  height: 3px;
  /*border-radius: 9999px;*/
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.btn-join::before {
  transform: rotate(45deg);
}

.btn-join::after {
  transform: rotate(-45deg);
}


.btn-join:hover::before,
.btn-join:hover::after {
  background-color: #151515;
  right: 5%;
  transition:.2s;
}




/* sponsor logo ******************************************************************************/


.event-sponsor {
padding: 10px 0 35px;
background-color: #fff;
position:relative;
z-index:10;
}

.event-sponsor h3 {
margin: 25px auto;
text-align: center;
color: #444444;
font-size: 1.5rem;
font-weight:bold;
padding-bottom:5px;
border-bottom:1px dotted #ccc;
width:fit-content;
}

.event-sponsor p{
text-align: center;
}

.event-sponsor ul {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
margin:35px auto;
padding:0;
}
.event-sponsor li {
  /*width: 100%;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 30px;
}




/* inquiry ******************************************************************************/


.event-inquiry{
text-align:center;
background-color:#353535;
color:#fff;
padding:20px 0;
}

.event-inquiry p{
position:relative;
z-index:10 !important;
padding:15px;
text-align:center;
}

.event-inquiry p a{
color:#14a3ce;
font-weight:bold;
}

footer{margin-top:0;}




/* closed */

.closed-text{
color: #050505;
font-weight: bold;
text-align:center;
padding: 40px 0;
text-align:center;
position:relative;
z-index:10;
}


.event-enq{
position:relative;
}
.event-enq span{
    display: block;
    text-align: center; 
    font-weight: bold;
}




/* responsive 
------------------------------------------------------------------------------- */

@media (max-width: 1300px) {
.event-header::after{
    background-size:50%;
}

}

@media (max-width: 960px) {

.event-header{
height:auto;
}

.event-header::after{
    background-size:50%;
}

.event-header img{
    max-width:100%;
}

.event-header h1{
font-size:2.5rem;
}

.event-header .header-btn .btn-join{
margin:15px auto;
}

.event-summary{
    max-width:80%;
}
.event-summary p {
    font-size:1rem;
}


.event-overview{
padding:0 10px;
}

.event-overview dt,
.event-overview dd {
width:100%;
margin:0 0 -8px;
}


h2 {
font-size: 2rem;
}

h2::before{
bottom:25px;
}

.event-session{
padding:10px;
}

.session-program .session-time{
font-size:1.25rem;
}

.session-program .session-title{
font-size:1.25rem;
}

.btn-join {
margin:10px auto;
}

.privacy-note{
    margin:25px 10px;
}

.sponsor li {
  width: 100%;
  margin-bottom: 15px;
}

}


@media (max-width: 640px) {

.event-header h1{
font-size: 1.5rem;
padding:0;
}

.event-summary{
    max-width:100%;
}

.event-summary p::before{
    display:none;
}

.event-overview{
    padding:10px;
}

.event-overview dl{
display:block;
padding:0;
width:100%; 
}
.event-overview dt,
.event-overview dd{
padding:10px;
}

.event-overview span img{
    max-width:100%;
}


h2{
font-size:1.75rem;
margin:20px auto;
}
h2 span{
font-size:1rem;
}



.session-program{
    padding:15px;
}

.session-program .logo{
    right:20px;
    text-align: right;
}

.session-program .logo img{
    max-width: 70%;
}

.session-program .session-profile span{
font-size:0.9rem;
}

.session-program .session-profile .photo,
.session-program .session-profile .photo img {
width:100px;
}

.session-program .session-profile .name{
font-size:1.15rem;
font-weight: bold;
padding-top:4px;
display:block;
}

.btn-join{
    font-size:1.25rem;
}

.event-join{
    padding:10px;
}

.event-sponsor ul{
    display: block;
}

.event-sponsor ul li{
    margin:15px auto;
}

}




