@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
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; }
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:#ffffff !important; */
}
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h4{
  margin-bottom:0;
}
th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {
    vertical-align: middle;
    padding:14px 0 16px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html { font-size: 16px; }


body {
  color: #666666;
  font-size:19px;
  line-height: 1.631;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s ease;
}

a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}


iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

iframe .display-b{
  display: block;
}


/* ========================================
    ■ General
======================================== */



.g-wrapper{
    min-width:1200px;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;

}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hover:hover {
    opacity: 0.9;
    transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
    background: #ccc;
    width: 10px;
}
.scrollbar::-webkit-scrollbar-thumb { background: #aaa; }






/* ========================================
■ keyv main
======================================== */

.keyv .mv{
  background: url(/images/lp/directcloud_warmstorage/warm_bg.png) center 81.5% no-repeat;
  background-size: cover !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000b1f;
}

.keyv .mv .logo{
  width: 1050px;
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* .keyv .mv .logo img{
    width:200px;
} */


.pt80{
padding: 30px 0 80px;
clear: both;
}


.offerstart_day{
  padding: 10px 20px 40px;
  width:1200px;
  }



.dc_ai_date{
  width: 35.5%;
  margin-left: 5px;
}

.dc_ai_logo{
  width: 28%;
  margin-right: 5px;
  margin-bottom: 3px;
}

.logo img{
  width:88%;
}


.dc_ai_date img {
    width: 100% !important;
}


h2.catch img {
    padding: 0 10px;
    box-sizing: border-box;
    width:88%;
    margin-top: 20px;
}

.dc_ai_wrap {
    padding: 2% 0 0;
}

.dc_ai_wrap img{
  width:92%;
  margin:0 auto;
}



.catch_text01 {
  font-size: 57px;
   font-weight: 700;
   padding-bottom: 15px;
   color: #FFFFFF;
   letter-spacing: -.8px;
   margin: 0;
   padding: 0;
   line-height: 71px;
   text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
   font-family: A-OTF Shin Go Pro;
   letter-spacing: 1px;
}



h3.eng_title_top {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0px 20px 4px;
      padding-top: 5px;
      color: #fff;
      letter-spacing: 0pt;
}


.main_b_txt p{
  letter-spacing: 0px;
    font-size: 22px;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    color: #8d9abe;
    line-height: 1.4;
}


.left_ai_box{
  width:30%;
}


/* ========================================
■ footer start
======================================== */


footer{
  min-width:1200px;
}

.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 40px;
      padding-top: 40px;
      font-size: 14px;
      font-weight: 100;
}


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


#page_top {
    position: fixed;
    bottom: 1.5%;
    opacity: 1;
    border-radius: 50%;
    z-index: 100;
    right: 1.5%;
}



/* ========================================
■ footer end
======================================== */





/* ========================================
■ section cta start ▼
======================================== */

.section_start {
    background-size: 100%;
    background-color: #ffffff;
    padding: 10px 0 60px;
}


.cta {
    text-align: center;
    width:1100px;
    margin: 35px auto 0px;
}

p.cta_txt {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}

/* ========================================
■ section cta end　▲
======================================== */




.strength_title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.1px;
}






/* ========================================
■ section 悩み start ▼
======================================== */

.warm_merit_view_top{
  width: 100%;
  font-size: 65px;
  color: #273037;
  padding: 5px 0 6px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}


.warm_merit_view_top:before,
.warm_merit_view_top:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #bfd9f0;
}


.warm_merit_view_top:before {
  margin-right: 2rem;
}


.warm_merit_view_top:after {
  margin-left: 2rem;
}



.section_distress {
    font-size: 17px;
    background: #f7f8ff;
    background: #fff;
    padding: 60px 0 75px;
    position: relative;
    background: url(/images/lp/denshichobo/bg_pattern_1.svg) center 20% no-repeat;
    /* background: url(/images/lp/directcloud_warmstorage/bg_pattern_warm1.svg) center 20% no-repeat; */
    background-size: cover;
}




/* .section_distress::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 60px solid #f7f7fb;
  top: 98%;
  left: 46.4%;
} */


.distress_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 30px; */
}




.distress_img_box {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}


img.distress_img {
      height: 75%;
}


.distress_con {
  width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    /* background: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%); */
    /* padding: 2px 1.5px; */
    box-sizing: border-box;
    border: 1.5px solid #d0d2e5;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #c5c7d5;
}





.distress_con::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}



.distress_img_box_w {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /* background: linear-gradient(180deg, #4952b9 17%, #131855); */
  border-radius: 0 0 15px 15px;
  padding:35px 35px 40px;
}

.distress_img_box_td {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding:35px 35px 40px;
}

.distress_img_box_v {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


img.distress_img_w {
      height: 75%;
}


.distress_con_wide {
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
    /* border: 1.5px solid #d0d2e5; */
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #c5c7d5;
    background: #ffffff;
    border: 1.5px solid #bfc1d6;
}


.distress_con_wide::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}

.distree_box_w {
  width: 100%;
  background-color: #4952b9;
  border-radius:14px 14px 0 0;
  /* background: linear-gradient(45deg, #080040 17%, #1A1362, #080040); */
  /* height: 112px; */
}




.distree_box {
    width: 100%;
    background-color: #4952b9;
    border-radius:14px 14px 0 0;
    /* background: linear-gradient(45deg, #080040 17%, #1A1362, #080040); */
}

.merit_subtxt{
  font-size: 19px;
  font-weight: 100;
  letter-spacing: -0.1px;
  line-height: 30px;
  color: #e5e7fe;
}


.distress_con_title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.distress_con_title_w {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.distress_con_txt {
    height: 120px;
    border-radius: 11px;
}

.distress_con_txt ul li {
  letter-spacing: -0.3px;
  line-height: 1.45;
  position: relative;
  font-size: 18px;
}


.arrow_text {
    letter-spacing: 1.18px;
    color: #3a4752;
    text-align: center;
    padding: 25px 0 0px;
    position: relative;

    font-weight: bold;
}

/* ========================================
■ section　悩み end ▲
======================================== */




/* ========================================
■ section メリット start ▼
======================================== */

.section_merit{
  padding: 70px 0 70px;
  background-size: contain;
  background-color: #ffffff;
  background: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat;
  background-size: cover;
}


.dc_ai_view_top{
    width: 100%;
    font-size: 45px;
    color: #3a4752;
    padding: 5px 0 30px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}


.dc_ai_view_top:before,
.dc_ai_view_top:after {
  content: "";
  height: 1.7px;
  flex-grow: 1;
  background-color: #d4dbff;
}

.dc_ai_view_top:before {
    margin-right: 2rem;
}

.dc_ai_view_top:after {
    margin-left: 2rem;
}


.convenience_2{
  margin-top: 80px;
  border-top: 1px dashed #c6c8e3;
}


.convenience_movie{
  margin-top: 29px;
  background: #4952b9;
}


.movie_title{
  font-size: 26px;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      line-height: 1.4;
      padding: 13px;
      background-color: #5e65b5;
}

.youtube_iframe {
    padding: 40px;
    background-color: #f7f7fb;
}


.strength_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px;
    gap: 30px;
}

.strength_con {
  width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 7px #c0c6cdd9;
    border: 1px solid #d6dce2;
}



.box_title{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.tit_line_left, .tit_line_right{
  width: 30px;
  display: flex;
  justify-content: center;
}

.tit_line_center{
width:230px;
}

 .title_before {
       height: 3px;
       background-color: #ceccdc;
       width: 40px;
       transform: rotateZ(316deg);
}

.title_after {
  height: 3px;
  background-color: #ceccdc;
  width: 34px;
  transform: rotateZ(316deg);
}



.strength_con_title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px;
  background: #0B69C9;
  border-radius: 5px 5px 0 0;
}


.sct_p {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
}


.strength_con_txt {
  padding: 22px 30px;
    font-size: 23px;
    line-height: 1.45;
    height: 180px;
    letter-spacing: -0.5px;
}


.strength_con_txt li{
  text-indent: -17px;
  padding-left: 17px;
}

.strength_con_img {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ecf5fb;
  padding: 24px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.strength_con_img img{
  width: 100%;
}


/* ========================================
■ section メリット end ▲
======================================== */








/* ========================================
■ section scene start
======================================== */


.section_scene{
  width:100%;
  min-width:1200px;
  font-size: 17px;
  background: #f7f8ff;
  background: #fff;
  padding: 60px 0 75px;
  position: relative;
  background: url(/images/lp/denshichobo/bg_pattern_1.svg) center 20% no-repeat;
  /* background: url(/images/lp/directcloud_warmstorage/bg_pattern_warm2.svg) center 100% no-repeat; */
  background-size: cover;
}


.scene_area{
  margin-top:0px;
  position: relative;
  z-index:33;
  border-radius: 15px;
}

.scene_point_title{
  padding-top: 3px;
  padding-bottom: 24px;
  margin: 0 auto;
  font-size: 58px;
  color: #3a4752;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.scene_title{
  background-color: #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.scene_title h4 {
  font-size: 38px;
  color: #3a4752;
  padding: 20px 50px 5px;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.4;
}

.scene_title p {
  width: 80%;
  font-size: 20px;
  font-weight: bold;
}


.scene_img_area {
  background-color: #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding-top:20px;
}

.scene2,.scene3{
  margin-top:55px;
}

.esh_title {
    font-size: 24px !important;
}


.serve_text_g {
  padding: 7px 0px;
  color: #666666;
  font-size: 25px;
  display: block;
  margin-top: 17px;
  line-height: 35px;
  letter-spacing: -0.2pt;
}

.scene_content img {
  width: 170px;
}


.scene_con {
  border-radius: 0 0 15px 15px;
  padding:25px 25px 30px;
  background-color: #f7fbfd;
  /* box-shadow: 0px 0px 7px #cdced9bd; */
  border: 1.5px solid #bfccdb;
  border-top: 0px;
}



.scene_img_area img{
  /* background-color: #fafaff;
  padding: 40px;
  border: 1px solid #d1dbee; */
  background-color: #f8f9fc;
  padding: 40px;
  border: 1px solid #e1e5eb;
}


.soution_small_title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #4952b9;
  margin-left: 77.5rem;
  width: 27%;
  position: absolute;
}



.scene_merit_area{
  display: flex;
  padding: 20px 0px 5px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 92%;
  border-top: 1px solid #d1dbee;
  margin: 20px auto 0;
  justify-content: space-between;
}


.scene_merit_icon{
  width: 12%;
  margin-right: 10px;
  margin-left: 7px;
}

.scene_merit_area ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  width: 85%;
}


.scene_merit_area ul li{
margin-right:40px;
}

.scene_merit_area ul li:nth-last-child(1){
margin-right:0;
}


/* ========================================
■ section scene end
======================================== */



.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 40px;
      padding-top: 40px;
      font-size: 14px;
      font-weight: 100;
}


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


A:visited {
    color: #0F76CC;
    text-decoration: none;
}


#page_top {
    position: fixed;
    bottom: 1.5%;
    opacity: 1;
    border-radius: 50%;
    z-index: 5;
    right: 1.5%;
}




.invisible {
    display: none;
}


/* ========================================
■ section-solution
======================================== */




.section-solution .wrap{
  padding-top: 0px;
  padding-bottom: 0px;
}



.solution_1 {
  width:100%;
  min-width:1200px;
  padding: 75px 0 75px;
  position: relative;
  background: url(/images/lp/denshichobo/bg_pattern_1.svg) center center no-repeat;
  /* background: url(/images/lp/directcloud_warmstorage/bg_pattern_warm1.svg) center center no-repeat; */
  background-size: cover;
}


.solution_2 {
  width:100%;
  min-width: 1200px;
  padding: 4.5em 0;
  background: #f0f7ff;
  position: relative;
}



.solution_4 {
  width:100%;
  min-width: 1200px;
  background: #f0f7ff;
  padding: 75px 0 75px;
  position: relative;
  background-size: cover;
}


/* .solution_1::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 80px solid #f7f7fb;
  top: 100%;
  z-index:1;
} */


/* .solution_2::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top:80px solid #f1f1f9;
  top: 100%;
  z-index:1;
} */


.soution_small_title{
  width: 73%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}


.small_left{
  font-weight: 100;
  background: #4952b9;
  border: 2px solid #4952b9;
  height: 68px;
  transform: skewX( -21deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding-top: 5px;
}


.small_left p{
  transform: skewX(21deg);
  font-size: 29px;
  font-weight: bold;
  font-family: "Meiryo";
  text-align: center;
}

.small_right{
  background-color: #FFF;
  color: #4952b9;
  border: 2px solid #4952b9;
  width: 70%;
  box-sizing: border-box;
  height: 68px;
  transform: skewX( -21deg);
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.small_right p{
  transform: skewX(21deg);
  font-size: 34px;
  font-weight: bold;
  font-family: "Meiryo";
}




/* ========================================
■ section-value
======================================== */


.txtbox-blue {
  width: 100%;

  line-height: 15px;
  padding: 30px 0 0px 0px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;

}



.title_text-blue {
  margin: 0;
  padding: 0;
  font-size: 34px;
  color: #3a4752;
  font-weight: bold;
  line-height: 1.36;
  width: 100%;
  padding: 3px 5px 20px;
}



.icon_wrap {
  /* background-color: #fff;
  padding: 50px; */
  border-radius: 30px;
  margin-top: 50px;
}



.icon_reduction_li {
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 19%;
}



.hybrid_view_txt {
      font-size: 22px;
      line-height: 1.45;
      border-top: 0;
      padding: 12px 5px 0px;
      color:#333;
}


.blue_font_area{
  padding-left: 4px;
  margin-bottom: 2px;
}

.blue_font_num {
  color: #378ee4;
  font-size: 67px;
  letter-spacing: 0px;
  padding-left:23px;
}

.blue_font_num:before {
  content: "・";
    display: inline-block;
    position: absolute;
    top: -15px;
    font-size: 39px;
    padding-left: 0px;
}

.blue_font {
  color: #378ee4;
  font-size: 65px;
  letter-spacing: -8px;
}

.blue_font:before {
  content: "・";
    display: inline-block;
    position: absolute;
    top: -20px;
    font-size: 40px;
    padding-left: 15px;
}

.blue-left-space{
  padding-left: 10px;
}

.orange_font {
    color: #4952b9;
    font-size: 48px;
    letter-spacing: -9.6px;
}

.orange_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -25px;
    font-size: 40px;
}

.point_pad_left {
  padding-left:10px;
}



.title_tri{
position: relative;
width: 140px;
height: 140px;
/* background-color:#4952b9; */
background-color: #5863bc;
border-radius: 50%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}


.title_tri p{
    margin:0;
    padding:0;
    border: 2px solid #c6c8e3;
    width: 18px;
    border-radius: 30px;
    margin: 0 auto;
}


.title_tri::after{
  position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    /* border-top: 18px solid #4952b9; */
    border-top: 18px solid #5863bc;
    top: 95%;
    left: 40%;
    z-index: 5;
}



.underline_y{
    background: linear-gradient(transparent 65%, #fff829e6 65%);
    padding-bottom: 0px;
    padding-left: 2px;
  }

  #bannerin_campaign   {
      display: none;
      position: fixed;
      left: 0px;
      bottom: 50px;
      z-index: 998;
      text-align: center;
      padding: 0;
  }

  #closebanner_campaign {
      width: 100%;
      position: fixed;
      left: -4px;
      bottom: 58px;
      z-index: 999;
      text-align: right;
      padding: 0;
      cursor: pointer;
  }

  #closebanner_campaign img {
    position: absolute;
    right: 23.4rem;
    width: 32px;
    height: 32px;
    bottom: 34.9rem;
    background-color: rgb(244 248 255 / 0%);
    border: 0px solid #378ee4;
    border-radius: 0px 0px 0px 12px;
    padding: 0em;
    box-shadow: 0px 0px 0px 0px rgb(193 193 193 / 0%);
    background-image: none;
  }

  .side_bn_title_wrap {
      position: relative;
      width: 16rem;
      min-width: 256px;
      height: auto;
      position: fixed;
      right: -2px;
      bottom: 10rem;
      background-color: #f4f8ff;
      border: 1px solid #210318;
      border-radius: 12px 0px 0px 12px;
      box-shadow: 0px 0px 5px 0px rgb(193 193 193 / 55%);
  }

  img.box-contents {
      border-radius: 12px 0px 0px 10px;
  }



  #banner{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 20px 0;
    background-color: #2f2f2fd6;
  }

  .banner.hide {
    transform:translateY(-60px);
  }

  .fixed {
      position: fixed;
      top: 0; /*ページ上部の固定する位置*/
      width: 100%;
      z-index: 9999;
  }


.border_left_title{
  font-size: 38px;
  color: #3a4752;
  margin: 0 1px 10px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}

.border_left_title::before {
  content: "";
  width: 8px;
  height: 52px;
  display: inline-block;
  background: linear-gradient(180deg, #007AC6, #1853A4);
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 7px;
  background: #4952b9;
}


  .ai_usage_area {
    /* position: relative;
    background:linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-radius: 16px;
    padding: 1.5px; */

    width: 100%;
    padding: 30px 35px 35px;
  }

  .ai_usage_area::after{
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
  }

  .ai_logo_img {
    width: 26%;
    padding-left: 10px;
    vertical-align: middle;
  }

  .ai_usage_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px 12px;
    border-radius: 16px 16px 0 0;
    border-image: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-image-slice: 1;
  }

  .ai_usage_title_w {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 21px 8px 25px 30px;
    border-radius: 16px 16px 0 0;
    border-image: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-image-slice: 1;
  }

  .ai_usage_line {
    border-left: 2px solid #615ea857;
    width: 2px;
    height: 62px;
    border-left: 1.5px solid #697ac3;
  }

  .ai_usage_text {
    font-size: 24px;
    width: 68%;
    line-height: 1.3;
    /* color: rgb(48 52 68 / 80%); */
    color: #ffffff;
    text-align: left;
    font-weight: 100;
    font-family: "Meiryo";
  }

  .red_point {
    padding-left: 1px;
    line-height: 22px;
    font-size: 0.6em;
    color: red;
    padding-right: 3px;
  }



td {
    vertical-align: middle;
    border: 1px solid #d8dee3;
}

.table_disc li {
  font-size: 14px;
  color: #9398a5;
  margin-top: 0px;
  margin-left: 1px;
}


.table_disc{
  margin-top:9px;
}


.table_disc_notice{
  font-size: 13px;
  color: #a1a4af;
  margin-top:12px;
}


.company_name{
  font-size: 21px;
  padding-left: 4px;
}


.func_table_l_title{
  text-align: left;
  padding-left: 25px;
  background: #f5f6f9;
}


.func_table_s_title{
  text-align: center;
}

.hybrid_view{
  margin-top:0px;
}



.rowspan_title{
  width: 30%;
  border: none;
  border-right: 1px solid #d8dee3;
  background: #f5f6f9;
  text-align: left;
  padding-left: 25px !important;
}

.txt-compare{
  font-size:16px;
  color:#777;
}


.rowspan_right_line{
  border: none;
  border-bottom: 1px solid #d8dee3;
  background:#f5f6f9;
  text-align: left;
  padding-left: 25px;
}

.compare_table_tit_line{
  border: none;
  border-bottom: 1px solid #d8dee3;
  background:#ffffff;
  text-align: center;
}

.compare_table_tit_line_b{
  border: none;
  border-bottom: 1px solid #bfcfe3;
  background:#ffffff;
  text-align: center;
}



.func_table_area{
  width: 100%;
  text-align: center;
  background-color: #fff;
  position:relative;
  font-size:21px;
  border: 1.5px solid #c9d2dd;
  color: #555;
  box-shadow: 0px 0px 7px #a7afba59;
}



.func_table_area tr td {
  padding: 16px 18px 15px;
}



.price_table{
  width: 100%;
  text-align: center;
  background-color: #fff;
  position:relative;
  font-size:21px;
  border: 2px solid #c9d2dd;
  color: #555;
  box-shadow: 0px 0px 7px #a7afba59;
}

.table_point_area{
  width: 49%;
  font-weight: bold;
  color: #fff;
  font-size:28px;
  background: linear-gradient(45deg, #0071BE 8%, #033491, #3C1E87);
  background:#4952b9;
  padding: 10px 0px 17px 0px;
}

.tit_function_txt{
  background: #3784d9;
    font-weight: bold;
    color: #fff;
    font-size: 29px;
    border-right: 1px solid rgb(186 198 207 / 60%);
    padding: 13px 0px 15px 0px;
}

.func_tit_font{
  font-size: 26px;
}

.point_txt_tit{
  font-size:1.5rem;
}

.point_txt_cost{
  font-size:1.5rem;
}

.tit_function_txt_b{
  background: #3383da;
  font-weight: bold;
  color: #fff;
  font-size: 27px;
  border-right: 1px solid rgb(164 196 231 / 62%);
  padding: 13px 0px 15px 0px;
}

.border-right-none{
  border-right: 1px solid rgb(186 198 207 / 0%);
}

.border-right-none{
  border-right: 1px solid rgb(186 198 207 / 0%);
}

.tit_small_b{
  font-size: 16px;
    line-height: 1.15;
    font-weight: 100;
    color: #f7c79e;
    letter-spacing: -0.6px;
}

.table_point_line {
    background-color: #ffffff;
    color:#555;
    font-weight:100;
    text-align: left;
    padding-left: 25px;
}

.table_price_txt {
  color:#222;
  font-weight:100;
  font-size: 24px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.table_tit_txt {
  color:#222;
  font-weight:100;
  font-size: 23px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.table_point_border{
  border: 2px solid #4952b9;
  width: 49%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.price_table_l{
  text-align: left;
  background: #f5f6f9;
  color: #555;
  font-size: 20px;
  padding: 24px 0px 24px 16px;
  line-height: 1.35;
  height: 90px;
}

.price_table_r{
  background:#ffffff;
  font-weight: 100;
  font-size: 24px;
}

.point_price_all{
  font-size: 28px !important;
  font-weight: 700;
}

.cost_comm_hotwarm{
  font-size: 16px;
  font-weight: 100;
  padding: 8px 10px 10px 9px;
  text-align: left;
  margin: 6px 14px 0px;
  color: #686a6f;
  line-height: 1.5;
  background-color: #eaf5ff;
  border-radius: 8px;
}

.num_data_b{
  font-size: 19px;
  font-weight: 700;
  padding-left: 13px;
  color: #686a6f;
}

.num_data_b_warm{
  font-size: 19px;
  font-weight: 700;
  padding-left: 16px;
  color: #686a6f;
}

.num_comm_data{
  font-size: 15px;
  font-weight: 100;
  padding-left: 2px;
}

.price_b_br{
  background-color: #ffffff;
  /* border-right: 1px solid #b7c0cb;
  border-bottom: 1px solid #b7c0cb; */
  /* color: #000; */
  font-size: 24px;
}

.price_b_br_line{
  background-color: #ffffff;
  /* border-right: 2px solid #0061d5; */
  /* border-bottom: 1px solid #b7c0cb; */
  /* color: #000; */
  font-size: 24px;
}

.add_data_txt{
  font-size: 18px;
    letter-spacing: 0.1pt;
    line-height: 29px;
}

.orange_tb_box{
  border: 2px solid #e30500;
    border-right: 0;
    box-sizing: border-box;
    background-color: #f67c00;
    color: #fff;
    font-weight: 100;
    font-size: 22px;
    letter-spacing: -0.5pt;
    line-height: 1.25;
}

.orange_price_stb_box{
  border: 2px solid #e30500;
  border-right: 0;
  border-left: 1px solid #f67c00;
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 25px 0px;
}

.orange_price_stb_box1{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 2px solid #e30500;
  border-right: 0;
  border-left: 1px solid #74839a80;
  border-right: 1px solid #74839a80;
  padding: 25px 0px;
}

.orange_price_stb_box2{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 2px solid #e30500;
  border-left: 1px solid #74839a80;
  padding: 30px 0px;
}


.dc-enterprise__new_50 {
  position: absolute;
  right: 226px;
  top: -20px;
  text-align: center;
}

.dc-enterprise__new_50 .inner {
  font-size: 19px;
  font-size: calc(14px + 1 * (100vw - 260px)/520);
  line-height: 1;
  font-weight: 700;
  position: relative;
  background: #7208ca;
  background: linear-gradient(90deg, #7208ca 0%, #a604d2 40%, #f81878 100%);
  border-radius: 30px;
  color: #fff;
  padding: 4px 30px;
  text-align: center;
  box-shadow: 0px 2px 3px #0506063d;
}


.dc-enterprise__new {
  position: absolute;
  right: 45px;
  top: -20px;
  text-align: center;
}

.dc-enterprise__new .inner {
  font-size: 19px;
  font-size: calc(14px + 1 * (100vw - 260px)/520);
  line-height: 1;
  font-weight: 700;
  position: relative;
  background: #7208ca;
  background: linear-gradient(90deg, #7208ca 0%, #a604d2 40%, #f81878 100%);
  border-radius: 30px;
  color: #fff;
  padding: 4px 30px;
  text-align: center;
  box-shadow: 0px 2px 3px #0506063d;
}

.no-cost-txt{
  color: #b6bcc1;
  font-size: 1.75rem;
  font-weight: 200;
}

.no-cost-txt-r{
  color: #b6bcc1;
  font-size: 1.95rem;
  font-weight: 700;
}

.cost_comm {
    font-size: 16px;
    padding-left: 3px;
    font-weight:100;
}

.cost_comm_data{
  font-size: 18px;
  padding-left: 3px;
  font-weight:100;
}

.cost_comm_data_all{
  font-size: 21px;
  padding-left: 3px;
  font-weight:100;
}

.cost_comm_p {
  font-size: 17px;
  padding-left: 3px;
}

.table_c_icon{
  width: 21px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.table_c_icon_b{
  width: 21px;
  vertical-align: middle;
  margin-bottom: 5px;
}



.table_t_icon{
  width: 22px;
  vertical-align: sub;
}


.table_x_icon{
  width: 16px;
  vertical-align: middle;
  margin-bottom: 5px;
}


.r_x_icon{
  width: 17px;
  vertical-align: middle;
  margin-bottom: 5px;
}



/*         section       index_cta     start         */

.index_cta{
  background: url(https://directcloud.jp/images/contents/bg_office1.jpg) center/cover no-repeat;
  color: #fff;
  min-width: 1200px;
  padding:40px 0 35px 0;
}

.cta_contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cta_wrap {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0px 0px;
}

.cta_item {
  width: 32%;
  padding-top: 18px;
}

.cta_text {
  width: 68%;
  margin-top: 0.8em;
}

h4.cta_maintxt{
  font-weight: bold;
  font-size: 41px;
  text-align: center;
  color: #3a4752;
  /* margin-bottom: 16px; */
  margin-top: 0px;
  line-height: 1.28;
  letter-spacing: 0px;
}

h5.cta_subtxt{
  font-size: 25px;
    text-align: center;
    line-height: 1.0;
    color: #747474;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 6px;
    letter-spacing: -0.45px;
}


.cta_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:26px;
}

.btn_trial{
  background: #FF114A;
  width: 40%;
  color: #fff !important;;
  text-align: center;
  border-radius: 68px;
  height: 65px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_trial:hover,
.btn_trial:focus,
.btn_trial:active{
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.btn_trial a{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff !important;;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: -0.3pt;
}

.btn_trial a:hover,
.btn_trial a:active{
  text-decoration: none;
}


.btn_down {
    background: #fff;
    width: 40%;
    text-align: center;
    border-radius: 68px;
    height: 65px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    color: #4C4C4C !important;;
}

.btn_down:hover,
.btn_down:focus,
.btn_down:active{
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.btn_down a{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #4c4c4c !important;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: -0.3pt;
}

.btn_down a:hover,
.btn_down a:active{
  color: #378ee4 !important;
  text-decoration: none;
}



/************** メリット　**************/
.eng_box_line {
  text-align: center;
  margin: 0 auto;
}

.eng_title_s1 {
  font-size: 22px !important;
}

.eng_title_top1 {
  display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #378ee4;
    padding: 0px 40px 3px 40px;
    border-radius: 40px;
    border: solid 2px rgb(55 142 228 / 80%);
    /* margin-bottom: 7px; */
    line-height: 1.6;
    background-color: rgb(255 255 255 / 80%);
}


.blur-txt{
	filter: blur(5px);
}

.btn_link_apply_red {
  height: 38px;
  color: #ffffff;
  text-align: center;
  background: #FF114A;
  line-height: 38px;
  border-radius: 50px;
}


.btn_link_apply_red:hover {
  background: #E20036;
  text-decoration: none;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.all_btn_size {
    width: 100%;
    margin: 0 auto;
    max-width: 158px;
}

a.btn_link_a2 {
    font-size: 14.5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
}


a.btn_link_a2:hover {
  color: #ffffff;
  text-decoration: none;
}

/***************   table border css   *****************/

.br-line-bottom{
  border: 2px solid #4952b9;
  border-bottom: 1px solid #4952b9;
}

.br-line-side{
  border: 2px solid #4952b9;
  border-bottom: 1px solid #C7C8DE;
  border-top: 0px solid #4952b9;
}

.br-line-top{
  border: 2px solid #4952b9;
  border-top: 0px solid #4952b9;
}


.plan_span_font{
  color: #888;
  font-size: 17px;
}



.pc_on{
    display: block;
}

.br_pc {
    display: block;
}

.sp_on {
    display: none;
}

.br_sp {
    display: none;
}




.warmstorage_merit_ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top:10px;
}


.warmstorage_merit_ul li {
  width: 32.2%;
  background-color: #f5faff;
  padding: 0;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: 3px 3px #e9edf6;
  border: 1.5px solid #b7c5d9;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

.merit__img_area {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 0;
    height: 270px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.merit__img_area.merit_img1 {
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img2 {
  width: 100%;
    text-align: center;
}

.merit__img_area.merit_img3 {
  width: 100%;
    text-align: center;
  margin-left: 0;
}



.merit_img1 img {
  width: 100%;
  max-width: 295px;
}

.merit_img2 img {
  width: 100%;
  max-width:332px;

}

.merit_img3 img {
  width: 100%;
  max-width:165px;

}



.merit__text_area1,
.merit__text_area2 {
  width: 100%;
  padding-left: 0px;
  text-align: center;
  padding: 30px 30px 25px;
  vertical-align: top;
}


.merit_text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #2b3647;
  letter-spacing: -0.3px;
}

.merit_p {
  font-size: 1.32em;
  line-height: 1.4;
  padding: 14px 0 0px;
  color: rgb(79 95 109 / 85%);
  letter-spacing: -.7pt;
  height: 115px;
  text-align: left;
}

.txt_po {
  font-size: 0.9em;
  line-height: 1.4;
  padding:5px 0px 0px 4px;
  color: rgb(79 95 109 / 65%);
}







/* 料金 css  */


.dc-plan {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}


.dc-plan-box {
    position: relative;
}

.dc-plan__group {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
  color: #2a333c;
  flex-direction: row;
  flex-wrap: wrap;
}


.dc-plan__item {
    padding: 30px 20px 20px;
    border-radius: 15px;
    flex: 1;
}

.dc-plan-box {
    position: relative;
}

/* .dc-plan__item:nth-child(1) {
    background-color: #e6f2ff;
} */


.dc-plan__item{
    background-color: #e6f2ff;
}

.dc-plan__heading {
    text-align: center;
}

.dc-plan__lead {
    font-size: 0.78em;
    line-height: 1.5;
    font-weight: 500;
    color: #637a91;
}

.dc-plan__name {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 4px;
    color: #41576c;
}

.dc-plan__price {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: #41576c;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.dc-plan__price .yen {
    font-size: 26px;
    margin-right: 6px;
}

.dc-plan__price .month {
    font-size: 18px;
    margin-left: 4px;
}


.dc-plan__detail {
    margin-top: 20px;
}

.dc-plan__detail__block {
    border-top: 1px solid #b8c7d76e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px 14px 8px;
    flex-direction: column;
    gap: 10px;
}


.dc-plan__detail__title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #596674;
    text-align: center;
}

  dt.dc-plan__detail__title span {
    display: block;
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    margin-top: 5px;
    color: #91a2b3;
}

.dc-plan__detail__volume {
    line-height: 1;
    font-size: 23px;
    font-weight: 800;
    color: #41576c;
}

.dc-plan__detail__volume .small {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-left: 2px;
    color: #314559;
}



.dc-plan__item:nth-child(1):hover, .dc-plan__item:nth-child(1):focus,
.dc-plan__item:nth-child(2):hover, .dc-plan__item:nth-child(2):focus,
.dc-plan__item:nth-child(3):hover, .dc-plan__item:nth-child(3):focus,
.dc-plan__item:nth-child(4):hover, .dc-plan__item:nth-child(4):focus,
.dc-plan__item:nth-child(5):hover, .dc-plan__item:nth-child(5):focus {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: transform .2s;
    cursor: default;
}



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

.tit_function_first{
   width: 23%;
}

.td-top-margin{
  margin-top: 10px;
}


.tit_function_second{
  /* border-right: 1px solid #a1b9e6;
  border-left: 1px solid #a1b9e6; */
  width: 13%;
}

.tit_function_third{
  width:54%;
}

.table_explain li {
    text-indent: -20px;
    padding-left: 20px;
    padding-right: 23px;
}


.price_standard_offer {
    color: #378ee4;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price_talbe_plan {
    background-color: #3784d9;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border:1px solid rgb(116 162 210 / 57%);
    font-size: 20px;
}


.price_talbe_plan_point{
  background-color: #0061d5;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border: 1px solid rgb(147 164 182 / 62%);
    line-height: 27px;
}

.price_stand_offer_table{
      background-color: #FFFCDA;
}


.merit_tit {
    position: relative;
    padding: 12px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b69c8;
    border-radius: 15px 15px 0 0;
}


.merit_tit img {
  width: 10%;
  margin-right: 20px;
  position: absolute;
  left: 9%;
  bottom: 0;
}

.merit_tit_p {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  padding-left: 3em;
  letter-spacing: -0.5pt;
}


.egn_font {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 52px;
    letter-spacing: 0;
}


.strength_scene_area{
  margin-top:90px;
  box-shadow: 0px 0px 7px #cdced9bd;
}


.compare_table_point{
  border: 2px solid #0061D5;
  position: absolute;
  width: 35%;
  height: 100%;
  z-index: 5;
  left: 30%;
  top: 0%;
}


.strength_con_title{
      padding: 10px 0 10px;
}































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


.keyv .mv .logo {
  width: 100%;
  padding: 20px 15px 0;
  }


.g-wrapper {
    min-width: 100%;
}


.offerstart_day{
  padding: 7px 0 30px;
}

.dc_ai_date{
  width: 45%;
}


.dc_ai_logo{
  width: 38%;
  margin-right: 1.8%;
  margin-top: 5px;
}


.logo img{
  width:100%;
}

.dc_ai_wrap {
    padding: 3px 8px 0;
}

.dc_ai_wrap img{
  width:100%;
}


h2.catch img{
  width: 100%;
  margin-top: 8px;
  padding: 0 15px;
}


.main_b_txt p{
  font-size: 14px;
  padding: 0px 32px;
  text-align: left;
  margin-top: 8px;
}


  .ai_usage_area {
      width: 100%;
      padding: 14px 14px 14px;
  }


  .ai_logo_img {
      width: 100%;
      padding-left: 0;
  }

  .ai_logo_img img {
      padding-bottom: 0 !important;
      width:65%;
  }


  .distress_con_title_w.ai_usage_title_w {
    padding: 0 16px 0;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ai_usage_text {
      font-size: 1.8rem;
      width: 100%;
      padding: 12px 4px 14px;
      font-family: 'Noto Sans JP', sans-serif;
  }

  .ai_usage_line {
      width: 100%;
      border-bottom: 1.5px solid #697ac3;
      height: auto;
  }



.wrap {
    width: 100%;
  }




.section_scene,
.section_distress,
.solution_1,
.solution_2
{
  min-width:100%;
}




section.section_distress {
      padding: 25px 0 50px;
  }


.warm_merit_view_top:after,
.warm_merit_view_top:before{
   display: none;
  }


.distress_area {
    padding: 20px;
  }

.distress_con {
  width: 100%;
  margin: 0 auto;
}

.distress_con:nth-child(2) {
    margin: 25px 0;
}


.distress_img_box{
  height: 220px;
}


.distress_con_title{
  font-size:30px;
  height:80px;
}

.merit_subtxt{
    font-size: 16px;
}


.scene_con {
    padding: 20px;
}

.scene_point_title {
  font-size: 2.1rem !important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 8px;
}



.section_scene{
      padding: 50px 0 50px;
}

.scene_area {
    padding: 0 20px 0;
}


.serve_text_g {
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: 5px;
}

.scene_img_area{
      padding-top: 6px;
}


.scene_img_area img {
    padding: 15px;
}


.soution_small_title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.soution_small_title:after {
    margin-left: 14.5rem;
    top: 13%;
    width: 36%;
    display: none;
}

.small_left {
  height: 57px;
  width: 41%;
  margin-left: 0px;
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.small_left p {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
}

.small_right {
  width: 59%;
  height: 57px;
}

.small_right p {
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
  padding-left: 17px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}


.left_img {
  width: 18%;
  padding: 8px 10px;
}

.right_text {
    font-size: 16.5px;
}

.d_point_title {
    left: 5%;
    width: 90%;
    margin: 0 auto;
    top: -24px;
}


.difference_point {
    margin-top: 45px;
    padding: 35px 10px 9px;
}


.d_point_title:before {
    top: 35px;
    left: 43%;
}

.d_point_check {
    font-size: 1.5rem;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.point_check_icon {
    width: 6.65%;
}

.d_point_ul {
    padding: 5px 10px 0;
}


.blue_font{
  font-size:2.7rem;
}

h2.warm_merit_view_top {
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  line-height: 1.45;
  padding: 0;
}

font.blue_font_num{
  font-size: 5.5rem;
padding-left: 4px;
}

.blue_font_num:before {
  top: 55px;
  font-size: 30px;
}

.blue_font:before{
  font-size: 30px;
  padding-left: 8px;
  top: 37px;
}


.blue_font_area{
  margin-top:7px;
}


.blue-left-space {
    padding-left: 0;
}


.eng_title_s1 {
    font-size: 18px !important;
}


.solution_1,
.solution_2,
.solution_3{
  padding: 50px 0;
}



/* cta start */


  .index_cta {
      min-width: 100%;
      padding: 50px 0 50px 0;
  }

  .cta_wrap {
    width: 90%;
    margin: 0 auto;
}

.cta_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.cta_item {
    width: 75%;
    padding-top: 0px;
}

.cta_text {
    width: 100%;
}

h5.cta_subtxt {
    text-align: center;
    font-size: 17px;
    line-height: 1.32;
}

h4.cta_maintxt {
  font-size: 26px;
  line-height: 1.25;
}

.cta_btn_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
}

.btn_trial {
    width: 98%;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
}

.btn_trial a, .btn_down a {
    font-size: 19px;
}

.btn_down {
    width: 98%;
    height: 50px;
}

.btn_trial a, .btn_down a {
    font-size: 19px;
}

/* cta end */


.pc_on {
  display: none !important;
}


.br_pc
 {
    display: none;
}


.sp_on{
      display: block;
}


.br_sp {
    display: block;
}


.tit_function_txt {
  width: 30%;
  font-size: 14px;
  padding: 10px 0px 9px 0px;
  line-height: 18px;
}



.tit_function_txt:nth-child(1){
  width: 32%;
}

.tit_function_txt:nth-child(2){
  width: 34%;
}

.tit_function_txt:nth-child(3){
  width: 34%;
  font-size:17px;
}

.company_name {
    font-size: 14px;
    padding-left: 2px;
}


.price_table_l {
  font-size: 16px;
  padding: 12px;
  line-height: 1.3;
  width:52%;
  height:72px;
}

.dc-enterprise__new_50 .inner{
  font-size: 17px;
  padding: 7px 40px;
}

.dc-enterprise__new_50{
  top:-16px;
}

.dc-enterprise__new{
  right: 40%;
  top: -18px;
  text-align: center;
}

.dc-enterprise__new .inner{
  font-size: 14px;
  padding: 4px 23px;
}

.add_data_txt{
  font-size: 18px;
    letter-spacing: 0.1pt;
    line-height: 29px;
}

.orange_tb_box {
    font-size: 16px;
}

.table_point_area{
  width: 15%;
  font-size: 17px;
  padding: 13px;
  line-height: 1.2;
}

.tit_small_b{
  font-size:11px;
}

.all_btn_size {
    width: 96%;
    margin: 0 auto;
}


.plan_span_font{
  color: #888;
  font-size: 13px;
}

.btn_link_apply_red{
  height: 35px;
  line-height: 35px;
}

a.btn_link_a2 {
    font-size: 13px;
}

.table_price_txt{
  font-size: 18px !important;
}

.table_disc li {
    text-indent: -14px;
    padding-left: 14px;
    line-height: 1.4;
    margin-bottom:5px;
    font-size: 12px;
}



.func_table_area, .price_table{
  font-size:15px;
  color:#000;
}


.price_table{
  margin-top: 25px;
}


.price_table:nth-child(1){
  margin-top: 0;
}



.func_table_l_title {
  padding: 12px;
  width: 2%;
  text-align: left;
  font-size: 14px;
}

.func_table_s_title{
  padding-left: 0;
  line-height: 1.3;
  font-size: 14px;
}

.rowspan_title{
  width: 5% !important;
  padding: 10px !important;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}

.txt-compare {
    font-size: 12px;
    color: #777;
    display: block;
    text-indent: -6px;
    padding-top: 2px;
}

.point_txt_tit {
  font-size: 1.0rem;
}

.rowspan_right_line{
  width: 50%;
  text-align: center;
  font-size: 14px;
  padding: 11px;
}


.table_c_icon{
  width: 15px;
  vertical-align: sub;
}

.table_t_icon{
  width: 15px;
  vertical-align: sub;
}

.table_x_icon{
  width: 14px;
  vertical-align: middle;
}

.red_point{
  padding-left: 4px;
}


.table_point_line{
  font-size: 14px;
  padding: 12px;
}

.table_point_border{
      width: 44%;
}


.section-scene {
    padding: 60px 0;
}


.scene2, .scene3 {
    margin-top: 30px;
}

#banner_campaign{
  display: none !important;
}

footer.footer p {
    padding: 0 20px;
}



.strength_area {
      display: flex;
      flex-direction: column;
  }

.strength_con {
    width: 100%;
    margin-bottom: 0;
}




.strength_con_img{
  padding: 22px 13px 18px;
  width: 100%;
  height: auto;
}


.strength_con_img img {
    width: 100% !important ;
}


.strength_con_txt {
    padding: 20px;
    font-size: 17px;
    line-height: 1.5;
    height: 100%;
}


.sct_p {
    font-size: 22px;
}

.table_explain li {
    padding-right: 0;
    text-indent: -20px;
    padding-left: 16px;
}


.merit_tit {
    padding: 12px 0 10px;
}


.merit_tit_p {
  font-size: 22px;
  letter-spacing: -1px;
  padding-left: 86px;
  line-height: 1.2;
  text-align: left;
  padding-right: 15px;
}

.egn_font {
    font-size: 20px !important;
}

.merit_tit img{
    left: 4%;
    margin-right: 15px;
    width:18%;
}

.strength_scene_area{
  margin-top: 20px;
  box-shadow: none;
}

.warmstorage_merit_ul {
  flex-direction: column;
  padding:0 20px 20px;
}

.warmstorage_merit_ul li {
  width: 100%;
  margin-bottom: 20px;
}

.warmstorage_merit_ul li:nth-child(2){
  margin-bottom:0;
}



.warmstorage_merit_ul li:nth-child(3){
  margin-bottom:0;
}


.merit_text{
  font-size: 26px;
}

.merit_p {
  font-size: 20px;
  padding: 10px 0 0;
  height:100%;
}

.merit__img_area{
      height: 210px;
}


.merit_img1 img {
    width: 75%;
}

.merit_img2 img {
    width: 87%;
}

.merit_img3 img  {
    width: 40%;
}


td.tit_function_txt_b{
  font-size: 16px;
  padding: 10px 0px;
}

img.table_c_icon_b {
    width: 15px;
}

.r_x_icon {
    width: 14px;
}


.tit_function_first {
    width: 35%;
}

.tit_function_second {
    width: 16%;
}

.tit_function_third {
    width: 54%;
}


.compare_table_point {
    width: 34%;
    left: 32%;
}


.price_talbe_plan{
  width: 50%;
  padding: 20px 0px;
  font-size:23px;
}


.price_table_r{
  font-size: 19px;
  padding: 12px;
  width:55%;
}

.cost_comm {
    font-size: 14px;
}

.cost_comm_data{
  font-size: 15px;
}

.point_price_all{
  font-size: 21px !important;
    font-weight: 700;
    padding: 12px 8px;
}

.cost_comm_hotwarm{
  font-size: 13px;
  font-weight: 100;
  padding: 4px 0px 8px 6px;
  text-align: left;
  margin: 3px 5px;
}

.num_data_b_warm {
  font-size: 17px;
  font-weight: 700;
  padding-left: 20px;
}

.num_comm_data {
  font-size: 13px;
  font-weight: 100;
  padding-left: 2px;
}

.cost_comm_data_all{
  font-size: 15px;
}

.cost_comm_p{
      font-size: 14px;
}


.orange_price_stb_box {
    border-right: 2px solid #e30500;
}


.price_talbe_plan:nth-child(1){
  width: 46%;
}

.c_t_line1{
    height: 126px;
        padding: 11px;
}


.c_t_line2{
    height: 50px;
        padding: 11px;
}

.c_t_line3{
    height: 50px;
    padding: 11px;
}


.func_table_area tr td {
    padding: 12px 12px 10px;
}


.txt_po{
  font-size: 13px;
  margin-bottom:20px;
}

.point_txt_cost {
    line-height: 1.0;
}


footer{
  min-width: 100%;
}

}


/************************ 動画　css add ***********************/
h2.scene_point_title2{
  padding-top: 15px;
    padding-bottom: 25px;
    margin: 0 auto;
    font-size: 57px;
    color: #444;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}


.distress_con_movie {
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
    position: relative;
    box-sizing: border-box;
    /* border: 1.5px solid #d0d2e5; */
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #c5c7d5;
    background: #ffffff;
    border: 1.5px solid #bfc1d6;
}


.distress_con_movie::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}

.distree_box_movie {
  width: 100%;
  background-color: #0B69C9;
  border-radius:5px 5px 0 0;
  padding: 25px 0px 30px;
}

.iframe_box{
  display: block;
  width: 100%;
}

.iframe-area {
  position: relative;
  padding-bottom: 56%; /* アスペクト比 16:9の場合の縦幅 */
  height: 0;
  overflow: hidden;
}
  
.iframe-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ai_usage_text2 {
  font-size: 45px;
  line-height: 28px;
  /* color: rgb(48 52 68 / 80%); */
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-family: "Meiryo";
}

.merit_subtxt2{
  font-size: 27px;
    font-weight: 100;
    letter-spacing: -0.1px;
    line-height: 37px;
    color: #cce4ff;
    padding-bottom: 24px;
}


/************** youtube movie css add ***********/
#player-container {
  position: relative;
  width: 100%;
  /* height: 0; */
  padding-top: 0%;
  background-color: #000;
}

/* iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
} */

.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
}

/************ button ************/
.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: pointer;
  line-height: inherit;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108px;
  height: 108px;
  margin-left: -54px;
  margin-top: -54px;
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
  border: none;
}

.ytp-large-play-button:focus,
.ytp-large-play-button {
  outline: 0;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}

.ytp-large-play-button:hover .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}



div.play-button {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}


@media screen and (max-width: 480px) {
  h2.scene_point_title2{
    padding-top: 1px !important;
    padding-bottom: 11px !important;
    font-size: 3.0rem !important;
    line-height: 1.3;
  }

  .distress_con_movie {
    border-radius: 8px 8px 0px 0px;
  }

  .distree_box_movie {
    border-radius: 6px 6px 0 0;
    padding: 4px 10px;
  }

  .ai_usage_text2 {
    font-size: 23px;
    width: 100%;
    padding: 10px 5px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 25px;
  }

  .merit_subtxt2{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  

  .movie-wrap iframe {
    border-radius: 0px;
  }

  .ytp-large-play-button {
      width: 62px !important;
      height: 62px !important;
      margin-left: -31px;
      margin-top: -44px;
  }

  a.video span {
    background-size: 400%;
  }

}
