@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    /* color:#ffffff !important; */
}
ins {
    background-color: #ff9;
    color: #666666;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #666666;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html { font-size: 16px; }


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

a {
    color: #1e93e4;
    text-decoration: none;
    transition: 0.2s ease;
}

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

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

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


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

iframe .display-b{
  display: block;
}


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



.g-wrapper{
    min-width: 1380px;
    margin-top: 72px;
}

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

}

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

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

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






/* ========================================
■ keyv main
======================================== */
.key{
   background-color: #14123a;
}

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

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





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


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



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

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

.logo img{
  width:88%;
}


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


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

.dc_ai_wrap {
    padding: 2% 0 0;
}

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



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



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


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


.left_ai_box{
  width:30%;
}


.mv_wrap{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 0 60px;
}



.mainV_area{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 42%;
  padding-top: 26px;
}


.mv_left_area {
    width: 55%;
    padding-top: 6px;
}




.mainV_area img{
  width: 94%;
  height: auto;
}


h2.catch {
  font-weight: bold;
  font-size: 79px;
  line-height: 1.2;
  padding-top:20px;
  width: 100%;
}


.catch_span_first {
  font-size: 20px;
  font-weight: 100;
  display: block;
  padding: 15px 0;
  background-color: #0356bab3;
  border: 1px solid #4691e6e9;
  border-radius: 64px;
  width: 100%;
  margin: 0px auto 15px;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #E1EFFF;
}


.catch_span_sec {
  font-weight: 100;
  display: block;
  font-size: 42px;
  text-shadow: 0px 3px 5px #1f1f1f21;
  margin-bottom: 2px;
  letter-spacing: 2px;
}


.span_logotitle {
    font-size: 80px;
}



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


footer{
  min-width:1200px;
}

.footer{
    text-align: center;
}

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


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


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


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



/* ========================================
■ section header start ▼
======================================== */

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


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


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


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



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


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

#lp_leftContents li a:hover{
    color:#378ee4;
}

/********* 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: 1.5px solid #378ee4ba;
    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: #378ee4;
}


li.navi_cta a:hover{
  color: #378ee4;
}

.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: #ffffff;
    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{
  height:170px;
}


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

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

.header__navi--left li{
  margin-right: 25px;
  margin-left: 25px;
}




.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;
  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;
    overflow: hidden;
}


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


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


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



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


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

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

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


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


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


li.naviItem {
    cursor: pointer;
}


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

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

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



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


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

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


.sp_toggle_menu{
  display: block;
}

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

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


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

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

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

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


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

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

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

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


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


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



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













/* ========================================
■ section itreview logo area start ▼
======================================== */

.main_bottom_area {
    background-color: #fff;
    padding: 35px 0px 40px;
    background: url(/images/lp/dc_trustcenter/trustcenter_bg_line.svg) no-repeat 15% center;
    background-size: cover;
    position: relative;
    width: 100%;
}


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


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

.itreview_icon {
    width: 100%;
    margin: 2px auto 15px;
    text-align: center;
}

.itreview_icon img {
    width: 99%;
}


/* ========================================
■ section itreview logo area end　▲
======================================== */











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


.section_distress {
    padding: 80px 0 70px;
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
}



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

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


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


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


.area_hidden {
    clear: both;
}

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



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


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



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


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

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


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

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

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

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

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


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

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


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


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



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


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

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

    .dc-merit_title>span:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      height: 0;
      width: 0;
      border-color: #1f8cf8 transparent transparent transparent;
      border-width: 30px;
      bottom: -55px;
    }



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









/* ========================================
■ section 解決 start ▼
======================================== */


.section_solution {
    font-size: 17px;
    position: relative;
    background: #f4f8ff;
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
    padding: 70px 0;
}



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


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

}


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


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



.contents_nobox{
    margin-top: 30px;

}

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

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

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


.examination_ul h4 {
    line-height: 1.85;
    font-size: 28px;
    padding: 10px 0px 11px;
    background-color: #3784d9;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 6px 6px 0px 0px;
}



.share_img{
  width: 190px;
  height: 255px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}





p.share_item_cont {
  font-size: 22px;
  padding: 18px;
  background-color: #eff7ff;
  line-height: 1.45;
  text-align: left;
  border-radius: 0px 0px 9px 9px;
  color: #575757;
  height: 132px;
  border: 0px;
}



/* ========================================
■ section　解決 end ▲
======================================== */








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


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




.service_point_title{
  padding-top: 3px;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 56px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}



.audit_contents_box {
  padding: 0;
  /*
  border: solid 1px #9ab8d9;
  border-radius: 8px 8px 8px 8px;
  background-color: #fff; */
}



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



.scene_box {
  padding: 40px;
  border: solid 1px #9ab8d9;
  border-radius: 8px 8px 8px 8px;
  background-color: #fff;
}






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

.util_li_batsu img {
    width: 11%;
}


.audit_img_area {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    min-height: 310px;
    height: auto;
}



.util_li_img1 img {
    width: 46%;
}


.util_li_text_area {
  box-sizing: border-box;
  padding: 26px 22px 22px;
  height: auto;
  min-height: 169px;
  background-color: #f3f9fd;
  border-radius: 0 0 12px 12px;
}



.option_title {
    padding: 14px 0 13px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    background: #3784d9;
    border-radius: 10px 10px 0 0;
}


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



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


.audit_util_ul_li_center:nth-child(2){
  position: relative;
}


.audit_util_ul_li_center img {
  width: 65%;
  padding-top: 160px;

}




.hukidashi_audit_util {
    position: absolute;
    width: 100%;
    margin: 0 auto;
}


.hukidashi_audit_util p{
  background-color: #ffe0e0;
  font-size: 22px;
  padding: 22px 14px 20px;
  border-radius: 22px;
  width: 82%;
  line-height: 1.25;
  position: relative;
}


.hukidashi_audit_util p::after {
  content: '';
  position: absolute;
  border-width: 14px 0 10px 46px;
  border-style: solid;
  border-color: transparent transparent transparent #ffe0e0;
  top: 122px;
  transform: rotate(51deg);
  left: 21%;
}



.util_li_maru {
    position: absolute;
    top: 42%;
    left: 0px;
    width: 100%;
}

.util_li_img2 img {
    width: 49%;
    padding-top: 18px;
}


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


.util_li_maru img {
    width: 12%;
}



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












/* ========================================
■ section 主要機能 start ▼
======================================== */



.section_function {
    font-size: 17px;
    position: relative;
    background: #f4f8ff;
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
}



.initiative_contents {
    background: url(/images/lp/lp_enterprise/bg_pattern_enterprise.png) 50% 25%;
    background-size: cover;
    padding: 70px 0;
}


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


.b-set1{
}


.b-set2{
  max-width: 36%;
  right: ;
  top: 40px;
}


.b-set3{
  max-width: 49%;
  top: ;
  right: ;
}


.b-set4{
  max-width: 60%;
  top: ;
  right: ;
}



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

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



.b-text1{

}


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


.b-text2{

}

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

.b-text3{

}

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

.b-text4{

}

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


.b-text5{

}

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



.b-text6{

}

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



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


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






/* tab design ↓↓  */
    .tab-btn {
      padding: 6px 0 18px 5px;
      display: flex;
      flex-direction: column;
      gap: 25px;
      width: 294px;
      min-width: 280px;
      height: 100%;
  }


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


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

    .func_tab a.is-active {
        background-color: #FFFFFF;
        color: #0e276d;
        font-weight: 700;
        border-radius: 8px;
        font-size: 24px;
        border: 2px solid transparent;
        padding: 13px 15px 15px 20px;
        line-height: 36px;
        min-width: 290px;
        width: 100%;
    }

    .func_tab a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      text-decoration: none !important;
      opacity: 1.0 !important;
      width:100%;
  }


    .tab-cont-box{
      width: 77%;
      border-radius: 12px;
      background-color: #fff;
    }


    .tab_menu {
      display: flex;
      align-items: center;
      gap: 6px 40px;
      border-radius: 20px;
      padding: 16px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      background: linear-gradient(90deg, #4fa4fc 0%, #2d89ef 25%, #1475d6 97%);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    }


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


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


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


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


    .item_img_menu1{

    }


    .item_img_menu2{
      text-align: center;
      padding: 115px 25px 25px;
    }


    .item_img_menu3{
      text-align: center;
      padding:170px 25px 25px;
    }


    .item_img_menu4{
      padding: 160px 25px 25px;
    }



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


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


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




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


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



    .features_title {
      font-size: 34px;
      line-height: 1.4;
      padding: 0 12px 10px 4px;
      color: #25292f;
      font-weight: bold;
      letter-spacing: -0.5px;
    }



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



/* tab design end  */




.function_point_title{
  padding-top: 3px;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 56px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}



/* ========================================
■ section 主要機能 end ▲
======================================== *






/* ========================================
■ section scene 利用シーン　start
======================================== */


.section_scene {
    font-size: 17px;
    background: #f7f8ff;
    background: #fff;
    padding: 80px 0 75px;
    position: relative;
    background-size: cover;
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
}


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

.scene_point_title{
  padding-top: 3px;
  padding-bottom: 6px;
  margin: 0 auto;
  font-size: 56px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

.scene_title_p{
  text-align: center;
  font-size: 28px;
  margin-bottom: 22px;
  color: rgb(8 11 14 / 80%);
}



.audit_use_scene_ul {
    align-items: center;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.audit_use_scene_ul li{
  box-shadow: none;
  border: 2px solid #b3becee0;
}





.sec_option_li {
    width: 37%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 14px;
    border: 2px solid #3784d9;
    position: relative;
    box-shadow: 0px 0px 7px #a7afba59;
}


.audit_use_scene_ul li:nth-child(1) {
    width: 40%;
    z-index: 2;
    margin: 0;
}

.audit_use_scene_ul li:nth-child(2) {
    width: 9%;
    padding-top: 28px;
    position: absolute;
    left: 37.5%;
    z-index: 100;
    border:none;
}

.audit_use_scene_ul li:nth-child(3) {
    width: 55%;
    margin: 0;
    border: 2px solid #3784d9;
}

.audit_use_scene_after {
    background-color: #3784d9 !important;
}




.audit_use_scene_ul h5 {
    background-color: #6A81A2;
    margin: 0;
    border-radius: 11px 11px 0 0;
    font-size: 30px;
    letter-spacing: 0.3pt;
    padding: 11px 0 11px 0;
    font-weight: bold;
    color: #fff;
}


.audit_scene_li_img1 {
    box-sizing: border-box;
    padding: 20px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 432px;
}


.audit_scene_li_img2 {
    box-sizing: border-box;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafdff;
    border-radius: 0px 0px 14px 14px;
    height: auto;
    min-height: 432px;
}


/* ========================================
■ section scene　利用シーン end
======================================== */





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

.section_customer {
  padding: 70px 0;
  background: #f0f7ff;
  position: relative;
  width: 100%;
  background-size: cover;
  background: url(/images/lp/directcloud_storagetiering/bg_pattern.svg) center center no-repeat;
}



.voice_point_title{
  padding-top: 3px;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 56px;
  color: #2a2f42;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}



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


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


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


.feedback_item.voice3 .feedback_img p{
  left: 34%;
  top: 29.5%;
}

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

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

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


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


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

.v_p_title {
    width: 37%;
    text-align: center;
    background-color: #dcebfd;
    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  よくある質問 start　▼
======================================== */



.section_faq{
    font-size: 17px;
    position: relative;
    background: #f4f8ff;
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
    padding: 70px 0;
}


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



.faq_area{
    padding-top: 25px;
}



.faq {
    margin-top: 8px;
}


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

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


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

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

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


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

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

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

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

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


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


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

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




.footer{
    text-align: center;
}

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


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


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


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




.invisible {
    display: none;
}


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



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

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

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


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




/*         section       index_cta     start         */

.index_cta{
  padding: 38px 0 43px;
  background: transparent linear-gradient(124deg, #1d71c4 20%, #0e63b7 100%) 0% 0% no-repeat;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.index_cta:after {
    display: block;
    content: "";
    width: 86%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/images/contents/contact-banner-bg.webp) 0% 0% no-repeat;
    background-size: cover;
}

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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





/************** メリット　**************/


.eng_box_line {
  text-align: center;
  margin: 0 auto;
}

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

.eng_title_top1 {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.45;
  background-color: #ffffff;
  color: #378ee4;
  padding: 2px 25px 5px;
  border-radius: 40px;
  border: solid 1.5px rgb(55 142 228 / 80%);
}



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



.pc_on{
    display: block;
}

.br_pc {
    display: block;
}

.sp_on {
    display: none;
}

.br_sp {
    display: none;
}



/************ button ************/
.main_btn_area {
    display: flex;
    justify-content: center;
    padding: 18px 0px 5px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

.main_btn_boxtd {
    width: 50%;
    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: 50%;
    margin-top: 20px;
}


.main_btn_boxtd a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    min-width: auto;
    gap: 0 12px;
    padding: 1px 23px 3px 34px;
    color: #0f76cc;
}



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


.app-btn-contents-image-w {
    width: 40px;
    padding-top: 5px;
}


.app-btn {
    display: inline-block;
    padding: 17px 32px 18px;
    transition: .2s;
    border: 0;
    border-radius: 62px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}


.app-btn-contents {
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 272px;
    height: 58px;
    margin: 0 auto;
    padding: 0 24px 0 16px;
    gap: 0 16px;
}

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

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


.app-btn-contents-image {
    width: 45px;
    padding-bottom: 2px;
}


.app-btn-contents-text {
    flex: 1 1;
    font-size: 20px;
    text-align: left;
}


.app-btn-contents-arr {
    width: 22px;
    height: 22px;
    margin-left: auto;
    pointer-events: none;
    padding-top: 2px;
}



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


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




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


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


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


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



.wrap {
    width: 100%;
    padding:0 20px;
  }


  .mainV_area img {
      width: 90%;
      height: auto;
  }



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


.distress_area {
    padding: 20px;
  }



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


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


.distress_img_box{
  height: 220px;
}



.function_point_title{
  font-size: 39px!important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 8px;
}



.scene_point_title {
  font-size: 39px!important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 1px;
}




.service_point_title {
  font-size: 28px !important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 0px;
}


.voice_point_title {
  font-size: 39px!important;
  line-height: 1.25;
  padding-bottom: 16px;
  padding-top: 2px;
}




.section_scene{
      padding: 40px 0;
}

.scene_area {
    padding: 0;
}



h2.warm_merit_view_top {
  font-size: 2.4rem;
  display: block;
  line-height: 1.65;
  padding: 0;
}


.blue_font{
  font-size:42px;
}



.blue_font:before{
  font-size: 29px;
  padding-left: 5px;
  top: 43px;
}


.blue_font_area{
  margin-top:7px;
}


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


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


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


.pc_on {
  display: none !important;
}


.br_pc
 {
    display: none;
}


.sp_on{
      display: block;
}


.br_sp {
    display: block;
}





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


  .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: #378ee4;
    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;
}


h2.catch{
  font-size: 40px;
  width: 100%;
  padding-top: 15px;
}

.span_logotitle{
  font-size:43px;
}


.section_distress {
    padding: 35px 0;
}

.section_service{
    padding: 40px 0;
}



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


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


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



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

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


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


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




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


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


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


.distree_wrapper{
      flex-direction: column;
}


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


.distree_right_box{
  width: 100%;
padding: 15px 20px;
font-size: 22px;
}



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


.contents_nobox{
      margin-top: 15px;
}


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


.share_img{
  height: auto;
  width: 130px;
  padding: 30px 0px;
}



.share_img3 p{
  letter-spacing: -1.5px;
}


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



.examination_ul{
      flex-direction: column;
}


.examination_ul li{
  width:100%;
}


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




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


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


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


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


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

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


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


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

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

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



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



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



.balloon-icon {
  top: -40px;
  left: 5px;
}


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


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


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

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


.voicebox2{

}


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


.voice_profile_scene_title{
  width:50%;
}

.voice_scene_titletxt{
  width:50%;
}


.voicebox2_img {
    margin-top: 35px;
}


/* tab start */




.tab_menu{
  padding: 12px;
}


.tab_menu_box{
      padding:0;
}



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


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


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


.dropdown-options {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    display: none;
    z-index: 13;
    box-shadow: 0px 3px 8px 2px rgb(0 0 0 / 42%);
    font-size: 18px;
    line-height: 1.3;
}



.dropdown-options div {
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 700;
    color: #2d3045;
}



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



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

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


.movie_contents01 {
    margin-top: 45px;
}


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


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


.tab_item_movie{
  padding: 8px;
}

.tab_item_bg {
  padding: 8px;
}


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


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

}





/*  tab end */






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



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



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



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



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


section.section_customer {
    padding: 40px 0;
}

.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_img p{
  font-size: 16px;
}

.hukidashi_span_red{
    font-size: 16px;
}

.section_faq {
    padding: 40px 0;
}

.section_solution {
    padding: 40px 0;
}



/*   faq start */





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

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


.faq_area {
  padding-top: 7px;
}



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


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


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


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

}


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


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




/*  faq end  */







/*  cta  start*/


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


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


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


.cta_item {
    width: 75%;
}


.cta_text {
    width: 100%;
}

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


h5.cta_subtxt:before, h5.cta_subtxt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7%;
    height: 1px;
    background: #c6e0ff;
    top: 216px;
}

h5.cta_subtxt:before{
    transform: rotate(52deg);
    left: 2.5%;
}

h5.cta_subtxt:after {
    transform: rotate(303deg);
    right: 12px;
}


h4.cta_maintxt {
    font-size: 27px;
    line-height: 1.4;
}

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


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

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

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


/*  cta end*/




.mv_wrap{
      padding: 30px 20px;
      flex-direction: column;
}

.catch{
  font-size: 43px;
  width: 100%;
  padding-top:0;
}


.catch_span_first{
  font-size: 15px;
  width: 100%;
  margin: 0px auto 10px;
  padding: 8px 20px 9px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.catch_span_sec{
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 2px;
  letter-spacing: -0.6px;
  padding-top: 4px;
}

.mainV_area{
  width:100%;
}


.audit_contents_box {
  padding: 30px 20px;
}


.audit_utilization_ul {
    flex-direction: column;
    margin-top:0;
}



.util_li_img1 img {
    width: 50%;
}


.util_li_img2 img {
    width: 53%;
    padding-top: 5px;
}





.sec_option_li {
    width: 100%;
}


.audit_util_ul_li .audit_img_area {
    height: 220px;
    min-height: auto;
}

.util_li_batsu {
    top: 51%;
}

.option_title {
  font-size: 23px;
  letter-spacing: -0.5px;
}

.audit_in_ul li {
    font-size: 17px;
    text-indent: -17px;
    padding-left: 16px;
}

.audit_util_ul_li_center {
    width: 100%;
}


.audit_util_ul_li:nth-child(3) {
    margin-top: -64px;
}

.util_li_maru {
    top: 36.5%;
}


.audit_target {
    top: 85px;
    left: 70%;
    font-size: 13px;
    padding: 4px 12px 3px;
}




.audit_contents_box {
    padding: 0px;
}


.audit_contents_box.scene_box {
    border: none;
    background-color: inherit;
}


.audit_use_scene_ul{
  flex-direction: column;

}


.audit_use_scene_ul li {
    width: 100% !important;
}


.audit_use_scene_ul h5 {
    padding: 7px 0 7px 0;
    font-size: 24px;
}

.audit_scene_li_img1, .audit_scene_li_img2 {
    min-height: auto;
}


.audit_use_scene_ul li:nth-child(2) {
    padding: 0;
    width: 28% !important;
    padding-top: 0;
    position: initial;
    left: 37.5%;
    z-index: 1;
    top: 2px;
    margin-top: -15px;
}

.audit_use_scene_ul li:nth-child(2) img {
    width: 40px;
    transform: rotate(90deg);
}

.audit_use_scene_ul h5 {
    padding: 7px 0 7px 0;
    font-size: 20px;
}

.audit_scene_li_img1, .audit_scene_li_img2 {
    min-height: auto;
}



.audit_util_ul_li_center:nth-child(2) {
    position: relative;
    display: flex;
    padding-top: 25px;
}


.hukidashi_audit_util p{
  padding: 14px 12px 14px;
  left: 21%;
  top: 23px;
  width: 57%;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}


.hukidashi_audit_util p::after{
  border-width: 14px 3px 5px 25px;
  top: 36px;
  transform: rotate(171deg);
  left: -12%;
}


.util_li_text_area{
      padding: 15px 14px 12px;
}



.audit_util_ul_li_center img{
  width: 38%;
  padding-top: 0px;
}


.eng_title_maintop {
    padding: 3px 18px 5px;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 1.4;
}


.mv_left_area{
  width:100%;
}

.main_btn_area {
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.main_btn_boxtd {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
}

.main_btn_boxtd a {
    height: 60px;
    padding: 1px 23px 3px 34px;
}

.app-btn-contents-image-w {
    width: 40px;
    padding-top: 5px;
}

.app-btn-contents-text {
    font-size: 22px;
}




.main_bottom_area {
    padding: 22px 17px 18px;
}


.main_bottom_inner .statement {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 27px;
}


.itreview_icon {
    width: 100%;
    margin: 5px auto 15px;
    text-align: center;
}

.itreview_icon img {
    width: 97%;
}



.feedback_item.voice3 .feedback_img p{
  left: 34%;
  top: 26.5%;
}


.scene_title_p{
  text-align: left;
  font-size: 18px;
  margin-bottom: 18px;
}



.item_img_menu1{
    padding: 15px;
}

.item_img_menu2{
    padding: 95px 15px 15px;
}

.item_img_menu3{
    padding: 115px 15px 15px;
}

.item_img_menu4{
    padding: 115px 15px 15px;
}


.initiative_contents {
    padding: 50px 0;
}


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


footer{
  min-width: 100%;
}



}
