@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; */
}


A:link {
  color: #4952b9 !important;
  text-decoration: none;
}

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:10px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html { font-size: 16px; }


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

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

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

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

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







/* ========================================
■ 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: 74%;
    min-width:370px;
}



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


#lp_leftContents li a{
    color:#fff !important;
    font-weight: 700;
}

#lp_leftContents li a:hover{
    color:#7a9bff !important;
    text-decoration: none;
}

/********* 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: #0d065b;
}

li.navi_cta a:hover{
  color: #4e32c1;
  text-decoration: none;
}

.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;
    background: linear-gradient(90deg, #150026 0%, #000000 100%);
    box-shadow: 0px 3px 4px 0px #02021d59;
}


.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: 16%;
    margin-right: 18px;
    min-width: 230px;
}

.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　▲
======================================== */







/* ========================================
    ■ General
======================================== */
.g-wrapper{
    min-width:1200px;
}

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

}

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

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

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



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

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

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

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


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


.offerstart_day{
  padding: 7px 0 50px;
  clear: both;
  }



.dc_ai_date{
  width: 55%;
  margin-left: 10%;
}

.dc_ai_logo{
  width: 27%;
  margin-right: 4%;
  margin-bottom: 5px;
}

.logo img{
  width:80%;
}


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


h1.catch img {
    padding: 0px;
    box-sizing: border-box;
    width:80%;
}

.dc_ai_wrap {
    padding: 1.25em 0 0;
}

.dc_ai_wrap img{
  width:82%;
  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: 13px;
  width: 100%;
  margin: 10px auto 0;
  text-align: right;
  color: #7a85a4d9;
  line-height: 0.85;
  padding-right: 120px;
}


.left_ai_box{
  width:30%;
}


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



.footer{
    text-align: center;
}

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


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


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



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





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

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


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

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

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




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






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

.AI_merit_view_top{
  width: 100%;
  font-size: 61px;
  color: #444;
  padding: 5px 0 45px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}


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

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

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


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

.AI_merit_view_top{
  width: 100%;
  font-size: 61px;
  color: #444;
  padding: 5px 0 45px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}


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

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

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



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

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


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




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


img.distress_img {
      height: 85.5%;
}


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





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



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

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

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


img.distress_img_w {
      height: 75%;
}


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


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

.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_w {
  width: 100%;
  background-color: #4952b9;
  border-radius:14px 14px 0 0;
  /* background: linear-gradient(45deg, #080040 17%, #1A1362, #080040); */
  /* height: 112px; */
}

.distree_box_movie {
  width: 100%;
  background-color: #4952b9;
  border-radius:14px 14px 0 0;
  padding: 25px 0px;
}




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

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

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

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


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

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

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

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

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


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

    font-weight: bold;
}

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





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

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


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


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

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

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


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


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


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

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


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

.strength_con {
  width: 32%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  flex-wrap: wrap;
  box-sizing: border-box;
}



.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: 12px 0 12px;
  background: #4952b9;
  border-radius: 5px 5px 0 0;
}

p.sct_p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

.strength_con_txt {
  padding: 11px 25px 25px;
  font-size: 17px;
  line-height: 1.4;
  height: 108px;
}

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

.strength_con_img {
  text-align: center;
  width: 90%;
  background-color: #fbfbff;
  border: 1px solid #eaf2f7;
  padding: 0px 25px;
  box-sizing: border-box;
  display: flex;
  height: 177px;
  margin: 18px auto 0;
}




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








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


.section-scene{
  padding: 75px 0 80px;
  background: #f7f8ff;
  background:url(/images/lp/directcloud_storagetiering/bg_pattern.svg) center center no-repeat;
}

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

h2.scene_point_title{
  padding-top: 15px;
    padding-bottom: 18px;
    margin: 0 auto;
    font-size: 57px;
    color: #2a2f42;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}

h2.scene_point_title1{
    padding-top: 0%;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 62px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

h2.scene_point_title2{
  padding-top: 15px;
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 57px;
    color: #2a2f42;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}

h2.scene_point_title3{
    padding-top: 0%;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 62px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

.chap_subtxt{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
    color: rgb(87 89 98 / 82%);
    margin-bottom: 35px;
    text-align: center;
}

.chap_subtxt1 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 100;
    color: rgb(87 89 98 / 82%);
    margin-bottom: 40px;
    text-align: center;
}

.chap_subtxt_s{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
    color: #6b6d8c;
    margin-bottom: 7px;
    text-align: right;
    padding-right: 5px;
}

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

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

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

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

.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: 15px;
  padding: 55px 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px #cdced9bd;
  border: 1.5px solid #e3e5ef;
}



.scene_img_area{
  background-color: #edecf9cc;
  padding: 20px 30px;
  border: 1px solid #b6bde1;
  border-radius: 8px;
  margin-top:35px;
}


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



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


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

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


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

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


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



.footer{
    text-align: center;
}

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


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


A:visited {
    color: #3959ca;
    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;
}

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

  position: relative;
  width: 1200px;
  margin: 0 auto;
}



.solution_1 {
  /* padding: 1% 0 3.5%;
  position: relative;
  background-color: #f1f1f9; */
  background: #f7f8ff;
  background: #fff;
  padding: 75px 0 75px;
  position: relative;
  background: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat;
  background-size: cover;
}


.solution_2 {
    padding: 65px 0 60px;
    background: #f1f4ff;
    position: relative;
    background: linear-gradient(180deg, #eef1ff 0%, #f2f4ff 50%, #ffffff 100%);
}

.solution_3 {
  background: #f7f8ff;
  background: #fff;
  padding: 65px 0px;
  position: relative;
  background: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat;
  background-size: cover;
}


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


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


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


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


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

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


.small_right p{
  transform: skewX(21.4deg);
  font-size: 31px;
  font-weight: bold;
  font-family: "Meiryo";
  line-height:1.4;
}




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

.violet_font_num {
  color: #4952b9;
  font-size: 67px;
  letter-spacing: 0px;
  padding-left:23px;
}

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

.violet_font {
  color: #4952b9;
  font-size: 68px;
  letter-spacing: 0px;
}

.violet_font:before {
  content: "・";
    display: inline-block;
    position: absolute;
    top: -42px;
    font-size: 46px;
    padding-left: 14px;
}

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

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

.point_pad_left {
  padding-left:10px;
}



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


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


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



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

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

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

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

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

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



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

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

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


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

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


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

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

  .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;
    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;
    justify-content: space-between;
  }

  .ai_usage_title_w1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 21px 0px 17px;
    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";
  }


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

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

  .red_point {
      padding-left: 0px;
      line-height: 22px;
      font-size: 11px;
      color: red;
      color: red;
  }


  .price_caution {
      padding-left: 2px;
      line-height: 22px;
      font-size: 12px;
      color: #B4C1F2;
      font-weight: 100;
      vertical-align: middle;
  }



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

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

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


.table_disc{
  margin-top:10px;
}

.table_disc_p{
  margin-top:10px;
}


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

.table_disc_notice_s{
  font-size: 16px;
  color: #989ba9;
}



.func_table_l_title{
  text-align: left;
  padding-left: 20px;
  background: #dddfe8;
}


.func_table_s_title{
  text-align: left;
  padding-left: 20px;
  background:#eff0f7;
}



.rowspan_title{
  width: 50%;
  border: none;
  border-right: 1px solid #C7C8DE;
  background: #eff0f7;
  text-align: left;
  padding-left: 20px;
}


.rowspan_right_line{
  border: none;
  border-bottom: 1px solid #C7C8DE;
  background:#eff0f7;
  text-align: left;
  padding-left: 20px;
}


.func_table_area,
.price_table{
  width: 100%;
  text-align: center;
  background-color: #fff;
  position:relative;
  font-size:18px;
  border: 1.5px solid #a7a8bb;
  color:#555;
}

.table_point_area{
  width: 49%;
  font-weight: bold;
  color: #fff;
  font-size:26px;
  background: linear-gradient(45deg, #0071BE 8%, #033491, #3C1E87);
  background:#576ED1;
  padding: 13px 0px 14px 0px;
}

.tit_function_txt{
  background: #777c94;
  font-weight: bold;
  color: #fff;
  font-size: 27px;
  border-right: 1px solid #777c94;
  padding: 14px 0px 15px 0px;
}

.br_line_top{
  border-top: 2px solid #4952B9;
}

.br_line_bottom{
  border-bottom: 2px solid #4952B9;
}

.br_line_left{
  border-left: 2px solid #4952B9;
}

.br_line_right{
  border-right: 2px solid #4952B9;
}

.tit_small_b{
  font-size: 16px;
  line-height: 1.15;
  font-weight: 100;
  color: #bfc3ef;
}

.table_point_line {
    background-color: #ffffff;
    color:#000;
    font-weight:100;
}

.table_point_line_2025 {
  background-color: #ffffff;
  color:#676975;
  font-weight:100;
}

.price_table_td{
  background-color: #ffffff;
  color: #555;
  font-weight: 100;
  font-size: 18px;
  padding: 15px 0px !important;
}

.best_txt{
  color: #222;
}

.no_line_td{
  color: #7d80b07a;
  font-size: 24px;
}

.price_table_qna_td{
  background-color: #ffffff;
  color:#000;
  font-weight:100;
  font-size:25px;
  padding: 10px 0px 16px;
}

a.price_qna_link{
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #4952b9 !important;
}



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

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

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

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

.pric_table_l{
  text-align: left;
    padding-left: 16px;
    background: #eff0f7;
    color: #555;
}

.pric_table_r{
  background:#ffffff;
  font-weight: bold;
  font-size: 22px;
}


.cost_comm {
    font-size: 15px;
    padding-left: 1px;
}

.cost_comm1 {
  font-size: 16px;
  padding-left: 4px;
  color: #797979;
}

.plan_subname {
  font-size: 17px;
  margin: 0;
  line-height: 14px;
  color: #daddf1;
  padding: 0;
  font-weight: 100;
}

.table_c_icon{
  width: 20px;
  vertical-align: baseline;
  opacity: 0.85;
}

.num_comparetxt{
  font-size: 2rem;
}

.table_c_icon_price{
  width: 20px;
  vertical-align:baseline;
  opacity:0.85;
}

.table_c_icon_price1 {
    width: 19px;
    vertical-align: baseline;
    opacity: 0.85;
    padding-top: 6px;
}


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


.table_x_icon{
  width: 17px;
  vertical-align: middle;
  padding-bottom: 6px;
}



 .features_td{
	 padding: 15px;
	 background: #eff0f7;
	 text-align: left;
    padding: 15px !important;
 }








/*         section       index_cta     start         */

.index_cta{
  background: url(/images/lp/dc_ai/cta-bg-new-ai.jpg) center / cover no-repeat;
  color: #fff;
  min-width: 1200px;
  padding: 40px 0;
}

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

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

.cta_item {
  width: 31%;
  padding-top: 15px;
}

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

h4.cta_maintxt{
  font-weight: bold;
  font-size: 51px;
  text-align: center;
  color: #34353f;
  /* margin-bottom: 16px; */
  margin-top: 0px;
  line-height: 1.25;
  letter-spacing: 0px;
}

h5.cta_subtxt{
  font-size: 24px;
    text-align: center;
    line-height: 1.0;
    color: #747474;
    font-weight: 100;
    margin-bottom: 8px;
    margin-top: 6px;
}

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

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

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


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

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

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

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

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


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

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

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

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



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

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

.eng_title_top1 {
  display: inline-block;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    color: #4952b9;
    padding: 0px 40px 3px 40px;
    border-radius: 40px;
    border: solid 2px rgb(73 82 185 / 80%);
    /* margin-bottom: 7px; */
    line-height: 1.6;
    background-color: rgb(255 255 255 / 80%);
}

.difference_point {
  padding: 53px 50px 22px;
  position: relative;
  margin-top: 85px;
  border-radius: 8px;
  background: #f6f7ff;
  border: 1.5px solid #a8b8e4;
}


.difference_point_box {
  width: 94%;
  display: flex;
  padding: 50px 35px 30px;
  position: relative;
  margin: 68px 0px 45px 0px;
  border-radius: 15px;
  border: 1.5px solid #b0b4db;
  background: url(/images/lp/dc_ai/ai_main_background.png) center 35% no-repeat;
  background-size: cover !important;
  background-color: #000b1f;
}

.d_point_title {
    width: 21%;
    background-color: #4952b9;
    border-radius: 10px;
    position: absolute;
    top: -40px;
    height: 7.3rem;
}

.d_point_title_box {
  width: 25%;
    background: rgb(38,39,142);
    background: linear-gradient(0deg, rgba(38,39,142,1) 1%, rgba(5,104,191,1) 50%, rgba(38,39,142,1) 100%);
    border-radius: 60px;
    border:1.5px solid rgba(5,104,191,0.5);
    position: absolute;
    top: -34px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.d_point_title:before {
  position: absolute;
  top: 73px;
  width: 0;
  height: 0;
  content: "";
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #4952b9;
  left: 46%;
}



.d_point_con{
  display:flex;
  border-radius: 8px;
  align-items: center;
}


.section_title_p {
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.35;
  color: rgb(48 52 68 / 80%)
}

.left_img {
  width: 46%;
  padding: 9px 20px 8px 35px;
}

.right_text {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2.0pt;
}

.center_text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

.d_point_ul {
  margin-bottom: 0px;
  padding: 5px 10px 16px;
}

.d_point_ul li:nth-child(1){
    font-size: 32px;
    line-height: 1.4;
    color: rgb(48 52 68 / 80%);
}

.d_point_ul li:nth-child(2){
  font-size: 30px;
  line-height: 1.65;
  margin-top: 20px;
  color: rgb(48 52 68 / 80%);
  margin-top:25px;
}


.d_point_check {
  position: relative;
  padding-left: 37px;
  font-size: 30px;
  margin-bottom: 10px;
  color: rgb(48 52 68 / 80%);
  line-height: 38px;
}

.point_check_icon {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 3.1%;
}

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

.btn_link_apply_red {
  height: 45px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #FF114A;
  line-height: 45px;
  border-radius: 45px;
}


.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: 220px;
  margin: 0 auto;
}

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


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





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



.section-faq {
    padding: 70px 0;
    background: linear-gradient(180deg,  #e9edff 0%, #f2f4ff 90%, #fff 100%);
}


.faq_area{
    padding-top: 0px;
}



.faq {
    margin-top: 8px;
}


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

.faq li.q {
    border-bottom: 2px solid #eaedfe;
    cursor: pointer;
    background: #ffffff;
    position: relative;
    color: #444444;
}

.bot_noborder{
  border-bottom: 0px solid #f7f8ff !important;
}

li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 14px 4px;
    font-weight: bold;
    font-size: 30px;
    color: #3d7dec;
    font-family: system-ui;
    background-color: #ecf4ff;
    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;
}

.details-2r{
  width: 83%;
  vertical-align: middle;
}

li.q summary::after{
	position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 40px;
  border-right: 4px solid #a4b4c982;
  border-bottom: 4px solid #a4b4c982;
  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;
    text-indent: -19.7px;
    padding-left: 60px;
    background-color: #ffffff;
    margin-bottom: 2px;
    padding: 22px 55px 40px 128px;
    color: #444444;
}


.text-int-dot{
  text-indent: 0;
  padding-top: 0 !important;
  padding-left: 34px !important;
  position: relative;
}


.text-int-dot:before {
  content: "●";
  display: inline-block;
  padding: 0px 0px 3px 0;
  font-weight: bold;
  font-size: 13px;
  color: #bab9b9;
  font-family: system-ui;
  margin: 0;
  line-height: 1.45;
  position: absolute;
  left: 7px;
  top: 12px;
}


.text-int-dot:nth-child(1){
margin-top:-45px;
}


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


.box-pre-evaluation{
  background-color: #ffffff;
  border: 1px solid #dcdce6;
  border-radius: 6px;
  padding: 6px 6px 5px;
  vertical-align: middle;
  box-shadow: 0px 1px 2px #7777773b;
  margin: 0px 5px;
  width: 4%;
}



.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: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(/images/type_arrow_oran1.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    vertical-align: 1px;
}


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



.faq_a_span{
  font-size: 20px;
  margin-left: -12px;
  color: #838595;
}







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












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

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

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

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


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



.pc_on{
    display: block;
}

.br_pc {
    display: block;
}

.sp_on {
    display: none;
}

.br_sp {
    display: none;
}


.d_point_li_span{
      line-height: 1.75;
}





.merit_usage_img{
	padding: 30px 35px 25px;
}

.merit_ul{
	width:96%;
	padding:0 22px 30px;
	font-size: 23px;
	text-align: left;
}




ul.merit_ul li {
	text-indent: -23px;
	padding-left: 23px;
	line-height: 1.3;
	padding-bottom: 15px;
}




.merit_usage_img{
  background: #f6f7ff;
  border: 1.5px solid #a8b8e4;
  padding: 30px;
  border-radius: 15px;
  width:95%;
  margin:30px auto;
}


.merit_usage_img1 {
    background: #f9faff;
    border: 1.5px solid #c9d5f7;
    padding: 25px 30px;
    border-radius: 15px;
    width: 95%;
    margin: 30px auto;
}






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

.section_customer {
  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;


}


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


.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.55;
  font-size: 18px;
  letter-spacing: -1px;
}


.feedback_item.voice1 .feedback_img p{
  left: 34%;
  top: 25%;
}


.feedback_item.voice2 .feedback_img p{
  left: 34%;
  top: 30%;
}


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


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

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: #4952b9;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 12px 0px 10px;
    border-radius: 8px 8px 0 0;
}

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


.voice_p {
    line-height: 1.6;
    font-size: 20px;
    height: 270px;
    color: #333333;
    letter-spacing: -0.8px;
}


.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: #f1f3ff;
    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%, #fcff38d6 10%);
  font-weight: 700;
}




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



/* ========================================
■ section img 吹き出し　start　▼
======================================== */


.balloon-set {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 10;
    justify-content: flex-end;
    padding-bottom: 20px;
}

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


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


.b-text1line.balloon-text::after {
    top: 21px;
}

.b-text2line.balloon-text::after {
    top: 35px;
}

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



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


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


  .keyv .mv .logo {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  }


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


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

.dc_ai_date{
  width: 91%;
  margin-left: 4.5%;
}


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


.dc_ai_wrap {
    padding-top: 15px;
}

h1.catch img{
  width: 92%;
}


.main_b_txt p{
  font-size: 13px;
  padding: 0px 25px;
  text-align: left;
  margin-top: 8px;
  line-height: 1.25;
}


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

  .distress_con_title_w1.ai_usage_title_w1 {
    padding: 10px 16px;
    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_text1 {
    font-size: 23px;
    width: 100%;
    /* padding: 10px 15px 15px; */
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
}

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

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


  .section-solution .cta-wrap{
    padding: 20px 20px 0px 20px;
    width:100%;
  }


.wrap {
    width: 100%;
  }

/**** 悩み　********/
section.section_distress {
  padding: 30px 0;
}


.AI_merit_view_top:after,
.AI_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: 230px;
}

img.distress_img {
height: 87.5%;
}


.distress_con_title{
font-size:27px;
height:74px;
}

.merit_subtxt{
font-size: 16px;
}

.merit_subtxt1{
font-size: 19px;
line-height: 25px;
margin-bottom: 3px;
}

.merit_subtxt2{
font-size: 19px;
line-height: 25px;
padding-bottom: 9px;
}


.scene_con{
padding: 25px;
}

h2.scene_point_title {
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size:2.8rem !important;
line-height: 1.3;
}

h2.scene_point_title1{
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size: 3.0rem !important;
line-height: 1.3;
}

h2.scene_point_title2{
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size: 3.0rem !important;
line-height: 1.3;
}

h2.scene_point_title3{
padding-top: 1px !important;
padding-bottom: 5px !important;
font-size: 3.4rem !important;
line-height: 1.3;
}

.distress_con_wide {
border-radius: 8px;
}

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

.ai_usage_title_w1 {
border-radius: 6px 6px 0 0;
}

.distree_box_w {
border-radius: 6px 6px 0 0;
}

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

.scene_area {
padding: 0;
}


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

.scene_img_area{
  padding: 18px;
  margin-top: 14px;
}


.scene_img_area img {
  padding: 0;
}


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

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

.small_left {
height: 38px;
width: 83%;
margin-left: 20px;
padding-top: 0px;
display: flex;
justify-content: center;
/* transform: none; */
position: absolute;
top: 0px;
left: 3%;
}

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

.small_right {
width: 100%;
height: auto;
transform: none;
padding: 34px 18px 18px;
margin-left: 0;
margin-top: 19px;
margin-bottom: 7px;
}

.small_right p {
font-size: 18px;
width: 100%;
line-height: 1.35;
padding-left: 0;
box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
transform: none;
text-indent: -22px;
padding-left: 18px;
margin-bottom: 8px;

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


.left_img {
  width: 100%;
  padding: 6px 9px;
  min-width: 50px;
  max-width: 50px;
}

.right_text {
    font-size: 19px;
}

.d_point_title {
  left: 5%;
  width: 35%;
  margin: 0 auto;
  top: -21px;
  height: 4.3rem;
  display: inline-block;
}


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


.d_point_title:before {
    top: 35px;
    left: 41%;
    transform: translateX(-50%);
    left: 50%;

}

.d_point_check {
    font-size: 1.8rem;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-left: 27px;
}

.point_check_icon {
  width: 9%;
  top: -4px;
}

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

.d_point_ul li:nth-child(1) {
    font-size: 18px;
    line-height: 1.3;
}

.d_point_ul li:nth-child(2) {
    font-size: 1.8rem;
    margin-top:13px;
    padding-left: 27px;
    line-height: 1.4;
}

.table_disc_notice_s {
  font-size: 14px;
  padding-top: 7px;
}


.violet_font{
  font-size:4.5rem;
}

h3.AI_merit_view_top {
  font-size: 4.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.45;
  padding: 0;
}

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

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

.violet_font:before{
  font-size: 30px;
  padding-left: 8px;
  top: 55px;
}

.violet_font_area{
  letter-spacing: -9.1px;
}


.eng_title_s1 {
    font-size: 18px !important;
    margin-bottom: 10px;
    padding: 0px 20px 3px;
}




.solution_1,
.solution_2,
.solution_3{
  padding: 40px 20px;
}





/* cta start */

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

  .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: 17px;
  line-height: 1.4;
  margin-bottom: 3px;
}

h5.cta_subtxt:before, h5.cta_subtxt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  background: #a3a3a3;
  /* top: 36px; */
}

h4.cta_maintxt {
    font-size:28px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.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_trial a, .btn_down a {
    font-size: 19px;
}

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

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

/* cta end */


.pc_on {
  display: none !important;
}


.br_pc
 {
    display: none;
}


.sp_on{
      display: block;
}


.br_sp {
    display: block;
}


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

.pric_table_l {
    font-size: 17px;
    padding-left: 12px !important;
    line-height: 1.45;
}

.table_point_area{
  width: 15%;
  font-size: 18px;
  padding: 10px 0px 14px;
  line-height: 1.2;
}

.tit_small_b{
  font-size:14px;
}

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


.plan_span_font{
  color: #888;
  font-size: 13px;
  display: block;
  margin-left:-6px;
}

.plan_span_font1{
  color: #888;
  font-size: 13px;
  margin-left:-6px;
}

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

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

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

.table_disc li {
  text-indent: -23px;
  padding-left: 25px;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: -0.75px;
  line-height: 18px;
}


.table_disc li:nth-last-child(1) {
  text-indent: -14px;
  padding-left: 16px;
}



.table_disc_p li {
  text-indent: -11px;
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: -0.75px;
  line-height: 18px;
}




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


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

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

.rowspan_title{
  width: 55% !important;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

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


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

.table_c_icon_price{
  width: 16px;
  vertical-align: middle;
}

.table_c_icon_price1{
  width: 16px;
  vertical-align: middle;
}

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

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

.red_point{
  padding-left: 4px;
  font-size:11px;
  letter-spacing: 1px;
}


.table_point_line{
  font-size:14px;
  line-height: 18px;
}

.table_point_line_2025{
  font-size:14px;
  line-height: 18px;
}

.table_point_border{
      width: 42%;
}

.price_table_td{
  font-size:20px;
}


.section-scene {
    padding: 50px 20px;
}


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

#banner_campaign{
  display: none !important;
}

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


.d_point_li_span{
  line-height: 1.3;
  padding-top: 9px;
  display: block;
}

a.price_qna_link {
    font-size: 18px;
}

.cost_comm {
    font-size: 15px;
}

.cost_comm1 {
  font-size: 13px;
}



.merit_usage_img,.merit_usage_img1 {
  padding: 14px;
  width: 90%;
}


.usage_merit_img {
    background: #f6f7ff;
    border: 1.5px solid #a8b8e4;
    padding: 12px;
    border-radius: 8px;
}


.merit_ul {
    width: 100%;
    padding: 0 15px 15px;
    font-size: 17px;
    text-align: left;
}


 .sp_span_block{
   display:block;
 }






/* new 料金　start */

.scroll-hint.is-left-scrollable {
    background: linear-gradient(180deg, rgb(193 193 193 / 15%) 0, rgb(255 0 0 / 0%) 16px, rgb(81 37 37 / 0%)) !important;
}




dt.tit_service_txt_sp.border-right-none.func_tit_font {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:73px;
    background: #777c94;
    color: #fff;
    width: 100%;
}

dt.rowspan_title2 {
    width: 100%;
    padding: 14px 8px 14px 14px;
    font-size: 16px;
    height: 52px;
    line-height: 1.4;
    vertical-align: initial;
    align-items: flex-start;
    justify-content: center;
      border-left: 1px solid #d8dee3;
}

dt.rowspan_title2 span.txt-compare {
    line-height: 1.25;
    text-indent: 0;
    font-size: 14px;
}





dd.tit_service_txt_sp{
  font-size: 18px !important;
  height: 73px;
  text-align: center;
  line-height: 1.22;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}




dd.point_txt_tit {
  width: 100%;
  padding: 14px 4px;
  font-size: 16px;
  height: 52px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #d8dee3;
}




.dl_right_dd,.dl_right_dd2{
  width: 100%;
  padding: 14px 4px;
  font-size: 18px;
  height: 52px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee3;
  border-left:none;
  border-top:0;
  text-align: center;
  background-color: #fff;
  width: 100%;
}

dt.rowspan_title3 {
    width: 100%;
    padding: 14px 8px 14px 14px;
    font-size: 18px;
    height: 52px;
    line-height: 1.4;
    vertical-align: initial;
    align-items: flex-start;
    justify-content: center;
      border-left: 1px solid #d8dee3;
}

dt.rowspan_title3 span.txt-compare {
    line-height: 1.25;
    text-indent: 0;
    font-size: 14px;
}




.hscroll{
  width:100%;
  margin:0;
}


.hscroll ul {
    overflow-x: auto;
}


.hscroll ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border: 2px solid #4952b9;
    border-top: none;
}


.hscroll li {
    list-style: none;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
    height: 100%;
}



li.dl_table1{
    margin:0px -4px 0 0px !important;
}

li.dl_table2 {
  margin:0px -4px 0 0px !important;
}

li.dl_table3 {
margin:0px -4px 0 0px !important;
}

li.dl_table4 {
margin:0px -4px 0 0px !important;
}

li.dl_table5 {
margin:0px -4px 0 0px !important;
}

li.dl_table6 {
margin:0px -4px 0 0px !important;
}

li.dl_table7 {
margin:0px -4px 0 0px !important;
}


.cost_comm {
    font-size: 14px;
    padding-top: 3px;
}


.flex_right{
  border-left: 1.5px solid #a7a8bb;
  border-bottom: 1.5px solid #a7a8bb;
}





dt.rowspan_title2.add_features {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
		padding:0;
		 flex-wrap: wrap;
}


.add_features_left {
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0 auto;
		width: 20%;
    display: flex;
    align-items: center;
		 letter-spacing: 4px;
}



.add_features_right {
    width: 80%;
    font-size: 14px;
		border-left: 1px solid #d8dee3;
}


.add_right_item {
	display: flex;
	align-items: center;
	padding: 12px;
	background: #eff0f7;
}


.rowspan_title2{
	    background: #eff0f7;
}


.sp_plan_tite{
	background-color: #4952b9 !important;
	font-weight: bold;
	font-size: 19px;
}



.price_caution{
      padding-top: 5px;
}



/* new 料金　end  */





}



/************** 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) {
  .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%;
  }

}


/*************** Youtube movie css **************/
.iframe_box{
  display: block;
  width: 100%;
}

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

.iframe-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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



/* ========================================
■ section new 悩み start ▼
======================================== */
.section_distress_ai {
    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;
}

h2.strength_title_ai {
  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;
}

.section_title_p_ai{
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.35;
  color: rgb(58 71 82 / 70%);
}


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

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

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


img.distress_img_ai {
      height: 100%;
}

.distress_area_ai {
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_ai {
width: 32.3%;
display: flex;
flex-direction: column;
align-items: center;
align-content: space-between;
}

.distress_con_ai_cen {
  width: 29%;
}

.distress_con_ai_title {
font-size: 24px;
color: #fff;
text-align: center;
padding: 6px 0 5px;
background-color: #0078c9;
border-radius: 8px 8px 0 0;
}

.distress_con_ai_txt {
padding:17px 15px;
height: 160px;
background-color: #ffffff;
border-radius: 11px;
}

.distress_con_ai_txt ul li {
padding-left: 12px;
margin-bottom: 10px;
letter-spacing: -0.5px;
line-height: 23px;
position: relative;
}


.distress_con_ai_txt ul li::before {
position: absolute;
    color: #4472C4;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 87px;
    top: 12px;
    left: 3px;
    background-color: #4472C4;
}

.distress_img_box_ai {
width: 100%;
text-align: center;
position: relative;
}



.dist_hukidashi{
  font-size: 26px;
  position: absolute;
  font-weight: bold;
  line-height: 1.4;
  color: #535DC1;
  text-align: center;
}

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

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

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

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

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

.distress_m_title {
  font-size: 23px;
  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: 5px;
  padding: 3px 10px 4px;
  font-size: 20px;
  margin-right: 12px;
  line-height: 18px;
  background-color: #fff;
  color: #d5213f;
  letter-spacing: 0px;
}

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

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

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


img.distress_img_ai {
  width: 100%;
  max-width: 100%;
}

ul.distress_con_txt_ul {
  font-size: 23px;
  color: #000;
  /* font-weight: bold; */
}

.distress_con_txt_ul li{
position: relative;
    padding-left: 20px;
}

.distress_con_txt_ul li::before{
position: absolute;
color: #4472C4;
content: "";
width: 4px;
height: 4px;
border-radius: 87px;
top: 19px;
left: 3px;
background-color: #4472C4;
}


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

section.section_distress_ai {
  padding: 30px 0;
}


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


.distress_sub_text_ai{
font-size: 18px;
text-align: left;
line-height: 1.5;
padding-top:10px;
}


h2.strength_title_ai{
margin: 0;
font-size: 37px !important;
line-height: 1.4;
}

img.distress_img_ai {
  width: 97%;
  max-width: 100%;
}

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

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


.distress_area_ai{
  flex-direction: column;
  margin: 0px;
}


.distress_con_ai{
  width:90% !important;
  margin-bottom: 20px;
}

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

.distress_con_ai:nth-child(2){

}

.distress_con_ai:nth-child(3){

}

.distress_con_ai:nth-child(4){
margin-bottom:0;
}

.distree_m_box {
  border: 2px solid #D5213F;
  border-radius: 10px;
  margin-top: 4px;
  background-color: #fff;
  width: 97%;
}

.distress_m_title {
  font-size: 21px;
  border-radius: 7px 8px 0 0;
}

.circle_m_txt {
  font-size: 19px;
  margin-right: 9px;
}

.distress_m_txt {
  padding: 15px;
  height: 100%;
}

.distress_m_txt ul li {
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1.35;
  font-size: 17px;
}

.distress_m_txt ul li::before {
  width: 8px;
  height: 8px;
  top: 9px;
}

.distress_m_title {
  font-size: 22px;
}


.dist_hukidashi{
    font-size: 23px !important;
}

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

.hukidashi_b {
  top: 32px;
  letter-spacing: -1px;
  padding: 0px 15px;
}

.hukidashi_c {
  top: 32px;
  letter-spacing: -1px;
  padding: 0px 15px;
}

.merit_subtxt{
font-size: 16px;
}

.merit_subtxt1{
font-size: 19px;
line-height: 25px;
margin-bottom: 3px;
}

.merit_subtxt2{
font-size: 18px;
line-height: 25px;
padding-bottom: 6px;
}


.scene_con_ai{
padding: 25px;
}

h2.scene_point_title {
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size:2.6rem !important;
line-height: 1.3;
}

h2.scene_point_title1{
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size: 3.4rem !important;
line-height: 1.3;
}

h2.scene_point_title2{
padding-top: 1px !important;
padding-bottom: 11px !important;
font-size: 3.0rem !important;
line-height: 1.3;
}

h2.scene_point_title3{
padding-top: 1px !important;
padding-bottom: 5px !important;
font-size: 3.4rem !important;
line-height: 1.3;
}

.distress_con_wide {
border-radius: 8px;
}

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

.ai_usage_title_w1 {
border-radius: 6px 6px 0 0;
}

.distree_box_w {
border-radius: 6px 6px 0 0;
}

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

.scene_area_ai {
padding: 10px 20px 0;
}


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

.scene_img_area_ai{
  padding-top: 6px;
}


.scene_img_area_ai img {
padding: 15px;
}


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

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

.small_left {
height: 38px;
width: 83%;
margin-left: 20px;
padding-top: 0px;
display: flex;
justify-content: center;
/* transform: none; */
position: absolute;
top: 0px;
left: 3%;
}

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

.small_right {
width: 100%;
height: auto;
transform: none;
padding: 34px 18px 18px;
margin-left: 0;
margin-top: 19px;
margin-bottom: 7px;
}

.small_right p {
font-size: 20px;
width: 100%;
line-height: 1.35;
padding-left: 0;
box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
transform: none;
text-indent: -22px;
padding-left: 18px;
margin-bottom: 8px;
}

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










/* faq start */



.section-faq{
  padding: 40px 0;

}


.faq_area {
    padding: 20px;
}




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;
    color:#444;
}


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_text_link{
  font-size: 16px;
padding-left: 0;
padding-top: 10px;
}

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


li.text-int-dot {
  font-size: 16px;
  padding: 0 0 20px 20px !important;
}

.text-int-dot:nth-child(1) {
    margin-top: 0;
}

.text-int-dot:nth-last-child(1) {
    padding-bottom: 0 !important;
}


.text-int-dot:before{
  font-size: 8px;
  left: 4px;
  top: 8px;
}


.box-pre-evaluation{
  margin: 0px 4px;
  padding: 4px;
  width: 10%;
}




/*  faq end */




section.section_customer {
    padding: 40px 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: 20px;
}

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

.feedback_img p{
  font-size: 16px;
}

.v_p_title {
    width: 35%;
    margin: 6px 0 5px;
    border-radius: 6px;
    padding: 4px;
}

.v_p_text {
    padding-left: 13px;
    padding-top: 3px;
}

.hukidashi_span_red{
    font-size: 15px;
}


.balloon-set {

}


.balloon-icon img {
    width: 100%;
    min-width: 64px;
    max-width: 64px;
    padding:5px;
    margin-top: 0px;
}


.balloon-text{
  font-size: 15px;
  padding: 15px;
}


.b-text1line.balloon-text::after {
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

.b-text2line.balloon-text::after {
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}


}






























/*    -----------------------------------  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(90deg, #370e7d 0%, #251a6e 55%, #0e0868 100%);
        background: #000;
    }


  .header__navi {
        display: none;
    }


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


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



}



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

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

.main_btn_boxtd_contents_ai {
    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-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-ai {
    transition: .2s;
    border-radius: 50px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    background: #fff;
    border: 2px solid #dfe0e4;
    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: #575a5c;
}

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

.main_btn_boxtd_contents_ai {
    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-ai {
    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 35px;
    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-ai {
    background: #ff114a;
    color: #ffffff !important;
}

.app-btn-primary-ai:hover,
.app-btn-primary-ai: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_ai{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

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

  .app-btn-ai, .app-btn1-ai {
        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-ai {
      width: 22px;
      height: 22px;
  }

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

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


}
