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


.g-wrapper{
    width: 100%;
}

.wrap {
    position: relative;
    width: 100%;
    max-width:1400px;
    margin: 0 auto;

}


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

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

.keyv .mv .logo{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
}

.keyv .mv .logo img {
    width: 17%;
}

.pt80{
padding: 60px 0 80px;
}



.keyv .btn{
    padding-top:25px;
    padding-bottom:25px;
}


.catch_text01 {
  font-size: 74px;
   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 {
  color: #555555;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 20px;
}



.flex_box {
  flex-wrap: nowrap;
  display: flex;
}


.main_text_po img{
  width:97%;
}


.main_b_txt_area {
  width: 100%;
  color: #000121;
  font-size: 26px;
  letter-spacing: 2px;
  margin: 17px auto 0;
}


.main_b_txt_ptit{
  font-size: 38px;
  padding: 9px 0px 12px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 15px;
  background: #5600ff;
}

.main_b_txt_p{
  font-size: 29px;
  width: 98%;
  margin: 22px auto 0;
  text-align: center;
  color: #dddddd;
}


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

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

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

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







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

.section_distress {
    background: #f7f7fb;
    padding: 80px 0 50px;
    position: relative;
}


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


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



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



.distress_con {
      width: 32.2%;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      padding: 35px 25px;
      border-radius: 15px;
          box-shadow: 0px 0px 7px #e6e6e9;
}


.distress_con_title {
  font-size: 25px;
  color: #4952b9;
  text-align: center;
  padding: 30px 0 13px;
  font-weight: bold;
}

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


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

.distress_con_txt ul li:nth-child(2) {
margin-top: 12px;
}


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


.hybrid_view_span1{
  font-size:63px;
  color: #4952b9;
}

.hybrid_view_span2{
  font-size:58px;
  color: #4952b9
}




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

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

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



.distress_img_box {
  height: 180px;
}

img.distress_img {
      height: 100%;
}




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


.convenience_movie{
  margin-top: 40px;
  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;
}
/* ========================================
■ section　悩み end ▲
======================================== */






/* ========================================
■ section DirecrtCloudの強み start ▼
======================================== */


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


.strength_title {
  color: #444;
  text-align: center;
  font-size: 57px;
  font-weight: bold;
  line-height: 58px;
  letter-spacing: -0.1px;
}


.str_tit__text{
  padding-top: 70px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}



.esh_title{
  font-size: 17px !important;
  padding: 0;
  color: #c6c8e3;
  line-height: 1.3;
  font-weight: 100;
}


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


.section-solution.box_title{
  padding-top: 60px;
  background-color:#f7f7fb;
}


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

.tit_line_center{
width:230px;
}

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

.title_after {
  height: 3px;
  background-color: #abafdd;
  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: 26px;
  line-height: 1.3;
}


.strength_con_txt {
  padding: 15px 25px 30px;
  font-size: 20px;
  line-height: 1.4;
  height: 110px;
}

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


.strength_con_img_area{
  border: 1px solid #d3dced;
  border-radius: 0 0 5px 5px;
  border-top: none;
  background-color: #fff;
}




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


.strength_con_img img {
    padding: 24px;
    width:100%;
}



.eng_title_s{
  padding-top: 16px ;
  font-size: 28px !important;
  color: #fff !important;
}




/* ========================================
■ section　boxの強み end ▲
======================================== */






/* ========================================
■ section merit 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;
}



/* ========================================
■ section merit end ▲
======================================== */








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

.section-scene{
  padding: 60px 0 90px;
  background-color: #fff;
  background:
    url(/images/lp/hybrid/bg_pattern_4.svg) right 0 bottom 100% / 100% auto no-repeat,
    url(/images/lp/hybrid/bg_pattern_5.svg) left 0% top 120% / 100% auto no-repeat;
}

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

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

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


.serve_text_blue {
  padding: 5px 0px 0px 50px;
  color: #666666;
  font-size: 26px;
  display: block;
}



.scene_title p {
    font-size: 35px;
    font-weight: bold;
    background: #0263a5;
    padding: 25px;
    line-height: 0.7;
    margin-right: 10px;
    color: #fff;
}

.scene_con {
    border: 1.5px solid #d1dbee;
    border-radius: 7px 10px 0 0;
}

.scene_content img {
    width: 190px;
}



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

.scene_img_area img {
    background-color: #fafaff;
    padding: 70px;
}


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

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

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





}


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




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



.solution_1 {
  position: relative;
  padding: 80px 0 40px;
  background-color: #f7f7fb;
}



.solution_2 {
    background-color: #f1f1f9;
    padding: 6% 0 40px;
    position: relative;
}

.solution_3 {
  padding: 6% 0 3.5%;
  position: relative;
  background-color: #f7f7fb;
}


.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: 340px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}


.small_left{
  display: block;
      font-weight: 100;
      background: linear-gradient( to right, #0078c9 10%, #0078c9 50%, #0078c9 98%);
      background: #4952b9;
      height: 44px;
      width: 100px;
      transform: skewX(
  -15deg);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 64%;
}


.small_left p{
   transform: skewX(15deg);
    font-size: 20px;
}

.small_right{
    color: #4952b9;
    border: 2px solid #4952b9;
    width: 95%;
    box-sizing: border-box;
    height: 44px;
    transform: skewX(-15deg);
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


  .small_right p{

  transform: skewX(15deg);
  font-size: 26px;
  font-weight: bold;
}


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


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



.conven_2_txtb{
padding-top: 60px;
}



.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: 42px;
  color: #444;
  font-weight: bold;
  line-height: 1.45;
  width: 100%;
  padding: 3px 5px 12px;
}


.icon_wrap {
  background-color: #fff;
  padding: 70px;
  border-radius: 30px;
}



.hybrid_wrap {
    padding: 6% 0 5%;
}

.hybrid_wrap img{
  width:60%;
}


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



.arrow_text ul{
  padding: 20px 0;
}

.arrow_text ul li{
  width: 6px;
  height: 6px;
  background: #4952b9;
  border-radius: 50%;
  margin: 0px auto;
}

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


.arrow_text p{
  font-size:50px;
  line-height:1.35;
}



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

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

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





.title_tri{
position: relative;
width: 160px;
height: 160px;
background-color: #4952b9;
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: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 20px solid #4952b9;
      top: 96%;
      left: 42%;
      z-index:5;
}


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




.menu-feature-wrapper-arrow {
  margin-top: 15px;
  text-align: center;
}

.menu-link-arrow {
  width: 50px;
  opacity: 0.35;
}

.choose_info{
	cursor: pointer;
}

.choose_info a:hover,
.choose_info a:focus{
	cursor: pointer;
  text-decoration: none;
}



.choose_info a:hover > .menu-feature-wrapper-arrow {
	animation: fuwafuwa 1s infinite linear alternate;
  text-decoration: none;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


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


.footer{
    text-align: center;
}

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

.footer p{
  font-size:1.9rem;
}


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

/* footer */





.scene3_span{
padding-left:33px;
}



.option_bg{
  width: 100%;
  background-color: #fbfbff;
  border: 1px solid #eaf2f7;
}







.pc_on{
  display: block;
}


.sp_on{
  display: none;
}





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


  .wrap {
      padding: 0 20px;
  }



  .logo {
      padding: 0 20px;
  }

  .keyv .mv .logo img {
      width: 40%;
  }

  p.catch_text01 {
    font-size: 34px;
    padding: 16px;
    line-height: 1.35;
}

.hybrid_wrap img {
    width: 80%;
}

.main_text_po img {
    width: 85%;
}

.main_b_txt_area{
  width:85%;
}

.main_b_txt_ptit {
    font-size: 16px;
    padding: 12px 25px 12px;
    margin: 0 auto;
    line-height: 1.25;
}

p.main_b_txt_p {
    text-align: left;
    font-size: 16px;
    margin: 12px auto 0;
}


.soution_small_title:after{
  margin-left: 20.5rem;
  width: 25.5%;
}

.pt80 {
    padding: 20px 0px 50px;
}


.strength_title{
  font-size:29px;
  line-height: 1.45;
}

.red_font {
    font-size: 34px;
  letter-spacing: -5.6px;
  }

  .red_font:before {
    top: -27px;
    font-size: 28px;
}


.distress_con{
  width:100%;
}


.section_distress {
    padding: 50px 0 50px;

}

.distress_area {
    margin-top: 15px;
}

 .dis_con_center{
   margin:20px 0;
 }


 .strength_area{
    flex-direction: column;
 }

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

 .strength_con_img{
       height: auto;
 }

 .strength_con_img img {
     padding: 15px;
     width: 100%;
 }

 .strength_con_txt {
    padding: 15px 25px 20px;
    height: auto;
}


.strength_con_txt{
   font-size: 17px;
}


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


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


 .menu-link-arrow {
     width: 40px;
     opacity: 0.35;
 }


.icon_wrap{
    padding: 38px 20px;
    border-radius: 20px;
}

.arrow_text p {
    font-size: 30px;
    line-height: 1.35;
}


.hybrid_view_top {
    display: block;
    font-size: 30px;
    line-height: 1.25;
    padding: 5px 0 20px;
}


.hybrid_view_top:before {
    margin-right: 0rem;
}


.hybrid_view_span1{
      font-size: 50px;
}

.hybrid_view_span2 {
    font-size: 35px;
    color: #4952b9;
}


.section_distress::after {
    left: 32%;
}


.section_merit{
      padding: 60px 0 10px;
}


.section_start{
      padding: 0 0 30px;
}


.title_tri{
  width: 120px;
height: 120px;
}


.eng_title_s {
    font-size: 17px !important;
}

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

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


h2.strength_title.str_tit__text {
  font-size: 25px;
  line-height: 1.4;
  padding-top: 45px;
  padding-bottom: 19px;
}

.soution_small_title {
    width:70%;
    margin-left: 0px;
  }


  .small_left p {
      font-size: 13px;
  }

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

.small_left{
  height: 36px;
}

.small_right{
  height: 36px;
}

.txtbox-blue{
  padding: 14px 0 0px 0px;
}

.title_text-blue{
  font-size: 23px;
  padding: 3px 5px 12px;
}

.hybrid_view_txt{
  font-size: 17px;
}


.convenience_2{
  margin-top: 40px;
}


.option_bg img{
  padding:20px !important;
}

.movie_title{
  font-size:20px;
}


.youtube_iframe{
  padding:20px;
  height:auto !important;
}



.solution_1::after{
    border-left: 15vw solid transparent;
    border-right: 15vw solid transparent;
    border-top: 38px solid #f7f7fb;
    top: 99%;
    z-index: 01;
    left: 136px;
}


.solution_2::after {
    border-left: 15vw solid transparent;
    border-right: 15vw solid transparent;
    border-top: 38px solid #f1f1f9;
    top: 99%;
    z-index: 01;
    left: 136px;
}


.solution_2 {
    background-color: #f1f1f9;
    padding: 15% 0 40px;
    position: relative;
}

.solution_3{
      padding: 60px 0 60px;
}

.scene_content img {
    width: 120px;
}

.scene_title h4 {
    font-size: 24px;
    padding: 20px 20px 14px !important;
  }

  .serve_text_blue {
      padding: 0 20px;
      color: #666666;
      font-size: 17px;
      display: block;
      margin-top: -4px;
  }


.scene_img_area img{
  padding:20px;
}


.pc_on{
  display: none;
}


.sp_on{
  display: block;
}


.cta{
  margin: 35px auto 0px !important;
}


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


.conven_2_txtb{
padding-top: 35px;
}


iframe {
    height: fit-content;
}


.scene_img_area{
      padding-top: 10px;
}


.distress_con_txt{
  height:auto;
}


.arrow_text ul{
  padding:0 0 20px;
}



}
