@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: #5652c7;
    text-decoration: none;
    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: 1380px;
    margin-top: 72px;
}

.wrap {
    position: relative;
    /* width: 1200px; */
    width: 1380px;
    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
======================================== */
.key{
   background-color: #14123a;
}


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


.shield_bg1 {
    background-size: cover !important;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #000b1f;
    /* background: url(/images/lp/shield/shield_bg1.png) center 100% no-repeat; */
    background: url(/images/lp/shield/Banner_Shield_web1.jpg) center 100% no-repeat;
    height: 665px;
}



.shield_bg2 {
  background-size: 100% !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000b1f;
  background: url(/images/lp/shield/shield_bg.png) center 53% no-repeat;
  height: auto;
  width: 100vw;
}



.shield_bg2 img {
    width: 100%;
}



.shield_title_logo {
    width: 1400px;
    margin: 0 auto;
}


.shield_title_logo img {
    width: 55.5%;
    padding: 3% 0 0;
}


.mainV_title {
    width: 1480px;
    margin: 0 auto;
}


.mainV_title h3 {
  font-size: 51px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -3px;
  margin-top:12px;
  line-height: 68px;
}


.mainV_title p {
  font-size: 23px;
  color: #e6d2fd;
  font-weight: 300;
  font-family: A-OTF Shin Go Pro;
}




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


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



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

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

.logo img{
  width:88%;
}


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


h2.catch img {
    padding: 0px;
    box-sizing: border-box;
    width:77%;
    margin-top: 40px;
    margin:40px auto;
}

.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: 17px;
      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 header start ▼
======================================== */

#header {
      z-index: 999;
      background-color: #fff;
      box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
      position: fixed;
      top: 0;
      width: 100%;
}


#header .innerBlock {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 50px;
}


#header .innerBlock #leftContents {
      width: 80%;
      position: relative;
      padding: 3px 0px 5px 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
}


#lp_leftContents {
    width: 66%;
    min-width:370px;
}



#lp_leftContents li {
    height: 50px;
    display: flex;
    align-items: center;
}


#lp_leftContents li a{
    color:#fcfcff;
    font-weight: 700;
}

#lp_leftContents li a:hover{
    color:#c9bdff;
}

/********* TOP MENU NAVI CSS ************/
#lp_leftContents li a.ExToggle:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    opacity: .4;
    top: -2px;
    bottom: 0;
    left: 74px;
    border-top: solid 2px #4f5f6d;
    border-right: solid 2px #4f5f6d;
    margin: auto;
}



#lp_rightContents #lp_gnav {
    padding: 0px 14px 0 0px;
}

#lp_rightContents {
    padding: 9px 10px 5px 0px;
    /* width:30%; */
}


li.navi_cta {
    width: 48.5%;
    text-align: center;
    height: 40px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border: 1px solid rgba(79,95,109,.2);
    min-width: 160px;
    background-color: #fff;
}

li.navi_cta:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}



li.navi_cta a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  color: #4a494e;
}

li.navi_cta a:hover{
  color: #371096;
}

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

.cta_orange a{
      color:#fff !important;
}

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


.cta_red a{
    color:#fff !important;
}


.lp_header-serve-menu ul li span{
  top: 32px;
}

.lp_header-serve-menu ul {
    list-style: none;
    margin: 3px 0px 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 200;
    transition: background-color .3s ease;
    box-shadow: 0px 4px 4px 0px #0c041c3b;
    background: #270242;
    background: linear-gradient(269deg, rgb(16 0 43) 0%, rgb(25 1 41) 100%);
}


.header__container {
    max-width: 1400px;
    height: 75px;
    padding: 0px 20px;
    margin: auto;
    display: flex;
    align-items: center;
}


.header .maegaMenu .is opne{
  /*boder-top:2px solid #f4f8f9;*/
  height:170px;
}


.header__navi {
    flex-grow: 1;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content:flex-start;
}

.header__navi--left {
    display: flex;
    align-items: center;
    font-size:16px;
}

.header__navi--left li{
  /* margin-right:8%; */
  margin-right: 25px;
  margin-left: 25px;
}

/* .header__navi--left li:nth-child(3){
  margin-right:0;
} */


.header__navi--right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header__navi--left .naviItem__inner {
    display: block;
    position: relative;
    transition: color .3s ease;
}


.header__navi--left .naviItem__inner:before {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 100%;
    z-index: 2;
    height: 4px;
    background-color: #009dff;
    transition: transform .3s ease;
    transform: scaleX(0);
}

.header__navi--left .naviItem__inner:hover:before{transform:scaleX(1)}

.header p {
    margin: 0;
    color:#ffffff;
    font-weight: 700;
}

.header__navi--left .naviItem__inner i {
  margin-left: 8px;
  /* opacity: .4;
  color: #4f5f6d; */
  color: #378ee4;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  transform: translate(0);
}


.header .megaMenu {
    position: relative;
    height: 0;
    background-color: #fff;
    transition: height .3s ease;
    /* pointer-events: none; */
    overflow: hidden;
}


.header .megaMenu__inner {
    position: relative;
    height: 100%;
    max-width: 1366px;
    margin: auto;
}


.header .megaMenu__group {
    /* pointer-events: none; */
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header .megaMenu.is-open {
    height: 150px;
    border-top:2px solid #f4f8f9;
}



.header .megaMenu__group--inner {
    display: flex;
}


.header .megaMenu__group--list {
    flex-grow: 1;
}

.header .megaMenu__group--title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 72px;
}

.header .megaMenu__group--titleInner {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding-right: 28px;
  color: #4c4c4c;
  transition: color .2s;
}


.header .megaMenu__list {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap: 22px 50px;
}


.header .megaMenu__item {
    white-space: nowrap;
    display: flex;
}


li.naviItem {
    cursor: pointer;
}


.header_logo {
    width: 17%;
    margin-right: 24px;
    min-width: 240px;
}

.header .megaMenu__item--inner {
    display: block;
    position: relative;
    padding-left: 21px;
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4f5f6d;
    background-image: linear-gradient(#158aff,#158aff);
    background-size: 0 1px;
    background-position: left 16px bottom;
    background-repeat: no-repeat;
    transition: color .3s ease,background-size .3s ease;
}

.header .megaMenu__item--inner:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



.header .megaMenu__item--inner:hover {
    color: #378ee4;
    background-size: calc(100% - 16px) 1px;
    text-decoration: none;
}


.sp_toggle_menu {
    position: fixed;
    top: 65px;
    left: 0;
    margin-top: -100vh;
    width: 100vw;
    height: calc(100vh - 64px) !important;
    overflow-y: scroll;
    background-color: #fff;
    transition: margin .3s ease !important;;
}

.sp_toggle_menu.active{
  margin-top: 0;
  border-top: 1px solid #d8d8d8;
}


.sp_toggle_menu{
  display: block;
}

.sp_toggle__list {
  height: 0;
  background-color: #fff;
  transition: height .3s ease;
  overflow: hidden;
}

.sp_toggle__list.is-open {
  display: block;
  transition: height .3s ease;
  overflow: hidden;
  height: 220px;
}


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

.sp_toggle_title {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
}

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

.sp_toggle_item {
    font-size: 15px;
    padding: 10px 20px;
}


.sp_toggle_title i{
  transform: rotate(0deg);
  transition: transform .3s ease;
  color: #b9bfc5;
}

.sp_toggle_title.is-open i{
  transform: rotate(180deg);
  color: #b9bfc5;
}

i.fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.sp_toggle_item a{
  position: relative;
  padding-left: 5px;
}


.sp_toggle_item a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 57%;
  left: -15px;
  transform: translateY(-50%);
}


.sp_toggle_cta_area{
  border-top: 1px solid #d8d8d8;
}



/* ========================================
■ section header end　▲
======================================== */


/* ========================================
■ section laurel img start　▲
======================================== */
.main_bottom_area {
      background-color: #fff;
      padding: 0px 0 25px;
  }

    .main_btm_area_text{
      max-width: 1180px;
      width: 100%;
      margin: 0px auto;
      text-align: center;
      margin-bottom: 60px;
      font-size: 36px;
      font-weight: 600;
      line-height: 1.45;
      color: #34424f;
    }


  .main_bottom_inner {
      position: relative;
      text-align: center;
      max-width: 1180px;
      width:100%;
      margin: 0px auto;
  }

    .main_bottom_inner .statement {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 20px;
      color: rgb(8 11 14 / 80%);
      position: relative;
    }

    .main_bottom_inner .statement:before {
      border-right: 2px solid #c8c8c8;
      transform: translateX(-22px) translateY(0) rotate(-28deg);
      content: "";
      width: 0;
      height: 38px;
    }

    .main_bottom_inner .statement:after {
      border-left: 2px solid #c8c8c8;
      transform: translateX(10px) translateY(0) rotate(28deg);
      content: "";
      width: 0;
      height: 38px;
    }

  .bottom_area_text {
      text-align: center;
      padding-bottom: 15px;
      font-size: 30px;
  }

  .main_b_img {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 0 3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }


.main_b_img li:nth-child(1){
width: 47.6%;
}

.main_b_img li:nth-child(2){
width: 37%;
margin:0 30px;
}

.main_b_img li:nth-child(3){
width: 41%;
}

.performance_img{
  width: 100%;
}

.laurel_img{
      width: 100%;
}

.laurel___span{
  display: block;
  font-size: 10px;
  color: #969696;
  text-align: center;
  padding-top: 1px;
}

/* ========================================
■ section laurel img 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　▲
======================================== */









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


.section_distress {
    font-size: 17px;
    padding: 70px 0px;
    position: relative;
    /* background: #f1f2ff; */
    background: linear-gradient(0deg, #f8f8ff 65%, #ededff 100%);
}

.section_distress1 {
    font-size: 17px;
    padding: 70px 0px;
    position: relative;
    /* background: #f1f2ff; */
    background: linear-gradient(0deg, #fafaff 65%, #ededff 100%);
}

.section_distress_kaisouka {
    font-size: 17px;
    background: #f7f8ff;
    background: #fff;
    padding: 80px 0 75px;
    position: relative;
    background: url(/images/lp/directcloud_storagetiering/bg_pattern.svg) center center no-repeat;
    background-size: cover;
}



.strength_title {
    color: #262b34;
    text-align: center;
    font-size: clamp(3.6em, 5vw, 68px);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 21px;
    padding-bottom: 15px;
    letter-spacing: 0px;
    padding-top: 2px;
}

.blue_font_distress {
  color: #4a31ae;
  font-size: 78px;
  letter-spacing: -9.6px;
}



.blue_font_distress:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -32px;
    font-size: 40px;
    padding-left: 11px;
}


.distress_area_distress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 15px;
    border-radius: 15px;
}


.area_hidden {
    clear: both;
    /* overflow: hidden; */
}

.distress_con_distress  {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
}



.distress_img_box_distress  {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}


.dist_hukidashi {
    font-size: 28px;
    position: absolute;
    font-weight: bold;
    line-height: 1.4;
    color: #5049b9;
    text-align: center;
}



.hukidashi_a {
    top:9.5%;
    letter-spacing: -1px;
}


.hukidashi_b {
    top: 4.8%;
    letter-spacing: -1px;
}

.hukidashi_c {
   top: 4.8%;
   letter-spacing: -1px;
}


img.distress_img {
    width: 96%;
    max-width: 100%;
}

.distree_m_box {
    border: 2px solid #d91442;
    border-radius: 11px;
    margin-top: 15px;
    background-color: #fff;
    width: 98%;
}

.distress_m_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 7px 0 8px;
    background-color: #d91442;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.circle_m_txt {
    border-radius: 4px;
    padding: 0px 10px 2px;
    font-size: 22px;
    margin-right: 10px;
    line-height: 16px;
    background-color: #fff;
    color: #d5213f;
    letter-spacing: 0px;
}

    .distress_m_txt {
        padding: 20px 20px 20px 20px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: left;
        border-radius: 0 0 12px 12px;
        height: 310px;
    }


    .distress_m_txt ul li {
        padding-left: 16px;
        margin-bottom: 11px;
        letter-spacing: -0.75px;
        line-height: 1.45;
        position: relative;
        font-size: 19px;
        color: #444;
    }

  .distress_m_txt ul li::before {
      position: absolute;
      color: #b6b5c0;
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 100px;
      top: 11px;
      left: 0px;
      background-color: #b6b5c0;
  }


    .distree_wrapper {
      display: flex;
      border: 2.5px solid #d31530;
      border-radius: 10px;
      overflow: hidden;
      width: 96%;
      margin-top:24px;
    }


    .distree_left_box {
      background-color: #d31530;
      color: #fff;
      padding: 12px 18px;
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22%;
      border-radius: 4px 0px 0px 4px;
    }



    .distree_right_box {
      background-color: #fff;
      color: #d31530;
      padding: 12px 0px;
      font-weight: bold;
      font-size: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 78%;
    }


    .dc-merit_title {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      top: clamp(-46px, -3vw, -46px);
    }

    .dc-merit_title>span {
        background-color: #1f8cf8;
        border-radius: 82px;
        color: #fff;
        font-weight: 700;
        line-height: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 92px;
        font-size: 3.4rem;
        padding: 0 1em 0.1em;
        width: 70%;
    }

    .dc-merit_title>span:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);

      border-style: solid;
      height: 0;
      width: 0;
      border-color: #1f8cf8 transparent transparent transparent;
      /* border-width: 1.0416666667vw 0.9375vw 0 0.9375vw;
      bottom: -0.9722222222vw; */

      border-width: 30px;
      bottom: -55px;
    }



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









/* ========================================
■ section 特徴 start ▼
======================================== */



.section_features {
    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-size: cover;
}





.warm_merit_view_top{
    width: 100%;
    font-size: 62px;
    color: #273037;
    padding: 5px 0 0px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.7px;
}


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

}


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


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



.contents_nobox{
    margin-top: 20px;

}

.chap_subtxt {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 100;
    color: #575d62;
    margin-top: 0px;
    text-align: center;
}

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

.examination_ul li {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 32%;
    margin: 0px;
    border: 2px solid #5846bc;
    box-shadow: 0px 0px 7px #a7afba59;
}


.examination_ul h4 {
    line-height: 1.45;
    font-size: 31px;
    padding: 14px 0px 15px;
    background-color: #5846bc;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 6px 6px 0px 0px;
}



.share_item_cont1 {
    font-size: 25px;
    padding: 20px 24px 25px 30px;
    background-color: #eff0ff;
    line-height: 1.5;
    text-align: left;
    border-radius: 0px 0px 8px 8px;
    color: rgb(55 53 73 / 90%);
    height: 185px;
    height: auto;
    border: 0px solid #d1d8df;
}




.share_img {
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 30px 0 0px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}



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


.share_img1 {
    width: 100%;
    padding: 30px 22px;


}

 .share_img2 {
    width: 100%;
    padding: 30px;


}

.share_img3 {
  width: 100%;
  padding: 30px;

}



p.share_item_cont {
  font-size: 24px;
  padding: 20px 15px 20px 27px;
  background-color: #fff;
  line-height: 1.45;
  text-align: left;
  border-radius: 0px 0px 9px 9px;
  color: #323c45e6;
  height: 190px;
}



/* ========================================
■ section 特徴 end ▲
======================================== */






/* ========================================
■ section サービス start ▼
======================================== */

.section_service {
    padding: 65px 0 75px;
    position: relative;
    background: #dcf2ff;
    background: linear-gradient(120deg, #fef7f4 0%, #fffbf0 27%, #eefbff 48%, #dcf2ff 74%, #e6f0ff 97%);
}


.tiering_service_h2{
  color: #262b34;
  text-align: center;
  font-size: clamp(3em, 5vw, 55px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 21px;
  padding-bottom: 15px;
  letter-spacing: 0px;
  padding-top: 2px;
}


.tiering_service_text{
text-align: center;
font-size:34px;
}


.tiering_contents_area{
    /* background: linear-gradient(135deg, #fdeff2, #fff9e6, #e6f7ff); */
    display: flex;
    position: relative;
    /* left:60px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0px;
    border-radius: 10px;
    border: 2px solid #4174d1;
    box-shadow: 0px 0px 7px #a7afba59;
}

.tiering_contents_area h3 {
    line-height: 1.85;
    font-size: 37px;
    padding: 10px 0px 11px;
    background-color: #4174d1;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 6px 6px 0px 0px;
    letter-spacing: -0.5px;
}

.tiering_contents_tbbox{
    padding: 25px 30px;
    width: 100%;
    display: flex;
    background: #d6ecfd;
    background: linear-gradient(106deg, #fef1f1 0%, #fff9ef 36%, #e8fcff 68%, #e6f4ff 80%, #e4f3ff 100%);
    border-radius: 0 0 8px 8px;
}


.tiering_servie_imgarea{
  /* flex:1; */
  z-index: 1;
  width: 53%;
}


.tiering_service_container{
  /* flex:1; */
  margin: 18px 0 0;
  padding-left: 0;
  width: 41%;
}


.item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.item::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: currentColor;
}


.item.hot::before {
  top: 46px;
  left: -21%;
  width: 145px;
}

.item.warm::before {
  top: 46px;
  left: -19%;
  width: 135px;
}


.item.cold::before {
  top: 45px;
  left: -15%;
  width: 110px;
}




.icon {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid;
  margin-right: 12px;
  margin-left: 30px;
  background-color: #fff;
}

.icon img{
  width:70%;
}

.icon-cold {
  margin-left: 29px !important;
}

.icon img{
  width:70%;
}


.content {
  line-height: 1.6;
}


.hot {
  color: #D33825;
  left:-27%;
}


.hot .icon {
  border-color: #D33825;
}

.warm {
  color: #F2A82E;
  left:-17%;
}

.warm .icon {
  border-color: #F2A82E;
}

.cold {
  color: #449CD7;
  left:-3%;
  top:-8px;
}

.cold .icon {
  border-color: #449CD7;
}

.tireing_icon_title {
  font-size: 31px;
  font-weight: bold;
}

.tireing_description {
  font-size: 22px;
  color: #535353;
  width: 582px;
  letter-spacing: -0.75px;
  line-height: 35px;
}


/* ========================================
■ section サービス end ▲
======================================== */





/* ========================================
■ section サービス start ▼
======================================== */

.tiering_service_h2{
  color: #262b34;
  text-align: center;
  font-size: clamp(2.9em, 5vw, 55px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 21px;
  padding-bottom: 15px;
  letter-spacing: 0px;
  padding-top: 2px;
}


.tiering_service_text2{
text-align: center;
font-size:34px;
}


.tiering_contents_area2{
    /* background: linear-gradient(135deg, #fdeff2, #fff9e6, #e6f7ff); */
    display: flex;
    position: relative;
    /* left:60px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}


.tiering_servie_imgarea2{
  /* flex:1; */
  z-index: 1;
  width: 40%;
}


.tiering_service_container2{
  /* flex:1; */
  margin: 50px 0 0;
  padding-left: 45px;
  width: 60%;
}


.item2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.item2::before {
  content: "";
  position: absolute;
  /* height: 3px; */
  border-top: 3px dotted currentColor;
}


.item2.hot2::before {
  top: 45px;
  left: -11%;
  width: 88px;
}

.item2.warm2::before {
  top: 45px;
  left: -9%;
  width: 73px;
}


.item2.cold2::before {
  top: 45px;
  left: -8%;
  width: 65px;
}


.item2:nth-last-child(1){
  margin-bottom:0;
}



.icon2 {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid;
  margin-right: 20px;
  margin-left: 0;
  background-color: #fff;
}

.icon2 img{
  width:70%;
}


.content2 {
  line-height: 1.6;
}


.hot2 {
  color: #e53935;
  top: 10px;

}


.hot2 .icon2 {
  border-color: #e53935;
}

.warm2 {
  color: #f57c00;
  top: 2px;

}

.warm2 .icon2 {
  border-color: #f57c00;
}

.cold2 {
  color: #1e88e5;
  top: -10px;
}

.cold2 .icon2 {
  border-color: #1e88e5;
}

.tireing_icon_title2 {
  font-size: 25px;
  font-weight: bold;
}

.tireing_description2 {
  font-size: 18px;
  color: #333;
  width: 100%;
}


/* ========================================
■ 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: #5846bc;
}


.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: #f0f7ff;
  padding: 60px 0 75px;
  position: relative;
  /* background: url(/images/lp/denshichobo/bg_pattern_1.svg) center 20% 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: 20px;
  margin: 0 auto;
  font-size: 58px;
  color: #2d3045;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}


.h2_p {
    font-size: 25px;
    text-align: center;
    line-height: 37px;
    color: #6e6f74;
}



.scene_faq_title{
  padding-top: 1px;
  padding-bottom: 0px;
  margin: 0 auto;
  font-size: 61px;
  color: #2d3045;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

.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: #5846bc;
  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
======================================== */





.audit_contents_box {
    padding: 20px 0px 0px;
    margin-top: 20px;
}


.audit_utilization_ul {
    align-items: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}




.util_li_batsu {
    position: absolute;
    top: -28px;
    left: 0px;
    width: 100%;
}

.util_li_batsu img {
    width: 11%;
}


.audit_img_area {
    background-color: #f8f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px 30px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    min-height: 300px;
    height: auto;
    flex-direction: column;
    border-radius: 12px;
}



.util_li_img1 img {
    width: 90%;
}


.util_li_text_area {
    box-sizing: border-box;
    padding: 5px 16px 20px;
    height: auto;
    min-height: 200px;
}



.option_title {
    padding: 35px 0 6px;
    font-weight: bold;
    margin: 0;
    color: #5049b9;
    font-size: 31px;
    line-height: 45px;
}


.audit_in_ul li {
    text-align: left;
    text-indent: -16px;
    padding-left: 16px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
}



.audit_util_ul_li_center {
    width: 26%;
    padding-top: 20px;
}


.audit_util_ul_li_center img {
    width: 81%;
}


.sec_option_li {
    width: 48.5%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    border: 2px solid #b2aeced4;
    position: relative;
    box-shadow: 0px 0px 7px #a7acba6b;
}

.util_li {
    position: absolute;
    top: -38px;
    left: 33px;
    width: 100%;
    border-radius: 12px;
    font-size: 33px;
    width: 90%;
    background: #5846bc;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
}



.util_li_img2 img {
    width: 90%;
}


.audit_target {
    position: absolute;
    background-color: #ed6c6e;
    color: #fff;
    font-size: 17px;
    padding: 4px 22px 3px;
    font-weight: bold;
    border-radius: 37px;
    top: 14px;
    left: 70%;
}


.util_li_maru img {
    width: 12%;
}


.util_li span{
      font-size: 33px;
}


















.footer{
    text-align: center;
}

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


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


A:visited {
    color: #5f49b9;
    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%;
  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%;
  padding: 3.5em 0;
  position: relative;
  background: #f4f8ff;
  background: linear-gradient(120deg, #f4f8ff 0%, #edf3ff 50%, #ebf4ff 100%);
}



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



.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: #5846bc;
  border: 2px solid #5846bc;
  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: #5846bc;
  border: 2px solid #5846bc;
  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";
}




.balloon-set{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 10;
  top: 39px;
  right: 27px;
}




.b-set2{
  max-width: 33%;
  right: ;
  top: ;
}


.b-set3{

}


.b-set4{
  max-width: 100%;
}


.b-set5{
  max-width: 58%;
  top: 90px;
  right: 27px;

}


.b-set6 {
  max-width: 74%;
  top: 90px;
  right: 27px;
}


.voice_scene_img02 {
  width: 100%;
}



.balloon-text{
  background-color: #ffe0e0;
  padding: 18px 20px 18px 20px;
  border-radius: 12px;
  position: relative;
  font-size: 19px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  color: #37393e;
  line-height: 1.55;
  display: inline-block;
}

.balloon-text::after{
  content: '';
  position: absolute;
  border-width: 10px 0 10px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #ffe0e0;
}


.dlp_function7_img{
  padding-top:8.5rem;
}



.b-text1{

}


.b-text1::after{
  right: -29px;
  top: 48px;
}


.b-text2{
text-align: center;
}

.b-text2::after{
  right: -25px;
  top: 23px;
}

.b-text3{

}

.b-text3::after{
  right: -29px;
  top: 37px;
}

.b-text4{

}

.b-text4::after{
  right: -29px;
  top: 24px;
}


.b-text5{

}

.b-text5::after{
  right: -30px;
  top: 35px;
}



.b-text6{

}

.b-text6::after{
  right: -30px;
  top: 35px;
}



.balloon-icon img {
  width: 100%;
  min-width: 110px;
  max-width:110px;
}




.use_scene_img02{
  padding: 145px 0 0;
}




/* ========================================
■ section お客様の声 start ▼
======================================== */

.section_customer {
  padding: 70px 0;
  background: #f0f7ff;
  /* background-image: url(/images/contents/bg_interview.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  position: relative;
  width: 100%;
  /* background: url(/images/lp/dc_office/bg_pattern_1.svg) center 20% no-repeat; */
  background-size: cover;
}


.feedback_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:5px;
}


.feedback_item {
    width: 31.5%;
}

/* .voice1:hover,
.voice2:hover,
.voice3:hover{
  cursor:pointer;
  transform:scale(1.02,1.02);
  transition:transform .2s;
} */

.feedback_img{
  position:relative;
}

.voice_tdbox{
    box-shadow: 0px 0px 8px 0px #a7afba8c;
    border-radius: 11px;
}

.feedback_img p {
  position: absolute;
  width: 66%;
  text-align: center;
  line-height: 1.45;
  font-size: 22px;
  letter-spacing: -0.5px;
}


.feedback_item.voice1 .feedback_img p{
  left: 33.5%;
  top: 24.5%;
}


.feedback_item.voice2 .feedback_img p{
  left: 35%;
  top: 27%;
}


.feedback_item.voice3 .feedback_img p{
  left: 35%;
  top: 22%;
  line-height: 28px;
}

.hukidashi_span_red{
  font-weight: 700;
  color: #E2043E;
  font-size: 22px;
}

img.voice1_img {
    width: 100%;
    padding-left: 5px;
}

img.voice2_img {
    width: 100%;
    padding-left: 5px;
}

img.voice3_img {
    width: 100%;
    padding-left: 8px;
}


.voice_title {
    text-align: center;
    background-color: #5846bc;
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    padding: 12px 0px 10px;
    border-radius: 8px 8px 0 0;
}

.voice_contents_area {
    background-color: #fff;
    padding: 20px 22px 25px 25px;
    border: 2px solid #5846bc;
    border-radius: 0 0 10px 10px;
}


.voice_p {
    line-height: 1.6;
    font-size: 21px;
    height: 300px;
    color: #333333;
    letter-spacing: 0px;
}


.voice_profile li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}

.v_p_title {
    width: 37%;
    text-align: center;
    background-color: #e8e9ff;
    margin: 13px 0 5px;
    border-radius: 6px;
    padding: 6px;
}


.v_p_text {
  padding-left: 16px;
  padding-top: 8px;
}


.yell_line{
  background: linear-gradient(transparent 75%, #fcff4cc9 10%);
  font-weight: 700;
}




/* ========================================
■ section  お客様の声　end　▲
======================================== */










/* ========================================
■ 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:15px;
}

.blue_font_num {
  color: #378ee4;
  font-size: 78px;
  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: #4b49b9;
  font-size: 78px;
  letter-spacing: 2px;
}

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

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

.orange_font {
    color: #5846bc;
    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:#5846bc; */
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 #5846bc; */
    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: #5846bc;
}


  .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: 12px;
    color: red;
  }


  .price_parentheses {
      font-size: 17px;
      color: #8d8d8d;
  }

  .en_shieldtxt{
    font-size: 26px;
    font-weight: 700;
  }


  span.price_parentheses.user_paren {
    margin-left: -10px;
    color: #959595;
}



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 #bebfd8;
  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:#5846bc;
  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 #5846bc;
  width: 49%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.price_table_l{
  text-align: left;
  background: #f3f4ff;
  color: #3f3f42;
  font-size: 23px;
  padding: 20px;
  line-height: 1.35;
  height: 90px;
}

.price_table_r{
  background:#ffffff;
  font-size: 26px;
  color: #333;
}

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

.data_v_txt{
  font-size: 27px !important;
  font-weight: 700;
  color: #333;
}

.cost_comm_hotwarm{
  font-size: 19px;
  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: 17px;
    letter-spacing: 0.1pt;
    line-height: 29px;
    color: #5856518a;
}

.add_data_txt1{
  font-size: 17px;
    letter-spacing: 0.1pt;
    line-height: 29px;
    color: #ffffffb8;
}

.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;
}




.orange_box_warm{
border-bottom:none;
}


.orange_box_cold{
border-top:1px solid #74839a80;
}

td.price_table_l.orange_tb_box.orange_box_cold {
    border-top: 1px solid #e6b480;
}




.dc-enterprise__new_50 {
  position: absolute;
  right: 288px;
  top: -15px;
  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: 58px;
  top: -15px;
  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: 18px;
    padding-left: 3px;
    font-weight:100;
}

.cost_comm_v1 {
    font-size: 18px;
    padding-left: 3px;
    font-weight:100;
    color: #4c4e62;
}

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

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

.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;
}

.shield_pointline{
  border: 1.3px solid #a280fe91;
    border-radius: 8px;
    padding: 0px 15px 2px;
    margin-left: 13px;
    line-height: 10px;
    background-color: #7a65f0;
}



/*         section       index_cta     start         */

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

.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: 30.5%;
  padding-top: 16px;
}

.cta_text {
  width: 69%;
  margin-top: 0.4em;
}

h4.cta_maintxt{
  font-weight: 700;
    font-size: 49px;
    text-align: center;
    color: #1f1d2c;
    /* margin-bottom: 16px; */
    margin-top: 0px;
    line-height: 60px;
    letter-spacing: 0px;
}

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

h5.cta_subtxt:before {
    transform: rotate(53deg);
    left: 48%;
}

h5.cta_subtxt:after {
    transform: rotate(-53deg);
    right: 17%;
}

h5.cta_subtxt:before, h5.cta_subtxt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.8%;
    height: 1.7px;
    background: #68697861;
    top: 29px;
}


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

.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 #d3d4dab3;
    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: #5334d2 !important;
  text-decoration: none;
}


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

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

.eng_title_top1 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #5a49b9;
    padding: 0px 40px 3px 40px;
    border-radius: 40px;
    border: solid 2px #5249b9c2;
    /* margin-bottom: 7px; */
    line-height: 1.6;
    background-color: rgb(255 255 255 / 90%);
}


.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 #5846bc;
  border-bottom: 1px solid #5846bc;
}

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

.br-line-top{
  border: 2px solid #5846bc;
  border-top: 0px solid #5846bc;
}


.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: #6059c7;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border: 1px solid rgb(126 134 226 / 57%);
    font-size: 22px;
    letter-spacing: -0.65px;
}


.price_talbe_plan_point{
  background-color: #4231b6;
    color: #fff;
    font-weight: bold;
    padding: 18px 0px;
    border: 1px solid rgb(126 134 226 / 57%);
    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:120px;
  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;
}


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



.func_area_img {
    padding: 34px;
}


.function_area_ul li {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0px;
    border: 2px solid #5846bc;
    box-shadow: 0px 0px 7px #a7afba59;
}






.function_area_ul h4 {
    line-height: 1.4;
    font-size: 31px;
    padding: 16px 0px;
    background-color: #5846bc;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 6px 6px 0px 0px;
}




.function_area_ul li:nth-child(2){
margin-top: 50px
}



.function_area_ul li:nth-child(3){

}






/* ========================================
■ section  よくある質問 start　▼
======================================== */



.section-faq {
    padding: 70px 0;
    /* background: linear-gradient(0deg, #e7f4ff 10%, #ebf4ff 100%); */
    /* background: linear-gradient(343deg, #f0f7ff 30%, #e5f5ff 75%, #d9eaff 100%); */
    background: linear-gradient(0deg, #e7f4ff 65%, #ebf4ff 100%);
}


.faq_area{
    padding-top: 25px;
}



.faq {
    margin-top: 8px;
}


.faq li {
  padding: 25px 20px 29px 30px;
  font-size: 24px;
  line-height: 1.6;
}

.faq li.q {
    border-bottom: 2px solid #ecedfb;
    cursor: pointer;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    color: #444;
}


.noline{
  border-bottom: 0px solid #ecf1fb !important;
}

.top-line{
  border-top: 2px solid #ecf1fb !important;
  border-bottom: 0px solid #ecf1fb !important;
}

li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 14px 4px;
    font-weight: bold;
    font-size: 30px;
    color: #5f49b9;
    font-family: system-ui;
    background-color: #edecffc2;
    border-radius: 100px;
    margin: 4px 11px 0px 0px;
}

/* li.q:after {
  content: "▼";
  display: inline-block;
  padding: 0px 18px 0px 0;
  font-weight: bold;
  font-size: 29px;
  font-family: system-ui;
  margin: 0;
  color: #aec0d08a;
  font-size: 19px;
  position: absolute;
  right: 16px;
  top: 28px;
} */

li.q summary {
	list-style: none;
	cursor: pointer;
}

li.q summary::-webkit-details-marker {
	display: none;
}

li.q details{
display: inline-block;
}

li.q summary::after{
	position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 40px;
  border-right: 4px solid #a4adc982;
  border-bottom: 4px solid #a4adc982;
  box-sizing: border-box;
  content: "";
  transform: rotate(45deg);
  transition: top 0.4s ease-out, transform 0.4s ease-out;
}

li.q details[open] summary::after{
	top: calc(50% - 5px);
	transform: rotate(-135deg);
}


.faq li.a {
    display: none;
    color: #444;
    text-indent: -19px;
    padding-left: 60px;
    background-color: #ffffff;
    /* margin-bottom: 2px; */
    padding: 22px 70px 28px 128px;
    border-bottom: 2px solid #ecf1fb;
}


li.a:before {
  content: " A ";
  display: inline-block;
  padding: 0px 14px 3px 33px;
  font-weight: bold;
  font-size: 32px;
  color: #f11a4c;
  font-family: system-ui;
  margin: 0;
  line-height: 1.45;
  background-color: #ffe5eec7;
  border-radius: 100px;
  margin: 4px 8px 0px -42px;
}



.faq_text_link_area{
  display: flex;
  gap: 50px;
}


.faq_text_link {
  font-size: 24px;
  padding-top: 20px;
  padding-left: 18px;
  color: #8e9398;
  font-family: "Noto Sans JP", sans-serif, Meiryo;
  line-height: 1.4;
}


.faq_text_link a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(/images/type_arrow_oran1.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    vertical-align: -1px;
}


.faq_span{
  font-size: 21px;
  color: #848484;
}


/* ========================================
■ section  よくある質問 end　▲
======================================== */
























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



  .keyv .mv{
    background-position-x: 56%;
  }


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




.g-wrapper {
    min-width: 100%;
    margin-top: 65px;
}


.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: 34px;
  padding: 0 25px;
}


.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_features,
.solution_1,
.solution_2
{
  min-width:100%;
}




section.section_features {
      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.5rem !important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 8px;
}



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

.scene_area {
    padding: 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:43px;
}

h2.warm_merit_view_top {
  font-size: 2.65rem;
  display: block;
  line-height: 1.55;
  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: 29px;
  padding-left: 8px;
  top: 47px;
}


.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;
}


.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: 18px;
  padding: 12px 0px 12px 18px;
  line-height: 1.3;
  width: 52%;
  height: 80px;
}

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

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

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

.dc-enterprise__new .inner{
  font-size: 12px;
  padding: 4px 17px;
}

.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;
  border: 1.5px solid #bebfd8;
  border-top:none;
}


.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: 12px 0px;
  font-size:23px;
}


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

.cost_comm {
    font-size: 14px;
}

.cost_comm_p {
    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:60px;
    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の場合の縦幅 */
  padding-bottom: 48.65%; /* アスペクト比 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%;
  }

}











.function_con{
width: 100%;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 7px;
box-shadow: 0px 0px 7px #c0c6cdd9;
border: 1px solid #d6dce2;
}


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

.fct_p{
text-align: center;
font-size: 45px;
line-height: 1.35;
}

.fct_sub{
font-size: 25px;
font-weight: 100;
color: #cce4ff;
line-height: 1.3;
letter-spacing: -1px;
}


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


.function_con_img{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background: #ecf5fb;
	padding: 24px;
}

.function_con_img1{
	text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background:  #ffffff;
    padding: 24px 24px 75px;
    border-radius: 0px 0px 8px 8px;
}

.h-topspace{
	margin-top:60px;
}


.function_con_img p{
	font-size: 30px;
	line-height: 1.4;
}


@media screen and (max-width: 480px) {
	.h-topspace{
		margin-top:30px;
	}

	.fct_p {
		font-size: 23px;
		line-height: 1.35;
	}

	.fct_sub {
		font-size: 15px;
		font-weight: 100;
		color: #cce4ff;
		line-height: 1.35;
		letter-spacing: -1px;
		padding: 8px 15px 0px;
	}

	.function_con_img {
			padding: 0px 6px;
		}

	.function_con_img1 {
		padding: 13px;
	}

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

	.function_con_title {
		padding: 15px 10px;
	}

	.table_disc_notice {
		font-size: 12px;
		margin-top: 9px;
		line-height: 18px;
	}
}






/* tab design ↓↓  */

    .tab-btn {
      display: flex;
      flex-direction: column;
      padding: 0px;
      gap: 20px;
      width: 100%;
      margin-top: 0px;
      height: 100%;
      margin-right: 5px;
      min-width: 300px;
      width: 100%;
  }

  .margin-r-fix{
    margin-right: 50px !important;
  }

  .box_tab_contents{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

    .drive_tab {
        flex-basis: 11%;
        text-align: center;
        position: relative;
        width:100%;
    }


    .drive_tab a {
      display: block;
      position: relative;
      font-size: 21px;
      padding: 11px 10px 13px 15px;
      text-decoration: none;
      line-height: 1.45;
      color: #f1f5ff;
      cursor: pointer;
      font-weight: 100;
      text-align: left;
      letter-spacing: 0px;
      border: 2px solid transparent;
      width:100%;
  }

    .drive_tab a.is-active {
        background-color: #FFFFFF;
        color: #453856;
        font-weight: 700;
        border-radius: 8px;
        font-size: 22px;
        border: 2px solid transparent;
        padding: 11px 15px 13px 16px;
        line-height: 1.55;
        min-width: 290px;
        width: 100%;
    }

    .drive_tab a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      /* font-weight: 700; */
      text-decoration: none !important;
      opacity: 1.0 !important;
      width:100%;
  }


    .drive_tab_sec a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      font-weight: 700;
      text-decoration: none !important;
      opacity: 1.0 !important;
      font-size: 27px;
  }

  .drive_tab_thi a:hover {
    border-radius: 8px;
    border: 2px solid #ffffffc4;
    font-weight: 100;

    text-decoration: none !important;
    opacity: 1.0 !important;
}


.tab_title_span {
    font-size: 16px;
    color: #d1d1ffdb;
    border: 1px solid #a49df685;
    border-radius: 6px;
    margin-left: 7px;
    padding: 2px 7px 3px;
    background-color: #6760d3f0;
}


    .tab-cont-box{
      width: 72%;
    }


    .drive_tab_sec{
      flex-basis:19.7%;
    }


      .drive_tab_sec a {
        display: block;
        position: relative;
        font-size: 27px;
        padding: 20px 30px 20px 25px;
        line-height: 25px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        border: 2px solid transparent;
        /* border-radius: 50px; */
    }


    .drive_tab_thi{
      flex-basis:19.7%;
    }


      .drive_tab_thi a {
        display: block;
        position: relative;
        font-size: 26px;
        padding: 13px 60px 15px 28px;
        line-height: 28px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        letter-spacing: -0.3pt;
        border: 2px solid transparent;
        border-radius: 50px;
    }

    .sec_hspace{
      padding: 12px 0px 13px 19px;
    }

    .drive_usage_subtxt{
      font-size: 17px;
      font-weight: 100;
      line-height: 32px;
      opacity: 0.8;
  }

      .drive_tab_sec a.is-active {
        background-color: #FFFFFF;
        color: #2f036e;
        font-weight: 700;
        border-radius: 8px;
        font-size: 31px;
        border: 2px solid transparent;
        padding: 20px 30px 20px 25px;
        line-height: 25px;
        min-width: 348px;
        width: 100%;
      }


      .drive_tab_thi a.is-active {
        background-color: #ffffff;
        color: #0e276d;
        font-weight: 700;
        border-radius: 8px;
        font-size: 27px;
        border: 2px solid transparent;
        letter-spacing: -1.0pt;
        line-height: 24px;
      }


      .drive_tab_thi a {
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }


    .drive_tab_thi a.is-active {
        height: 73px;
        width: 100%;
        min-width: 290px;
    }


    .drive_tab a.is-active span {
      color: #ffffff;
      font-weight: 100;
      background-color: #7a7df8;
      border: 0px solid #fff;
      padding: 3px 8px 5px;
    }

    .tab_menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      border-radius: 14px;
      padding: 45px 30px 45px 15px;
      /* background: linear-gradient(90deg, #627ee3 0%, #516fdc 25%, #4362d1 97%); */
      background: linear-gradient(90deg, #7679e6 0%, #6159c8 45%, #5250bb 100%);
      /* background: linear-gradient(121deg, #634dfa 0%, #6275f8 25%, #624cf7 60%, #6862fa 100%); */
      /* background: url(/images/lp/shield/cta-bg-shield2.jpg) center / cover no-repeat; */
    }


    .tab_menu_box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0em 0em 0em 0.65em;
      width: 100%;
      margin: 0 auto;
      height: 100%;
    }

    p.tab_item_p {
        font-size: 25px;
        line-height: 1.5;
        color: #595959;
        padding-left: 5px;
        padding-right: 12px;
        letter-spacing: -0.75px;
        margin-bottom: 15px;
    }

    .small_item_txt{
      font-size: 22px;
      color: #888;
    }

    p.tab_item_p1 {
      margin-bottom: 13px;
      font-size: 21px;
      line-height: 1.5;
      color: #575757;
      padding-left: 6px;
  }

    .tab_item_subtxt {
      font-size: 18px;
      color: #707070;
  }


    .tab_item_img {
      border: 1px solid #c6cad5cc;
      background-color: #f9faff;
      padding: 30px 25px;
      border-radius: 10px;
      position: relative;
    }

    .img_item_fuct01{
      position:relative;
      text-align: center;
      padding-top: 180px;
    }

    .tab_item_img_gradient {
      border: 2px solid #4174d1;
      padding: 0px;
      border-radius: 10px;
      background: linear-gradient(119deg, #fdeff2, #fff9e6, #e6f7ff);
      margin-top: 10px;
    }

    .balloon-set-voicebox {
        line-height: 1.85;
        font-size: 37px;
        padding: 15px 0px;
        background-color: #4174d1;
        text-align: center;
        font-weight: 700;
        color: #fff;
        width: 100%;
        margin: 0px auto;
        border-radius: 6px 6px 0px 0px;
        letter-spacing: -0.5px;
    }

    .voice_profile_scene_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.voice_boxline {
    padding: 0px;
    width: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.voice_profile_scene_tb:nth-child(1) {
    width: 36%;
}

.voice_profile_scene_tb:nth-child(2) {
    width: 39%;
}

.voice_profile_scene_tb:nth-child(3) {
    width: 35%;
}

.voice_profile_scene_title {
    margin: 0;
    background-color: #356bcd;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20pt;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #83a7e9;
}


.voice_scene_titletxt {
    margin: 0;
    padding: 3px 0 3px 13px;
    font-size: 16px;
    color: #ffffff;
}


.voice_profile_scene_tb {
    display: flex;
    flex-direction: row;
}


    .tab_item_movie {
      border: 1px solid #c3d0df;
      background-color: #f0f6ff;
      padding: 30px 25px 28px;
      border-radius: 0px;
  }

    .tab_item_bg {
      width: 100%;
      padding: 15px !important;
      background-color: #fff !important;
      margin: 0 auto;
  }

  .s_pdf_subtxt{
    font-size: 14px;
    font-weight: 100;
    color: #aeaeae;
  }


    .tab-contents-item,
    .tab-contents-item-sec,
    .tab-contents-item-thi {
      display: none;
      width: 100%;
      height: auto;
      justify-content: center;
      border-radius: 12px;
      padding: 30px 30px 35px;
  }


  .tab-contents-item.is-active,
  .tab-contents-item-sec.is-active,
  .tab-contents-item-thi.is-active
   {
      display: flex;
      background-color: #ffffff;
  }


  .tab-contents-item>p,
  .tab-contents-item-sec>p,
  .tab-contents-item-thi>p {
      margin: auto;
      height: auto;
      opacity: 0;
  }




  .tab-contents-item.is-active>div,
  .tab-contents-item-sec.is-active>div,
  .tab-contents-item-thi.is-active>div {
    animation:  fadeinAnime 1s forwards;
    width:100%;
  }


    @keyframes fadeinAnime{
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
    }




    .features_title {
        font-size: 27px;
        line-height: 1.4;
        padding: 0 12px 15px 4px;
        color: #353641;
        font-weight: 100;
        letter-spacing: -0.5px;
    }



    .scene_tab_span{
      display: block;
      margin-top: 15px;
      transform: scale(0.8);
      transform-origin: left;
    }




.function_dlp{
  display: flex;
  gap: 16px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}


.fun_dlp_item{
  flex: 1;
  width: 100%;
  border: 2px solid #5846bc;
  border-radius: 14px;
}

.f_dlp_item {
  background-color: #5846bc;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}




.fun_dlp_img_area {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fun_dlp_item img {
  padding: 30px;
  width: 100%;
}




/* tab design end  */










ul.cost_reduction_ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}


.cost_reduction_li_sec {
    width: 32%;
}



.cost_reduction_ul li {
    text-align: center;
}


.cost_reduction_li_sec:nth-child(1) {
    margin-left: 0;
}


.cost_reduction_border {
    height: 190px;
    margin-top: 5px;
    padding: 12px 0 12px 0;
    border: 1.5px solid #bfc0dba8;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 0px;
}


.cost_reduction_p {
    margin: 0;
}


.cost_reduction_liStep {
    background-color: #5754af;
    font-size: 22px;
    height: 60px;
    line-height: 1.4;
    border: 1.5px solid #5754af;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    text-align: center;
    padding: 13px 0 8px 0px;
}




p.cost_reduction_p img {
    width: 65%;
}



/*    -----------------------------------  header sp   ----------------------------------- */

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

 #header{
    width:100%;
  }

  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 999;
      background-color: #fff;
      transition: background-color .3s ease;
      box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
  }


  .header_logo {
      min-width: 210px;
      margin-right: 0;
      padding-top: 4px;
    }

  .header__container {
        width: 100%;
        padding: 0px 20px;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        height: 65px;
        background: linear-gradient(269deg, rgb(16 0 43) 0%, rgb(25 1 41) 100%);
    }


  .header__navi {
        display: none;
    }


  .sp_hamburger_Btn{
    height: 22px;
    width: 27px;
  position: relative;
  }


  .small_item_txt {
    font-size: 16px;
}

.dlp_function7_img{
  padding-top:1.3rem;
}


  .hamburger_Btn_line {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 4px;
      background-color: #ffffff;
      transform-origin: right;
      transition: background-color .3s ease,transform .3s ease;

  }



  .hamburger_Btn_line:nth-child(2) {
      top: 10px;
  }

  .hamburger_Btn_line:nth-child(3) {
      top: 20px;
  }


  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(1){
      transform: translateY(0px) rotate(-45deg);
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(2){
    opacity:0;
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(3){
    transform: translateY(0px) rotate(45deg);
  }

  .sp_toggle_menu {
    margin-top: -30vh;
  }


.sp_toggle_menu{display:none;}

.sp_toggle_menu {
    position: fixed;
    top: 65px;
    left: 0;
    margin-top: -100vh;
    width: 100vw;
    height: calc(100vh - 64px) !important;
    overflow-y: scroll;
    background-color: #fff;
    transition: margin .3s ease !important;;
}

.sp_toggle_menu.active{
  margin-top: 0;
  border-top: 1px solid #d8d8d8;
}


.sp_toggle_menu{
  display: block;
}

.sp_toggle__list {
  height: 0;
  background-color: #fff;
  transition: height .3s ease;
  overflow: hidden;
}

.sp_toggle__list.is-open {
  display: block;
  transition: height .3s ease;
  overflow: hidden;
  height: 220px;
}


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

.sp_toggle_title {
    position: relative;
    margin-bottom: 25px;
}

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

.sp_toggle_item {
    font-size: 15px;
    padding: 10px 20px;
}


.sp_toggle_title i{
  transform: rotate(0deg);
  transition: transform .3s ease;
  color: #b9bfc5;
}

.sp_toggle_title.is-open i{
  transform: rotate(180deg);
  color: #b9bfc5;
}

i.fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.sp_toggle_item a{
  position: relative;
  padding-left: 5px;
}


.sp_toggle_item a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 57%;
  left: -15px;
  transform: translateY(-50%);
}


.sp_toggle_cta_area{
  border-top: 1px solid #d8d8d8;
}


#lp_rightContents {
    padding: 25px;
    flex-direction: column;
}

li.navi_cta {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

li.navi_cta a {
    top: 4px;
    font-size: 19px;
}



}










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



.section_distress_kaisouka{
    padding: 50px 20px;
}


.section_distress {
    padding: 50px 20px;
}

.section_distress1 {
    padding: 50px 20px;
}

.section_service{
    padding: 50px 20px;
}


.section_features{
      padding: 50px 20px;
}


  h2.strength_title {
      margin: 0;
      font-size: 42px !important;
      line-height: 1.3;
  }


  .blue_font_distress {
      font-size: 43px;
      letter-spacing: -5px;
  }


  .blue_font_distress:before {
      content: "・";
      display: inline-block;
      position: absolute;
      top: -18px;
      font-size: 29px;
      padding-left: 8px;
  }



.distress_area_distress{
      flex-direction: column;
      justify-content: center;
      margin: 15px 0 0;
}

.distress_con_distress{
  width: 100% !important;
  margin-bottom: 0;
}


.distress_con_distress:nth-child(2) {
    margin: 50px 0;
}




.dist_hukidashi {
    font-size: 23px !important;
    justify-content: center;
    width: 100%;
}




.hukidashi_a {
  left: 0;
  letter-spacing: -1px;
  padding: 0px 15px;
}


.hukidashi_b {
  left: 0%;
  letter-spacing: -1px;
  padding: 0px 15px;
}


.hukidashi_c {
  left: 0%;
  top: 13px;
  letter-spacing: -1px;
  padding: 0px 15px;
}


.distree_wrapper{
      flex-direction: column;
}


.distree_left_box{
  width: 100%;
  padding: 4px 20px;
  font-size: 23px;
}


.distree_right_box{
  width: 100%;
padding: 10px 20px;
font-size: 23px;
}



section.section_features{
  padding: 25px 20px 50px;
}



.chap_subtxt{
      text-align: left;
      font-size: 18px;
      margin-top: 5px;
}


.contents_nobox{
      margin-top: 20px;
}


.examination_ul h4{
  font-size: 26px;
    padding: 10px 0px 10px;
}








.share_img{
  height:auto;
}


.share_img1 {
    width: 100%;
    max-width: 100%;
    padding: 30px;
}

.share_img2 {
  width: 100%;
  max-width: 100%;
  padding: 30px;
}


.share_img3 {
  width: 100%;
  max-width: 100%;
  padding: 30px;
}


p.share_item_cont{
  font-size:20px;
  height: auto;
  padding: 22px;
}



.examination_ul{
      flex-direction: column;
}


.examination_ul li{
  width:100%;
}


.examination_ul li:nth-child(2){
  margin:30px 0;
}

h2.tiering_service_h2 {
    font-size: 33px;
    text-align: left;
}



.tiering_service_h2 {
    line-height: 1.5;
    font-size: 25px;
    padding: 20px;
}


.tiering_contents_area{
  margin-top: 5px;
}

.tiering_contents_area h3{
  line-height: 1.35;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}

.tiering_contents_tbbox {
    display:none;
}



.tiering_contents_tbbox.sp_on {
      padding: 25px 16px;
display: block;
}


.balloon-set{
  top: 10px;
  right: inherit;
  width: 100%;
  flex-wrap: wrap;
}


.balloon-text{
  font-size: 14px;
  padding: 12px 10px 12px 14px;
  width: 64%;
  line-height: 19px;
}


.b-text1::after{
  right: -18px;
  top: 44px;
  transform: rotate(360deg);
}


.b-set1,
.b-set2,
.b-set3,
.b-set4{
  max-width: 100%;
  top: 15px;
}


.b-set5,
.b-set6{
  max-width: 100%;
  left: 12px;
  top: 180px;
}

.b-text2::after {
    right: -18px;
    top: 15px;
}


.b-text3::after {
    right: -18px;
    top: 25px;
}


.b-text4::after {
    right: -18px;
    top: 37px;
}

.b-text5::after{
  right: -18px;
  top: 26px;
}

.b-text5::after{
  right: -18px;
top: 22px;
}



.b-text6::after{
  right: -18px;
top: 46px;
}



.balloon-icon img{
  width: 100%;
  min-width: 60px;
  max-width: 60px;
}



.balloon-icon {
  /* position: absolute; */
  top: -40px;
  left: 5px;
}


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


.voice_scene_img02 {
    padding: 118px 10px 14px;
}


.voice_boxline{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.balloon-set-voicebox{
  padding: 10px 0px;
}


.voicebox2{

}


.voice_profile_scene_tb:nth-child(1),
.voice_profile_scene_tb:nth-child(2),
.voice_profile_scene_tb:nth-child(3) {
  width: 100%;
  padding: 5px 20px;
}


.voice_profile_scene_title{
  width:50%;
}

.voice_scene_titletxt{
  width:50%;
}


.voicebox2_img {
    margin-top: 35px;
}


/* tab start */

.tab_menu{
  padding: 12px;
}


.tab_menu_box{
      padding:0;
}



.main_btn_boxtd {
    width: 100%;
    max-width: 100%;
}




.tab-contents-item,
.tab-contents-item-sec,
.tab-contents-item-thi{
   padding:25px 14px;
}

p.tab_item_p{
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-right: 0;
}

.item_subtxt_grey{
  font-size: 18px;
  color: #888;
}


.movie_contents01 {
    margin-top: 45px;
}


p.tab_item_p1 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.5;
    color: #575757;
    padding-left: 0;
}


.tab_item_img{
  padding: 70px 15px 15px;
}


.tab_item_movie{
  padding: 8px;
}

.tab_item_bg {
  padding: 8px;
}


.tab-cont-box {
    width: 100%;
}


.interview_company{
  grid-template-columns: 1fr;
}


.tab-contents-item,
.tab-contents-item-sec,
.tab-contents-item-thi{
background-color: #fff;

}




.select_box_area{
  width:100%;
  position: relative;
}



.select_box_area:after {
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  top: 45%;
  right: 15px;
  margin-top: -3px;
  border-bottom: 2px solid #575757;
  border-right: 2px solid #575757;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}




select#selectBox,
select#selectBox-sec,
select#selectBox-thi {
  width: 100%;
  /* background: border-box; */
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #575757;
  font-weight: bold;
}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}


/*  tab end */


.tab_item_img_gradient {
    border: 2px solid #4174d1;
    padding: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #fdeff2, #fff9e6, #e6f7ff);
}



.features_title{
    font-size: 19px;
    padding: 0 4px 10px 4px;
    line-height: 30px;
    letter-spacing: -0.5px;
}



.voice_title{
  font-size: 22px; ;
}



.voice_profile li{
  font-size: 16px;
}



.voice_contents_area{
  padding: 20px 15px 25px;
}


section.section_customer {
    padding: 70px 20px;
}

.feedback_area{
    flex-direction: column;
    align-content: center;
}

.feedback_item {
    width: 100%;
}

.feedback_item.voice2 {
    margin: 25px 0;
}

.voice_p{
      height: auto;
      font-size: 18px;
}

.voice_profile {
    margin-top: 10px;
}


.v_p_title {
    margin: 8px 0 5px;
}


.feedback_img p{
  font-size: 18px;
  line-height: 23px !important;
}

.hukidashi_span_red{
    font-size: 18px;
}



.feedback_item.voice1 .feedback_img p {
    left: 33.5%;
    top: 26%;
}



.feedback_item.voice2 .feedback_img p {
    left: 35%;
    top: 28.5%;
}


.feedback_item.voice3 .feedback_img p {
    left: 35%;
    top: 21%;
}





/*   faq start */


/*********************** faq *****************/

.section-faq {
    padding: 70px 20px;
}


.faq_area {
  padding-top: 7px;
}



li.q {
    display: flex;
    justify-content: flex-start;
    padding: 15px 5px 15px 15px;
    align-items: flex-start !important;
}


li.q:before {
    padding: 0;
    font-size: 18px;
    border-radius: 999px;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}


li.q details{
  width: 76%;
  font-size: 18px;
  line-height: 1.4;
}


li.q summary::after {
    width: 10px;
    height: 10px;
    border-right: 3px solid #a4b4c982;
    border-bottom: 3px solid #a4b4c982;
    right: 15px;

}


.faq li.a{
padding: 15px 15px 15px 57px;
font-size: 16px;
position: relative;
text-indent: 0;
}


li.a:before{
padding: 0;
font-size: 18px;
border-radius: 999px;
margin: 0;
width: 30px;
height: 30px;
text-align: center;
margin-right: 0;
text-indent: 0px;
position: absolute;
left: 17px;
}




/*  faq end  */





span.price_parentheses.user_paren{
  font-size: 15px;
	color: #555555;
	margin-left: 0;
	margin-top: 1px;
}

span.price_parentheses {
    font-size: 12px;
    display: block;
    color: #6a6a6a;
}








/*  cta  start*/


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


.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%;
}


.cta_text {
    width: 100%;
}

h5.cta_subtxt {
    text-align: center;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 6px;
}


h5.cta_subtxt:before, h5.cta_subtxt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7.6%;
    height: 1.5px;
    background: #a3a3a3;
    top: 225px;
}

h5.cta_subtxt:before{
  transform: rotate(53deg);
  left: 4.5%;
  top:46%;
}

h5.cta_subtxt:after {
  transform: rotate(-53deg);
  right: 4.5%;
  top: 46%;
}


h4.cta_maintxt {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -1px;
}

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


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

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

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






/*  cta end*/


}


/******************** cta css 変更 ***********************/
.cta_btn_area_cont_shield {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 8px;
    gap: 0 0px;
}

.main_btn_contents_area_shield {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    width: 100%;
}

.main_btn_boxtd_contents_shield {
    width: 45%;
    text-align: center;
    height: 65px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.8;
    position: relative;
    flex: 1 1;
    max-width: 44%;
    margin-top: 10px;
}

.appbt-mv-button-textai {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #a5abb3;
}

.appbt-mv-button-textai:before {
    transform: rotate(53deg);
    left: 13%;
}

.appbt-mv-button-textai:after {
    transform: rotate(-53deg);
}

.appbt-mv-button-textai:before, .appbt-mv-button-textai:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6%;
    height: 1px;
    background: #a5abb3;
    top: 15px;
}

.app-btn-shield {
    transition: .2s;
    border-radius: 50px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    background: #fff;
    border: 2px solid #d8d8e6;
    color: #4C4C4C !important;

    font-size: 21px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    margin: 0 auto;
    padding: 0 25px 0 40px;
    gap: 0 10px;
}

.app-btn-contents-image-wb {
    width: 48px;
    padding-top: 3px;
}

.app-btn-contents-text1ai {
    flex: 1 1;
    font-size: 24px;
    text-align: left;
    padding-left: 2px;
    color: #3f424b;
}

.app-btn-contents-arr1-shield {
    width: 24px;
    height: 24px;
    margin-left: auto;
    pointer-events: none;
}

.main_btn_boxtd_contents_shield {
    width: 45%;
    text-align: center;
    height: 65px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.8;
    position: relative;
    flex: 1 1;
    max-width: 44%;
    margin-top: 7px;
}

.appbt-mv-button-text1ai {
    margin-bottom: 7px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #dbebff;
}

.appbt-mv-button-text1ai:before, .appbt-mv-button-text1ai:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5%;
    height: 1px;
    background: #dbebff;
    top: 18px;
}

.appbt-mv-button-text1ai:before {
    transform: rotate(53deg);
    left: 14%;
}

.appbt-mv-button-text1ai:after {
    transform: rotate(-53deg);
}


.app-btn1-shield {
    transition: .2s;
    border-radius: 50px;
    font-weight: 700;
    line-height: normal;
    text-align: center;

    font-size: 21px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    margin: 0 auto;
    padding: 0 20px 0 45px;
    gap: 0 10px;
}

.app-btn-tertiary {
  background: #fff;
  color: #00348a;
}

.app-btn-tertiary:hover,
.app-btn-tertiary:focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
  text-decoration: none;
}

.app-btn-primary-shield {
    background: #ff114a;
    color: #ffffff !important;
}

.app-btn-primary-shield:hover,
.app-btn-primary-shield:focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
  text-decoration: none;
}

.app-btn-contents-image-b {
    width: 54px;
}

.app-btn-contents-text1-w {
    flex: 1 1;
    font-size: 24px;
    text-align: left;
    padding-left: 2px;
    color: #ffffff;
    letter-spacing: -0.45px;
}


.best_plan_all {
    position: absolute;
    left: 20%;
    top: -29px;
    font-size: calc(12px + 1 * (80vw - 250px) / 500);
    line-height: 1;
    font-weight: 700;
    /* background: #0576e5; */
    background: #E72046;
    background: linear-gradient(90deg, #E94F79 0%, #E72046 100%);
    border-radius: 26px;
    color: #fff;
    padding: 6px 15px;
    text-align: center;
    z-index: 2;
}




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

  .main_btn_contents_area_shield{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .main_btn_boxtd_contents_shield{
        max-width: 100%;
        width: 100%;
        margin-top: 2px;
    }

  .app-btn-shield, .app-btn1-shield {
        padding: 0 30px 0 35px;
        position: relative;
        height: 60px;
  }

  .app-btn-contents-image-wb {
      width: 37px;
      padding-top: 3px;
  }

  .app-btn-contents-image-b {
      width: 42px;
  }

  .app-btn-contents-text1ai, .app-btn-contents-text1-w {
    font-size: 20px;
  }

  .app-btn-contents-arr1-shield {
      width: 22px;
      height: 22px;
  }

  .voice_profile li{
    font-size: 17px;
}

.best_plan_all {
    position: relative;
    left: -12%;
    top: 0px;
    font-size: calc(12px + 1 * (80vw - 200px) / 400);
    padding: 6px 5px;
  }

  .chap_subtxt{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 5px;
}

  .chap_subtxt1 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 5px;
}

.chap_subtxt_s {
    font-size: 14px;
    margin-bottom: 4px;
    padding-right: 2px;
}


.dl_right_dd2{
  width: 100%;
  padding: 14px 8px 14px 14px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

dt.rowspan_title3{
  width: 100%;
  padding: 14px 8px 14px 14px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:flex-start;
}




















.shield_bg1 {
  padding: 16px 20px;
  height: 360px;
  background: url(/images/lp/shield/Banner_Shield_web_sp.jpg) center 100% no-repeat;
}








.shield_title_logo {
    width: 100%;
}


.shield_title_logo img{
  width:100%;
}


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



.mainV_title h3 {
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: -2px;
  }


  .mainV_title p {
    font-size: 15px;
    line-height: 1.5;
    padding: 4px 0px;
  }



.audit_utilization_ul{
  flex-direction: column;
}


.sec_option_li {
    width: 100%;
    margin-bottom: 60px;
  }


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


  .util_li {
    left: 14px;
    font-size: 22px;
    line-height: 1.4;
    top: -26px;
    width: 92%;

  }


  .util_li span {
    font-size: 17px;
    padding: 0px 8px 2px;
    margin-left: 7px;
    border-radius: 6px;
  }



.audit_img_area{
  padding: 55px 18px 20px;
}



  .option_title {
      font-size: 23px;
      line-height: 1.4;
  }


.function_area_ul h4{
      font-size: 20px;
}


.shield_pointline {
  border: 1.3px solid #c6beff5c;
  border-radius: 8px;
  padding: 0px 10px 2px;
  margin-left: 8px;
  line-height: 10px;
  background-color: #7763fd;
  font-size: 16px;
}


.func_area_img {
    padding: 15px;
}


.share_item_cont1 {
    font-size: 17px;
    padding: 17px;
    line-height: 1.4;
  }



.function_area_ul li:nth-child(2) {
    margin-top: 22px;
}



.cost_reduction_li_sec {
        width: 48.2%;
}



.cost_reduction_border {
    height: auto;
}

p.cost_reduction_p img {
    width: 86%;
}


.cost_reduction_liStep {
    font-size: 15.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 1.3;
  }


ul.cost_reduction_ul{
      gap: 10px;
}


.h2_p {
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  padding-top: 5px;
}





.audit_contents_box{
      padding: 15px 0px 0px;
}




.tab_item_span {
  font-size: 16px;
}


.function_dlp{
  flex-direction: column;
}


.f_dlp_item{
  font-size: 21px;
  height: 73px;
  line-height: 1.25;

}


ul.table_disc {
    margin-bottom: 20px;
}


/* sp 料金  start  */




/* アコディアン */

.details_blue_box {
  border: noen;
}



.summary_blue{
    background-color: #f0f0f0;
}



.details-summary {
  position: relative;
  display: block;
  padding: 18px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #ffffff;
  background-color: #6059c7;
	&:hover {
		cursor: pointer;
	}

	.btn {
		position: absolute;
        top: 39%;
        right: 5%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #ffffff;
            border-radius: 10px;
            width: 16px;
            height: 2px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 2px;
            height: 16px;
            top: 0;
            left: 7px;
        }
    }


	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}
		}
    }
}


.summary_blue {
    border: 1px solid #bebfd8;
}



.new_icon50{right: 21%;}
.new_icon100{}


/* sp 料金　end*/




/*   -------- sp new tab style  -------- */

.custom-select-box {
	 position: relative;
  font-size: 18px;
  width: 100%;
  margin: 20px auto;
  line-height: 31px;
 }

 .selected-option {
   padding: 12px 40px 12px 16px;
   border: 1px solid #ccc;
   border-radius: 8px;
   background: white;
   cursor: pointer;
   position: relative;
   font-weight: bold;
   color: #2d3045;
 }


 .selected-option::after {
	 position: absolute;
	 display: block;
	 content: '';
	 width: 9px;
	 height: 9px;
	 top: 45%;
	 right: 15px;
	 margin-top: -3px;
	 border-bottom: 2px solid #575757;
	 border-right: 2px solid #575757;
	 transform: rotate(45deg) translateY(-50%);
	 transition: all .4s ease-in-out;
	 transform-origin: 50% 0;
 }

 .dropdown-options {
	 position: absolute;
	 top: 110%;
	 left: 0;
	 right: 0;
	 border: 1px solid #ccc;
	 border-radius: 8px;
	 background: white;
	 display: none;
	 z-index: 13;
	 box-shadow: 0 2px 8px rgba(0,0,0,0.15);
 }

 .dropdown-options div {
	 padding: 10px 16px;
	 cursor: pointer;
	 font-weight: normal;
 }

 .dropdown-options div:hover {
	 background-color: #f0f0f0;
 }

 .tab_title_span {
     font-size: 14px;
     background-color: #7a7df8;
    color: #ffffff;
    font-weight: 100;
 }


 /*   -------- sp new tab style  end -------- */





 .b-text5 ul li,
.b-text6 ul li {
    text-indent: -14px;
    padding-left: 7px;
    line-height: 1.3;
    margin-bottom: 4px;
}


.b-text5 ul li:nth-last-child(1),
.b-text6 ul li:nth-last-child(1) {
   margin-bottom: 0;
}


.b-text5::after {
    right: -18px;
    top: 48px;
}



.b-text6::after {
    right: -18px;
    top: 58px;
}




.use_scene_img02{
  padding: 94px 0 0;
}




}
