@charset "utf-8";

body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    position: relative;
    color:#003C00;
}

body#sub #container {
    font-weight: 500;
}

*{
    box-sizing: border-box;
}

a{
    transition: all 0.2s ease;
}

.subcta{
    display:none;
}

.img-present{
    width:20px;
    height:auto;
    margin-left:5px;
    display: inline-block;
    vertical-align: -2px;
}

.btn-cta{
    display:block;
    font-size:20px;
    font-weight:bold;
    line-height: 1.3;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    background:#FF6B00;
    padding:7px 12px;
    margin:10px auto;
    max-width: 335px;
    width:90%;
}
.btn-cta:hover{
    color:#fff;
    opacity:0.8;
}
.btn-cta:focus{
    color:#fff;
}

.layout-main div.cta-box{
    padding:0;
    margin: 50px 0;
}

.cta-box .cta-head{
    position: relative;
    width:250px;
    margin:0 auto;
    text-align: center;
}

.cta-box .cta-head:before,
.cta-box .cta-head:after{
    display: block;
    content:"";
    width:3px;
    height:60px;
    background:#003C00;
    position:absolute;
    top:0px;
}

.cta-box .cta-head:before{
    transform: rotate(-30deg);
    left:0;
}

.cta-box .cta-head:after{
    transform: rotate(30deg);
    right:0;
}

.cta-head-top{
    font-size:18px;
    font-weight: 900;
}
.cta-head-top img{
    margin-left:5px;
}

.cta-head-bottom{
    font-size:15px;
    font-weight: bold;
}

.cta-box span{
    display:block;
}

.cta-box span.cta-head-top{
    font-size:18px;
    font-weight:900;
}

.cta-box a.btn-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    width:360px;
    height:75px;
    position: relative;
}

.cta-box a.btn-cta img{
    position: absolute;
    top:-20px;
    right:-100px;
    width:132px;
    height:auto;
}  

.card{
    padding:20px;
    background: #fff;
    box-shadow: 5px 7px 15px rgba(0,0,0,0.17);
    border-radius: 20px;
}

.txt-yaji{
    text-align: center;
}
.txt-yaji span{
    font-size:14px;
    font-weight:bold ;
    position: relative;
    padding:10px 20px;
    display: inline-block;
}
.txt-yaji span:before,
.txt-yaji span:after{
    content:"";
    width:3px;
    height:38px;
    background:#003C00;
    position: absolute;
    bottom:10px;
}
.txt-yaji span:before{
    left:-7px;
    transform: rotate(-30deg);
}
.txt-yaji span:after{
    right:-7px;
    transform: rotate(30deg);
}


.pc{display:block;}
.sp{display:none;}
@media(max-width:767px){
    .pc{display:none;}
    .sp{display:block;}
    p{font-size:14px;}
    .cta-box a.btn-cta img{
        width:86px;
        top:0;
        right:-25px;
    }
}

/*
layout
*********************************/
.inner {
  overflow: visible;
  max-width:1170px;
  width:90%;
  margin:0 auto;
}
.flex-row{
  display:flex;
  align-items:flex-start;
  gap:24px;
}
.flex-main{ flex:1 1 auto; min-width:0; }
.flex-side{ flex:0 0 300px; max-width:100%; }

.layout-wrap{
  display: flex;
  max-width:1170px;
  width:100%;
  margin:0 auto;
  gap:30px;
}
.layout-main{
    max-width: calc(1200px - 320px);
    width: 100%;
}
.layout-side{
    position: relative;
    max-width:300px;
    width: 100%;
    padding:70px 0 0 0;
}
.layout-main > div{
    position: relative;
    padding:60px 0;
}

.layout-main h2{
    font-size:38px;
    font-weight:900;
    text-align: center;
    margin-bottom: 30px;
}

.side-box{
  position: sticky;
  top: 120px;
}

.sp-fixed{
    display:none;
}

.sp-fixed .btn-cta{
    margin-top:5px;
    margin-bottom:7px;
    padding:16px 10px;
}
.sp-fixed p{
    font-size:16px;
}

@media (min-width: 768px) and (max-width: 1250px) {
    .layout-wrap{
        width:90%;
    }
    .layout-main {
        max-width:initial;
    }
    .layout-side{
        display: none;
    }
    .sp-fixed{
        display:block;
        width:100%;
        position: fixed;
        bottom:0;
        text-align: center;
        box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
    }
}
@media (max-width: 767px) {
  .layout-wrap,
  .flex-row{ flex-direction:column; }
  .flex-side{ display:none;}
  .layout-side{ display:none;}
  .sp-fixed{
    display:block;
    width:100%;
    position: fixed;
    bottom:0;
    text-align: center;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
  }
  .layout-main h2{
    font-size:30px;
  }
}

/*
背景
**********************************/

.fullbleed-bg {
  position: absolute;
  left: 0; right: 0;
  z-index: 0;
  pointer-events: none;
}

/* 各セクションごとの背景色や画像 */
.fullbleed-bg.point-bg    { background:url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-point.webp") no-repeat center center,#D9ECDA;background-size: cover; }
.fullbleed-bg.timetable-bg{ background:url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-timetable.webp") top right;background-size: cover;}
.fullbleed-bg.outline-bg{ background:url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-outline.webp") center center; }


/*
header
*********************************/
header{
    background: #fff;
    border-radius: 8px;
    position:fixed;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:1000;
    max-width: 1170px;
    width: 100%;
    margin:0 auto;
}
header.scroll-on{
    background: rgba(255,255,255,0.9);
    box-shadow: 4px 4px 20px rgba(0, 22, 0, 0.15);
}
header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 16px;
    width: 100%;
    height:72px;
}

header .logo{
    width:145px;
    height:auto;
    margin:0;
}
header nav ul{
    display: flex;
    gap:40px;
}
header nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-weight: bold;
    line-height: 1;
    color:#000;
    height: 100%;
}
header nav ul li a.btn-cta{
    font-size:18px;
    width:200px;
    margin:0;
}
@media (min-width: 768px) and (max-width: 1250px) {
    header{
        max-width:initial;
        width:90%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header{
        max-width:initial;
        width:90%;
    }
    header nav ul{
        gap:20px;
    }
}
@media (max-width: 767px) {

header{
    top:0;
    border-radius: 0;
    height:63px;
}
header .inner{
    height: 100%;
}
header .logo{
    width:120px;
}
/* ハンバーガー */
.hamburger {
  display:block;
  width:30px; height:30px;
  position:relative;
  border:0; background:transparent; padding:0; cursor:pointer;
}

.hamburger .bar {
  position:absolute;
  left:0; right:0;
  height:2px;
  background:#222;
  border-radius:1px;
  top:50%;
  transform:translateY(-50%);
  transition: all 0.2s ease;
}

/* 上・中・下を相対移動 */
.hamburger .bar:nth-child(1){ transform:translateY(-10px); }
.hamburger .bar:nth-child(2){ transform:translateY(-50%); } /* 真ん中 */
.hamburger .bar:nth-child(3){ transform:translateY(8px); }
    .hamburger{ display:block; margin-left:auto; }

    #global-nav{
    position:absolute;
    top:100%; left:0; right:0;
    background:#fff;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
    overflow:hidden;
    max-height:0;
    transition: all 0.2s ease;
    border-bottom:1px solid #eee;
    }
    #global-nav ul{ display:block; }
    #global-nav li{ border-top:1px solid rgba(0,0,0,0.05);background: #f8f8f8;}
    #global-nav a{
        display:block;
        padding:16px 16px;
        font-size:16px;
    }
    #global-nav li:last-child{
        padding:10px 16px;
    }
    #global-nav .btn-cta{
        display:block;
        text-align:center;
        padding:16px 12px;
        border-radius:10px;
        max-width:initial;
        width: 100%;
    }

    /* 開いた状態 */
    header.nav-open #global-nav{
    max-height:70vh;
    }
    header.nav-open .hamburger .bar:nth-child(1){
    transform:translateY(0) rotate(45deg);
    }
    header.nav-open .hamburger .bar:nth-child(2){
    opacity:0;
    }
    header.nav-open .hamburger .bar:nth-child(3){
    transform:translateY(0) rotate(-45deg);
    }
}

/*
mv
*********************************/
.mv{
    padding-top:120px;
    background: url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-mv.webp") no-repeat bottom -35px center;
    background-size: 100% auto;
    min-height: 580px;
}

.mv-row{
    display: flex;
    gap:20px;
}

.mv-row .mv-left{
    width:65%;
}
.mv-row .mv-right{
    width:35%
}

.inner .mv-row .mv-right img{
    margin-right:0;
}
.mv-row .mv-left img.mv-sub{
    display:block;
    max-width:382px;
    margin-left:0;
}
.h1-wrap{
    line-height: 1.3;
    margin:10px 0;
}
.h1-wrap p.sub01{
    font-family: "Libertinus Serif Display", system-ui;
	color:#fff;
    letter-spacing: 1rem;
	background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 79, 43, 1) 100%);
	margin:0;
    padding:15px 0 5px 10px;
}
.h1-wrap p.sub01:before,
.h1-wrap p.sub01:after{
	content:"-";
	display:inline-block;
	margin:0 7px;
}
.h1-wrap h1{
	font-size:68px;
	font-weight:bold;
	margin:-10px 0;
    padding-left:10px;
	color:#fff;
	display:block;
	background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 79, 43, 1) 100%);
}

.h1-wrap p.h1-sub{
	font-size:46px;
	font-weight:bold;
	color:#fff;
	width:61%;
	background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(2, 101, 25, 1) 100%);
	margin:0 0 0 0;
    padding:0 10px 5px 10px;
}
.h1-wrap p.h1-sub span{
    display:inline-block;
    transform: scaleX(1.2);
    transform-origin: left center
}
.sub02{
	color:#fff;
	display:inline-block;
	font-size:21.5px;
	font-weight:900;
	color:#003C00;
    margin:0;
}

.mv-bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    max-width: 1170px;
    width: 100%;
    padding:20px 0 10px 0;
}

.mv-bottom .mv-bottom-left{
    max-width: 415px;
    width:100%;
}
.mv-bottom .mv-bottom-right{
    max-width: 570px;
    width:100%;
    font-weight:900;
    color:#000;
}

.mv-bottom .mv-bottom-right .event-date{
    font-size:70px;
}
.mv-bottom .mv-bottom-right .event-day-of-week{
    font-size:20px;
    padding:0 3px;
}
.mv-bottom .mv-bottom-right .event-time{
    font-size:50px;
}
.mv-bottom .mv-bottom-right .event-txt{
    font-size:20px;
    padding-left:8px;
}

.mv-bottom a.btn-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    font-size:26px;
    max-width: 415px;
    width:100%;
    height:68px;
    margin:0;
    font-size:26px;
    background:#FF6B00;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,60,0,0.3);
}
.mv-bottom a.btn-cta:before{
    content:"";
    display:inline-block;
    width:63px;
    height:21px;
    background: url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/cta-yaji.webp") no-repeat;
    background-size:100% auto;
}
@media (min-width: 1151px) and (max-width: 1300px) {
    .mv{
        background-size: 120% auto;
    }
    .h1-wrap h1{
        font-size:60px;
    }
    .h1-wrap p.h1-sub{
        font-size:3.6vw;
        width:65%;
    }
    .sub02{
        font-size:20px;
    }
    
    .mv-row .mv-left{
        width:62%;
    }
    .mv-row .mv-right{
        width:37%
    }
}
@media (min-width: 992px) and (max-width: 1150px) {
    .mv{
        background-size: 130% auto;
    }
    .h1-wrap h1{
        font-size: 5.5vw;
    }
    .h1-wrap p.h1-sub{
        font-size: 3.4vw;
    }
    .sub02{
        font-size:20px;
    }
    .mv-bottom{
        flex-flow: column;
        flex-direction: column-reverse;
        gap:10px;
        padding:0;
        margin-bottom: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .h1-wrap h1{
        font-size: 5vw;
    }
    .sub02{
        font-size:1.6vw;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mv{
        min-height: 540px;
        background-size: 170% auto;
    }
    .h1-wrap p.sub01{
        font-size: 2.2vw;
        letter-spacing: 0.5rem;
        padding-top:10px;
    }
    .h1-wrap h1{
        font-size: 5vw;
    }
    .h1-wrap p.h1-sub{
        font-size: 3.2vw;
        padding-top:5px;
    }
    .sub02{
        font-size:1.5vw;
    }
    
    .mv-row .mv-left{
        width:62%;
    }
    .mv-row .mv-right{
        width:38%;
    }
    .mv-bottom{
        flex-flow: column;
        flex-direction: column-reverse;
        gap:10px;
        padding:0;
        margin-bottom: 35px;
    }
    .logo-area{
        margin:30px 0 0 0;
    }
}

@media (max-width: 767px) {
    .mv{
        padding-top:85px;
        background-size: cover;
        min-height:initial;
    }
    .mv-row{
        flex-flow: column;
    }
    .mv-row .mv-left,
    .mv-row .mv-right{
        width:100%;
    }
    .inner .mv-row .mv-right{
        display:none;
    }
    .mv-row .mv-left img.mv-sub{
        width:77%;
    }
    .h1-wrap{
        margin-bottom:0;
    }
    .h1-wrap p.sub01{
        display: inline-block;
        width:72%;
        font-size: 2.78vw;
        letter-spacing: 0.3rem;
        padding-left:16px;
        background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 92, 31, 1) 100%);
    }
    .h1-wrap p.sub01:before,
    .h1-wrap p.sub01:after{
        margin:0;
    }
    .h1-wrap h1{
        font-size: 15vw;
        line-height: 1;
        background: none;
        margin:-1px 0;
        padding-left:0;
    }
    .h1-wrap h1 .sp-bg01{
        display: inline-block;
        width:72%;
        letter-spacing: -0.3rem;
        padding-left:7px;
        background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 92, 31, 1) 100%);
    }
    .h1-wrap h1 .sp-bg02{
        display: inline-block;
        width:100%;
        letter-spacing: -0.5rem;
        padding-left:7px;
        background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 79, 43, 1) 100%);
    }
    .h1-wrap p.h1-sub{
        width:100%;
        font-size: 9vw;
        letter-spacing: -0.5rem;
        padding-left:7px;
        background: linear-gradient(90deg,rgba(1, 126, 0, 1) 0%, rgba(0, 79, 43, 1) 100%);
    }
    .h1-wrap p.h1-sub span{
      letter-spacing: 0.3rem;
      padding-left:4px;
      vertical-align: 1px;
    }
    .sub02{
        font-size:20px;
    }
    .mv-bottom{
        flex-flow: column;
        flex-direction: column-reverse;
        padding:0;
        margin-bottom: 35px;
    }
    .mv-bottom .mv-bottom-right{
        text-align: center;
    }
    .mv-bottom .mv-bottom-right .event-date{
        font-size:53px;
    }
    .mv-bottom .mv-bottom-right .event-day-of-week{
        font-size:20px;
        padding:0 3px;
    }
    .mv-bottom .mv-bottom-right .event-time{
        font-size:35px;
    }
    .mv-bottom .mv-bottom-right .event-txt{
        font-size:20px;
    }
    .mv-bottom a.btn-cta{
        font-size:24px;
        margin-top: 5px;
    }
    .mv-bottom a.btn-cta:before{
        display:none;
    }
    .mv-person-sp{
        margin:0 ;
        width:100%;
    }
    .mv-person-sp img,
    .logo-area .sp img{
        width:100%;
    }
    
    
}

/*
catch
*********************************/

.layout-main div.catch{
    font-size: 16px;
    padding-bottom: 10px;
}
.catch-card{
    color:#fff;
    background: #007F00;
    background:url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-catch-card.webp") no-repeat top right 20px, linear-gradient(90deg,rgba(0, 127, 0, 1) 0%, rgba(0, 60, 60, 1) 100%);
    background-size: cover;
    padding:40px 40px 50px 40px;
    border-radius: 16px;
    max-width:835px;
    margin:0 auto;
    overflow: hidden;
}
.catch-card h2{
    font-size:42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-left:0;
    margin-bottom:1.5rem;
    position: relative;
}
.catch-card h2:before{
    content:"";
    position: absolute;
    bottom:7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:540px;
    height:1px;
    background: #fff;
}

.catch-card h2 .h2-in{
    display: inline-block;
    padding-left:1rem;
}
.catch-card p{
    font-size:17px;
    font-weight: bold;
    text-align: center;
}
.catch-card p + p{
    margin-top:2rem;
}

.txt-copy-bld{
    font-size:62px;
    font-weight:900;
    color:#DBFFDB;
    display:inline-block;
    position: relative;
}

.txt-copy-bld .txt-kana{
    font-size:14px;
    font-weight:900;
    letter-spacing: 0.5rem;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display:inline-block;
    width:116px;
}

.txt-l{font-size:24px;}
.txt-s{font-size:13px;}

.line{
    padding-bottom:3px;
    background: rgb(0 0 0 / 0%) linear-gradient(transparent 97%, #00F400 0);
}

.teityaku{display:inline-block;margin-top:10px;margin-left:-12px;}
.kagi{display:inline-block;margin-right:-14px;}

@media (min-width: 992px) and (max-width: 1150px) {
    .layout-main div.catch{
        padding-top:40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout-main div.catch{
        padding-top:40px;
    }
}

@media (max-width: 767px) {
    .layout-main div.catch{
        margin-top: 40px;
        padding-top:40px;
        padding-bottom:40px;
        background: #007F00;
        background:url("https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/bg-catch-sp.webp") no-repeat top right 20px, linear-gradient(90deg,rgba(0, 127, 0, 1) 0%, rgba(0, 60, 60, 1) 100%);
        background-size:cover;
    }
    .catch-card{
        border-radius: 0;
        padding:0px 20px 0px 20px;
        background:none;
    }
    .catch-card h2{
        font-size: 24px;
        letter-spacing: 0.15rem;
    }
    .txt-copy-bld{
        font-size: 36px;
    }
    .catch-card h2 .h2-in{
        padding-left:0.3em;
    }
    .catch-card h2:before{
        width:310px;
        bottom:2px;
    }
    .txt-copy-bld .txt-kana{
        font-size:11px;
        letter-spacing: 0.1rem;
        top:-5px;
    }
    .catch-card p{
        font-size: 3.7vw;
    }

    .kagi{
        display:inline;
    }

    .line.line-pc{
        background:none;
    }

    .line-sp{
        padding-bottom:3px;
        background: rgb(0 0 0 / 0%) linear-gradient(transparent 97%, #00F400 0);
    }

    .layout-main div.catch .cta-box{
        margin-top:30px;
    }
    .layout-main div.catch .cta-box .cta-head{
        color:#fff;
    }
    .layout-main div.catch .cta-box .cta-head:before,
    .layout-main div.catch .cta-box .cta-head:after{
        background: #fff;
    }


}

/*
side-box
*********************************/

.side-box.card{
    padding:32px;
}

.side-head{
    text-align: center;
    padding-bottom:20px;
}

.site-ttl-jp{
    font-size:14px;
    font-weight:bold;
    color:#00A500;
}
.site-ttl-en{
    font-size:24px;
    font-weight: bold;
}
.side-box .side-body dl{
    display: flex;
    gap:10px;
    border-bottom:1px solid #D9ECDA;
    padding:16px 0;
}
.side-box .side-body dl dt{
    font-size:18px;
    font-weight:bold;
    line-height: 1;
    width:90px;
}
.side-box .side-body dl dd{
    font-size:18px;
    line-height: 1;
}
.side-box .side-body dl:first-child{
    flex-flow: column;
    border-top:1px solid #D9ECDA;
}
.side-box a.btn-cta{
    width:235px;
    margin:0 auto;
    padding:15px 15px;
}


/*
point
*********************************/
.layout-main div.point{
    padding:120px 0 80px 0;
}

.point ul{
    display: flex;
    justify-content: center;
    gap:50px;
}

.point ul li{
    width:392px;
    display: flex;
    flex-flow: column;
    gap:20px;
    background: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.15);
    position: relative;
    padding: 40px 24px 25px 24px;
    border-radius: 20px;
}

.point ul li .point{
    position: absolute;
    top:-50px;
    left:-30px;
    width:100px;
    height:auto;
}

.point ul li h3{
    font-size:26px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}
.point ul li p{
    font-weight: bold;
    line-height: 1.45;
}

@media (min-width: 992px) and (max-width: 1250px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
  .layout-main div.point{
    padding:80px 20px 60px 20px;
  }
  .point ul{
    flex-flow: column;
    gap:80px;
  }
  .point ul li{
    width: 100%;
  }
  .point ul li .point{
    width: 80px;
    top:-40px;
    left:-10px;
  }
  .point ul li h3{
    font-size:24px;
  }
}

/*
timetable
*********************************/

.layout-main .timetable h2{
    margin:0 0 30px 0;
    text-align: center;
}
.timetable ul{
    display: flex;
    flex-flow: column;
    gap:25px;
}
.timetable ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
    background: #fff;
    box-shadow: 4px 4px 20px rgba(0,22,0,0.15);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.1s ease;
}

.timetable ul li .time{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:7px;
    width:155px;
    height:40px;
    font-size:18px;
    font-weight: 900;
    line-height: 1;
    color:#fff;
    background: #00A500;
    border-radius: 6px;
}
.timetable ul li .timetable-head{
    display: flex;
    gap:20px;
}
.timetable ul li .cat-label{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width:60px;
    height:40px;
    font-size: 14px;
    font-weight: bold;
    color:#003C00;
    background: #fff;
    border: 1px solid #003C00;
    border-radius: 6px;
    padding:10px;
}

.timetable ul li .time:before{
    display: inline-block;
    content: "";
    width:20px;
    height:20px;
    background: url(https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/time.svg) no-repeat center center;
    background-size: 100% auto;
}

.timetable ul li h3{
    font-size:24px;
    font-weight:900;
    line-height:1.2;
    margin:0;
}

.timetable ul li:first-child{
    min-height: 90px;
}

.timetable ul li:first-child .time{
    background: #00A500;
}

.timetable ul li .timetable-left{
    position: relative;
    padding-right:7px;
    width:73%;
}


.timetable ul li .timetable-left p{
    font-size:12px;
}

.timetable ul li .timetable-right{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    position: relative;
    padding-left:10px;
    width:27%;
}

.timetable ul li .timetable-right:after{
    content: "";
    width:2px;
    height: 100%;
    background:#ECF5EC;
    position: absolute;
    top:0;
    left:-8px;
}

.timetable-right .item{
    max-width:200px;
    width: 100%;
    margin:0 auto;
}

.timetable ul li .timetable-right .cta-area{
    opacity:0;
    width:100%;
}
.timetable ul li.active{
    transition: all 0.2s ease;
}
.timetable ul li.active .timetable-right .cta-area{
    opacity:1;
    display: block;
    animation: fadeIn 0.85s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.85s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

.timetable ul li .timetable-right .cta-area .btn-cta{
    font-size:18px;
    width:98%;
    margin:0 auto;
    padding:13px 12px;
}

.timetable ul li .timetable-right .company-logo{
    width:142px;
    height:auto;
    margin:0 auto;
}


/* fullstar */
.timetable ul li:first-child .timetable-right .company-logo{ width:140px;}

/* パーソル */
.timetable ul li:nth-child(2) .timetable-right .company-logo{ width:175px;}

/* NTTテクノクロス */
.timetable ul li:nth-child(8) .timetable-right .company-logo{ width:175px;}

/* SCSK */
.timetable ul li:nth-child(9) .timetable-right .company-logo{ width:100px;}

/* NTTデータ */
.timetable ul li:nth-child(10) .timetable-right .company-logo{ width:150px;}

/* マネーフォワードクラウド */
.timetable ul li:nth-child(12) .timetable-right .company-logo{ width:200px;}

/* コニカミノルタジャパン */
.timetable ul li:nth-child(13) .timetable-right .company-logo{ width:150px;}

/* テンダ */
.timetable ul li:nth-child(14) .timetable-right .company-logo{ width:140px;}


/* PR TIMES */
.timetable ul li:nth-child(15) .timetable-right .company-logo{ width:135px;}


/* PLAINER */
.timetable ul li:nth-child(16) .timetable-right .company-logo{ width:155px;}


.timetable ul li .timetable-right .photo-box{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background: #D9ECDA;
    margin:7px auto;
    overflow:hidden;
}

.timetable ul li .timetable-right .photo-box img{
	margin-top:4px;
}

.timetable ul li:first-child .timetable-right .photo-box img{
	margin-top:0px;
}

.timetable ul li .timetable-right .company-name{
    font-size:11px;
    font-weight: bold;
    text-align: center;
}
.timetable ul li .timetable-right .name{
    font-size:16px;
    font-weight:900;
    margin-top:2px;
    text-align: center;
}

.timetable-item .timetable-item-in {
    position: relative;
}
p.timetable-txt {
  overflow: hidden;
  position: relative;
  margin-top:7px;
  font-size:12px;
  font-weight:bold;
  letter-spacing: 0.08rem;
  line-height:1.5;
  height: 57px;
}

.timetable-txt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  transition: all 0.2s ease;
}

.timetable-txt.expanded {
  height: auto;
}

.timetable-txt.expanded::after {
  display: none;
}

.timetable-txt.expanded + .sp-cta-area + .read-more:after{
  display: inline-block;
  content:"";
  vertical-align: middle;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: url(https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/i-up.svg) no-repeat;
  background-size:100% auto;
  position:absolute;
  top:4px;
  left:0px;
  transition: all 0.2s ease;
}

.layout-main div.read-more {
    position: relative;
    width: 120px;
    padding:0;
    margin: 5px;
    padding-left: 20px;
    font-size:12px;
    font-weight:900;
}

.read-more:after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    color: #333;
    line-height: 2;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: url(https://fullstar.cloudcircus.jp/dcms_media/image/digitaladoption-conference-2511/i-down.svg) no-repeat;
    background-size:100% auto;
    position: absolute;
    top: 4px;
    left: 0px;
    transition: all 0.2s ease;
}

.timetable ul li.pickup{
    background:#D9ECDA;
}
.timetable ul li.pickup .timetable-left:after{
    background: #fff;
}
.timetable ul li.pickup .timetable-txt::after {
  background: linear-gradient(to bottom, rgba(255,255,255,0), #D9ECDA);
  transition: all 0.2s ease;
}

.timetable ul li.pickup .time{
    background: #003C00;
}

.timetable ul li.pickup .photo-box{
    background:#fff;
}

.timetable ul li:not(:last-child) h3{
    margin:10px 0;
}


.timetable ul li:last-child{
    align-items: center;
}


.layout-main div.read-more:hover{
    cursor: pointer;
}

.cta-area,
.sp-cta-area{
    display: none;
}
@media (min-width: 992px) and (max-width: 1250px) {
    .timetable ul li .timetable-right{
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timetable ul li{
        flex-flow: column;
    }
    .timetable ul li .timetable-left,
    .timetable ul li .timetable-right{
        width: 100%;
    }
    .timetable ul li .timetable-right{
        justify-content: center;
        padding-left:0;
    }
    .timetable ul li .sp-cta-area{
        transition: all 0.75s ease;
    }
    .timetable ul li.active .sp-cta-area{
        display: block;
    }
    .timetable ul li.active .sp-cta-area .btn-cta{
        max-width: 330px;
        width:100%;
        margin:15px auto;
    }
    .timetable ul li .timetable-left:after{
        width:100%;
        height:1px;
        top:initial;
        right:initial;
        bottom:-6px;
    }
    .timetable ul li.active .timetable-right .cta-area{
        display: none;
    }
}

@media (max-width: 767px) {
    .timetable ul li{
        flex-flow: column;
        gap:10px;
        border-radius: 10px;
        padding:20px;
    }

    .timetable ul li:not(:first-child){
        gap:20px;
    }
    .timetable ul li:nth-child(n+2) h3{
        margin-bottom:0;
    }
    .layout-main > div.timetable{
        padding:40px 20px 70px 20px;
    }
    .timetable ul li .timetable-head{
        gap:10px;
    }
    .timetable ul li .time{
        width:120px;
        height:26px;
        font-size:14px;
        letter-spacing: 0.08rem;
        gap:5px;
        border-radius: 4px;
    }
    .timetable ul li .time:before{
        width:13px;
        height:13px;
    }
    .timetable ul li .cat-label{
        height:26px;
        font-size:14px;
        border-radius: 4px;
    }
    .timetable ul li .timetable-left:after{
        width:100%;
        height:1px;
        top:initial;
        right:initial;
        bottom:0;
    }

    .timetable ul li .timetable-right{
        flex-flow: column;
        padding:0;
        gap:16px;
    }
    .timetable ul li .timetable-right .item{
        display: flex;
        gap:12px;
        max-width:initial;
    }
    .timetable ul li .timetable-right .item-left{
        width:80px;
    }
    .timetable ul li .timetable-right .item-right{
        width:calc(100% - 92px);
    }
    .timetable ul li .timetable-right .item .photo-box{
        width:80px;
        height:80px;
        margin:0;
    }
    .timetable ul li .timetable-right .item .company-logo{
        width:135px;
        margin:0;
        font-size: 0;
    }
    
    /* fullstar */
    .timetable ul li:first-child .timetable-right .company-logo{ width:120px;}
    
    /* パーソル */
    .timetable ul li:nth-child(2) .timetable-right .company-logo{ width:175px;}
    
    /* NTTテクノクロス */
    .timetable ul li:nth-child(8) .timetable-right .company-logo{ width:175px;}
    
    /* SCSK */
    .timetable ul li:nth-child(9) .timetable-right .company-logo{ width:90px;}
    
    /* NTTデータ */
    .timetable ul li:nth-child(10) .timetable-right .company-logo{ width:150px;}
    
    /* マネーフォワードクラウド */
    .timetable ul li:nth-child(11) .timetable-right .company-logo{ width:120px;}
    
    /* マネーフォワードクラウド */
    .timetable ul li:nth-child(12) .timetable-right .company-logo{ width:100%;}
    
    /* コニカミノルタジャパン */
    .timetable ul li:nth-child(13) .timetable-right .company-logo{ width:90px;}
    
    /* テンダ */
    .timetable ul li:nth-child(14) .timetable-right .company-logo{ width:100px;}
    
    
    /* PR TIMES */
    .timetable ul li:nth-child(15) .timetable-right .company-logo{ width:100px;}
    
    
    /* PLAINER */
    .timetable ul li:nth-child(16) .timetable-right .company-logo{ width:155px;}
    
    
    .timetable ul li .timetable-right .item .company-name{
        text-align: left;
        line-height: 1.3;
        margin-top:7px;
    }
    .timetable ul li .timetable-right .item .name{
        text-align: left;
        margin:0;
    }
    .timetable-txt::after{
        display:none;
    }
    p.timetable-txt{
    display: block;
    height: 0;
    overflow: hidden;
    transition: height .35s cubic-bezier(.25,.8,.25,1);
    margin-top:0;
    }
    .layout-main div.read-more{
        margin:10px 0 15px 0;
    }
    .timetable-item.active .timetable-item-in{
        margin-top:10px;
    }

    .timetable ul li .timetable-left,
    .timetable ul li .timetable-right{
        width:100%;
    }
    .timetable ul li.active .sp-cta-area{
        display: block;
    }
    .timetable ul li.active .sp-cta-area .btn-cta{
        width:100%;
        margin:15px 0;
        padding:18px 12px;
    }
    
    .timetable ul li:last-child{
    	flex-flow:initial;
    }
    .timetable ul li:last-child h3{
    	width:calc(100% - 120px - 20px);
    }
    
    .timetable ul li h3{
    	font-size:20px;
    }
}

@media (max-width: 391px) {
	.timetable ul li .cat-label{
		font-size:12px;
	}
	.timetable ul li h3{
		font-size:16px;
	}
}

/*
outline
*********************************/
.outline table{
    max-width:750px;
    width: 100%;
}
.outline table tr{
    display: flex;
    gap:40px;
}
.outline table th{
    width:200px;
    font-weight: 900;
    text-align:center;
}
.outline table td{
    width:calc(100% - 200px - 40px);
    font-weight:500;
}
.outline table th,
.outline table td{
    padding:12px 0px;
    position: relative;
}

.outline table th{
    border-top: 3px solid #003C00;
}

.outline table tr:last-child th{
    border-bottom: 3px solid #003C00;
}

.outline table h3{
    font-size:28px;
    font-weight:900;
    line-height:1.1;
    margin:7px 0;
}

.outline table p.ttl-sub{
    font-size:13px;
    font-weight:900;
    line-height:1.1;
    margin:7px 0;
}

.outline table td{
    border-top: 1px solid #003C00;
}

.outline table tr:last-child td{
    border-bottom: 1px solid #003C00;
}

ul.privacy-list li{
    position: relative;
    font-size: 11px;
    padding-left:2.5rem;
}

ul.privacy-list li:before{
    display: block;
    content: "";
    position: absolute;
    top:5px;
    left:10px;
    width:8px;
    height:8px;
    background: #003C00;
    border-radius: 10px;
}

.privacy-txt{
    font-size: 11px;
}
.privacy-txt + .privacy-txt{
    margin-top:10px;
}

.privacy-txt a:hover{
    color:#003C00;
    text-decoration: underline;
}

table td {
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .outline table{
        margin:0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
    .layout-main > div.outline{
        padding:40px 20px;
    }
    .layout-main .outline h2{
        text-align: center;
        margin-left:0;
    }
    .outline table tr{
        gap:10px;
    }
    .outline table th{
        width:70px;
        font-size:13px;
    }

    .outline table td{
        width:calc(100% - 70px - 10px);
        font-size:14px;
    }
    .outline table h3{
        font-size:21px;
    }
    .outline table p.ttl-sub{
        line-height: 1.3;
    }

}
@media (max-width: 389px) {
    .outline table p.ttl-sub br.sp{
        display:none;
    }
}
/*
form
*********************************/

.layout-main div.form-card{
    background:#fff;
    padding: 40px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border-radius: 25px;
}

.layout-main div.form-card h2{
    font-size:24px;
    font-weight:bold;
    text-align: center;
    margin:0;
}

.layout-main div.form-card .ttl-sub{
    font-size:14px;
    color:#00A500;
    text-align: center;
    margin:0 0 0px 0;
}


.layout-main div.form-card img.form-sample{
    max-width:740px;
    width:100%;
    height:auto;
    margin:0 auto;
    display: block;
}

.sp-fixed{
    background:#fff;
    padding:12px 10px 15px 10px;
    transition: all 0.2s ease;
    opacity:0;
}
.sp-fixed.scroll-on{
    opacity:1;
}
.sp-fixed .copy{
    font-size:14px;
    font-weight:bold;
}


.layout-main > div.form iframe{
    min-height:1380px;
}   
    
@media (max-width: 767px) {
	.layout-main div.form-card{
		padding:40px 10px;
	}
    .layout-main > div.form{
        padding:40px 20px;
    }
    .layout-main > div.form iframe{
        min-height:1700px;
    }    
}



/*
sponsor
*********************************/

.layout-main > div.sponsor{
    padding-top:0;
}
.sponsor h3{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom:30px;
}

.sponsor ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
}

.sponsor01{
    margin-bottom:30px;
}

.sponsor01 img{
    display: block;
    max-width:830px;
    height: auto;
    margin: 0 auto;
}

.sponsor02 img{
    display: block;
    width:195px;
    height: auto;
    margin: 0 auto;
    padding-right:15px;
}

@media (min-width: 992px) and (max-width: 1250px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
    .layout-main > div.sponsor{
        padding:0 20px 0 20px;
    }
    
    .sponsor01 img{
    	width:100%;
    }
    .sponsor02 h3{
        margin-bottom:10px;
    }
}

/*
footer
*********************************/
footer{
    padding:20px 0 15px 0;
    text-align: center;  
}
footer .copy{
    font-size: 10px;
    color: #999d9d;
    text-align: center;
}

footer ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:15px;
    max-width:590px;
    width:100%;
    margin:0 auto 20px auto;
}

footer ul li a{
    font-size:12px;
    color:#333;
}

footer ul li a:hover{
    text-decoration: underline;
    color:#333;
}
@media(min-width:1251px){
    footer .inner{
        padding-right:300px;
    }
}
@media (max-width: 1250px) {
    footer{
        padding-top:30px;
        padding-bottom: 165px;
    }
    footer ul{
        width: 100%;
        gap:0 20px;
    }
}