@charset "utf-8";

/* ========================================
    ■ reset start
======================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Noto Sans JP', sans-serif;
}

body { line-height: 1; font-size: 12px;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #fff;
}
ins {
    background-color: #ff9;
    color: #666666;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #666666;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


.event_cta {
  border: solid 2px #2d6eb5;
  background: #ffffff;
  padding: 0 0 20px 0;
  margin-top: 60px;
  margin-bottom: 30px;
}

.event_btn{
  margin: 30px 0px 15px 0px;
}

.line-seminar{
  padding: 7px 0px 3px 0px !important;
}

li.navi_cta {
  width: 35%;
  text-align: center;
  height: 42px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  border: 2px solid #e5e5e5;
  min-width: 130px;
  line-height: 22px;
  letter-spacing: -1px;
}

.cta_red {
  background-color: #FF114A;
  border: 1px solid #FF114A !important;
  margin-left: 12px;
}

.footer-title {
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding:0;
}

.company_link {
  text-align: right;
  margin: 10px 0px 20px;
}

.pc_on {
  display: block !important;
}

.sp_on {
  display: none !important;
}

/************************* Partnerday CSS *****************************/
 html.fp-enabled,
 .fp-enabled body {
     margin: 0;
     padding: 0;
     overflow:hidden;

     /*Avoid flicker on slides transitions for mobile phones #336 */
     -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 .fp-section {
     position: relative;
     -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
     -moz-box-sizing: border-box; /* <=28 */
     box-sizing: border-box;
 }
 .fp-slide {
     float: left;
 }
 .fp-slide, .fp-slidesContainer {
     height: 100%;
     display: block;
 }
 .fp-slides {
     z-index:1;
     height: 100%;
     overflow: hidden;
     position: relative;
     -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
     transition: all 0.3s ease-out;
 }
 .fp-section.fp-table, .fp-slide.fp-table {
     display: table;
     table-layout:fixed;
     width: 100%;
 }
 .fp-tableCell {
     display: table-cell;
     vertical-align: middle;
     width: 100%;
     height: 100%;
 }
 .fp-slidesContainer {
     float: left;
     position: relative;
 }
 .fp-controlArrow {
     -webkit-user-select: none; /* webkit (safari, chrome) browsers */
     -moz-user-select: none; /* mozilla browsers */
     -khtml-user-select: none; /* webkit (konqueror) browsers */
     -ms-user-select: none; /* IE10+ */
     position: absolute;
     z-index: 4;
     top: 50%;
     cursor: pointer;
     width: 0;
     height: 0;
     border-style: solid;
     margin-top: -38px;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
 }
 .fp-controlArrow.fp-prev {
     left: 15px;
     width: 0;
     border-width: 38.5px 34px 38.5px 0;
     border-color: transparent #fff transparent transparent;
 }
 .fp-controlArrow.fp-next {
     right: 15px;
     border-width: 38.5px 0 38.5px 34px;
     border-color: transparent transparent transparent #fff;
 }
 .fp-scrollable {
     overflow: hidden;
     position: relative;
 }
 .fp-scroller{
     overflow: hidden;
 }
 .iScrollIndicator{
     border: 0 !important;
 }
 .fp-notransition {
     -webkit-transition: none !important;
     transition: none !important;
 }
 #fp-nav {
     position: fixed;
     z-index: 100;
     margin-top: -32px;
     top: 50%;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
 }
 #fp-nav.right {
     right: 17px;
 }
 #fp-nav.left {
     left: 17px;
 }
 .fp-slidesNav{
     position: absolute;
     z-index: 4;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
     left: 0 !important;
     right: 0;
     margin: 0 auto !important;
 }
 .fp-slidesNav.bottom {
     bottom: 17px;
 }
 .fp-slidesNav.top {
     top: 17px;
 }
 #fp-nav ul,
 .fp-slidesNav ul {
   margin: 0;
   padding: 0;
 }
 #fp-nav ul li,
 .fp-slidesNav ul li {
     display: block;
     width: 14px;
     height: 13px;
     margin: 7px;
     position:relative;
 }
 .fp-slidesNav ul li {
     display: inline-block;
 }
 #fp-nav ul li a,
 .fp-slidesNav ul li a {
     display: block;
     position: relative;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     text-decoration: none;
 }
 #fp-nav ul li a.active span,
 .fp-slidesNav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li:hover a.active span{
     height: 12px;
     width: 12px;
     margin: -6px 0 0 -6px;
     border-radius: 100%;
  }
 #fp-nav ul li a span,
 .fp-slidesNav ul li a span {
     border-radius: 50%;
     position: absolute;
     z-index: 1;
     height: 4px;
     width: 4px;
     border: 0;
     background: #333;
     left: 50%;
     top: 50%;
     margin: -2px 0 0 -2px;
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
 }
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     width: 10px;
     height: 10px;
     margin: -5px 0px 0px -5px;
 }
 #fp-nav ul li .fp-tooltip {
     position: absolute;
     top: -2px;
     color: #fff;
     font-size: 14px;
     font-family: arial, helvetica, sans-serif;
     white-space: nowrap;
     max-width: 220px;
     overflow: hidden;
     display: block;
     opacity: 0;
     width: 0;
     cursor: pointer;
 }
 #fp-nav ul li:hover .fp-tooltip,
 #fp-nav.fp-show-active a.active + .fp-tooltip {
     -webkit-transition: opacity 0.2s ease-in;
     transition: opacity 0.2s ease-in;
     width: auto;
     opacity: 1;
 }
 #fp-nav ul li .fp-tooltip.right {
     right: 20px;
 }
 #fp-nav ul li .fp-tooltip.left {
     left: 20px;
 }
 .fp-auto-height.fp-section,
 .fp-auto-height .fp-slide,
 .fp-auto-height .fp-tableCell{
     height: auto !important;
 }

 .fp-responsive .fp-auto-height-responsive.fp-section,
 .fp-responsive .fp-auto-height-responsive .fp-slide,
 .fp-responsive .fp-auto-height-responsive .fp-tableCell {
     height: auto !important;
 }



 *{-webkit-text_size-adjust:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain; -webkit-appearance:none;box-sizing:border-box;}
 div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
 a{text-decoration:none;}
 table { border-spacing: 0;}
 fieldset,img {border: 0;}
 address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
 strong{font-weight: bold;}
 ol,ul {list-style: none;margin:0;padding:0;}
 caption,th {text-align: left;}
 h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%;  margin:0; padding:0; color:#333;}
 q:before,q:after { content:'';}
 abbr,acronym { border: 0;}


 /* Custom CSS
 * --------------------------------------- */

 html, body {width: 100%; min-width: 320px;margin:0px;padding:0px;color:#333;  font-weight: 400; letter-spacing: 0;word-wrap:break-word;font-family: メイリオ, "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;-webkit-text-size-adjust: none;-ms-text-size-adjust: none;}
.section{position:relative;}
.wrap{position: relative; max-width: 1260px; min-width:260px; padding:0 30px; margin:0px auto;}
.wrap *{transition:all .2s;}
h2{font-size: 55px; font-weight: 700; line-height: 65px; text-align: center;}
h2+p{padding:20px 0px 0;font-size: 23px; line-height: 35px;text-align: center;color: #777;}
img{max-width:100%; height:auto;vertical-align:top;}
h3{font-size: 30px; font-weight: 700; line-height:45px;}
.mobile_only{display:none;}
.btn_wrap a, .btn_blue{display:inline-block;min-width:370px; padding:16px 20px; border-radius: 45px;color: #fff;font-size: 24px; font-weight: 700; line-height: 36px;text-align: center; box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;}
.btn_orange{background:#f99000;}
.btn_puple{background:#9278d5;}
.btn_blue{background:#4880f6;}
.btn_blue_l{background: #65a4d8;}
.btn_green{background:#157696;}
.btn_yellow{background:#fab972;}

.active .tit-wrap.animated{animation: fadeInUp 1.2s linear;animation-fill-mode:backwards;}

.btn-wrap{margin-top: 80px; text-align: center;}
.btn-wrap a{width: 23.15rem; display: block; margin:0 auto; font-size: 1.4rem; font-weight: bold;  line-height: 4.4rem; color: #fff; background-color: #E7381D; border-radius: 35px;}

@keyframes fadeInUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 20%, 0); transform: translate3d(0, 20%, 0);}
  to {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
.fadeInUp{-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

.fp-auto-height.fp-section.section2,.fp-auto-height.fp-section.section3{height: auto !important;}
.fp-auto-height.fp-section.section2 .fp-tableCell,.fp-auto-height.fp-section.section3 .fp-tableCell{height: 100% !important;}
.fp-scrollable{height: 100% !important;}

/* header */
.section-header {position: fixed; top: 0; left: 0; width: 100%; padding: 5px 14px 5px 54px; z-index: 10; background: #fff;transition: background-color .3s ease;box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);}
.section-header .wrap{max-width:none;padding:0;width: 1400px;}
.section-header .inner{display: flex; justify-content: space-between; align-items: center;}
.section-header .inner ul{display: flex; gap: 80px;}
.section-header .inner ul li{display: flex; align-items: center; }
.section-header .inner ul li a {font-size:16px; line-height: 1.75; color:#333;text-align: center;}
.section-header .inner ul li a:hover,
.section-header .inner ul li a:active{color:#378ee4; font-weight: bold;}
.section-header .inner ul li a.btn_blue{color:#fff; font-size: 24px; font-weight: 700; line-height: 36px;}

/* section0 */
.section0{width:100%; margin-top: 80px;min-height: 655px;background-image: url(/images/event_schedule/DirectCloud_PartnerDay2025_join03_bg.jpg);background-position: top 50% left;background-size: 100% auto;background-repeat: no-repeat;}
.section0 .wrap{max-width: 1200px;margin: 0 auto;padding: 0px;align-items: center;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;margin: 0 auto;}
.section0 .fp-tableCell{position:relative;}
.section0 .logo{position:absolute; top:18px; left:26px;}
.section0 .intro-desc{margin-top: 23px;font-size: 20px; line-height: 28px;}
.section0 .intro-desc h3 {margin-bottom: 29px;}
.section0 .intro-desc p{padding-bottom:28px;}
.img-banner{width: 85%;margin: 0 auto;}

/* section1 */
.section1{padding: 75px 0 90px;background-color: #f4f4ff;}
.section1 .flexbox{display:flex; gap:37px;}
.section1 .flexbox > div{flex:1;text-align: left;}
.section1 .flexbox h2{font-size: 23px;padding: 2em 0px 0px 0px;line-height: 1.65;font-weight: 100;text-align: left;}
.section1 .flexbox h3{padding:30px 0 15px; color: #5386C8;font-size: 22px; font-weight: 700; line-height: 32px; }
.section1 .flexbox h3 + p{color: #666;font-size: 16px;line-height: 24px;font-weight: 400;}

/* section2 */
.section2 {padding:100px 0; background: linear-gradient(270deg, #17529E 0%, #72AFFF 100%); color: #fff;}
.section2 .tit-wrap h2{color: #fff;padding-bottom:70px;}
.section2 .map-wrap{display: flex;gap:44px;}
.section2 .map-wrap > div:first-child{width:65%; padding-right:30px;border-right: 1px solid #7dbcfd7d;}
.section2 .map-wrap > div:first-child ul{display:flex; flex-direction: column; gap:30px;}
.section2 .map-wrap > div:first-child li{display: flex; gap:10px; align-items:first baseline;}
.section2 .map-wrap .label{width: 125px;min-width: 105px;height: max-content;padding:5px 0px;border-radius: 20px; background-color: #fff; color: #5592e0; font-size:20px; line-height:30px; font-weight: 700;text-align: center; }
.section2 .map-wrap .txt-cont{flex:1;font-size: 21px;line-height: 40px;}
.section2 .map-wrap .line-h{line-height: 34px !important;}
.section2 .map-wrap .txt_yel{color: #fff300;font-weight: 700;font-size: 25px;letter-spacing: 0.5pt;}
.section2 .map-wrap .txt_yel_time{font-size: 22px;letter-spacing: 0pt;color: #fff;}
.section2 .map-wrap .txt_yel_s{font-size: 18px;letter-spacing: 0pt;color: #fff;}
.section2 .map-wrap .txt-cont .map{display: inline-block; position: relative; color: #fff; text-decoration: underline; margin-left: 40px;  }
.section2 .map-wrap .txt-cont .map::after{ position: absolute; display: block; content: ''; top: 10px;left: -21px;  width: 18px; height: 21px; background: url()  no-repeat ; background-size: cover;  }
.section2 .map-wrap .txt-cont .info{font-size: 17px;color: #eff7ff;line-height: 23px !important;margin-top: 6px;}
.section2 .map-wrap h3{color: #fff; margin-bottom: 9px;}
.section2 .map-wrap > div:last-child ul{display:flex; flex-direction:column; gap:2px; font-size: 16px; margin-top: 20px;}
.section2 .map-wrap > div:last-child li{display:flex;gap: 6px;text-align:left;line-height: 20px;}
.section2 .map-wrap .num{flex: 0 0 22px;width: 22px;height: 22px;border-radius: 50%;background-color: #65b1ff;font-size:16px;font-weight:bold;text-align: center;line-height: 20px;margin-bottom: 5px;}
.section2 .map-wrap .num:last-child{ margin-right: 4px;}

.map_width{
  width: 550px;
  height: 385px;
}

/* section3 */
.section3 {padding:95px 0; background: #f1f7ff;}
.gift-wrap{display:flex;gap:55px;margin-top:35px;padding:50px 60px;border-radius: 18px;background: #FFF;width: 100%;flex-direction: row;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;}
.gift-wrap > div:first-child{border-right:0px solid #e6e6e6b5;padding-right: 0px;width: 60%;}
.gift-wrap > div:first-child ul{ display: flex; flex-direction: column; gap:20px;}
.gift-wrap > div:first-child li{display:flex; gap:10px;align-items: center;}
.gift-wrap > div:first-child .label{width: 28%;padding: 7px 0px;border-radius: 24px;background: #70ACFB;color: #fff;font-size: 22px;line-height: 32px;font-weight: 700;text-align: center;margin: 5px 0px;}
.gift-wrap > div:first-child .txt-cont{flex:1;color: #333333;font-size: 24px;line-height: 31px;font-weight: 700;margin-left: 10px;}
.gift_list_box{width: 34%;}
.gift_rightimg{width: 100%;height: auto;vertical-align: bottom;border: none;}
.gift-wrap h3{padding-bottom:11px; color: #333; text-align: center; font-size: 26px; font-weight: 700; line-height: 36px; }
.gift-info li{display:flex;gap:17px; border-bottom:1px dotted #E6E6E6;color: #333; font-size: 16px; font-weight: 400;line-height:27px;}
.gift-info li:last-child{border-bottom:0;}
.gift-info span{min-width:96px; color: #4B80C5;font-size: 18px;font-weight: 700;}
.gift-info + div{color: #6D6D6D; font-size: 12px;line-height:16px;}
.gift-info .gift-list{display:flex; justify-content: center;flex-wrap:wrap; padding:10px 0 20px;}


/* section4 */
.section4{padding:90px 0;background-image: url(/images/event_schedule/philosophy-bg_b.svg);
  background-position: bottom -10% center;
    background-size: 100% auto;
    background-repeat: no-repeat, no-repeat;
    position: relative;}
.section4 .time-table{padding-top:50px;}
.section4 .time-table > li{display: flex; gap:30px;}
.section4 .time-table .time{width: 245px;padding-bottom: 55px;box-sizing: border-box;border-right: 6px solid #E8E8E8;position: relative;color: #000;font-size: 25px;line-height: 35px;font-weight: 700;letter-spacing: 1.8pt;}
.section4 .time-table .time::after{width: 10px;height: 10px;content: '';display: block;top: 7px;right: -15px;position: absolute;z-index: 2;border: 7px solid #378ee4;border-radius: 40px;background-color: #ffffff;background-size: 20px;}
.section4 .time-table > li:last-child .time::after{right: -15px;}
.section4 .time-table > li:last-child .time{padding-bottom:0;}
.section4 .time-table .right-cont{width: calc(100% - 210px);}
.section4 .time-table .right-cont h3{color: #000; font-size: 24px;line-height:36px; font-weight: 700;}
.section4 .time-table .right-cont h3{color: #000; font-size: 27px;line-height:36px; font-weight: 700;}
.section4 .time-table > li .box{margin: 10px 0 50px;}
.section4 .time-table > li .box li{display: flex; align-items: center;}
.section4 .time-table > li .box li+ li{margin-top: 10px;}
.section4 .time-table > li .box li {padding: 20px 0; border-radius: 10px;border: 1px solid #E8E8E8;background: #FFF;box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);}
.section4 .time-table > li .box li .box-tit{padding-left: 43px; min-width: 230px; width: 230px; color: #378ee4;font-size: 17px; line-height: 21px;font-weight: 700;}
.section4 .time-table > li .box li .box-tit strong{display:block;font-size: 22px;}
.section4 .time-table > li .box li .box-tit + p{padding: 0 20px 0 40px; border-left:1px solid #E8E8E8;font-size: 22px;line-height:30px; color: #222;}
.section4 .time-table > li .box li .box-tit{padding-left: 43px;min-width: 230px;width: 250px;color: #378ee4;font-size: 19px;line-height: 30px;font-weight: 700;}
.section4 .time-table > li .box li .box-tit strong{display:block;font-size: 24px;}
.section4 .time-table > li .box li .box-tit + p{padding: 0 20px 0 40px; border-left:1px solid #E8E8E8;font-size: 23px;line-height:30px; color: #222;}
.section4 .time-table > li .box li .box-tit + p strong{display: block;color: #000;font-weight: 700;}
.section4 .img-wrap{display: flex;gap:10px; margin-top: 35px;}
.section4 .img-wrap img{width: calc(33.333% - 7.5px);border-radius: 10px;}
.section4 .info-wrap{margin-top: 38px; padding-top: 40px;}
.section4 .info-wrap h4{color: #333;font-size: 24px; font-weight: 700;}
.section4 .info-wrap .info-cont-wrap{display: flex; gap:33px; font-size: 17px; padding-left: 10px; margin-top: 10px;  line-height:26px;}
.section4 .info-wrap .info-cont-wrap ul{padding-top: 7px;}
.section4 .info-wrap .info-cont-wrap ul + ul {padding-left:33px;border-left: 1px solid #989898;}
.section4 .info-wrap .info-cont-wrap ul li {position: relative; padding-left: 14px;margin-bottom:6px;}
.section4 .info-wrap .info-cont-wrap ul li::after {content: '-'; position: absolute; left: 0; top: 0;}

/* section5 */
.section5{background: #f4f4f4;padding:100px 0px 186px;}
.section5 .wrap{position:relative;max-width:1296px;}
.section5 .tit-wrap{margin-bottom: 80px;}
.section5 ul{ display: flex;flex-wrap: wrap;justify-content: space-between;gap:60px; text-align: center; }
.section5 ul li{width: calc(33% - 38px);}
.section5 ul li .img{margin-bottom: 12px;}
.section5 ul li .category{margin-bottom: 4px;font-size: 16px;line-height: 1.5;}
.section5 ul li .category.color1{color:#00A9E0;}
.section5 ul li .category.color2{color:#3DAE2B;}
.section5 ul li .category.color3{color:#F48024;}
.section5 ul li .category.color4{color:#008CFF;}
.section5 ul li dl{color: #333;}
.section5 ul li dt{margin-bottom: 12px;font-size: 26px;font-weight: bold;line-height: 1.5;}
.section5 ul li dd{font-size: 16px;line-height: 1.5;}

/* section6 */
.section6{padding:80px 0px;background-color: #f1f7ff;}
.section6 .wrap{max-width:1260px;}
.section6 h3 { position: relative; max-width: 1000px; margin: 80px auto 70px; padding: 20px 0px;font-size:28px;line-height: 1.29; font-weight:400;}
.section6 h3:before { content: ""; display: block; width: 100%; height: 1px;}
.section6 h3 span{display: block; position: absolute; top: 0px; left: calc(50% - 107px); width: 206px; background: #fff; z-index: 2;text-align:center;}
.tit_gold {color: #d9a812;}
.tit_gold:before {background: #d9a812;}
.tit_silver {color: #a0a0a0;}
.tit_silver:before {background: #a0a0a0;}
.list_partners{max-width: 1000px;margin:0px auto;display:flex;flex-wrap: wrap;gap: 50px 33px;}
.list_partners li{width:calc(25% - 25px);box-sizing:border-box;text-align: center;}
.list_partners li a{display:block;}
.list_partners span{display:block;width:100%;padding-top:9px;color:#232429;font-size:20px;line-height: 1.2;}



/* section4 */
.section7{padding:90px 0;background-image: url(/images/event_schedule/philosophy-bg_b.svg);
  background-position: bottom -10% center;
    background-size: 100% auto;
    background-repeat: no-repeat, no-repeat;
    position: relative;}
.section7 .time-table{padding-top:50px;}
.section7 .time-table > li{display: flex; gap:30px;}
.section7 .time-table .time{width: 245px;padding-bottom: 55px;box-sizing: border-box;border-right: 6px solid #E8E8E8;position: relative;color: #000;font-size: 25px;line-height: 35px;font-weight: 700;letter-spacing: 1.8pt;}
.section7 .time-table .time::after{width: 10px;height: 10px;content: '';display: block;top: 7px;right: -15px;position: absolute;z-index: 2;border: 7px solid #378ee4;border-radius: 40px;background-color: #ffffff;background-size: 20px;}
.section7 .time-table > li:last-child .time::after{right: -15px;}
.section7 .time-table > li:last-child .time{padding-bottom:0;}
.section7 .time-table .right-cont{width: calc(100% - 210px);}
.section7 .time-table .right-cont h3{color: #000; font-size: 24px;line-height:36px; font-weight: 700;}
.section7 .time-table .right-cont h3{color: #000; font-size: 27px;line-height:36px; font-weight: 700;}
.section7 .time-table > li .box{margin: 10px 0 50px;}
.section7 .time-table > li .box li{display: flex; align-items: center;}
.section7 .time-table > li .box li+ li{margin-top: 10px;}
.section7 .time-table > li .box li {padding: 20px 0; border-radius: 10px;border: 1px solid #E8E8E8;background: #FFF;box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);}
.section7 .time-table > li .box li .box-tit{padding-left: 43px; min-width: 230px; width: 230px; color: #378ee4;font-size: 17px; line-height: 21px;font-weight: 700;}
.section7 .time-table > li .box li .box-tit strong{display:block;font-size: 22px;}
.section7 .time-table > li .box li .box-tit + p{padding: 0 20px 0 40px; border-left:1px solid #E8E8E8;font-size: 22px;line-height:30px; color: #222;}
.section7 .time-table > li .box li .box-tit{padding-left: 43px;min-width: 230px;width: 250px;color: #378ee4;font-size: 19px;line-height: 30px;font-weight: 700;}
.section7 .time-table > li .box li .box-tit strong{display:block;font-size: 24px;}
.section7 .time-table > li .box li .box-tit + p{padding: 0 20px 0 40px; border-left:1px solid #E8E8E8;font-size: 23px;line-height:30px; color: #222;}
.section7 .time-table > li .box li .box-tit + p strong{display: block;color: #000;font-weight: 700;}
.section7 .img-wrap{display: flex;gap:10px; margin-top: 35px;}
.section7 .img-wrap img{width: calc(33.333% - 7.5px);border-radius: 10px;}
.section7 .info-wrap{margin-top: 38px; padding-top: 40px;}
.section7 .info-wrap h4{color: #333;font-size: 24px; font-weight: 700;}
.section7 .info-wrap .info-cont-wrap{display: flex; gap:33px; font-size: 17px; padding-left: 10px; margin-top: 10px;  line-height:26px;}
.section7 .info-wrap .info-cont-wrap ul{padding-top: 7px;}
.section7 .info-wrap .info-cont-wrap ul + ul {padding-left:33px;border-left: 1px solid #989898;}
.section7 .info-wrap .info-cont-wrap ul li {position: relative; padding-left: 14px;margin-bottom:6px;}
.section7 .info-wrap .info-cont-wrap ul li::after {content: '-'; position: absolute; left: 0; top: 0;}


/* footer */
.footer{background-color: #1a1f25;}
.footer .wrap{max-width:1000px;padding: 30px 0px;color: #8a8a8a;font-size: 15px;line-height: 24px;}
.footer .add-wrap{gap: 25px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.footer address{border-left:0px solid #98989847; padding-left: 12px;}
.footer address a{color: #8a8a8a;}
#toTop {display: none;position: fixed;right: 30px;bottom: 17px;width: 54px;height: 54px;background-color: #949393d1;border-radius: 64px;color: #FFFFFF;text-align: center;text-transform: uppercase;opacity: 0.9;z-index: 10000;-webkit-transition: all 0.2s ease-in-out 0s;-moz-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;transition: all 0.2s ease-in-out 0s;}
#toTop.on{display:block;}
#toTop:before {content: '';display:inline-block;width: 16px;height: 16px;margin-top: 22px;border: 4px solid #e6e3e3;border-left:0;border-bottom:0px;transform:rotate(-45deg);-webkit-font-smoothing: antialiased;font-size: 22px;line-height: 35px;}
.btn_floating{display:none;}


#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top {
position: fixed;
right: 2%;
bottom: -14%;
background: transparent;
border-radius: 50%;
font-size: 50px;
}

.top_move {
  margin: 30px 0 10px;
  text-align: right;
}

.invisible {
  display: none;
}

.txt-cont a {
    color: #fff;
}


@media only screen and (max-width: 1240px){
  .btn_wrap a, .btn_blue{min-width:auto;}
  .section-header .inner ul{gap:40px;}
}

@media only screen and (max-width: 1024px){
  .pc_only{display:none;}
  .mobile_only{display:block;}
  h2{font-size:24px; line-height: 27px;}
  h2+p{padding:16px 0px 0;font-size: 14px; line-height: 20px;}
  h3{font-size: 30px; font-weight: 700; line-height:45px;}
  .btn_wrap a, .btn_blue{display:block; max-width:498px;font-size: 20px;line-height: 30.454px; }

  /* header */
  .section-header {height:80px; padding: 22px 31px;color: #484848; font-size: 24px; line-height: 19px; }
  .section-header .inner{display:flex; align-items:center; justify-content:space-between; }

  /* section0 */
  .section0{width:100%; margin-top: 80px;min-height: 500px;background-image: url(/images/event_schedule/DirectCloud_PartnerDay2025_join03_bg_mob.jpg);background-position: top 50% left;background-size: 100% auto;background-repeat: no-repeat;}
  .section0 .logo{top:26px; left:29px; width:100px; height:100px;}
  .section0 .fp-tableCell{height:100% !important;}
  .section0 .wrap{max-width: 100%;padding: 0px 10px;}
  .intro-title{width:466px;}
  .section0 .intro-desc{margin-top: 15px;font-size: 13px;line-height:1.4;}
  .section0 .intro-desc h3 {margin-bottom: 19px; font-size:20px;line-height:1.4;}
  .section0 .intro-desc p{padding-bottom:27px;}

  /* section1 */
  .section1{padding:20px 0px 37px;}
  .section1 .flexbox{gap:21px;}
  .section1 .flexbox h3{padding:0px 0 15px;font-size: 13px; line-height: 19px; }
  .section1 .flexbox h3 + p{font-size: 9px;line-height: 14px;}

  /* section2 */
  .section2 {padding:50px 0px;}
  .section2 .tit-wrap h2{color: #fff;padding-bottom:35px;}
  .section2 .map-wrap{flex-direction: column; gap:74px;}
  .section2 .map-wrap > div:first-child{width:auto;border-right:0;padding-right:0;}
  .section2 .map-wrap > div:first-child ul{gap:13px;}
  .section2 .map-wrap .label{padding:4px 0;font-size:17px; line-height:26px;}
  .section2 .map-wrap .txt-cont{font-size: 17px;line-height: 26px;}
  .section2 .map-wrap .txt-cont .map{ margin-left: 20px;  }
  .section2 .map-wrap .txt-cont .map::after{top: 0px;}
  .section2 .map-wrap .txt-cont .info{display:block;font-size: 14px;padding-top: 0px;line-height: 20px !important;}
  .section2 .map-wrap > div:last-child{padding-left: 0px;text-align:center;}
  .section2 .map-wrap h3{font-size:18px;line-height:25px;}
  .section2 .map-wrap > div:last-child ul{font-size: 13px; margin-top: 20px;}
  .section2 .map-wrap .num{font-size:13px;}

  /* section3 */
  .section3 {padding:50px 0px;}
  .gift-wrap{flex-direction: column; gap:72px; margin-top:18px; padding:29px 30px; border-radius: 10px; background: #FFF ;}
  .gift-wrap > div:first-child{border-right:0;padding-right:0px;width: 100%;}
  .gift-wrap > div:first-child ul{gap:13px;padding-top:0;}
  .gift-wrap > div:first-child .label{padding:4px 0px; font-size:17px; line-height:26px;}
  .gift-wrap > div:first-child .txt-cont{font-size: 17px;line-height: 26px;}
  .gift-wrap h3{padding-bottom:28px;}

  /* section4 */
  .section4{padding:50px 0px;}
  .section4 .time-table{padding-top:40px;}
  .section4 .time-table .time{width: 125px;font-size: 16px; line-height:22px;}
  .section4 .time-table .time::after{width: 10px; height: 10px; right: -13px;top: 2px;border: 5px solid #378ee4;}
  .section4 .time-table > li:last-child .time::after{right:-13px;border: 5px solid #378ee4;}
  .section4 .time-table .right-cont{width: calc(100% - 125px);}
  .section4 .time-table .right-cont h3{font-size: 18px;line-height:25px;}
  .section4 .time-table > li .box li {padding: 17px 0;}
  .section4 .time-table > li .box li .box-tit{padding-left: 20px; min-width: 175px; width: 175px;font-size:12px; line-height:24px;}
  .section4 .time-table > li .box li .box-tit strong{font-size:22px; line-height:27px;}
  .section4 .time-table > li .box li .box-tit + p{font-size: 18px;line-height:30px;}
  .section4 .time-table > li .box li .box-tit + p strong{display: block;color: #000;font-weight: 700;}
  .section4 .info-wrap h4{font-size:18px;}
  .section4 .info-wrap .info-cont-wrap{gap:25px; font-size: 13px; margin-top: 13px;  line-height:18px;}
  .section4 .info-wrap .info-cont-wrap ul + ul {padding-left:25px;}

  .section4 .info-wrap {margin-top: 34px;padding-top: 0px;}

  /* section5 */
  .section5{padding:63px 0px;}
  .section5 .tit-wrap{margin-bottom: 40px;}
  .section5 ul{gap:30px 20px;}
  .section5 ul li{width: calc(50% - 10px);}
  .section5 ul li .img{margin-bottom: 0px;}
  .section5 ul li dt{margin-bottom: 10px;font-size: 21px;}

  /* section6 */
  .section6{padding:63px 0px;}
  .section6 h3 {margin: 52px auto 56px; font-size:23px;}
  .list_partners{gap: 20px;}
  .list_partners li{width:calc(33% - 13px);}
  .list_partners span{font-size:17px;}



  /* section7 */
  .section7{padding:50px 0px;}
  .section7 .time-table{padding-top:40px;}
  .section7 .time-table .time{width: 125px;font-size: 16px; line-height:22px;}
  .section7 .time-table .time::after{width: 10px; height: 10px; right: -13px;top: 2px;border: 5px solid #378ee4;}
  .section7 .time-table > li:last-child .time::after{right:-13px;border: 5px solid #378ee4;}
  .section7 .time-table .right-cont{width: calc(100% - 125px);}
  .section7 .time-table .right-cont h3{font-size: 18px;line-height:25px;}
  .section7 .time-table > li .box li {padding: 17px 0;}
  .section7 .time-table > li .box li .box-tit{padding-left: 20px; min-width: 175px; width: 175px;font-size:12px; line-height:24px;}
  .section7 .time-table > li .box li .box-tit strong{font-size:22px; line-height:27px;}
  .section7 .time-table > li .box li .box-tit + p{font-size: 18px;line-height:30px;}
  .section7 .time-table > li .box li .box-tit + p strong{display: block;color: #000;font-weight: 700;}
  .section7 .info-wrap h4{font-size:18px;}
  .section7 .info-wrap .info-cont-wrap{gap:25px; font-size: 13px; margin-top: 13px;  line-height:18px;}
  .section7 .info-wrap .info-cont-wrap ul + ul {padding-left:25px;}

  .section7 .info-wrap {margin-top: 34px;padding-top: 0px;}




  /* footer */
  .footer .wrap{padding:24px 30px;font-size: 18px;line-height: 21.71px;}
  .footer .add-wrap{gap:30px;}
  .footer .add-wrap img{width: 152.647px; height: 29.173px;}
  .footer address{padding-left: 30px;}
  .btn_floating{display:none; position:fixed; bottom:60px; right:30px;font-size: 14px; line-height: 18.39px; padding:9px 28px;}
  .btn_floating.on{display:block;}
}



/* userday2025 追加  */

.event_inquiry_ul {
	padding: 30px;
  font-size: 17px;
  color: #666666;
  text-align: left;
  line-height: 28px;
  background-color: #fafafa;
	border: 1px solid #eaebec;
  margin-top: 15px;
  border-radius: 18px;
}


/* ul.event_inquiry_ul li:nth-child(1) {
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 19px;
} */


ul.event_inquiry_ul li {
    margin-bottom: 4px;
    font-size: 19px;
}

ul.event_inquiry_ul li:nth-child(1) {
    font-size: 20px;
}



ul.event_inquiry_ul li:nth-child(2) {
    margin-bottom: 25px;
}


ul.event_inquiry_ul li:nth-child(3) {
    font-size: 20px;
}

.link_noticetxt {
    font-size: 16px;
    color: #768088;
    line-height: 1.5;
    text-align: left;
    padding: 14px 0 0 3px;
}


a.link_icon {
    position: relative;
}

a.link_icon:hover {
opacity: 0.6;
}

.link_icon::after{
	content: "";
	position: absolute;
	top: 7px;
	right: -30px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/images/event_schedule/external_link_icon.svg);
	background-size: 20px;
	background-repeat: no-repeat;
}

p.company_link a {
    color: #fff;
}

.box_sg{
	margin: 10px 0 0 !important;
}

.box_sg_p{
	font-size: 19px;
    padding: 0 0 0 14px;
		position: relative;
		 margin-top: 14px;
}

.box_sg_p:after{
content: '-';
position: absolute;
left: 0;
top: 0;
}


span.parentheses {
    font-size: 16px;
}


footer{
	margin-top:0 !important;
}





@media only screen and (max-width: 640px) {

  .event_btn{
    margin: 15px 0 0;
  }
  .pc_on {
      display: none !important;
  }

  .sp_on {
    display: block !important;
  }

  .section-header .wrap {
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .section1 .flexbox h2 {
      font-size: 18px;
      padding: 30px 0px 0px;
      line-height: 1.65;
      font-weight: 100;
      text-align: left;
  }

  .map_width{
    width: 100%;
    height: auto;
  }

  h2{font-size:33px; line-height: 27px;}
  h2+p{padding:18px 0px 0;font-size: 17px; line-height: 22px;}
  h3{font-size: 30px; font-weight: 700; line-height:45px;}

  /* header */
  .section-header {padding: 20px;}
  .section-header .inner{justify-content:center; }
  .section-header .mobile_only{display:none;}

  /* section0 */
  .intro-title{width:auto; max-width:319px;}
  .section0 .logo{display:none;}
  .section0 .intro-desc{margin-top: 27px;font-size: 11px;line-height:1.5;}
  .section0 .intro-desc h3 {margin-bottom: 37px; font-size:18px;line-height:1.4;}
  .section0 .intro-desc p{padding-bottom:24px;}

  /* section1 */
  .section1{padding:40px 0px 39px;}
  .section1 .flexbox{flex-direction: column;}
  .section1 .flexbox h3{font-size: 16px; line-height: 23px; }
  .section1 .flexbox h3 + p{font-size: 11px;line-height: 18px;}

  /* section2 */
  .section2 .map-wrap{gap:24px;}
  .section2 .map-wrap > div:first-child ul{gap:15px;}
  .section2 .map-wrap > div:first-child li{flex-direction: column;align-items: center;gap:5px;}
  .section2 .map-wrap .label{width: 125px;min-width: 125px;padding: 4px 0px;font-size: 20px;line-height: 31px;color: #225ca7;margin-top: 7px;}
  .section2 .map-wrap .txt-cont{font-size: 23px;line-height: 33px;text-align: center;padding-top: 2px;padding-bottom: 8px;}
  .section2 .map-wrap .line-h {line-height: 29px !important;}
  .section2 .map-wrap h3{font-size:26px;line-height:36px;}
  .section2 .map-wrap > div:last-child ul{font-size: 12px;}
  .section2 .map-wrap .num{font-size: 12px;color: #336fbc;background-color: #c0dfff;}
  .section2 .map-wrap > div:last-child li {line-height: 22px;font-size: 14px;}

  .footer-title {font-size: 18px;}

  /* section3 */
  .gift-wrap{flex-direction: column; gap:40px; margin-top:18px; padding:29px 30px; border-radius: 10px; background: #FFF ;}
  .gift-wrap > div:first-child{border-right:0;padding-right:0px;width: 100%;}
  .gift-wrap > div:first-child ul{gap:15px;}
  .gift-wrap > div:first-child li{flex-direction: column;align-items: center;gap:4px; text-align:center;}
  .gift-wrap > div:first-child .label{width: 160px;min-width: 160px;padding: 10px 0;font-size: 21px;line-height:21px;margin-top: 10px;}
  .gift-wrap > div:first-child .txt-cont{font-size: 22px;line-height: 34px;margin-left: 0px;}
  .gift_list_box{width: 100%;}
  .gift-wrap h3{padding-bottom:11px;}
  .gift-info li{font-size:12px;line-height:21px;}
  .gift-info span {min-width:75px;font-size:14px;line-height:21px;}
  .gift-info .gift-list{padding:0px 0px 20px;}
  .gift-info .gift-list div{width:33%;}
  .gift-info li:last-child span{display:none;}

  /* section4 */
  .section4 .time-table{padding-top:25px;}
  .section4 .time-table > li{gap:25px;}
  .section4 .time-table .time{width: 110px;font-size: 22px;line-height: 29px;letter-spacing: 0px;}
  .section4 .time-table .right-cont{width: calc(100% - 100px);}
  .section4 .time-table .right-cont h3{font-size: 23px;line-height:20px;}
  .section4 .time-table > li .box li {flex-direction: column;}
  .section4 .time-table > li .box li .box-tit{padding-left: 0px;padding-bottom:17px;text-align:center;font-size: 19px;}
  .section4 .time-table > li .box li .box-tit + p{border:0px solid #E8E8E8; padding:0px 15px 7px;text-align:center;font-size: 21px;}
  .section4 .img-wrap{flex-direction: column;}
  .section4 .img-wrap img{width:auto;}
  .section4 .info-wrap h4{font-size:18px;}
  .section4 .info-wrap .info-cont-wrap{flex-direction:column;gap:0px;font-size: 15px;margin-top: 7px;line-height: 24px;padding-left: 4px;}
  .section4 .info-wrap .info-cont-wrap ul + ul {padding-left:0px;border:0;}

  /* section5 */
  .section5 ul li{width: auto;}

  /* section6 */
  .section6 h3 {margin: 52px auto 30px; }
  .list_partners li{width: calc(50% - 10px);}

  /* footer */
  .footer .wrap{font-size: 14px;line-height:18px;text-align:center;}
  .footer .add-wrap{flex-direction: column;gap:10px;}
  .footer address{padding-left: 0px; border:0;}


  .event_inquiry_ul {
      padding: 20px;
  }


ul.event_inquiry_ul li {
      margin-bottom: 9px;
      font-size: 15px;
    text-indent: -19px;
    padding-left: 15px;
    line-height: 1.5;
  }

ul.event_inquiry_ul li:nth-child(1) {
    font-size: 16px;
}

ul.event_inquiry_ul li:nth-child(2) {
    margin-bottom: 15px;
}

ul.event_inquiry_ul li:nth-child(3) {
  font-size: 16px;
}

span.parentheses {
    font-size: 14px;
}

.box_sg_p {
    font-size: 17px;
    line-height: 1.45;
}

.link_icon::after {
    top: inherit;
    bottom: 5px;
    right: -29px;
  }


}


@media only screen and (max-width: 500px) {
  .section0{width:100%; margin-top: 72px;min-height: 500px;background-image: url(/images/event_schedule/DirectCloud_PartnerDay2025_join03_bg_mob.jpg);background-position: top 50% left;background-size: 100% auto;background-repeat: no-repeat;}

  .img-banner {width: 89%;margin: 0 auto;}
}
