﻿@charset "utf-8";

:root{
  --navy-950:#060c1c;
  --navy-900:#0a1730;
  --navy-800:#0f2148;
  --navy-700:#153163;
  --blue-700:#0748b0;
  --blue-600:#0b63e6;
  --blue-500:#1f7aff;
  --blue-400:#4da3ff;
  --blue-200:#bddcff;
  --blue-100:#e8f1ff;
  --red-500:#ff4d5e;
  --red-600:#e2313f;
  --amber-400:#ffb020;
  --amber-300:#ffcf6b;
  --amber-100:#fff6e0;
  --green-500:#12b886;
  --ink-900:#0f1a2e;
  --ink-700:#33415a;
  --ink-500:#5b6b85;
  --ink-400:#8896ab;
  --line:#e3eaf3;
  --line-soft:#eef3f9;
  --surface:#f5f9fd;
  --white:#ffffff;
  --shadow-sm:0 8px 22px rgba(15,26,46,.06);
  --shadow-md:0 18px 44px rgba(11,25,53,.09);
  --shadow-lg:0 30px 70px rgba(6,12,28,.16);
  --radius-lg:26px;
  --radius-md:18px;
  --radius-sm:12px;
}

/* ========================================
    ■ reset start
======================================== */


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


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


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

a.server_url_link{
	font-size: 16px;
	color: #1e87d0;
	font-weight: normal;
	text-decoration: none;
}


a.server_url_link:hover{
	color: #0054a6;
	text-decoration: underline;
}


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



a:hover {
    text-decoration: none;
    opacity: 0.9;
    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;
}



table,tr,td,dl,dt,dd{font-family: 'Noto Sans JP', sans-serif;}


/* ========================================
    ■ reset　end　▲
======================================== */





/* ========================================
    ■ 共通　start　▼
======================================== */

section{position: relative;}

.wrap {
    position: relative;
    max-width: 1400px;
    width:100%;
    margin: 0 auto;
    z-index:100;
    padding: 0px 20px;
}

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


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

table.tbl-block,
table.tbl-block tbody,
table.tbl-block tr,
table.tbl-block th,
table.tbl-block td {
    display: block;
    text-align: left;
}


h2.strength_title {
  color: #041128;
    text-align: center;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 21px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    padding-top: 10px;
}

h2.strength_title1 {
  color: #041128;
    text-align: center;
    font-size: 3.7em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 21px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    padding-top: 10px;
}

.strength_title_size{
  color: #000;
    text-align: center;
    font-size: 73px;
    font-weight: bold;
    padding: 30px 0px 10px;
}


.function_contents_view{
  margin-top: 33px;
}




.blue_font {
  color: #3578e3;
  font-size: 78px;
  padding-bottom: 17px;
}

.blue_font:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -22px;
  font-size: 45px;
  padding-left: 16px;
}

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

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

.eng_title_top {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0b63e6;
  padding: 3px 28px 4px;
  border-radius: 40px;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #ffffff;
  /* color: #0b63e6; */
  border: solid 2px #3578e3bd;
}



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


.h3-01{
  font-size: 25px;
  font-weight: 700;
  color: #6d747c;
  line-height: 1.65;
}


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



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


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

#lp_leftContents li a:hover{
    color:#3578e3;
}

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

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

li.navi_cta a:hover{
  color: #3578e3;
}

.cta_orange {
    background-color: #FF114A;
    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: 999;
    background-color: #fff;
    transition: background-color .3s ease;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
}


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


.header .maegaMenu .is opne{
  height:170px;
}

/* offset in-page anchor jumps so section tops don't hide behind the fixed header */
a[name^="office_"] {
  display: block;
  scroll-margin-top: 80px;
}

@media screen and (max-width: 480px) {
  a[name^="office_"] {
    scroll-margin-top: 75px;
  }
}


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

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

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



.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:#4f5f6d;
    font-weight:bold;
}

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

.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: 323px 323px 323px;
  gap: 22px 50px;
}


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


li.naviItem {
    cursor: pointer;
}


.header_logo {
    width: 17%;
    margin-right: 30px;
    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: #3578e3;
    background-size: calc(100% - 16px) 1px;
    text-decoration: none;
}



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







/* ========================================
■ section main start ▼
======================================== */


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

.keyv .mv{
  position: relative;
  color: #fff;
  background-position: center;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1450px;
  width: 100%;
  }



  .ta_bg {
    background: url(/images/lp/construction/tasha_backgroundimg-1.png) 0px 0px / auto no-repeat;
    background-size: 100%;
    background-color: #fbfdff;
}

  .keyv .mv .logo{
    margin: 0 auto;
    padding-top: 25px;
    text-align: right;
  }

  .keyv .mv .logo img{
      width:160px;
  }


  .main_v_warp{
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
  }


  .main_title_area {
    padding: 45px 0 25px;
    text-align: center;
    width: 100%;
  }


  .main_title_area img {
      width: 100%;
      max-width: 1160px;
      min-width: 260px;
    }


.main_v_img_wrap {
    padding: 0;
    margin: 0 auto;
    max-width: 1450px;
    width: 100%;
    text-align: center;
}


.main_v_img_wrap img {
    width: 78%;
}


.main_btn_area{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.main_btn_area li {
  width: 29%;
  text-align: center;
  height: 75px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  line-height: 2.15;
  position: relative;
}

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

.main_btn_area li a{
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.main_btn_area li:nth-child(1){
  background-color: #fff;
  margin-right: 25px;
  border: 1px solid rgb(107 114 119 / 20%);
}

.main_btn_area li:nth-child(1) a{
  color: #4C4C4C;
}

.main_btn_area li:nth-child(1) a:hover{
  color: #3578e3;
}


.main_btn_area li:nth-child(2){
  background-color: #FF114A;
}

.main_btn_area li:nth-child(2) a{
  color: #fff;
}

.main_btn_area li:nth-child(2):hover{
  background-color: #FF114A;
}

.s_point_officetxt{
  font-size: 12px;
  text-align: right;
  padding-right: 152px;
  color: #a8b4ca;
  line-height: 2.5;
}


  .main_title {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    /* letter-spacing: 3.0px; */
    font-family: A-OTF Shin Go Pro, 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.45;
    padding-bottom: 35px;
    padding-top: 0px;
    letter-spacing: 0px;
  }


  .main_title span {
      font-size: 27px;
      font-weight: 100;
      letter-spacing: 0;
      color: #fff;
  }

  .main_title_ori {
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
    font-family: A-OTF Shin Go Pro, 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 16px;
    padding-top: 10px;
    letter-spacing: 0.45px;
  }

.mainv_pic1{
  width: 100%;

}


.main_title img{
width: 92%;
}

  .main_b_disc{
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3e7dd3;
    width: 90%;
    margin: 0 auto;
    padding: 4px 0 0;
    text-align: center;
    line-height: 1.0;
    font-family: 'Noto Sans JP', sans-serif;
  }



  .main_bottom_area {
      background-color: #fff;
      padding: 0 0 30px;
  }

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


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

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

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

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

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

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


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

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

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

.performance_img{
  width: 100%;
}

.laurel_img{
      width: 100%;
}

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






/*  new  */





.keyv {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #01062c 0%, #000320 55%, #00021b 100%);
}

/* ===================== PC VERSION ===================== */
.main_v_warp {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 45px 72px 10px 72px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 620px;
  justify-content: center;
}


/* .main_v_warp::before {
  content: '';
  position: absolute;
  inset: 0;

  background-image: url(/images/lp/team_business/team_business_main.png);
  background-repeat: no-repeat;

  background-size: max(1200px, 72vw) auto;

  background-position:
    right clamp(-180px, -4vw, -80px)
    bottom -10px;

  z-index: 0;
  pointer-events: none;
} */

.main_v_warp::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(/images/lp/team_business/team_business_mainbg.webp)
    no-repeat
    right clamp(-250px, -8vw, -220px)
    bottom -30px
    / clamp(1340px, 90vw, 1730px) auto;
  z-index: 0;
  pointer-events: none;
}

.mv_main_con {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 1500px);
  min-height: 620px;
  margin: 0 auto;
}


/* Grid overlay on blue panel — グリッドを大きく */
/* .main_v_warp::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 28%; height: 100%;
  background-image:
    repeating-linear-gradient(0deg,  rgba(255,255,255,0.10) 0px, rgba(255,255,255,0.10) 1px, transparent 1px, transparent 140px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.10) 0px, rgba(255,255,255,0.10) 1px, transparent 1px, transparent 120px);
  clip-path: polygon(27% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
} */

/* ---- ROW 1: Title block ---- */




.mv_main_con {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1296px);
  min-height: 620px;
  margin: 0 auto;
}

.mv_content {
  width: 100%;
  padding-top: 14px;
}

.mv_badge {
    display: inline-block;
    padding: 7px 42px;
    margin-bottom: 0px;
    border:1.5px solid #0a51c6d4;
    border-radius: 999px;
    /* background: radial-gradient(120% 140% at 50% 0%, #101d4f 0%, #0a0f26 70%); */
    color: #f4f9ff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.title_block {
  position: relative;
  z-index: 2;
  /* width:880px; */
  max-width: 100%;
  margin-bottom: 0;
}

.main_title_text {
  font-size: 58px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 0px;
  letter-spacing: -1.5px;
}

.mv_title_accent {
  color: #ff9f1c;
  font-size: 80px;
}

.mv_title_sub {
  color: #ff9f1c;
  font-size: 64px;
}

.mv_title_info {
  color: #ff9f1c;
  font-size: 18px;
  vertical-align: text-top;
  position: relative;
  top: 11px;
  padding: 0px 3px;
}

.mv_feature_list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  /* width: 100%; */
  align-items: stretch;
  max-width: 1010px;
}

.mv_feature_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  padding-left: 40px;
}

.mv_feature_item:first-child {
  padding-left: 0;
}

.mv_feature_item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, #a2b7e559 50%, transparent 100%);
}


.hero-feature-row{display:flex;flex-wrap:wrap;gap:0;margin-bottom:5px}
.hero-feature{display:flex;flex-direction:column;align-items:center;gap:0px;padding:8px 44px;position:relative}
.hero-feature:not(:last-child):after{content:"";position:absolute;right:0;top:0px;bottom:0px;width:1px;background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);}
.hero-feature .hf-icon{font-size:19px;color:var(--blue-200)}
.hero-feature .hf-tag{font-size:10px;font-weight:800;letter-spacing:.14em;color:#8fb4e8}
.hero-feature .hf-label{font-size:12.5px;font-weight:700;color:#e7f0fb;line-height:1.4;white-space:nowrap}
.hero-tagline{font-size:18px;font-weight:800;color:#fff;margin-bottom:28px;letter-spacing:-.01em}

@media(max-width:1120px){
  .hero-feature-row{justify-content:center}
  .hero-feature{align-items:center}
}

.mv_feature_icon {
  min-height: 65px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_feature_icon_img {
  display: block;
  height: auto;
}

.mv_feature_icon_img--ai { width: 75px; }
.mv_feature_icon_img--migration { width: 77px; }
.mv_feature_icon_img--sharing { width: 100px; }
.mv_feature_icon_img--security { width: 56px; }

.mv_feature_label {
    color: #3c7be6ba;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.mv_feature_desc {
  color: #a4c7ff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.mv_main_catch_wrap {
  width: 850px;
  max-width: 100%;
  margin: 15px 0 0;
  text-align: center;
}

.mv_main_catch {
  position: relative;
  /* display: inline-block; */
  margin: 0;
  padding-bottom: 7px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: calc(45% + 100px); */
}

/* .mv_main_catch::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.75px;
    background: linear-gradient(to right, rgb(79 117 193 / 0%) 0%, #5683dc8c 20%, #ffffffb8 50%, #5683dc8c 75%,transparent 100%)
} */

.mv_main_desc {
  margin: 24px 0 30px;
  color: #d8e4f9;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.mv_cta_row {
    display: flex;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    margin-top: 20px;
}

.mv_cta_row a {
    color: #fff;
}

.mv_cta_note {
  display: inline-block;
  margin-top: 16px;
  text-align: left;
  width: 90.5%;
}

.mv_cta_notetxt{
  margin: 0;
  color: #878ea5cf;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  padding-top: 3px;
  margin-bottom: 20px;
}

.point_stxt{
  color: #878ea5cf;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

.mv_btn_primary,
.mv_btn_outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  width: 44%;
  justify-content: center;
}

.mv_btn_primary {
  /* background: linear-gradient(135deg, #ff4d6d, #ff114a); */
  color: #ffffff !important;
  background-color: #FF114A;
}

.mv_btn_primary:hover {
  transform: translateY(-2px);
}

.mv_btn_outline {
  /* background: rgba(255, 255, 255, 0.03);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35); */
  color: #0061d5 !important;
  background-color: #ffffff !important;
}

.mv_btn_outline:hover {
  /* background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px); */
  transform: translateY(-2px);
}

.mv_btn_primary i,
.mv_btn_outline i {
  font-size: 14px;
}

/* ---- ROW 2: Icons + Laptop ---- */
.content_block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 33px;
}

/* Cards column wrapper */
.cards_col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-shrink: 0;
  margin-top: 36px;
}

.ms_copyright {
  font-size: 13px;
  color: #979b9f;
  line-height: 1.6;
  padding-left: 0px;
}

/* Icons side */
.app_icons_row {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
  align-items: flex-start;
}

.app_icon_card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px 14px;
  text-align: center;
  width: 165px;
  box-shadow: 0 4px 8px rgba(21, 101, 192, 0.13);
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 카드별 보더 색상 — 개별 조정 가능 */
.app_icon_card.card--docs   { border: 2px solid #C9D8ED; }
.app_icon_card.card--sheets { border: 2px solid #D5E3D9; }
.app_icon_card.card--slides { border: 2px solid #F0DED4; }
.app_icon_card.card--pdf    { border: 2px solid #EDDBDB; }



/* 아이콘 이미지 영역 — img 태그 또는 background-image로 사용 */
.app_icon_img {
  width: 90px;
  height: 90px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_icon_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 카드별 아이콘 개별 클래스 — 이미지 넣을 때 background-image 또는 img src 지정 */
/* .img--docs / .img--sheets / .img--slides / .img--pdf */

.icon-svg {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 10px;
}

.app_icon_label {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.app_icon_label.docs   { color: #1766CF; }
.app_icon_label.sheets { color: #147337; }
.app_icon_label.slides { color: #DE5B2C; }
.app_icon_label.pdf    { color: #D93131; }


.app_icon_desc {
    font-size: 18px;
    color: #394353;
    line-height: 1.45;
    font-weight: bold;
    position: relative;
    padding-top: 16px;
}

.app_icon_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 1.5px;
    background: linear-gradient(
        to right,
        transparent 0%,
        #d9d8d8 18%,
        #d9d8d8 82%,
        transparent 100%
    );
}

/* Laptop side */
.main_img_area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-right: -72px;
  margin-bottom: -13px;
}

.laptop_img {
    position: relative;
    top: 10px;
    width: 100%;
    max-width: 630px;
    display: block;
    /* filter: drop-shadow(0 14px 40px rgba(21, 101, 192, 0.24)); */
}

.s_point_officetxt {
  font-size: 10px;
  color: #888;
  margin-top: 7px;
  text-align: left;
  width: 100%;
  max-width: 580px;
}

/* CTA buttons */
.cta_btn_area_cont { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 5px; gap: 0 25px; }
.main_btn_contents_area { display: flex; gap: 14px; flex-wrap: wrap; }
.app-btn1 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 6px; font-size: 15px; font-weight: 700;
  text-decoration: none; cursor: pointer;
  transition: opacity 0.2s, transform 0.15s; justify-content: center;
}
.app-btn1:hover { opacity: 0.88; transform: translateY(-1px); }
.app-btn-tertiary { background:#fff; color:#1565c0; border:2px solid #1565c0; }
.app-btn-primary  { background:#1565c0; color:#fff; border:2px solid #1565c0; }

/* tighter on mid-size screens */
@media (max-width: 1200px) {
  .main_title_text { font-size: 42px; }
  .mv_title_accent { font-size: 60px; }
  .mv_title_sub { font-size: 48px; }
  .app_icon_card { width: 106px; padding: 14px 10px 12px; }
  .icon-svg { width: 48px; height: 48px; }
}

/* ===================== MOBILE (480px) ===================== */
@media screen and (max-width: 480px) {
  .main_v_warp {
    padding: 85px 0px 40px;
    min-height: auto;
  }

    .main_v_warp::before {
        background-position: right -11px top 471px;
        background-size: 260px auto;
        background: url(/images/lp/team_business/team_business_mainbg.webp) no-repeat right clamp(-250px, -8vw, -220px) bottom -30px / max(890px, 90vw) auto;
        background-position: right -158px top 230px;
    }

  .mv_main_con {
      min-height: auto;
      width: min(calc(100% - 30px), 1296px);
  }

  .mv_content {
    text-align: center;
  }

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

  .mv_badge {
    padding: 6px 22px;
    font-size: 13px;
  }

  .main_title_text {
    font-size: 28px;
    line-height: 1.35;
    margin: 5px 0px;
  }

  .mv_title_accent {
    font-size: 32px;
  }

  .mv_title_sub {
    font-size: 28px;
  }

  .hero-feature-row-final {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 5px;
    max-width: 100%;
    margin: 60% 0 0;
  }

  .hero-feature {
    padding: 0;
  }

  .hero-feature:not(:last-child)::after {
    display: none;
  }

  .mv_feature_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 10px;
    max-width: 100%;
    margin: 22px 0 0;
  }

  .mv_feature_item {
    padding-left: 0;
  }

  .mv_feature_item::before,
  .mv_feature_item:not(:first-child)::before {
    display: none;
  }

  .mv_feature_icon {
    height: 40px;
    min-height: 0;
    margin-bottom:0;
  }

  .hero-feature-row-final .mv_feature_icon_img--ai { width: 34px; }
  .hero-feature-row-final .mv_feature_icon_img--migration { width: 35px; }
  .hero-feature-row-final .mv_feature_icon_img--sharing { width: 45px; }
  .hero-feature-row-final .mv_feature_icon_img--security { width: 26px; }

  .mv_feature_label {
    font-size: 10px;
  }

  .mv_feature_desc {
    font-size: 10.5px;
  }

  .mv_main_catch_wrap {
    margin: 15px 0 0;
    text-align: center;
  }

  .mv_main_catch {
    font-size: 21px;
    line-height: 1.4;

  }

  .mv_main_catch::after {
    left: 0;
    width: calc(100% + 32px);
  }

  .mv_main_desc {
    font-size: 18px;
    margin: 15px 0 17px;
    text-align: center;
  }

  .mv_cta_row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 7px auto 0;
  }

  .mv_btn_primary,
  .mv_btn_outline {
    justify-content: center;
    padding: 12px 24px;
    font-size: 20px;
    width: 96%;
  }

  .mv_cta_note {
    margin-top: 10px;
  }

  .mv_cta_notetxt{
    font-size: 11.5px;
    line-height: 1.25;
    padding-top: 0px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .mv_title_info {
    font-size: 13px;
    top: 2px;
}

  .point_stxt {
    font-size: 10px;
  }

  #panel-1 .point_stxt {
    margin: 42% 0 0 62% !important;
  }

  .content_block {
    display: block;
    position: relative;
    margin-top: 40px;
  }

  .main_img_area {
    width: 100%;
    margin: 90px auto 80px;
    padding: 0 4px;
  }

  .laptop_img {
    max-width: 100%;
  }

  .cards_col {
    position: absolute;
    inset: 0;
    width: 100%;
    margin-top: 0;
  }

  .app_icons_row {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .app_icon_card {
    position: absolute;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-areas:
      "icon label"
      "desc desc";
    justify-content: center;
    column-gap: 2px;
    align-items: center;
    text-align: center;
    width: 35%;
    height: auto;
    padding: 14px 8px 10px;
    z-index: 9;
    box-shadow: 0 2px 6px rgb(152 167 183 / 69%);
  }

  .app_icon_card.card--docs   { top: -50px;    left: 15px; }
  .app_icon_card.card--sheets { top: -50px;    right: 15px; }
  .app_icon_card.card--slides { bottom: -50px; left: 15px; }
  .app_icon_card.card--pdf    { bottom: -50px; right: 15px; }

  .app_icon_img {
    grid-area: icon;
    width: 32px;
    height: 32px;
    margin: 0;
  }


  .app_icon_label {
    grid-area: label;
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
  }

  .app_icon_desc {
    grid-area: desc;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 6px;
    text-align: center;
  }

  .ms_copyright {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 65px;
    text-align: center;
    color: #ffffff;
    background: rgb(8 39 98 / 36%);
    padding: 8px 20px;
  }
}


/* ===================== ITREVIEW / LOGO SLIDE AREA ===================== */

.itreview_icon_area {
    background-color: #fff;
    padding: 0px 0px 12px;
    position: relative;
    width: 100%;
}

.logo-slide {
    padding: 10px 0px 10px !important;
    background-color: transparent !important;
    border-bottom: 0px solid #e3eaf3;
}

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

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

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

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

.performance_img { width: 100%; }
.laurel_img      { width: 100%; }

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

/* SP */
@media (max-width: 960px) {
    .itreview_icon_area {
        padding: 0px 0px 0px;
    }
    .main_bottom_inner {
        padding: 12px 0px 5px;
    }
    .main_b_img {
        width: 100%;
        flex-direction: column;
    }
    .main_b_img li,
    .main_b_img li:nth-child(1),
    .main_b_img li:nth-child(2),
    .main_b_img li:nth-child(3) {
        width: 100%;
        margin: 0 auto;
    }
    .main_b_img li:nth-child(2) { margin: 15px auto; }
    .performance_img { width: 80%; padding: 0; }
    .laurel_img      { width: 80%; }
    .laurel___span   { padding-top: 5px; font-size: 11.5px; }
    .statement span  { font-size: 18px; line-height: 1.5; }
}







/* ========================================
■ section main end　▲
======================================== */





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

.section_distress {
    /* font-size: 17px;
    background-color: #f4fafd;
    padding: 60px 0 55px;
    background: linear-gradient(0deg, #f4fbff 65%, #f1faff 100%); */

    font-size: 17px;
    padding: 65px 0 75px;
}



.distress_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
  margin:28px 0 0;
}



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



.distress_img_box {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.distress_con_box_area h4 {
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  color: #4787D5;
  line-height: 1.4;
  padding: 25px 0 8px 24px;
  letter-spacing: -0.85px;
}


.distress_con_box_area ul {
  text-align: left;
  background-color: #ffffff;
  padding: 15px 18px 15px 22px;
  border-radius: 12px;
  height: 270px;
  margin-bottom: 20px;
  letter-spacing: -0.7px;
}


.distress_con_box_area ul li{
  font-size: 20px;
  text-indent: -20px;
  padding-left: 14px;
  line-height: 1.6;
  padding-bottom: 17px;
}


  .distress_con_box_area ul li:nth-last-child(1){
    padding-bottom:0;
  }


  .yell_txtline {
    background: linear-gradient(transparent 75%, #fcff38d6 10%);
    padding-bottom: 0px;
    font-weight: 600;
  }


.dist_hukidashi{
  font-size: 28px;
  position: absolute;
  font-weight: bold;
  line-height: 1.55;
  color: #3578e3;
  text-align: center;
}


.dist_hukidashi ul li:nth-child(1){
margin-bottom:-3px;
}


.hukidashi_a {
  top: 14px;
}

.hukidashi_b{
  top: 14px;
}

.hukidashi_c {
  top: 14px;
}


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



.distree_wrapper {
    display: flex;
    border: 2.5px solid #d31530;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    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: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78%;
    text-align: center;
    line-height: 1.4;
}










.distress_con_box_area {
  height: auto;
  margin-top: 22px;
  background-color: #ffffff;
  /* padding: 15px 10px 0px; */
  box-shadow: 0 .1875rem .4375rem 0 rgb(186 186 186 / 13%), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
  border-radius:10px;
  color: #555;
}

.img-03-m{
  margin-top: 24px;
}


#function_sec2{
  margin-bottom:0;
}



.function_con_second, .function_con_third, .function_con_fourth, .function_con_fifth {
    margin-top: 60px;
}




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








/* ========================================
■ section boxなら start ▼
======================================== */
.section_comparison {
    padding: 65px 0 75px;
    background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
}



.strength_title {
    color: #000;
    text-align: center;
    font-size: 47px;
    font-weight: bold;
}



/* ========================================
■ section fuction start ▼
======================================== */

.section_function_intro {
  padding: 75px 0 70px;
  background-color: #ffffff;
  border-top: 0px solid #e3eaf3;
}


.section_function {
  /* padding: 40px 0 70px;
  background-size: contain;
  background-color: #f0f5fc;
  background:linear-gradient(to bottom, #f7fafc 15%, #ffffff 15% 75%); */
  padding: 75px 0 70px;
  background-color: #d9eaff;
  /* background: linear-gradient(343deg, #ebf1ff 30%, #e5f5ff 75%, #d9eaff 100%); */
  background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
}


.td_serve_title_left {
    border: 1px solid #e6e6e6;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}


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


/* ========================================
■ section　fuction end ▲
======================================== */







/* ========================================
■ section　主要機能を紹介　start　▼
======================================== */



.section_features{
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
}


/* tab design ↓↓  */


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

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

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

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


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

    .drive_tab a.is-active {
        background-color: #ffffff;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 30px;
        width:100%;
        letter-spacing: 0px;
    }

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


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

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

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


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


    .drive_tab_sec{
      flex-basis:19.7%;
    }


      .drive_tab_sec a {
        display: block;
        position: relative;
        font-size: 23px;
        padding: 10px 30px 16px 28px;
        line-height: 24px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        letter-spacing: -0.3pt;
        border: 2px solid transparent;
        border-radius: 50px;
    }


    .drive_tab_thi{
      flex-basis:19.7%;
    }


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

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

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

      .drive_tab_sec a.is-active {
        background-color: #FFFFFF;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 24px;
        border: 2px solid transparent;
        letter-spacing: -1.0pt;
        padding: 10px 35px 16px 28px;
        line-height: 24px;
        min-width: 290px;
        width: 100%;
      }


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


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


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

    .tab_menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      border-radius: 14px;
      padding: 30px 25px 25px 10px;
      background: linear-gradient(90deg, #488eff 0%, #367be9 25%, #3578e3 97%);
    }


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

    p.tab_item_p {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 1.65;
        color: #575757;
        padding-left: 12px;
        letter-spacing: -0.75px;
    }

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

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


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

    /* コンポジットレイアウト */
    .tab_composite {
      position: relative;
      padding: 30px 20px 20px;
    }

    .composite_icon {
      position: absolute;
      top: 0;
      left: -10px;
      width: 120px;
      z-index: 3;
      filter: drop-shadow(0 3px 3px rgba(0,0,0,0.18));
    }
    .composite_icon img { width: 100%; display: block; }

    .composite_main {
      width: 92%;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0px 10px rgba(0,0,0,0.13);
    }
    .composite_main img { width: 100%; display: block; }

    .composite_laptop {
      position: absolute;
      bottom: -24px;
      right: 0;
      width: 37%;
      z-index: 2;
    }
    .composite_laptop img { width: 100%; display: block; }

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

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

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


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


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


/* tab design end  */



/* ========================================
■ section　主要機能を紹介 end ▲
======================================== */








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


.scene_title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #2d7ccb;
  border-radius: 20px 20px 0 0;
}

.scene_title h4 {
  font-size: 35px;
  color: #fff;
  padding: 13px 0px 15px;
  letter-spacing: -.3px;
  font-weight:bold;
}

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


.scene_img_area {
  padding: 30px 30px 35px 30px;
  border-top: none;
  border: 1.5px solid #d0d7de;
  background-color: #fafcff;
}

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

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







/* ========================================
■ section  プラン、料金 start　▼
======================================== */


.service_table_w {
    width: 100% !important;
    border-collapse: collapse;
}

.best_plan_all {
  position: absolute;
  left: 54%;
  top: -15px;
  font-size: calc(10px + 1 * (100vw - 320px) / 680);
  line-height: 1;
  font-weight: 700;
  background: #0576e5;
  background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
  border-radius: 26px;
  color: #fff;
  padding: 8px 28px;
  text-align: center;
  z-index: 2;
}

/*
.compare_table_point {
  border: 2px solid #0576e5;
  position: absolute;
  width: 16.2%;
  height: 100%;
  z-index: 1;
  right: 34%;
  top: 0%;
} */


.all_btn_size {
  width: 166px;
  margin-top: 3px;
}


.comment_txt_area {
    text-align: left;
    padding: 16px 0;
}

.comm_align {
    margin: 0;
    padding: 0;
}

.comm_align li {
  text-indent: -27px;
  margin-left: 29px;
  line-height: 18px;
  padding-bottom: 4px;
  list-style: none;
  font-size: 14px;
  color: #87898b !important;
}


.section-service {
  background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedffc7 100%);
  padding: 0;
}


.service_bg_pattern{
    padding: 65px 0 75px;
    background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}





.cost_num {
    font-size: 26px;
    font-weight: bold;
}


.link-service-url-l {
  width: 100%;
  text-align: right;
  padding: 22px 4px 40px 0px;
}


a.servicetab_url_link {
  font-size: 18px;
  color: #0054a6;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
}


.price-linkurl{
  font-size: 27px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
}



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


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


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


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



.detailse_best_plan_icon {
  position: absolute;
    width: 50%;
    left: 26%;
  top: -18px;
  background: #0576e5;
  background: linear-gradient(90deg, #e94b75 0%, #e8355d 100%);
  border-radius: 30px;
  padding: 3px 3px 4px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  z-index: 2;
}




td.price_table_r.recommend_plan{
      background: #EBF6FF;
      color: #262b34;
}

.recommend_top{
    border-top:3px solid #2962dd !important;
    border-left:3px solid #0061d5 !important;
    border-right:3px solid #0061d5 !important;
    border-bottom:none !important;
    background-color: #0061d5;
    position: relative;
}

.recommend_col{
    border-left:3px solid #2d63ea !important;
    border-right:3px solid #2d63ea !important;
}

.recommend_bottom{
    border-left:3px solid #2d63ea !important;
    border-right:3px solid #2d63ea !important;
    border-bottom:3px solid #2d63ea !important;
}










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


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

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


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


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



.price_table_l {
    text-align: left;
    background: #f5f6f9;
    color: #333;
    font-size: 20px;
    padding: 24px 0px 24px 16px;
    line-height: 1.35;
    height: 110px;
    letter-spacing: -0.65px;
}



.plan_table_span{
  display: block;
  font-size: 16px;
  margin-left: -9px;
  margin-top: 5px;
  color: #777;
}


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


.price_b_br {
    background-color: #ffffff;
    font-size: 24px;
}

.price_table_r {
    background: #ffffff;
    font-weight: 700;
    font-size: 25px;
}

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


.price_b_br_line {
    background-color: #ffffff;
    font-size: 28px;
}

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



.cross_icon {
    width: 20px;
    padding-bottom: 6px;
}



/* ========================================
■ section  プラン end　▲
======================================== */





.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 20px;
      padding-top: 20px;
      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: 0.5%;
}

.invisible {
    display: none;
}


.merit_tit {
  position: relative;
  padding: 0 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.merit_tit img{
  width: 10.5%;
  margin-right: 25px;
}


.merit_tit_p{
  font-size: 71px;
  font-weight: bold;
  color: #3578e3;
}


.br_pc {
    display: block;
}


.br_sp {
    display: none;
}


.pc_on {
    display: block !important;
}

.sp_on {
    display: none !important;
}


.space-img1{
  padding:30px 0 30px 0px;
}

.img-hspace-info{
  padding:41px;
}

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


.sp_toggle_menu{display:none;}




.intro_con_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 0 0px;
    /* background-color: #ffffff; */
    width: 100%;
    margin: 0 auto 5px;
}

.txt_item_01, .txt_item_03 {
    margin-right: 33px;

}

.txt_item_01_m {
  margin-right: 24px;
}

.s_text_area {
    width: 53.5%;
}

.s_text_area_m {
  width: 43%;
}

.s_text_area_m::before {
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  color: #3578e3;
  line-height: 1.25;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt_item_02 {
    padding-left: 40px;
}



.s_text_area::before {
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    color: #3578e3;
    line-height: 1.25;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.s_text_area_m::before {
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  color: #3578e3;
  line-height: 1.25;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.txt_item_01_m::before {
  content: " 01 ";
}



.txt_item_02::before {
    content: " 02 ";
}



.s_text_area h3 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 4px;
  letter-spacing: -0.8px;
}

.s_text_area p {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 100;
  letter-spacing: 0px;
  color: #64727e;
}

.s_text_area_m h3 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 4px;
  letter-spacing: -0.8px;
}




.s_text_area_m p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 100;
  color: #64727e;
}



.point-color-black {
  color: #222;
}






/***************** 各タイトル別のボック（レイアウト） **************/
.list-wrapper {
  border: 2px solid #dae1e8c7;
  border-radius: 8px;
  padding: 12px 10px 25px 17px;
  position: relative;
  width: 97%;
  background-color: #f9fbfd;
  margin-top: 25px;
}



.list-wrapper>p {
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  background-color: #3578e3;
  position: absolute;
  top: 0;
  left: 29px;
  padding: 0 38px 3px 38px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 0px;
}

.list-wrapper>ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin-top: 5px !important;
}

.list-wrapper>ul li.icon-check-box{
  font-weight: 700;
  padding-left: 53px;
  position: relative;
  line-height: 1.55;
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 3px;
  /* color: #3578e3; */
  color: #4c5258;
  text-indent: 0;
}

.list-wrapper>ul li.icon-check-box:before {
  content: "";
  background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
  height: 25px;
  left: 13px;
  position: absolute;
  top: 19px;
  width: 30px;
}

.s_fucttxt_p{
  font-size: 18px;
  font-weight: 100;
  color: #959a9f;
}



.s_text_area ul {
    margin: 1em 1em 0em 0.1em;
    background-color: #f6f8fa;
    padding: 30px 25px 20px;
    border-radius: 6px;
}


.s_text_area ul li {
    text-indent: -20px;
    padding-left: 22px;
    font-size: 22px;
    padding-bottom: 10px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}

.s_text_area_m ul {
  margin: 1em 1em 0em 0.1em;
  background-color: #f6f8fa;
  padding: 30px 25px 20px;
  border-radius: 6px;
}


.s_text_area_m ul li {
  text-indent: -20px;
  padding-left: 22px;
  font-size: 21px;
  padding-bottom: 10px;
  letter-spacing: -0.4px;
  line-height: 1.4;
}




.s_img_b_text {
  padding: 22px 20px 22px 25px;
  background-color: #f6f7f9b0;
  margin: 20px 12px 15px 28px;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

.s_img_b_text1 {
  padding: 22px 20px 22px 25px;
  background-color: #f6f7f9b0;
  margin: 25px 7px 15px 4px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.5;
}



.s_img_area_left {
    width: 47%;
    height: auto;
    max-width: 560px;
    margin-top: 30px;
}


.s_img_area {
    width: 47%;
    height: 100%;
    height: auto;
    border-radius: 0px;
    padding: 0px;
    margin-top:40px;
}



.s_text_area_m h4,
.s_text_area h4{
  font-size: 30px;
  font-weight: 700;
  color: #50575c;
}




.scene_con {
  border-radius: 15px;
  padding: 40px;
  background-color: #ffffff;
  margin-top: 5px;
}





.detail_cta{
  margin: 2em auto 0em;
  padding: 0 5px 5px;
}



.operation_img_area{
  background-color: #ffffff;
  border: 1.5px solid #bfccdb;
  padding: 50px;
  border-radius: 15px;
}




.service_td img {
    width: 20px;
}

.service_td1 img{
  width: 18px;
}



.cross_icon1 {
  width: 14px !important;
    padding-bottom: 7px;
    opacity: 0.85;
}

.chk_icon {
  vertical-align: middle;
  padding-bottom: 4px;
  width: 25px;
}


.service_left_td {
    background-color: #f0f8ff;
    color: #50505a;
    padding: 13px 15px 16px;
    font-size: 21px;
}


.service_table_w th, .service_table_w td {
    border: 1.2px solid #e0e6ec;
    vertical-align: middle;
    position: relative;
}





/* cat start */



/* ========================================
■ cta start
======================================== */

.index_cta {
  padding: 30px 0 55px;
  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: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/images/lp/dc_gateway/gateway_cta_bg1.png) 0% 0% no-repeat;
  background-size: cover;
}

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

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

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

.cta_text {
  width: 100%;
  padding: 1.2em 0em 0em;
}

h4.cta_maintxt {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  line-height: 1.4;
  letter-spacing: -0.8pt;
  margin-bottom: 3px;
}

h5.cta_subtxt {
  font-size: 30px;
  text-align: center;
  line-height: 1.0;
  color: #d0e8ff;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 2px;
}

.cta_notice_subtxt {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  color: #bcd5f499;
  margin-top: 8px;
}

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

.s_cta_subtxt {
    font-size: 15px;
    color: #c6e0ff;
    font-weight: 100;
    padding: 0px 5px 0px 2px;
}


.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{
  color: #3578e3 !important;
  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;
 }


.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_trial a:hover, .btn_trial a:active {
    text-decoration: none;
}

/* cat end */


/* ========================================
■ banner cta start
======================================== */
.cta_btn_area_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:7px;
  gap: 0 25px;
}

.main_btn_contents_area{
  display: flex;
  justify-content: center;
  padding: 7px 0px 5px;

  flex-direction: column;
  align-items: center;
  gap: 33px;
  flex-direction: row;
  width: 86%;
}

.main_btn_boxtd_contents{
  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: 47%;
  margin-top: 10px;
}

.app-btn1 {
  display: inline-block;
  padding: 17px 32px 18px;
  transition: .2s;
  border: 0;
  border-radius: 50px;
  /* box-shadow: 0 4px 10px 0 rgba(0, 26, 99, .2); */
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.app-btn-tertiary {
  background: #fff;
  color: #00348a;
  /* border: 1px solid #cce0f2b0; */
  border: 2px solid #dbe2ea;
}

.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-contents1 {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px 2px 50px;
  gap: 0 16px;
}

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

.app-btn-contents-text1{
  flex: 1 1;
  font-size: 29px;
  text-align: left;
  padding-left: 5px;
  color: #3578e3;
}

.app-btn-contents-text1-w {
  flex: 1 1;
  font-size: 29px;
  text-align: left;
  padding-left: 5px;
  color: #ffffff;
}

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

.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-b{
  width: 67px !important;
}

.app-btn-contents-text1-w {
  flex: 1 1;
  font-size: 29px;
  text-align: left;
  padding-left: 5px;
  color: #ffffff;
}

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

.appbt-mv-button-text:before,
.appbt-mv-button-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.3%;
  height: 1px;
  background: #b8cee9;
  top: 19px;
}

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

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

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

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

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

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

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

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


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

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


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


.main_subtitle_blue{
    font-size: 28px;
    line-height: 1.25;
    margin-top: 18px;
}


.main_subtitle_grey {
    font-size: 18px;
    padding: 8px 20px 0;
}

.main_btn_contents_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 0;
}


.main_v_img_wrap img {
    width: 94%;
}



.s_point_officetxt {
    font-size: 13px;
    text-align: center;
    padding: 10px 20px 15px;
    color: #a8b4ca;
    line-height: 1.4;
}



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


.app-btn-contents-image-wb {
  width: 11% !important;
  padding-top: 1px;
}

.app-btn-contents-image-b {
    width: 12% !important;
}

.app-btn-contents1{
  padding: 0 20px 0;
  position: relative;
  height:60px;
}

.app-btn-contents-image-wb{
  width:35px;
  position: absolute;
  left: 21%;
  top: 10px;
}

.app-btn-contents-text1{
  font-size: 20px;
  text-align: center;
  padding-left: 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.app-btn-contents-text1-w{
  font-size: 20px;
  height: 60px;
  text-align: center;
  padding-left: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-btn-contents-arr1 {
  width: 18px !important;
  height: 18px !important;
}

.app-btn-contents-image-b {
  width: 41px;
  position: absolute;
  left: 21%;
}

.appbt-mv-button-text1 {
  font-size: 16px;
  margin-bottom:4px;
}


.appbt-mv-button-text:before{
    left: 7.7%;
    top:16px;
}


.appbt-mv-button-text:after{
    right: 8%;
    top:16px;
}


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


.appbt-mv-button-text1:before,
.appbt-mv-button-text1:after{
  top: 16px;
  right: 24px;
}

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


.appbt-mv-button-text2:before,
.appbt-mv-button-text2:after{
  top: 16px;
  right: 24px;
}

}
/* ========================================
■ banner cta end
======================================== */





 /* ========================================
■ section  movie start　▼
======================================== */

.share_dcmovie {
  padding: 4.2em 0em 4em 0em;
  min-width: 1200px;
  width: 100%;
  background: linear-gradient(90deg, #3578e3 0%, #2d89ef 50%);
  margin-bottom: 3.5em;
}

.share_dcmovie .wrap_movie {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0px;
}

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

.movietxt_area{
  width: 44.5%;
  margin-top: 1.3em;
}

.movietxt_area ul li {
  padding-left: 0px;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.85;
  text-shadow: 0px 1px 3px #002e56d1;
  letter-spacing: -0.5pt;
}

.intro_txt_movie{
  color: #ffef0e;
  letter-spacing: .04em;
  font-size: 32px;
  padding-bottom: 0px;
  font-weight: 700;
}

.movie_box_item_pointtitle{
  font-size: 53px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3pt;
  padding-top: 1px;
  text-align: left;
  text-shadow: 0px 1px 3px #004e8ccf;
  vertical-align: top;
}

.user_100man_txt {
  font-size: 33px;
  line-height: 1.6;
}

.nayami_point{
  background: linear-gradient(transparent 82%, #ffef0ed4 8%);
    font-weight: 700;
    color: #ffffff;
    font-size: 54px;
    letter-spacing: -0.2pt;
    text-shadow: 0px 1px 3px #002646d1;
    line-height: 1.4;
}



.movieimg_area {
  width: 52.5%;
  height: 100%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
  background-color: #000000;
}

.movieimg_area1 {
  width: 50%;
  height: 100%;
  background-color: #ececec78;
  margin-top: 4.3rem;
  padding: 2px;
}

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



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


/* ========================================
■ section  movie end　▲
======================================== */





.features_title{
  color: #353535;
  width: 93%;
  margin-bottom: 24px;
  padding-left:8px;
}




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



.section-faq {
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
  border-top: 0px solid #e3eaf3;
}


.faq_area{
    padding-top: 20px;
}



.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 #ebf4ff;
    cursor: pointer;
    background: #ffffff;
    position: relative;
}

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:after {
  content: "▼";
  display: inline-block;
  padding: 0px 18px 0px 0;
  font-weight: bold;
  font-size: 29px;
  font-family: system-ui;
  margin: 0;
  color: #aec0d08a;
  font-size: 19px;
  position: absolute;
  right: 16px;
  top: 28px;
} */

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

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

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

li.q summary::after{
	position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 40px;
  border-right: 4px solid #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;
  color: #666;
  text-indent: -19px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  padding: 22px 75px 27px 128px;
}


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





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

.section_customer {
  position: relative;
  width: 100%;

  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}


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


.feedback_item {
    width: 30.5%;
}

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

.feedback_img{
  position:relative;
}

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

.feedback_img p {
    position: absolute;
    width: 59%;
    text-align: center;
    line-height: 1.45;
    font-size: 21px;
    letter-spacing: -1px;
}


.feedback_item.voice1 .feedback_img p{
  left: 38%;
  top: 31%;
}


.feedback_item.voice2 .feedback_img p{
  left: 37%;
  top: 31%;
}


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

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


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


.voice_title {
    text-align: center;
    background-color: #3578e3;
    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 30px 25px;
    border: 2px solid #3578e3;
    border-radius: 0 0 10px 10px;
}


.voice_p {
    line-height: 1.55;
    font-size: 21px;
    height: 150px;
    color: #333333;
}


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

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


.v_p_text {
  padding-left: 15px;
  padding-top: 0px;
}


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




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



/* ========================================
■ section  ユーザー数無制限　start　▲
======================================== */
.contents_box{
  margin-top: 15px;
  padding: 50px 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 7px 0px #d3d5d8bf;
}

.contents_nobox{
  margin-top: 35px;
}

.examination_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 15px 0px 0px;
    border-radius: 15px; */
}

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

/* .examination_ul li:hover{
  cursor:pointer;
  transform:scale(1.02,1.02);
  transition:transform .2s;
} */

.share_img {
    text-align: center;
    padding: 40px 15px;
}

.merit-img1 {
    width: 42%;
    height: 240px;
}

.merit-img2 {
    width: 52%;
    height: 240px;
    padding-top: 10px;
}

.examination_ul h4 {
    line-height: 1.85;
    font-size: 32px;
    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;
}

p.share_item_cont1{
  font-size: 24px;
  padding: 22px 30px 22px 40px;
  background-color: #f0f8fe;
  line-height: 1.55;
  text-align: left;
  border-radius: 0px 0px 7px 7px;
  color: rgb(80 96 110 / 90%);
}

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

.contents_nobox {
    margin-top: 0px;
}


.examination_ul {
    flex-direction: column;
}


.examination_ul li{
  width:100%;
}

.examination_ul li:nth-child(1){
  margin-bottom:20px;
}


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


p.ctaSection_text {
    font-size: 19px;
    padding: 20px;
}


.examination_ul .detail_btn {
    font-size: 20px;
    padding: 10px;
    width: 86%;
    margin: 0px auto 30px;
}

.share_img {
    padding: 30px 20px;
}

.merit-img1 {
    width: 50%;
    height: auto;
}

.merit-img2 {
    width: 60%;
    height: auto;
}.title_block

p.share_item_cont1{
  font-size: 17px;
  height: auto;
  padding: 18px 15px 20px;
  line-height: 24px;
}
}
/* ========================================
■ section  ユーザー数無制限　end　▲
======================================== */









/*    -----------------------------------   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:#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: #3578e3;
      transform-origin: center;
      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(10px) 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(-10px) rotate(45deg);
  }


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

.keyv .mv{
  padding: 0;
}

.main_title_area {
    width: 100%;
    padding: 45px 0 15px;
}

.main_title_img {
  width: 100%;
  margin: 0px auto;
  padding: 8px 0px;
}

.main_title {
  font-size: 27px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 14px !important;
  letter-spacing: -.3pt;
  padding-top: 8px;
}

.main_title_ori {
  font-size: 29px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 14px !important;
  letter-spacing: -.3pt;
  padding: 8px 20px;
}


.main_btn_area{
  padding-top: 15px;
  flex-direction: column;
}

.main_btn_area li{
  width: 95%;
  font-size: 18px;
  height: 50px;
  margin: 0 auto;
}


.main_btn_area li:nth-child(1) {
    margin-bottom: 10px;
    margin-left: 8px;
}




.main_bottom_area{
    padding: 0px 17px 20px;
}


.main_bottom_inner .statement:before {
    position: absolute;
    left: 10%;
    height: 50px;
}

.main_bottom_inner .statement:after {
    position: absolute;
    right: 7%;
    height: 50px;
}


.statement span {
    font-size: 18px;
    line-height: 23px;
}

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

  .main_title img {
  width: 90%;
  }


  .main_b_img li{
      width: 100%;
  }

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

  .main_b_img li:nth-child(2) {
      width: 100%;
      margin: 15px auto;
  }


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

.performance_img{
  width: 80%;
  padding-left: 0px;
  padding-top: 0;
}

  .laurel_img {
    width: 80%;
}

.laurel___span {
    padding-top: 5px;
}

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

  .logo-slide__item {
      width: 90px !important;
      margin: 0 15px !important;
  }

.logo_slide_ico{
      height: 60px;
}



  .cta{
    width:100%;
    margin: 1.7em auto 0em !important;
    max-width: 100%;
    /* padding: 0px 20px; */
    padding: 0px 0px;
  }


  .blue_font {
    font-size: 35px;
  }

  .blue_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -22px;
    font-size: 26px;
    padding-left: 1px;
}





.red_solution{
  font-size: 30px;
  color:#D5213F;
  letter-spacing: 1px;
}



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


  p.cta_txt {
    font-size: 11px;
    color: #EE849A;
    padding-bottom: 5px;
    padding: 8px 10px 8px 10px;
    left: 58px;
    z-index: -1;
    top: -35px;
    width: 79%;
  }

.cta_s_text{
  font-size: 12px;
  font-weight: 100;
}


.cta_doc15p span{
      font-size: 15px;
}

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

.main_tit_en_st {
  font-size:32px;

  }

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

    .main_tit_l_st {
      font-size:32px;
      }


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



h2.strength_title1 {
  font-size: 21px !important;
  line-height: 1.4;
  padding-top: 12px !important;
  letter-spacing: -0.5px;
}

.strength_title_size {
  font-size: 32px;
  line-height: 1.25;
  padding: 15px 0px 0px;
  letter-spacing: -5px;
}

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


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


.distress_con{
    width:100% !important;
    margin-bottom: 40px;
}

.distress_con:nth-child(1){
  margin-top: 10px;
}

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


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

.distree_wrapper {
  flex-direction: column;
}

.distree_left_box {
  width: 100%;
  padding: 6px 20px;
  font-size: 22px;
  border-radius: 0;
}

.distree_right_box {
  width: 100%;
  padding: 12px 20px;
  font-size: 21px;
}


h3.choose_info_item_title {
    font-size: 32px;
    height: auto;
    line-height: 1.25;
}


.choose_merit_img1 {
    width: 68%;
    margin-top: 15px;
}



.link-service-url-l {
  text-align: right;
 width:100%;
 padding: 6px 0px 7px 0px;
 }

 .arr-link-height{
   line-height:20px;
  }

 a.servicetab_url_link {
   font-size: 15px;
 }

 a.servicetab_url_link-1 {
  font-size: 14px;
}

.price-linkurl {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0px;
}

 .price-box-red {
  background-color: #FA0E47;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
  padding: 6px 0px 10px;
  width: 100%;
  margin: 0 auto 15px;
}


.price-arr-w{
  height: 17px;
  padding-bottom: 5px;
  padding-left: 2px;
}


.fileserver_merit_ul{
      flex-direction: column;
      width: 100%;
      margin: 8px auto 0;
}

.fileserver_merit_ul li{
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
}



.merit__img_area {
    padding-bottom: 20px;
}


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

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

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

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



.merit_img1 img{
  width:74%;
}

.merit_img2 img{
  width:53%;
  padding: 0;
}

.merit_img3 img{
  width:55%;
  padding: 0;
}

.merit_img4 img{
  width:43%;
  padding: 0;
}




.merit__text_area1, .merit__text_area2{
width: 100%;
padding-left: 0px;
}



.merit_text {
  font-size: 23px;
  text-align: center;
}

.merit_p {
    padding: 10px 0 0;
    font-size: 17px;
    text-align: center;
}



.merit_tit{
    padding: 15px 40px 10px 40px;
}

.merit_tit:before{
      width: 7.5%;
      top: calc(50% - -4px);
}

.merit_tit:after{
       width: 7.5%;
       top: calc(50% - -4px);
}

.solution_tit{
  padding: 10px 0px;
}

h3.solution_dc_merit{
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    padding-top: 0px;
}



.merit_tit img {
    position: absolute;
    margin-right: 0;
    top: -102px;
    width: 26%;
}


.merit_tit_p{
  font-size: 34px;
  line-height: 1.4;
}


.section_distress::after{
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 44px solid #f7fafc;
  top: 99%;
  left: 37.4%;
}


.function_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 0;
}


.function_con_second, .function_con_third, .function_con_fourth, .function_con_fifth {
    margin-top: 0px;
}


.eng_title_s {
    font-size: 0.9em !important;
}

.esh_title {
    font-size: 1.7em !important;
}



ul.main_img_area {
    margin-top: 16px;
    width: 96%;
    margin: 16px auto 0;
}


.section-service{
  padding-bottom:45px;
}


.scene_title h4{
  font-size: 18px;
  padding: 10px 0px 10px;
  text-align: center;
  line-height: 1.3;
}

.scene_img_area{
  padding: 12px;
}



.list-wrapper {
    margin-bottom: 0px;
    width:100%;
    padding: 16px 20px 20px 16px;
}

.section-faq {
    padding: 50px 0 45px;
    background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}

#banner{
  display: none !important;
}



.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;
    display: block;
    width: 100%;
}

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

.section_function_intro {
  padding: 15px 0 40px;
}


.section_function {
  padding: 35px 0 40px;
}

.section_comparison{
    padding: 65px 0 75px;
    background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}




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

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

.cta_orange {
    margin-left: 0;
}


.service_bg_pattern {
    padding: 0;
  
  }


.section-service .wrap {
    padding-top: 50px;
    padding-bottom: 0px;
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);

}





.br_pc {
    display: none;
    line-height: 1.3;
}

.br_sp {
    display: block;
}

.pc_on {
    display: none !important;
}

.sp_on {
    display: block !important;
}

/********************** css add - min ********************/
.section_customer {
  padding: 50px 0 45px;
  background-color: #f7fbff;
}

h2.strength_title {
  padding-bottom: 6px;
  letter-spacing: -1pt;
  font-size: 32px !important;
  line-height: 1.45;
  padding-top: 1px !important;
  margin:0;
}


h2.title_l_font{
  font-size: 38px !important;
}




/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 1;
   z-index: 999;
   background-color: #f4f8ff;
   border: 1px solid #3578e3;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}



/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px;
}


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

.service_table_w th, .service_table_w td{
  vertical-align: middle;
}

#bannerin_seminar{
    display: none;
}

.sp_scroll {
  overflow: scroll;
  width: 100%;
  border: 1px solid #D2DBE2;
  border-bottom: none;
}

.sp_scroll table{
  width: 100%;
  border-collapse: collapse;
  min-width: 43.7rem;
}


.sp_scroll th {
  vertical-align: middle;
  padding: 0 15px;
}

 .sp_scroll_td{
   vertical-align: middle;
   padding: 8px 15px;
   position: sticky;
   z-index: 1;
   width: 23%;
   border-bottom: 1px solid #D2DBE2;
   border-right: 1px solid #D2DBE2;
   background-color: #fff;
 }



.sp_scroll_td:nth-last-child(1){
  border-right: none;
}




.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #D2DBE2;
}

.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;

}

.fixed03:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 102%;
}

td.fixed03.sp__table_title:before {
    border-bottom: 1px solid #D2DBE2;
    border-left: 1px solid #D2DBE2;
    content: "";
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    height: 100%;
}

td.fixed03.sp_table_tit:before {
    content: " ";
    border-right: 1px solid #D2DBE2;
    position: absolute;
}




.purpose{
  background-color: #725EA8;
  color: #ffffff;
  font-weight: bold;
  line-height:1.3;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 5px;
}

.option{
background-color: #0081C6;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
writing-mode: vertical-rl;
text-align: center;
letter-spacing: 5px;
}


.purpose,
.option{
  width: 4%;
  font-size:14px;
  z-index: 99;
}


.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  z-index:99;
}


.price_comm{
  padding-top: 5px;
  font-size: 14px !important;
}

.comm_align li {
  text-indent: -27px;
  margin-left: 29px;
  line-height: 18px;
  padding-bottom: 4px;
  list-style: none;
  font-size: 12px !important;
  color: #87898b !important;
}



.s_text_area {
    width: 100%;
}

.s_text_area_m {
  width: 100%;
}

.txt_item_01,
.txt_item_01_m,
.txt_item_02,
.txt_item_03,
.txt_item_04{
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.s_text_area_m ul{
  margin: 12px 0 0 0;
  padding:20px 20px 10px;
 }



.s_text_area h3{
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 39px !important;
  letter-spacing: 0px !important;
  margin-top: 6px !important;
}

.s_text_area::before{
      font-size: 2.2em;
}

.s_text_area ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.s_text_area p{
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.3 !important;
}

.s_text_area_m h3{
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 39px !important;
  letter-spacing: 0px !important;
  margin-top: 6px !important;
}

.s_text_area_m::before{
      font-size: 2.2em;
}

.s_text_area_m ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.s_text_area_m p{
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.3 !important;
}


.hukidashi_a {
  text-align: center;
  top: 2.8% !important;
  }


.hukidashi_b {
  top: 2.8%;
  letter-spacing: 0.3px;
}

.hukidashi_c {
  top: 2.8% !important;
  letter-spacing: -0.9px;
}


.distress_con_box_area ul{
  height:auto;
  padding: 15px 18px 25px 22px;
}


.distress_con_box_area h4{
  font-size: 1.3em;
  padding: 25px 0 8px 18px;
}


.distress_con_box_area ul li {
    font-size: 18px;
    text-indent: -17px;
    padding-left: 12px;
    line-height: 1.45;
}




.s_img_area{
  width: 100%;
  height: auto;
  max-width: 558px;
  margin-top:0;
}

.list-wrapper>ul li.icon-check-box:before {
    content: "";
    background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
    height: 25px;
    left: 3px !important;
    position: absolute;
    top: 10px;
    width: 22px;
}


.list-wrapper>ul li.icon-check-box{
      font-size: 17px !important;
      text-indent: 0px;
      padding-left: 30px !important;
      line-height: 24px !important;
}

.list-wrapper>p{
      left: 22px;
}



/*  sp service table  start*/

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


.sp_scroll {
  overflow: inherit;
  width: 100%;
  border: none;
}

.sp_scroll table{
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}


.sp_scroll th {
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #D2DBE2;
  border-left:none;
}

 .sp_scroll_td{
   vertical-align: middle;
   padding: 8px 15px;
   position: sticky;
   z-index: 1;
   width: 23%;
   border-bottom: 1px solid #D2DBE2;
   border-right: 1px solid #D2DBE2;
   background-color: #fff;
 }



.sp_scroll_td:nth-last-child(1){
  border-right: none;
}



td.fixed03.sp__table_title:before {
    border-bottom: 1px solid #D2DBE2;
    border-left: 1px solid #D2DBE2;
    content: "";
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    height: 100%;
}




.purpose{
  background-color: #725EA8;
  color: #ffffff;
  font-weight: bold;
  line-height:1.3;
  writing-mode: inherit;
  text-align: center;
  letter-spacing: 5px;
}

.option{
background-color: #0081C6;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
writing-mode: inherit;
text-align: center;
letter-spacing: 5px;
}


.purpose,
.option{
  width: 4%;
  font-size:14px;
  z-index: 99;
  padding-left: 6px;
}

.sp_table_tit {
background-color: #FAFAFC;
color: #50505a;
font-size: 15px;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #D2DBE2;
border-right: 1px solid #D2DBE2;
line-height: 1.38;
width: 46%;
}


.sp__table_title{
  text-align: center;
  background-color: #f4f5f6;
  box-sizing: border-box;
  padding: 20px 0 14px;
  width: 50%;
  border-bottom: 1px solid #D2DBE2;
  border-top: 1px solid #D2DBE2;
}



.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  z-index:99;
}


.chk_icon {
    width: 20px;
    padding-bottom: 5px;
}

.price_comm{
  padding-top: 5px;
  font-size: 13px !important;
}


.cross_icon {
    width: 16px !important;
    padding-bottom: 4px;
}


.h3-01 {
  font-size: 20px;
  padding: 6px 0 18px 0;
  line-height: 1.3;
}


.s_text_area {
    width: 100%;
}

.s_text_area_m {
  width: 100%;
}

.txt_item_01,
.txt_item_01_m,
.txt_item_02,
.txt_item_03 {
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.s_text_area_m ul{
  margin: 12px 0 0 0;
  padding:20px 20px 10px;
 }



.s_text_area::before{
      font-size: 2.4em;
}

.s_text_area_m::before{
  font-size: 2.4em;
}

.s_text_area ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.s_text_area p{
  font-size: 17px;
  margin-bottom: 12px;
}

.s_text_area_m::before{
  font-size: 2.4em;
}

.s_text_area_m ul li {
font-size: 16px;
text-indent: -16px;
padding-left: 16px;
}

.s_text_area_m p{
  font-size: 17px;
  margin-top: 10px;
}


.s_img_area_left{
  width:100%;
}




.cta_notice_subtxt {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    color: #bcd5f499;
    padding-left: 5px;
    margin-bottom: 20px;
}











.dist_hukidashi ul li:nth-child(1) {
    margin-bottom: 5px;
  }


.s_text_area_m h4{
  font-size: 21px;
  font-weight: 700;
  color: #50575c;
  line-height: 1.3;
}

.s_text_area h4 {
  font-size: 21px;
  font-weight: 700;
  color: #50575c;
  line-height: 1.3;
  margin-bottom: 5px;
}


.s_img_b_text {
    padding: 20px 22px 22px 22px;
    background-color: #f6f7f9b0;
    margin: 10px auto;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

.s_img_b_text1 {
    padding: 20px 22px 22px 22px;
    background-color: #f6f7f9b0;
    margin: 10px auto;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

.function_contents_view {
    margin-top: 10px;
}


.intro_con_section{
  padding-bottom:0;
  margin: 0 auto 0;
}

/*********************  料金   **************************/


.sp_tit_disc_bottom{
  display: block;
  padding-top: 3px;
  line-height: 1.3;
  text-indent: -8px;
  color: #a3a6ab;
  font-size: 11px !important;
}

.btn_link_apply_blue {
    width: 87% !important;
    font-size: 14px !important;
    margin: 6px auto 3px !important;
    height: auto !important;
    padding: 11px 4px 8px;
    border-radius: 10px;
}


.btn_link_apply_blue ul {
    font-size: 13px;
    padding-left: 0px;
}


.service_title_txt{
  font-size: 18px;
}


.capacity_num{
  font-size: 16px;
  padding: 0px 3px 0px 7px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}



.sp_tit_disc_top{
  font-size:10px;
  display:block;
  margin-bottom:3px;
}


span.capacity {
    font-size: 11px;
    padding-top: 1px;
}



/*********************  料金 end  **************************/

.list-wrapper>ul li.icon-check-box:before {
    content: "";
    background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
    height: 25px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 22px;
}



.list-wrapper>ul li.icon-check-box{
      padding-top: 10px;
      font-size: 15px;
      text-indent: 0px;
      padding-left: 40px;
}

.list-wrapper>p{
    left: 14px;
    margin-top: 0px;
    padding: 7px 22px 7px 30px;
}

.s_fucttxt_p {
    font-size: 15px;
}




/* 料金　アコーディオン　start */

.details_blue_box {
    border: 1px solid #d6d6d6;
}

.summary_blue{
    background-color: #f0f0f0;
}


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

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

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


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



.btn_orange::before,
.btn_orange::after{
 background-color: #e30500 !important;
}

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

.details-content {
	padding: 0px;
}

.close-btn {
	display: block;
	margin: 10px auto 30px;
	padding: 8px 32px;
  background: #a7b4c2;
  color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


.close-btn p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
  }


.close-btn p:last-of-type {
	margin: 0 0 40px;
}


.details-content {
	padding: 0px;
	.close-btn {
		display: block;
		margin: 7px auto 30px;
		padding: 8px 32px;
		background: #00a5a0;
		color: #0061D5;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}

	}


.details-content
.close-btn {
    display: block;
	  margin: 10px auto 30px;
    padding: 12px 70px 10px;
    background: #a7b4c2;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}



.business_plan, .premium_plan, .enterprise_plan {
    margin-top: 6px;
}


.sp_recommend{
  font-size: 11px;
  background: #45b179;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #47996f;
}


.td_recommend{
  background-color: #f3faff;
}

/* 料金　アコーディオン　end */


.comm_align {
    margin: 0;
    padding: 15px;
}

.comment_txt_area{
  padding: 0;
}


.comm_align li{
  padding-bottom: 10px;
}

.sp_plan_title {
    color: #3a4752;
    font-size: 20px;
}


span.gr_point {
    font-size: 0.45em;
    color: red;
    vertical-align: bottom;
    line-height: 15px;
}

/* sp service talbe end */




.comm_align{
  padding:0;
}


.comment_txt_area {
    padding: 15px 10px !important;
}



.plan_serve_name{
  font-size: 15px;
}





.cta_contents {
    flex-direction: column;
}


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



    .index_cta {
        padding: 35px 0;
    }



    .cta_text {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }

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

        

h4.cta_maintxt {
font-size: 35px;
  line-height: 1.25;
  width: 98%;
  margin: 0 auto 0;
  text-align: center;
  letter-spacing: -2px;
}

.cta_maintxt_down {
  font-size: 21px;
  line-height: 1.3;
  margin: 7px 0px 2px;
}

.appbt-mv-button-text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 2px;
}

    .appbt-mv-button-text:before {
        left: 7.7%;
        top: 16px;
    }

        .appbt-mv-button-text:after {
        right: 8%;
        top: 16px;
    }

    .appbt-mv-button-text1 {
        font-size: 16px;
        margin-bottom: 4px;
    }

      .appbt-mv-button-text1:before, .appbt-mv-button-text1:after {
      top: 16px;
      right: 24px;
  }

    .button-text1:after {
        top: 16px;
        right: 24px;
    }


    .app-btn-contents-image-wb {
    width: 35px;
    position: absolute;
    left: 43px;
    top: 8px;
}

    .app-btn-contents-image-b {
        width: 41px;
        position: absolute;
        left: 40px;
    }

.cta_btn_area {
    flex-direction: column;
    margin-top: 13px;
}

.btn_trial {
    width: 100%;
    margin-right: 0;
    height: 56px;
}

.btn_trial a {
    font-size: 20px;
}

.btn_down {
    width: 100%;
    margin-top: 12px;
    height: 56px;
}


.btn_down a{
  font-size: 21px;
}

.cta_section {
    margin-top: 50px;
    margin-bottom: 50px;
}




.section_features{
      padding: 50px 0px 45px;
}






 /* ========================================
■ section  movie start　▼
======================================== */


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

  .btn_link_apply_blue {
      width: 85%;
  }

  span.cost_num_all {
      font-size: 21px;
  }

  .enter_storage_title {
      font-size: 15px;
  }

  .capacity_num_b{
    font-size: 22px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }

  .capacity_num_data{
    font-size: 15px;
    padding: 0px 0px 0px 2px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
  }


  .capacity_num {
      font-size: 15px;
      padding: 0px 3px 0px 7px;
      font-weight: bold;
      color: #fff;
      line-height: 1.8;
  }


  .recommend_icon {
    font-size: 13px;
    position: absolute;
    left: 144px;
    color: #fff;
    background: #0576e5;
    background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 25px;
    top: 17px;
  }



    .share_dcmovie {
      padding: 10px 0px 40px;
      min-width: 100%;
      margin-bottom: 1.7em;
    }

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

    .moviebox_section{
      padding: 0em 0.5em;
      width: 100%;
    }

    .movietxt_area {
      width: 100%;
    }

    .user_100man_txt {
      font-size: 27px;
      line-height: 1.25;
      margin-bottom: 3px;
    }

    .nayami_point {
      font-size: 37px;
      letter-spacing: -0.8pt;
      line-height: 1.35;
    }

    .movietxt_area ul {
      margin: 1em 0 0em;
      padding:0px;
      }

    .movietxt_area ul li{
      font-size: 20px;
      padding-bottom: 6px;
      text-indent: -17px;
      padding-left: 17px;
      line-height: 1.55;
    }

    .intro_txt_movie {
      font-size: 24px;
      text-align: center;
      letter-spacing: -0.3pt;
      padding-bottom: 10px;
    }

    .movie_box_item_pointtitle {
      font-size: 35px;
      letter-spacing: -0.5pt;
      text-align: center;
      line-height: 1.1;
    }

    .movieimg_area{
      width: 100%;
      height: auto;
      margin-top: 1.2em;
    }

    .movieimg_area1{
      width: 100%;
      height: auto;
      margin-top: 1.2em;
    }


    /***************** cta css ******************/
    h4.cta_subtxt {
      font-size: 18px;
      line-height: 1.3;
    }

    h4.cta_subtxt:before, h4.cta_subtxt:after {
      width: 13%;
      top: 285px;
    }

    h4.cta_subtxt:before {
      transform: rotate(53deg);
      left: 0%;
    }

    h4.cta_subtxt:after {
      right: 2%;
    }

    /******************* お客様からの声 *****************/
    .feedback_area {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 0px;
    }

    .feedback_item {
      width: 100%;
      margin-top: 20px;
    }

    .voice_title {
      font-size: 22px;
      padding: 10px 0px 8px;
    }

    .feedback_item.voice1 .feedback_img p {
        left: 38%;
        top: 27.5%;
    }

    .feedback_img p {
      line-height: 1.35;
      font-size: 16px;
      letter-spacing: -1px;
    }

    .hukidashi_span_red {
      font-size: 19px;
    }

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

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

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

    .v_p_title {
        width: 35%;
        margin: 5px 0 5px;
        padding: 4px;
    }

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



    /*********************** faq *****************/
    .faq_area {
      padding-top: 7px;
    }



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


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



/*  selected css 追加   */



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



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




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

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


/*  selected css 追加   */



.tab_menu{
  width:100%;
  padding:12px;
}


.tab_menu_box{
  padding:0;
}


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


.tab-contents-item, .tab-contents-item-sec, .tab-contents-item-thi {
        padding: 30px 0px 0;
        background-color: #fff;
}


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

.features_title img{
  width:100% !important;
  margin: 0 auto;
}


p.tab_item_p{
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 10px;
}










.price_table {
    font-size: 15px;
    color: #555;
    margin-top:25px;
}

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


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


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


.detailse_best_plan_icon{
      width: 30%;
    left: 35%;
}


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

.plan_table_span{
    font-size: 13px;
}


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

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


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

.price_table_r {
    font-size: 22px;
    padding: 10px;
    width: 55%;
}

.recommend_bottom{
      background: #EBF6FF;
}




.cost_comm_data_all{
    font-size: 14px;
}

.cost_comm{
  font-size: 13px;
}

.s_pdf_subtxt{
  font-size: 13px;
  font-weight: 100;
  color: #aeaeae;
  padding-top: 7px;
line-height: 1.3;
}



}


/* ============================================================
   Shared section heading accent
   ============================================================ */
.tb-h2-accent {
  /* color: #3578e3; */
}

p.tb-subtitle {
  font-size: 21px;
  font-weight: 400;
  color: #66758b;
  text-align: center;
  margin: 10px 0 40px;
  line-height: 1.5;
}

p.tb-subtitle-price {
  font-size: 21px;
  font-weight: 400;
  color: #66758b;
  text-align: center;
  margin: 10px 0 40px;
  line-height: 1.5;
}

.plan-notes {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
}

.plan-note {
  font-size: 20.5px;
  line-height: 1.8;
  color: #52525b;
  font-weight: 700;
   /* margin-bottom: 10px; */
}



@media screen and (max-width: 480px) {
  p.tb-subtitle {
        font-size: 16px;
        margin: 4px 0 15px;
  }

  p.tb-subtitle-price {
        font-size: 16px;
        margin: 4px 0 15px;
  }

  .plan-notes {
    max-width: 100%;
    margin-top: 15px;
  }

  .plan-note {
    font-size: 15px;
    line-height: 1.55;
    color: #6b7280;
    text-indent: -13px;
    padding-left: 7px;
    margin-bottom: 3px;
  }
}

/* ============================================================
   Section: Pain Points
   ============================================================ */
.section_pain {
  padding: 60px 0 75px;
  background-color: #f7faff;
}

.pain_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.pain_card {
  position: relative;
  background: #fff;
  border:1px solid #d7e1f0;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 8px 20px rgba(15, 26, 46, .06);
  transition: .25s;
}

.pain_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 26, 46, .10);
}

.pain_card_num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 34px;
  font-weight: 800;
  color: #e9eff7;
  opacity: .9;
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.pain_card_icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef5ff;
  color: #3578e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.pain_card_title {
  font-size: 18px;
  font-weight: 700;
  color: #262b34;
  line-height: 1.5;
  margin: 0 0 10px;
}

.pain_card_desc {
  font-size: 14.5px;
  color: #66758b;
  line-height: 1.75;
  margin: 0;
}

.pain_bridge {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #244c83;
  color: #fff;
  border-radius: 15px;
  padding: 17px 24px;
  font-weight: 800;
  font-size: clamp(15px, 1.35vw, 20px);
  text-align: center;
}

.pain_bridge i {
  color: #ffd166;
  font-size: 18px;
  flex: none;
}

@media screen and (max-width: 480px) {
  .section_pain {
    padding: 40px 0 45px;
  }

  .pain_cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .pain_card {
    padding: 22px 20px;
  }

  .pain_bridge {
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
    font-size: 15px;
  }
}

/* ============================================================
   Section: Solution
   ============================================================ */
.section_solution {
    position: relative;
    padding: 60px 0 75px;
    /* background-color: #f7faff; */
    background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
}

.merit_view_top {
  width: 100%;
  font-size: 54px;
  color: #000;
  padding: 14px 0 0;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.7px;
  line-height: 1.3;
}

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

.merit_view_top:before { margin-right: 2rem; }
.merit_view_top:after  { margin-left:  2rem; }

/* 将来再使用する可能性があるため、装飾は削除せず非表示化のみ */
.merit_view_top--plain:before,
.merit_view_top--plain:after {
  display: none;
}

.merit_view_top--plain {
  display: block;
  text-align: center;
}

.blue_font--plain {
  color: inherit;
  font-size: inherit;
  padding-bottom: 0;
}

.blue_font--plain:before {
  content: none;
}

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

.chap_subtxt_b {
  font-size: 29px;
  line-height: 1.55;
  font-weight: 400;
  color: #333333;
  margin-top: 0;
  text-align: center;
  margin-bottom: 13px;
}

.issue_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.issue_card {
  background-color: #fff;
  border: 1px solid #dde6f2;
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(60, 72, 82, 0.05);
    padding: 38px 32px 40px;
  box-sizing: border-box;
}

.issue_card_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.issue_card_num {
flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dceafd;
    color: #1454c9;
    font-size: 23px;
    font-weight: 700;
}

.issue_card_title {
  font-size: 24px;
  font-weight: 700;
  color: #13294b;
  line-height: 1.4;
  margin: 0;
}

.issue_card_desc {
    font-size: 19px;
    line-height: 1.45;
    color: #6b7684;
    margin: 0;
    letter-spacing: -0.4px;
}

.reason_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.reason_card {
    background-color: #fff;
    border: 1.5px solid #dce6f4;
    border-radius: 18px;
    padding: 38px 28px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-start;
    transition: .25s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(175 183 195 / 18%);
}

.reason_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(53, 120, 227, .10);
  border-color: #bcd6fb;
}

.reason_card_title,
.reason_card_desc {
  width: 100%;
}

.reason_card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.reason_card_icon_img {
  display: block;
  height: auto;
  object-fit: contain;
}

.reason_card_icon_img--01,
.reason_card_icon_img--02,
.reason_card_icon_img--04,
.reason_card_icon_img--05,
.reason_card_icon_img--06 {
  width: 90px;
  max-height: 90px;
}

.reason_card_icon1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 100%;
  margin: 0 auto 2px;
}

.reason_card_icon_img--03{
  width: 112px;
  max-height: 100%;
}

.reason_card_title {
  font-size: 27px;
  font-weight: 700;
  color: #0a1730;
  line-height: 1.6;
  margin: 0 0 10px;
}

.reason_card_title_sub {
    font-size: 18px;
    font-weight: 600;
    color: #0a17308f;
}

.reason_card_desc {
  font-size: 17px;
  line-height: 1.55;
  color: #66758b;
  margin: 0;
}

.section-note {
    margin: 22px auto 0;
    text-align: center;
}

.section-note{
    font-size: 12px;
    color: #8896ab;
    line-height: 1.75;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.contents_nobox { margin-top: 30px; }

.office_feature_ul {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
}

.office_feature_ul > li {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 32%;
  margin: 0;
  border: 2px solid #3578e3;
  box-shadow: 0px 0px 7px #a7afba59;
  flex: 1;
  display: flex;
}

.office_feature_ul li > div { overflow: hidden; }

.office_feature_ul > li > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.office_feature_ul h4 {
  line-height: 1.3;
  font-size: 26px;
  padding: 12px 0;
  background-color: #3578e3;
  text-align: center;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
  min-height: calc(1.8em * 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dc-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 198px;
  padding: 24px 20px 0;
  background: #fff;
}

.dc-card-image::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 8px solid #eaf4fc;
  background: #fff;
}

.dc-card-image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.dc-card-image-cloud img        { width: 80px; }
.dc-card-image-collaboration img { width: 100px; transform: translateY(2px); }
.dc-card-image-office img       { width: 74px;  transform: translate(5px, -2px); }
.dc-card-image-license img      { width: 94px;  transform: translateY(1px); }

.dc-card-phrase {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px 28px;
  background: #fff;
  color: rgb(60 72 82);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.5px;
}

.share_list {
  list-style: none;
  line-height: 1.5;
  margin: 0;
  background-color: #eff7ff;
  padding: 20px 16px 21px;
  min-height: calc(1.6em * 3);
  height: auto;
  flex: 1;
  border-radius: 0 0 10px 10px;
  width: 100%;
  text-align: left;
  font-size: 18px;
}

.share_list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.45;
  color: rgb(60 72 82 / 90%);
  text-align: left;
  font-size: 19px;
}

.share_list li:nth-child(1) { margin-bottom: 10px; }

.share_list li::before {
  content: "●";
  position: absolute;
  left: 11px;
  top: 10px;
  color: #7CB3F0;
  font-size: 10px;
}

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

  .section_solution {
    padding: 50px 0 45px;
  }

  .merit_view_top {
    display: block;
    font-size: 2.2rem;
    line-height: 1.35;
    padding: 0;
  }

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

  .blue_font {
    font-size: 36px;
    padding-bottom: 0;
  }

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

.blue-left-space::before  {
    font-size: 29px;
    padding-left: 5px;
    top: 35px;
  }



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

  .chap_subtxt_b {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .contents_nobox {
    margin-top: 20px;
  }

  .issue_cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .issue_card {
    padding: 22px 20px 24px;
  }

  .issue_card_num {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .issue_card_title {
    font-size: 18px;
  }

  .issue_card_desc {
    font-size: 14px;
  }

  .reason_cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .reason_card {
    padding: 26px 22px;
  }

  .reason_card_icon{
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }

   .reason_card_icon1 {
    width: 95px;
    height: 95px;
    margin-bottom: 5px;
  }

  .reason_card_icon_img--01,
  .reason_card_icon_img--02,
  .reason_card_icon_img--03,
  .reason_card_icon_img--05,
  .reason_card_icon_img--06 {
    width: 78px;
    max-height: 78px;
  }

   .reason_card_icon_img--04 {
    width: 73px;
    height: 73px;
  }

.reason_card_icon_img--03 {
    width: 120px !important;
    max-height: 61px;
}


  .reason_card_title {
    font-size: 22px;
    line-height: 1.4;
  }

  .reason_card_desc {
    font-size: 16px;
  }

  .note-card {
    font-size: 13px !important;
    margin-top: 9px !important;
    margin-left: 4px;
  }

  .office_feature_ul {
    flex-direction: column;
    gap: 28px;
  }

  .office_feature_ul > li {
    width: 100%;
  }

  .office_feature_ul h4 {
    font-size: 24px;
    min-height: auto;
  }

  .dc-card-image {
    height: 155px;
    padding: 10px 20px 0;
  }

  .dc-card-image::before {
    width: 110px;
    height: 110px;
  }

  .dc-card-image-cloud img         { width: 68px; }
  .dc-card-image-collaboration img { width: 85px; }
  .dc-card-image-office img        { width: 63px; }
  .dc-card-image-license img       { width: 80px; }

  .dc-card-phrase {
    font-size: 24px;
    padding: 0 18px 20px;
  }

  .share_list {
    font-size: 17px;
    padding: 16px 16px 18px;
    min-height: auto;
  }
}


/* ============================================================
   Section: Feature tabs
   ============================================================ */
.tab_item_explain {
  padding: 50px 30px 0;
}

.tab_item_bottom_area {
  padding:34px 35px 40px 35px;
  background-color: #f6faff;
  border-radius: 0px 0px 20px 20px;
}

.features_title p {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}

.office-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
  border: 2px solid #dae1e8c7;
  border-radius: 8px;
  padding: 30px 0 24px 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fbfdff;
  margin: 35px auto 0;
}

.office-feature-item { width: 100%; }

.office-feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.office-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #5C9BEE;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.office-check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.office-feature-title h4 {
  margin: 0 0 0 10px;
  color: #3578E3;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.office-feature-item p {
  margin: 0 0 0 35px;
  color: #5d6475;
  font-size: 19px;
  line-height: 1.7;
}

/* AI tab: capability / security cards */
.ai_section_heading {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  color: #13294b;
  margin: 0 0 4px;
}

.ai_feature_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 30px;
}

.ai_feature_card {
  background-color: #fff;
  border: 2px solid #3578e3;
  border-radius: 18px;
  padding: 32px 20px;
  text-align: center;
}

.ai_feature_icon {
  width: 90px;
  height: 90px;
  margin: 5px auto 8px;
}

.ai_feature_icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.ai_feature_label {
  font-size: 18px;
  font-weight: 700;
  color: #2563eb;
  margin: 0 0 14px;
}

.ai_feature_title {
  font-size: 19px;
  font-weight: 700;
  color: #13294b;
  margin: 0 0 10px;
}

.ai_feature_desc {
  font-size: 15px;
  line-height: 1.65;
  color: #6b7684;
  margin: 0;
}

.ai_feature_banner {
    text-align: left;
    font-size: 20px;
    font-weight: 100;
    color: #575757;
    margin: 0 0 20px;
}

.ai_diagram_slot {
  width: 100%;
  min-height: 380px;
  border-radius: 16px;
  margin: 0 0 50px;
}

@media screen and (max-width: 480px) {
  .tab_item_explain {
    padding: 0 20px;
  }

  .tab_item_bottom_area {
    padding: 24px 16px 28px;
  }

.composite_main {
    width: 100%;
  }

  .features_title p {
    font-size: 28px;
  }

  .tab_composite {
    padding: 25px 15px 15px;
  }

  .composite_icon {
        width: 63px;
        left: 0px;
  }

  .composite_laptop {
    width: 40%;
    bottom: -12px;
  }

  .office-feature-list {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    row-gap: 16px;
    margin-top: 24px;
  }

  .ai_section_heading {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .ai_feature_row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

  .ai_diagram_slot {
    min-height: 220px;
    margin-bottom: 30px;
  }

  .office-feature-title h4 {
    font-size: 18px;
  }

  .office-feature-item p {
    margin-left: 34px;
    font-size: 15px;
    line-height: 1.6;
  }
}







/* ============================================================
   導入までの流れ (Flow)
   ============================================================ */
.section_flow {
  padding: 100px 0;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
}

/* ==========================================================================
   FLOW
   ========================================================================== */


.flow-sec{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 46%,#ffffff 100%)}
.flow-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:0;align-items:stretch}
.flow-step{background:#fff;border:1.5px solid #dae4ef;border-radius:20px;padding:25px 22px 30px;text-align:center;position:relative;transition:.25s;display:flex;flex-direction:column;min-height:330px;box-shadow:0 5px 12px rgba(27,71,126,.045)}
.flow-step:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(27,71,126,.09);border-color:#cbe0ff;}
.flow-arrow{display:flex;align-items:center;justify-content:center;padding:0 12px}
.flow-arrow i{font-size:30px;color:#9eb5def5;}
.flow-step .stepno{display:block;align-self:center;color:#286cd6;background:none;border:0;font-weight:900;font-size:21px;letter-spacing:0em;padding:0;border-radius:0;margin-bottom:12px}
.flow-step .stepicon{width:84px;height:84px;border-radius:50%;background:#f3f8ff;border:0;display:flex;align-items:center;justify-content:center;margin:0 auto 28px;position:relative;flex:none;box-shadow:none}
.flow-step .stepicon .stepicon01{width:55px;height:55px;}
.flow-step .stepicon .stepicon02{width:60px;height:56px;padding-bottom: 4px;}
.flow-step .stepicon .stepicon03{width:55px;height:55px;}
.flow-step .stepicon .stepicon04{width: 60px;height: 60px;padding-top: 5px;padding-left: 3px;}
.flow-step .stepicon .stepicon05{width: 58px;height: 58px;padding-top: 8px;}
.flow-step .flow-title{display:block;color:#08224a;font-size:20px;font-weight:850;margin-bottom:14px;text-decoration:none;transition:.2s}
.flow-step .flow-title:hover{color:#0964df}
.flow-step p{font-size:15px;color:#667892;margin:0;line-height:1.55}
.flow-step.final{background:linear-gradient(180deg,#1467e8 0%,#0750b7 100%);box-shadow: 0 5px 12px rgba(27, 71, 126, .045);border: 1.5px solid #1962ce;}
.flow-step.final:hover{box-shadow:0 26px 52px rgba(8,83,190,.28)}
.flow-step.final .stepno{color:#fff;background:none;border:0}
.flow-step.final .stepicon{background:#fff;border:0;box-shadow:none}
.flow-step.final .stepicon svg{stroke:#0964df}
.flow-step.final .flow-title{color:#fff;font-size:20px}
.flow-step.final p{color:#dceaff}
@media(max-width:1100px){.flow-arrow{padding:0 7px}.flow-arrow i{font-size:23px}.flow-step{padding-left:16px;padding-right:16px}}
@media(max-width:980px){.flow-row{grid-template-columns:1fr 1fr;gap:22px 16px}.flow-arrow{display:none}.flow-step{min-height:300px}}
@media(max-width:768px){.flow-row{grid-template-columns:1fr;gap:24px}.flow-step{min-height:auto;text-align:left;padding:24px;border-radius:22px}.flow-step .stepno{align-self:flex-start;margin-bottom:16px}.flow-step .stepicon{width:70px;height:70px;margin:0 0 10px}.flow-step .stepicon svg{width:31px;height:31px}.flow-step.final{text-align:left}}
@media(max-width:480px){
  .flow-step{text-align:center;padding:24px 20px}
  .flow-step.final{text-align:center}
  .flow-step .stepno{align-self:center;font-size:15px}
  .flow-step .stepicon{width:60px;height:60px;margin:0 auto 16px}
  .flow-step .stepicon .stepicon01,
  .flow-step .stepicon .stepicon03{width:42px;height:42px}
  .flow-step .stepicon .stepicon02{width:46px;height:42px;padding-bottom:3px}
  .flow-step .stepicon .stepicon04{width:46px;height:46px;padding-top:3px;padding-left:2px}
  .flow-step .stepicon .stepicon05{width:45px;height:45px;padding-top:5px}
  .flow-step .flow-title{font-size:20px}
  .flow-step p{font-size:16px;line-height:1.65}
  .footer .wrap {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
}
}


/* ============================================================
   FAQ Tab Navigation
   ============================================================ */
.faq-tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.faq-tab-btn {
    flex: none;
    position: relative;
    padding: 13px 45px 11px;
    background: #ffffff;
    border: 1px solid #e6ebf1;
    border-radius: 50px;
    color: #5b6b85;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    line-height: 1.4;
    letter-spacing: 0px;
    box-shadow: 0 2px 4px #eef1f396;
}

.faq-tab-btn:hover {
  background: #fff;
  border-color: #0061d5;
  color: #0061d5;
}

.faq-tab-btn.is-active {
  background: #0061d5;
  color: #fff;
  border-color: #0061d5;
}

.faq-tab-panel {
  display: none;
}

.faq-tab-panel.is-active {
  display: block;
}

@media screen and (max-width: 480px) {
  .faq-tab-nav {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .faq-tab-btn {
    flex: none;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
}

/* FAQ アイテム (team_businessplan スタイル) */
.section-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.section-faq .faq-item {
  overflow: hidden;
  border: 1.2px solid #d8dfe9;
  border-radius: 16px;
  background: #fff;
  /* padding: 8px 28px; */
  transition: .2s;
  box-shadow: 0 4px 6px rgba(15, 26, 46, .03);
}

.section-faq .faq-item.open {
  border: 1.5px solid #83adeced;
}

.section-faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 20px 35px;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  color: #1e2a3a;
  user-select: none;
  transition: background 0.15s;
  gap: 16px;
  line-height: 1.6;
}

.section-faq .faq-question:hover {
  background: #f5f9ff;
}

.section-faq .faq-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa5b4;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  transition: color 0.2s;
}

.section-faq .faq-item.open .faq-icon {
  color: #6b7a8d;
}

.section-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0px 28px;
  font-size: 20px;
  color: #4a5568;
  line-height: 1.7;
}

.section-faq .faq-item.open .faq-answer {
  max-height: 600px;
  padding: 16px 28px 28px 35px;
}

p.faq-line-h{
    line-height: 2.0;
    padding-bottom: 10px;
}

.section-faq .faq-answer1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0px 28px;
  font-size: 20px;
  color: #4a5568;
  line-height: 2.1;
}

.section-faq .faq-item.open .faq-answer1 {
  max-height: 600px;
  padding: 16px 28px 28px 35px;
}

@media screen and (max-width: 480px) {
  .section-faq .faq-list {
    margin-top: 20px;
  }

  .section-faq .faq-question {
    padding: 16px 17px 16px 20px;
    font-size: 18px;
    line-height: 1.5;
    gap: 10px;
  }


.section-faq .faq-icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
}

  .section-faq .faq-item.open .faq-answer {
    padding: 16px 17px 16px 20px;
    font-size: 17px;
  }

  .section-faq .faq-item.open .faq-answer1 {
    padding: 16px 17px 16px 20px;
    font-size: 17px;
    line-height: 1.8;
    height: 100%;
  }
}

/* ===== 主要機能カード (section_function_intro) ===== */
.section_function_intro {
    padding: 75px 0 65px;
    background: linear-gradient(0deg, #fbfdff 0%, #f8fbff 38%, #edf6ff 100%);
    border-top: 0px solid #e3eaf3;
}

.ofc-scene-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1.5px solid #3578e3;
  box-shadow: 0 0 7px rgba(167, 175, 186, 0.35);
  overflow: hidden;
  margin-top: 0;
}

.ofc-scene-card:last-child{
  margin-top: 50px;
}

.ofc-scene-card-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  background: #3578e3;
  padding: 16px 0px;
  align-items: center;
  justify-content: center;
}

.ofc-scene-card-title {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}

.ofc-scene-card-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  font-weight: 400;
}

.ofc-scene-card-body {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .section_function_intro {
    padding: 50px 0 45px;
  }

  .ofc-scene-card{
    margin-top: 8px;
  }

  .ofc-scene-card-header {
    flex-direction: column;
    gap: 6px;
    padding: 14px 18px;
  }

  .ofc-scene-card-title {
    font-size: 26px;
    text-align: center;
  }

  .ofc-scene-card-sub {
    font-size: 15px;
  }

.ofc-scene-card:last-child {
    margin-top: 30px;
}


}
/* ===== 主要機能カード END ===== */

/* ===== 解決できる課題（feat-block チャプターカード） ===== */
.tb-chapters {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 44px;
}

.tb-chapters1 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 44px;
}

.feat-block {
    display: grid;
    grid-template-columns: 1.9fr 1.1fr;
    gap: 25px 50px;
    align-items: center;
    /* background: #fff;
    border: 1.5px solid #e3e8ef;
    border-radius: 20px;
    padding: 30px 40px 47px;
    box-shadow: 0 4px 8px rgba(11, 25, 53, .05);
    margin-bottom: 35px; */
}

.feat-block1 {
    display: grid;
    grid-template-columns: 1.9fr 1.1fr;
    gap: 25px 50px;
    align-items: center;
    background: #fff;
    border: 1.5px solid #e3e8ef;
    border-radius: 20px;
    padding: 30px 40px 30px;
    box-shadow: 0 4px 8px rgba(11, 25, 53, .05);
    margin-bottom: 35px;
}

.h-space-block{
  margin-bottom: 65px !important;
}

.migration-compact {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 24px 50px;
    background: #fff;
    align-items: stretch;
}

.migration-compact {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    grid-template-rows: auto auto auto;
    align-items: stretch;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.feat-block.rev { grid-template-columns: 1.1fr 1.9fr; }
.feat-block.rev .feat-text { order: 2; }
.feat-block.rev .feat-visual { order: 1; }

.feat-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #3578e3;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 11px; */
  color: #317bf1e6;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

.feat-text h3 {
  font-size: 38px;
  font-weight: 700;
  color: #262b34;
  line-height: 1.5;
  margin: 0 0 15px;
}

.feat-text .lead {
  font-size: 20px;
  color: #5b6572;
  line-height: 1.6;
  margin: 0 0 26px;
}

.h-topspace{
  margin-bottom: 30px;
}

.feat-tag {
  display: inline-block;
  margin-left: 4px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #dae6ff;
  color: #3578e3;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}

.feat-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feat-check li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f8faff;
    /* border: 1px solid #e1e7f7; */
    border: 1px solid #adc6ea;
    border-radius: 8px;
    padding: 17px 15px;
    font-size: 19px;
    color: #414b59;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.3px;
}

.feat-check li .feat-sub{font-size:14px;font-weight:500;color:#5b6b85;letter-spacing: -0.3px;}
.feat-check li .feat-subtxt{font-weight: 300;font-size: 14px;color: #656d77;}
.feat-check li .feat-line{display:flex;flex-direction:column;gap:2px;}

.feat-check li:before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-radius: 50%;
  background-image:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='4.5 12.5 9.5 17.5 19.5 6'/></svg>"),
    linear-gradient(135deg, #3578e3, #3578e3);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 12px 12px, 100% 100%;
}

.feat-visual {
    aspect-ratio: 4 / 3;
    min-height: 260px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  /* 유지 */
    padding: 0px 24px 24px;       /* ← padding-top을 0으로 */
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0c1230 0%, #1657d6 60%, #3f8dff 100%);
}

#panel-1 .feat-text {
    grid-column: 1;
    grid-row: 1 / span 2;
}

#panel-1 .feat-visual {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
}

#panel-1 .point_stxt {
    grid-column: 2;
    grid-row: 2;
    margin: 158px 0 0 288px;
}

#panel-1 .feat-text-link {
    grid-column: 1;
    grid-row: 3;
}

.bg_ai{
  background-image: url(/images/lp/team_business/bg_ai.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 86px;
  width: 100%;
  padding: 110px 0px 90px;
}


.bg_cloudstorage{
  background-image: url(/images/lp/team_business/bg_drive1.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 78px;
  width: 100%;
  padding: 35px 0px 100px;
}

.bg_fileshare{
  background-image: url(/images/lp/team_business/bg_fileshare.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 46px;
  width: 100%;
  padding: 25px 0px 100px;
}

.bg_security{
  background-image: url(/images/lp/team_business/bg_security.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top:-13px;
  width: 100%;
  padding: 40px 0px 100px;
}


.bg_gateway {
    background-image: url(/images/lp/team_business/bg_gateway.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -5px;
    width: 100%;
    padding: 45px 0px 100px;  /* 120px → 20px (혹은 원하는 값으로) */
}


.video-line{
  border-radius: 19px;
}

.feat-visual .fv-icon {
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 16px;
}

.feat-visual .fv-label {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  line-height: 1.7;
  padding-left: 18px;
}

.feat-visual .fv-label-s {
  font-size: 22px;
  line-height: 1.35;
}

.feat-visual .fv-label1 {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}

.feat-visual .fv-sub {
  color: #cfe0fb;
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
}

/* ----- AI use-case grid ----- */
.ai-usecase-card {
  margin: 0;
  padding: 30px 40px;
  border-radius: 14px;
  margin-bottom: 35px;
  margin-top: 40px;
  border: 1.3px solid #bfc6da;
  background: #f2f4fa;
}

.ai-usecase-top {
  margin-bottom: 24px;
  max-width: 100%;
}

.ai-usecase-top .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background:#6967ee;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  padding: 7px 22px;
  border-radius: 99px;
  margin-bottom: 14px;
}

.ai-usecase-top h3 {
  font-size: 31px;
  font-weight: 700;
  color: #262b34;
  margin: 0 0 7px;
}

.ai-usecase-top p {
  font-size: 18px;
  color: #66758b;
  line-height: 1.65;
  margin: 0;
  max-width: 100%;
}

.ai-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ai-usecase-item {
  background: #fff;
  border: 1px solid #d9deea;
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 8px 20px rgba(19, 49, 91, 0.04);
}

.ai-usecase-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ai-usecase-ic {
  width: 42px;
  height: 42px;
  border-radius: 36px;
  background: #eff1ff;
  color: #6273f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ai-usecase-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #262b34;
  margin: 0;
}

.ai-prompt {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--navy-900) !important;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 11px 12px;
    margin-bottom: 10px !important;
}

.ai-prompt {
    background: #f2f5fd !important;
    border-color: 0px #d5e7ff !important;
    color: #4a4e5f !important;
}


.ai-usecase-item .ai-prompt {
  font-size: 16px;
  font-weight: 700;
  color: #262b34;
  background: #edf5ff;
  border: 0px solid #d5e7ff;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0 10px;
}

.ai-usecase-item .ai-prompt:before {
  content: "Q.";
  color: #3578e3;
  margin-right: 5px;
}

.ai-usecase-item .answer {
  font-size: 15px;
  color: #66758b;
  line-height: 1.7;
  margin: 0;
}

/* ----- Online office add-on (02) ----- */
.drive-office-mini {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background: #ebf4ff;
  border: 1.2px solid #a8c3eb;
  border-radius: 10px;
}

.drive-office-icon {
  width: 42px;
  height: 42px;
  border-radius: 36px;
  background: #cae3ff;
  color: #3578e3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: none;
}

.drive-office-copy b {
  display: block;
  font-size: 20px;
  color: #262b34;
  margin-bottom: 6px;
}

.drive-office-copy p {
  font-size: 15px;
  color: #66758b;
  line-height: 1.5;
  margin: 0;
}

.drive-office-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 56px;
}

.drive-office-tags span {
  font-size: 13px;
  font-weight: 800;
  color: #34506f;
  background: #fff;
  /* border: 1px solid #dfe7f1; */
  padding: 5px 15px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ----- Migration stat callout (02) ----- */
.migration-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  background: #f8fbff;
  border: 1px solid #cfe2fb;
  border-radius: 18px;
  padding: 20px 34px;
}

.stat-num {
  font-size: 32px;
  font-weight: 900;
  color: #3578e3;
  white-space: nowrap;
  line-height: 1;
}

.stat-num span {
  font-size: 14px;
  font-weight: 700;
  color: #66758b;
  margin-left: 3px;
}

.stat-copy {
  font-size: 16px;
  color: #66758b;
  line-height: 1.75;
}

.stat-copy small {
    display: block !important;
    margin-top: 5px;
    color: #8392a8;
    font-size: 11px;
    line-height: 1.6;
}

/* ----- Migration compact layout (02) ----- */
.feat-block.migration-compact {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  grid-template-rows: auto auto auto;
}

.migration-compact .feat-visual { grid-column: 1; grid-row: 1 / span 2; }
.migration-compact .feat-text { grid-column: 2; grid-row: 1; }
.migration-compact .feat-text-link { grid-column: 2; grid-row: 3; }
.migration-compact .drive-office-mini { grid-column: 2; grid-row: 2; }
.migration-compact .migration-stat { grid-column: 1 / -1; grid-row: 3; }

/* ----- Security certification badges (04) ----- */
.cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f5f8fc;
  border: 1px solid #dfe8f3;
  color: #414b59;
  font-size: 12.5px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 99px;
}

.cert-badge i {
  color: #3578e3;
  font-size: 11px;
}

@media screen and (max-width: 480px) {
  .tb-chapters {
    gap: 16px;
    margin-top: 32px;
  }

  .feat-block,
  .feat-block.rev,
  .feat-block.migration-compact {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
  }

  .feat-block.rev .feat-text,
  .feat-block.rev .feat-visual {
    order: initial;
  }

  .migration-compact .feat-visual,
  .migration-compact .feat-text,
  .migration-compact .drive-office-mini,
  .migration-compact .migration-stat {
    grid-column: 1;
    grid-row: auto;
  }

  .feat-num { width: 42px; height: 42px; font-size: 33px; margin-bottom: 4px; }

  .feat-text h3 { font-size: 24px; }

  .feat-text .lead { font-size: 17px; margin: 0 0 18px; }

  .feat-check { grid-template-columns: 1fr; }

  .feat-check li { font-size: 16px; padding: 14px 12px; }

  .feat-check li .feat-sub,
  .feat-check li .feat-subtxt { font-size: 14.5px; }

  .feat-visual { min-height: 200px; padding: 20px; }

  .feat-visual .fv-label { font-size: 20px;padding-left: 5px; }

  .feat-visual .fv-label1 { font-size: 22px;padding-left: 9px;}
  .feat-visual .fv-label-s {
    font-size: 18px;
    line-height: 1.25;
}

  .feat-visual .fv-sub { font-size: 13px; }

  .bg_cloudstorage,
  .bg_fileshare,
  .bg_security,
  .bg_gateway {
    margin-top: 0;
  }

  .h-topspace {
    margin-bottom: 20px;
  }

  .ai-usecase-card { padding: 20px 16px; margin-top: 28px; margin-bottom: 26px; }

  .ai-usecase-top { margin-bottom: 18px; }

  .ai-usecase-top h3 { font-size: 20px; }

  .ai-usecase-top p { font-size: 16px; }

  .ai-usecase-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ai-usecase-item { padding: 18px 16px; }

  .ai-usecase-head { margin-bottom: 10px; }

  .ai-usecase-ic { width: 36px; height: 36px; font-size: 16px; }

  .ai-usecase-item h4 { font-size: 17px; }

  .ai-prompt { font-size: 15px !important; }

  .ai-usecase-item .ai-prompt { font-size: 15px; }

  .ai-usecase-item .answer { font-size: 14px; }

  .drive-office-mini { padding: 14px 16px; }

  .drive-office-copy b { font-size: 17px; }

  .drive-office-copy p { font-size: 14px; }

  .drive-office-tags { padding-left: 0; }

  .migration-stat {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 20px;
  }

  .stat-num {
    font-size: 24px;
  }

  .stat-num span {
    font-size: 13px;
  }

  .stat-copy {
    font-size: 14px;
  }
}
/* ===== 解決できる課題 END ===== */

/* ===== 他社比較テーブル ===== */
.section_comparison {
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
  border-top: 0px solid #e3eaf3;
}

.cmp-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 22px;
  margin: 26px 0 0px;
  padding: 0 4px;
}

.cmp-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #66758b;
}

.cmp-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.cmp-legend .cmp-mark {
  width: 20px;
  height: 20px;
  font-size: 13px;
}

.mark-best {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  background: var(--blue-600);
  color: #fff;
}

.mark-ok {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2.4px solid #899cb7;
  background: transparent;
}

.mark-low {
  width: 27px;
  height: 25px;
  color: #aebbd0;
  display: inline-flex;
}

.mark-low svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mark-low1 {
  width: 27px;
  height: 25px;
  color: #8aa3cb;
  display: inline-flex;
}

.mark-low1 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cmp-scroll-hint {
  display: none;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: var(--ink-400);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 0px;
  /* border: 2px solid #bfc5d1; */
  background: #fff;
  padding: 0;
  margin-top: 12px;
  -webkit-overflow-scrolling: touch;
}

.section_comparison table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #bfc5d1;
  table-layout: fixed;
  min-width: 600px;
}

.cmp-col-label {
  width: 22%;
}

.cmp-col-best {
  width: 20%;
}

.cmp-col-other {
  width: 15.33%;
}

.section_comparison th,
.section_comparison td {
  padding: 22px 16px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1.2px solid #c5d1e1a6;
}

.section_comparison th:first-child,
.section_comparison td:first-child {
  text-align: left;
  font-weight: 800;
  color: #4b525b;
  font-size: 21px;
  padding-left: 30px;
  position: sticky;
  left: 0;
  background: #eff1f8;
  z-index: 4;
  /* border-right: 1px solid #d8e2ef; */
}

.section_comparison thead td {
  background: #526b8c;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  border-bottom: 1px solid #d8e2ef;
  position: relative;
}

.section_comparison thead td:first-child {
  background:#8890a1;
  color: #ffffff;
  border-radius: 0px 0 0 0;
}

.section_comparison thead td:last-child {
  border-radius: 0 0px 0 0;
}

.section_comparison thead td:not(.best-col) {
  padding-top: 20px;
  padding-bottom: 22px;
}

.section_comparison thead td:nth-child(n+3) {
  background: #8890a1;
  border-right: 1.2px solid #7f8490a6;
}

.section_comparison tbody td:nth-child(n+3) {
  background: #fafcff;
  border-right: 1.2px solid #7f8490a6;
}

.no-line{
  border-right: 0px !important;
}

.section_comparison tbody tr:nth-child(even) td:nth-child(n+3) {
  background: #fafcff;
}

.section_comparison tbody tr:last-child td {
  border-bottom: none;
}

.cmp-brand-note {
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #d3d8e3;
  margin-top: 0px;
  letter-spacing: -0.2pt;
}

.section_comparison td.best-col {
  background: #edf5ff;
  position: relative;
  z-index: 3;
  border-left: 3px solid #2962dd;
  border-right: 3px solid #2962dd;
}

.section_comparison thead td.best-col {
    background: #2962dd;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 20px 14px 18px;
    box-shadow: none;
    border-left: 3px solid #2962dd;
    border-right: 3px solid #2962dd;
    border-top: 3px solid #2962dd;
}

.comp_dcircle {
    color: #2574f5;
}

.comp_mark_s {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    -webkit-text-stroke: 0.8px currentColor;
} 
.comp_mark {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    -webkit-text-stroke: 0.8px currentColor;
}

.section_comparison thead td.best-col .bc-name {
  display: block;
  font-size: 29px;
  font-weight: 900;
  letter-spacing:0.02em;
  line-height: 1.25em;
}

.section_comparison thead td.best-col .bc-sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c2d6f1;
    margin-top: 0px;
}

.section_comparison td.best-col {
  box-shadow: none;
}

.section_comparison tbody tr:nth-child(even) td.best-col {
  background: #edf5ff;
}

.section_comparison tbody tr:last-child td.best-col {
  border-radius: 0;
  border-bottom: 3px solid #2962dd;
}

.compare-copy {
  font-size: 15px;
  color: var(--ink-500);
  font-weight: 700;
  line-height: 1.55;
  margin-top: 6px;
}

.best-col .compare-copy {
  color: #6c82a2;
  font-weight: 500;
}

.note-card {
  font-size: 14px;
  color: var(--ink-400);
  margin-top: 16px;
  text-align: left;
}

.section_comparison .note {
  font-size: 14px;
  color: var(--ink-400);
  margin-top: 16px;
  text-align: left;
}

.mobile-compare {
  display: none;
}

.mobile-compare-grid {
  display: grid;
  gap: 16px;
}

.mobile-compare-card {
  background: #f3f6fa;
  border: 1px solid #d8e2ef;
  border-radius: 20px;
  padding: 20px;
  box-shadow: none;
}

.mobile-compare-card.best {
  border: 1px solid #8fbdff;
  background: #eaf3ff;
  color: var(--navy-900);
  box-shadow: none;
}

.mobile-compare-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mobile-compare-head b {
  font-size: 20px;
  color: var(--navy-900);
}

.mobile-compare-card.best .mobile-compare-head b {
  color: var(--blue-600);
}

.mc-best-badge {
  display: none;
}

.mc-brand-note {
  font-size: 14px;
  font-weight: 500;
  color: #8093ad;
}

.mobile-compare-list {
  display: grid;
  gap: 9px;
}

.mobile-compare-list > div {
  border-top: 1px solid #d8e2ef;
  padding-top: 10px;
  font-size: 13px;
  color: var(--ink-700);
}

.mobile-compare-card.best .mobile-compare-list > div {
  border-color: #c5dcfb;
  color: #23466f;
}

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

.mc-row > span:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #445e86;
}

.mc-desc {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 100;
  color: #6c82a2;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .section_comparison {
    padding: 50px 0 45px;
  }

  .section_comparison .cmp-legend,
  .section_comparison .cmp-scroll-hint,
  .section_comparison .table-wrap {
    display: none;
  }

  .mobile-compare {
    display: block;
  }

  .mc-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mc-tab-btn {
    flex: 1 0 auto;
    border: 1px solid #d8e2ef;
    background: #fff;
    color: #5b6b85;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }

  .mc-tab-btn.active[data-mc-tab="0"] {
    border-color: var(--blue-600);
    background: var(--blue-600);
    color: #fff;
  }

  .mc-tab-btn[data-mc-tab="0"]:not(.active) {
    border-color: var(--blue-600);
    color: var(--blue-600);
  }

  .mc-tab-btn.active:not([data-mc-tab="0"]) {
    border-color: #4a5568;
    background: #4a5568;
    color: #fff;
  }

  .mobile-compare-card {
    display: none;
  }

  .mobile-compare-card.active {
    display: block;
  }

  .mobile-compare .mark-best {
    width: 25.5px;
    height: 25.5px;
    font-size: 11px;
  }

  .mobile-compare .mark-ok {
    width: 18.5px;
    height: 18.5px;
  }

  .mobile-compare .mark-low {
    width: 18.5px;
    height: 17px;
  }

  .mobile-compare .mark-low1 {
    width: 25px;
    height: 20px;
  }
}
/* ===== 他社比較テーブル END ===== */

/* ===== 料金プラン START ===== */
.section_plan {
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
  border-top: 0px solid #e3eaf3;
}

.accordion-wrap { max-width: 1400px; margin: 0 auto; padding: 0; }

.feat-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.feat-table { width: 100%; border-collapse: collapse; background: #fff; table-layout: fixed; }
.feat-table tr { border-bottom: 1px solid #d8dee3; transition: background .1s; }
.feat-table tr:last-child { border-bottom: none; }
.feat-table tr:hover { background: #F9FAFB; }
.feat-table td { padding: 14px 32px 14px 38px; font-size: 18px; vertical-align: middle; }
.feat-table td:first-child { color: #262626; width: 50%; border-right: 1px solid #d8dee3; }
.feat-table td:last-child { width: 50%; text-align: center; color: #262626; }
.feat-col-label { width: 50%; }
.feat-col-value { width: 50%; }
.feat-table tr.price-highlight-row td { font-weight: 700; font-size: 18px; }
.feat-table tr.price-highlight-row td.plan-overview-val .s-val { font-size: 18px; padding-left: 3px; font-weight: 300; }
.feat-table tr.price-highlight-row td.plan-overview-val .s-val-num { font-size: 23px; font-weight: 700; }

.note-mark { font-size: 10px; color: #E8244A; vertical-align: super; margin-left: 1px; }
.note-mark-b { font-size: 12px; color: #7ba5e3; vertical-align: super; margin-left: 1px; }
.s-yes { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; color: #1D72E8; font-size: 15px; font-weight: 700; }
.s-no { color: #CBD5E1; display: flex; align-items: center; justify-content: center; height: 100%; }
.s-partial { display: inline-flex; align-items: center; justify-content: flex-end; }
.s-partial::before { display: none; }
.s-val {
  display: inline-block; color: #262626;
  font-size: 17px; font-weight: 300;
  line-height: 1.6; text-align: center; white-space: nowrap;
}
.s-val-space { font-size: 15px; font-weight: 300; color: #1A1A2E; line-height: 1.8; text-align: center; }

.notes-standalone { margin-top: 13px; padding: 0px 4px; }
.notes-standalone .note { display: flex; gap: 10px; padding: 1px 0; font-size: 14px; color: #888; line-height: 1.5; }
.notes-standalone .note-n { color: #888; font-weight: 400; flex-shrink: 0; white-space: nowrap; }
.notes-standalone a { color: #1D72E8; text-decoration: underline; }
.notes-standalone .note1 { display: flex; gap: 0px; padding: 1px 0; font-size: 14px; color: #888; line-height: 1.5; }
.notes-standalone .note1-n { color: #888; font-weight: 400; flex-shrink: 0; white-space: nowrap; }

.spec-card-btns-num { display: flex; flex-direction: column; align-items: center; justify-content: center; }
a.spec-card-btn-ghost1 {
  background: #FF114A;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 7px 0px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  transition: background .15s, transform .1s;
  white-space: nowrap;
  width: 190px;
  margin-top: 5px;
}
a.spec-card-btn-ghost1:hover { background: #f2023a; transform: translateY(-1px); }

a.spec-card-btn-detail {
    background: #0061d5;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 0px;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    transition: background .15s, transform .1s;
    width: 190px;
    margin-top: 5px;
}

a.spec-card-btn-detail:hover { background: #f2023a; transform: translateY(-1px); }

.feat-link { color: #0061d5 !important; text-decoration: none; transition: color .15s; }
.feat-link:hover { color: #1557BF; }


.feat-link1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 800;
    color: #0061d5 !important;
    text-decoration: none;
    padding-top:3px;
}

.feat-link1:hover { color: #1557BF; }

.feat-link2{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 800;
    color: #0061d5 !important;
    text-decoration: none;
    padding-top:3px;
}

.feat-link2:hover { color: #1557BF; }

.feat-table-all { border: 1.5px solid #d8dee3; }
.feat-table-all tr.feat-cat-row td {
  width: 100% !important;
  text-align: left !important;
  background: #eceff3;
  border-top: 1px solid #DDE1E7;
  padding: 14px 38px 14px !important;
}
.feat-cat-title { font-size: 21px; font-weight: 700; color: #0D1B2E; letter-spacing: -.01em; }
.feat-table-all tr.feat-subcat-row td {
  width: 100% !important;
  text-align: left !important;
  background: #f5f7fa;
  border-top: 1px solid #d8dee3;
  border-bottom: 1px solid #d8dee3;
  padding: 14px 38px !important;
  font-size: 19px;
  font-weight: 700;
  color: #1A1A2E;
  letter-spacing: .01em;
}

@media (max-width: 900px) {
  .feat-table { table-layout: fixed; }
  .feat-table td { padding: 11px 13px; font-size: 14px; }
  .feat-table td:first-child { width: 52%; }
  .feat-table td:last-child { width: 48%; }
  .feat-col-label { width: 52%; }
  .feat-col-value { width: 48%; }
  .feat-table tr.price-highlight-row td.plan-overview-val .s-val-num { font-size: 20px;line-height: 1.2;}
  .feat-table tr.price-highlight-row td.plan-overview-val .s-val { font-size: 16px; }
  a.spec-card-btn-ghost1 { font-size: 16px; padding: 6px 0px; width: 145px; margin-top: 3px;}
  .notes-standalone { margin-top: 10px; }
  .notes-standalone .note { gap: 6px; font-size: 13px; line-height: 1.45; }
  .notes-standalone .note1 { font-size: 13px; line-height: 1.45; }
  .feat-table tr.price-highlight-row td { font-size: 16px; }
  .s-val { white-space: normal; font-size: 14px;display: contents; }
  .s-yes svg { width: 21px; height: 21px; }
  .s-no svg { width: 22px; height: 22px; }
  .s-partial svg { width: 20px; height: 20px; }
  .plan-overview-val { }
  .feat-cat-title { font-size: 16px; }
}

@media screen and (max-width: 480px) {
  .section_plan {
    padding: 50px 0 45px;
  }
  .accordion-wrap { padding: 0; }

  a.btn-download {
    font-size: 13px !important;
    padding: 5px 10px 6px !important;
    line-height: 1.3;
    width: 100%;
    justify-content: center;
  }

  .section_comparison .note {
    font-size: 12px;
    margin-top: 9px;
  }
}

@media (max-width: 720px) {
  .feat-table-scroll { overflow-x: visible; }
  .feat-table-all tr.feat-cat-row td { padding: 10px 13px 10px !important; }
  .feat-table-all tr.feat-subcat-row td { padding: 10px 13px !important; font-size: 14px; }
  .feat-cat-title { font-size: 15px; }
}
/* ===== 料金プラン END ===== */

/* ===== 導入事例 START ===== */
.section_case {
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
    background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);

}


.section_case .note {
  font-size: 14px;
  color: var(--ink-400);
  margin-top: 16px;
  text-align: left;
}


.case_wrap {
    /* background: url(/images/lp/lp_enterprise/bg_pattern_enterprise.png) 50% 26%; */
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
  border-top: 0px solid #e3eaf3;
}

/* ----- New case cards (tb-case-*) ----- */

.tb-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 18px;
}

.tb-case-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid #cad4e3;
  border-radius: 16px;
  box-shadow: 0 5px 6px rgba(15, 26, 46, 0.06);
  overflow: hidden;
  transition: 0.25s;
}

.tb-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(15, 26, 46, 0.11);
  border-color: #c9d8ee;
}

.tb-case-logo-wrap {
  height: 140px;
  background: #fff;
  /* border-bottom: 1px solid #edf1f6; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px 10px;
}

.tb-case-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tb-case-logo-wrap img.tb-logo-ihi {
  max-width: 62%;
  max-height: 62%;
}

.tb-case-logo-wrap img.tb-logo-tactsystem {
  max-width: 58%;
  max-height: 100%;
}

.tb-case-logo-wrap img.tb-logo-nipponbuilcon {
  max-width:53%;
  max-height: 100%;
}

.tb-case-logo-wrap img.tb-logo-kcs {
    max-width: 100%;
    max-height: 143%;
    width: 340px;
}

.tb-case-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px 30px 27px;
  flex: 1;
  height: 100%;
}

.tb-case-body1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 30px 25px;
  flex: 1;
  height: 100%;
}

.tb-case-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.case-photo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 2;
    overflow: hidden;
    background: #d9dde1;
  }

  .case-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tb-case-company b {
      font-size: 19px;
      color: #484d56;
      line-height: 1.35;
      letter-spacing: -.02em;
    }

.tb-case-company {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.tb-case-impact {
  display: inline-flex;
  align-items: center;
  width: max-content;
  background: #71a2f2;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 2px 15px 3px;
  border-radius: 99px;
}

.tb-case-tag {
  flex: none;
  background: #f5f7fa;
  color: #718096;
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid #e5eaf0;
  white-space: nowrap;
}

.tb-case-stats {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 1px solid #edf1f6;
    padding: 15px 5px 1px 5px;
}

.tb-case-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  /* background: #f8fbff;
  border: 1px solid #e2ebf6;
  border-radius: 14px;
  padding: 13px 14px; */
}

.tb-case-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 39px;
  background: #ecf4ff;
  color: #528ee1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  flex: none;
  /* border: 1px solid #e5e8ed; */
}

.tb-case-stat .num {
  display: block;
  font-size: 17.5px;
  font-weight: 900;
  color: #484d56;
  line-height: 1.45;
  letter-spacing: -.01em;
}

.tb-case-stat:nth-child(2) .num {
  font-size: 18px;
  letter-spacing: -.015em;
}

.tb-case-stat .lbl {
  display: block;
  font-size: 13px;
  color: #8493a8;
  font-weight: 400;
}

.tb-case-body p {
  font-size: 19px;
  color: #40464f;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  padding-top: 5px;
  /* padding-bottom: 5px; */
  letter-spacing: -0.2px;
}

.tb-case-list {
  display: flex;
  align-items: stretch;
}

.tb-case-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tb-case-text {
  border-top: 1px solid #edf1f6;
  padding-top: 11px;
  flex: 1;
}

.tb-case-arrow {
  margin-top: auto;
}

.tb-case-body p.case-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  color: #262b34;
  margin-bottom: 2px;
}

.tb-case-body p.case-desc {
  font-size: 17.5px;
  line-height: 1.55;
  color: #808ea1;
}

.tb-case-arrow {
  font-size: 15.5px;
  font-weight: 800;
  color: #3578e3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding-top: 10px;
  /* border-top: 1px solid #edf1f6;*/
}

.tb-case-arrow i {
  transition: transform 0.2s;
}

.tb-case-card:hover .tb-case-arrow i {
  transform: translateX(4px);
}

@media screen and (max-width: 480px) {
  .tb-case-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .tb-case-logo-wrap {
    height: 128px;
    padding: 22px 26px;
  }

  .tb-case-body {
    padding: 22px 20px 24px;
    gap: 12px;
  }

  .tb-case-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .tb-case-company b {
    font-size: 17px;
  }

  .tb-case-impact {
    font-size: 12.5px;
    padding: 2px 12px 3px;
  }

  .tb-case-text {
    padding-top: 8px;
  }

  .tb-case-body p.case-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .tb-case-body p.case-desc {
    font-size: 14px;
  }

  .tb-case-arrow {
    font-size: 14px;
    padding-top: 8px;
  }

  .tb-case-stats {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

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

.interview_company {
  display: grid;
  align-items: stretch;
  gap: 35px 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin: 40px auto 0;
}

.interview_check {
    width: 100%;
    padding: 0;
}

.interview_check #column-content {
    height: 100%;
}

.case-b {
  display: block;
  height: 100%;
  padding: 0;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  box-shadow: none;
}

.col2-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(20, 45, 90, 0.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.col2-2:hover {
    cursor: pointer;
    transform: translateY(-7px);
    box-shadow: 0 16px 32px rgba(20, 45, 90, 0.14);
    border-color: #bcd6fb;
}

.interview_thumb {
  width: 100%;
    height: 145px;
    flex-shrink: 0;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #eef2f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.interview_thumb img {
    height: auto;
}

.interview_thumb01 {
  width: 85%;
  margin-top: 4px;
}

.interview_thumb02 {
  width: 85%;
  margin-top: 4px;
}

.interview_thumb03 {
  width: 85%;
  margin-top: 4px;
}

.interview_thumb04 {
  width: 85%;
  margin-top: 4px;
}

.interview_text_area {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 28px 30px;
    height: auto;
    position: relative;
    background-color: #fff;
}

#column-content .case-b h3 {
    margin: 0px 0 10px;
    font-size: 19px;
    font-weight: 700;
    color: #16233f;
    line-height: 1.4;
    min-height: 2.8em;
}

#column-content .case-b .company_blue_box_m {
     display: inline-flex;
    align-self: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 999px;
    background-color: rgba(31, 140, 248, 0.1);
    border: 1px solid rgba(31, 140, 248, 0.22);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #1868d6;
    text-align: center;
    padding: 3px 17px;
    margin: 0 0 7px;
    position: initial;
}

#column-content .case-b p.txt-point-bl1 {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #5b6472;
    font-weight: 400;
    letter-spacing: 0pt;
    padding: 0;
    margin-top: 0;
    height: auto;
}

.case-highlight {
  color: #0b57d0;
  font-weight: 700;
  /* background: linear-gradient(180deg, transparent 68%, rgba(31, 140, 248, 0.16) 68%); */
  padding: 0 1px;
}

.case-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
}

.case-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(31, 140, 248, 0.1);
  color: #1868d6;
  font-size: 12px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.col2-2:hover .case-cta-icon {
  background: #1868d6;
  color: #fff;
  transform: translateX(3px);
}

@media screen and (max-width: 480px) {
  .eng_title_maintop {
    padding: 3px 18px 5px;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 1.4;
  }

  .case_wrap {
    padding: 45px 0 50px;
  }

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

  .interview_check {
    padding: 0 24px 16px;
  }

  .interview_thumb {
    height: 120px;
  }

  .interview_text_area {
    height: auto;
    padding: 22px 24px 26px;
  }

  #column-content .case-b h3 {
    font-size: 17px;
    min-height: 0;
  }

  #column-content .case-b .company_blue_box_m {
    font-size: 13px;
  }

  #column-content .case-b p.txt-point-bl1 {
    height: auto;
    font-size: 15px;
    line-height: 1.7;
  }

  .case-cta {
    margin-top: 14px;
  }

  .col2-2:hover,
  .col2-2:focus {
    transform: none;
  }
}

/* ============================================================
   CTA Spec Card
   ============================================================ */
.spec-card-section {
  background: linear-gradient(0deg, #eef3fb 0%, #ffffff 100%);
  padding: 60px 0 80px;
  /* background: linear-gradient(0deg, #edf6ff 25%, #edf6ff 100%); */
}
.spec-card-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
.cta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0642cb 0%, #0058c4 60%, #106def 100%);
  border-radius: 28px;
  padding: 50px 65px 45px;
  /* box-shadow: 0 24px 48px rgba(6, 40, 130, 0.22); */
}
.cta-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255,255,255,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.cta-card-ribbon {
  position: absolute;
  top: 30px;
  right: -54px;
  width: 200px;
  transform: rotate(45deg);
  background: #ffb020;
  box-shadow: 0 3px 8px rgba(0,0,0,.18);
  z-index: 2;
}
.cta-card-ribbon span {
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 900;
  color: #3b2700;
  letter-spacing: .03em;
}
.cta-card-top,
.cta-card-divider,
.cta-card-specs,
.cta-card-btns,
.cta-card-footnote {
  position: relative;
  z-index: 1;
}
.cta-card-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-card-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cta-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000e4363;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 5px 20px;
  border-radius: 100px;
  border: none;
  width: fit-content;
}
.cta-card-heading {
  font-size: 46px; font-weight: 900; color: #fff;
  letter-spacing: -.02em; line-height: 1.3; margin: 0; max-width: 800px;
}
.cta-card-price { flex: none; text-align: right; }
.cta-card-price-num {
  font-size: 82px; font-weight: 900; color: #fff;
  letter-spacing: -.02em; line-height: 1; white-space: nowrap;
}
.cta-card-price-num span {
  font-size: 30px; font-weight: 100; color: rgba(255,255,255,.8);
  margin-left: 4px;
}
.cta-card-price-num .cta-card-price-yen {
  font-size: 46px; font-weight: 700; color: #fff;
  margin-left: 0; margin-right: 10px;
}
.cta-card-price-note {
  margin-top: 9px;
  font-size: 17px;
  color: rgb(192 224 255 / 75%);
  white-space: nowrap;
}
.cta-card-divider {
  height: 1px;
  background: rgba(255,255,255,.22);
  margin: 28px 0 26px;
}
.cta-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  margin-bottom: 34px;
}
.cta-card-spec-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 18px; color: #fff;
}
.cta-card-spec-item b { font-weight: 700; }
.cta-card-spec-check {
  flex-shrink: 0; display: flex; align-items: center;
}
.cta-card-btns { display: flex; flex-direction: row; gap: 22px; flex-wrap: nowrap; width:80%; }
.cta-card-btns a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.cta-card-btns i { font-size: 14px; }
a.spec-card-btn-primary {
  flex: 1;
  background: #fff; color: #0058c4;
  font-size: 22px; font-weight: 700;
  padding: 15px 28px; border-radius: 100px; text-decoration: none;
  text-align: center; transition: background .15s, transform .1s; white-space: nowrap;
}
a.spec-card-btn-primary:hover { background: #F0F4FF; transform: translateY(-1px); }
a.spec-card-btn-ghost {
    flex: 1;
    background: #FF114A;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    transition: background .15s, transform .1s;
    white-space: nowrap;
}

a.spec-card-btn-ghost:hover { background: #f2023a; transform: translateY(-1px); }
.cta-card-footnote {
  margin: 18px 0 0;
  font-size: 14.5px;
  color: rgba(255,255,255,.65);
}

@media screen and (max-width: 480px) {
  .spec-card-section { padding: 10px 0 50px; }
  .spec-card-inner { padding: 0 20px; }
  .cta-card { padding: 36px 24px; border-radius: 20px; }
  .cta-card-ribbon { top: 24px; right: -50px; width: 170px; }
  .cta-card-ribbon span { font-size: 11px; padding: 5px 0; }
  .cta-card-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cta-card-badge { font-size: 13px; padding: 4px 14px; }
  .cta-card-badge-row { margin-bottom: 10px; }
  .cta-card-heading { font-size: 26px; max-width: 100%; }
  .cta-card-price { text-align: left; }
  .cta-card-price-num { font-size: 45px; }
  .cta-card-price-num span { font-size: 19px; }
  .cta-card-price-num .cta-card-price-yen { font-size: 34px; margin-right: 8px; }
  .cta-card-price-note { font-size: 14px; margin-top: 6px; }
  .cta-card-divider { margin: 22px 0 20px; }
  .cta-card-specs { grid-template-columns: 1fr; gap: 12px; margin-bottom: 26px; }
  .cta-card-spec-item { font-size: 15px; }
  .cta-card-spec-check svg { width: 18px; height: 18px; }
  .cta-card-btns { flex-direction: column; gap: 12px;width:100%; }
  a.spec-card-btn-primary, a.spec-card-btn-ghost { flex: none; width: 100%; text-align: center; font-size: 16px; padding: 14px 20px; }
  .cta-card-footnote { font-size: 12.5px; margin-top: 14px;text-align: center;}
}
/* ===== 導入事例 END ===== */



/* feature tabs */
  .feature-shell{
    background:#fff;border:1.8px solid #c1cee1;
    border-radius: 20px;
    box-shadow:0 3px 6px rgb(175 183 195 / 18%);overflow:hidden;
  }
  .tab-bar{
    display: flex;
    overflow-x: auto;
    /* border-bottom: 1px solid #d9dde6b3; */
    scrollbar-width: none;
    background: #ecf0f6;
  }
  .tab-bar::-webkit-scrollbar{display:none;}
  .tab-btn{
    flex: 1 1 0%;
    min-width: 20%;
    background: none;
    border: none;
    padding: 23px 0px;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 700;
    color: #717784;
    /* border-right: 1px solid #ccd1de; */
    box-shadow: inset 0 -3px 0 transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
    transform: translateZ(0);
  }
  .tab-btn .tab-num{font-size: 22px;color: #c6ccd4;letter-spacing: 1.8px;}
  .tab-btn.active .tab-num {color: #bfddff;letter-spacing: 1.8px;}
  .tab-btn.active{font-size: 21px;color: #ffffff;/* border-bottom-color: var(--red); */background: #2962dd;}
  .tab-btn:hover{color:#21252c;}
   .tab-panel{padding:35px 42px 55px;}
  @media (max-width:700px){.tab-panels{padding:0;}}
  .tab-panel{display:none;gap:0px;align-items:center;}
  .tab-panel.active{display:grid;}
  @media (max-width:800px){
    .tab-panel.active{grid-template-columns:1fr;}
    #panel-1 .feat-text,
    #panel-1 .feat-visual,
    #panel-1 .point_stxt,
    #panel-1 .feat-text-link {
      grid-column: 1;
      grid-row: auto;
    }
  }
  /* .tab-panel h3{font-size:21px;color:var(--navy);margin:0 0 14px;}
  .tab-panel ul{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:10px;}
  .tab-panel li{font-size:13.5px;color:var(--text);display:flex;gap:9px;align-items:flex-start;}
  .tab-panel li::before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0;} */
  .tab-visual{
    aspect-ratio:4/3;border-radius:14px;
    background:linear-gradient(135deg,var(--navy),var(--blue));
    display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;
    position:relative;overflow:hidden;
  }
  .tab-visual::after{
    content:"";position:absolute;inset:0;
    background:radial-gradient(400px 200px at 20% 20%, rgba(255,255,255,.18), transparent);
  }


  /****************** 動画 ******************/
   .ai-wrap{
    position:relative;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 65px;  /* 유지 */
  }

  .ai-logo{
    position: absolute;
    top: -52px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: linear-gradient(160deg, #2f6bff, #1a4fe0); */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgb(154 167 196 / 54%);
    z-index: 2;
    background-color: #2e6efe;
    background: linear-gradient(180deg, #ba03a9 10%, #7e08bb 25%, #4036e0 65%, #176fe5 95%);
  }

  .ai-img-logo{
    width: 70px;
  }

  .ai-card{
    position: relative;
    padding: 27px 12px 18px;
    border-radius: 18px;
    background: #ffffff;
    box-sizing: border-box;
    z-index: 0;
}

  .ai-card::before{
    /* position: relative;
    background: #fff;
    border: 1.5px solid #869bd9d4;
    border-radius: 18px;
    padding: 25px 20px 22px;
    box-shadow: 0 8px 30px rgba(60, 70, 110, .08); */

    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(130deg, #da6cf2 0%, #4d72ff 20%, #4d72ff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }

  /* video block embedded inside the answer */
  .video-block{
    margin:22px 0 26px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e2e5eb;
    background:#000;
  }
  .video-block video{
    display:block;
    width:100%;
    max-height:420px;
    background:#000;
  }
  .video-caption{
    padding:10px 16px;
    font-size:13px;
    color:#5b6472;
    background:#f7f8fa;
    border-top:1px solid #e2e5eb;
  }

  .input-box{
    margin-top:26px;
    border:1px solid #e2e5eb;
    border-radius:20px;
    padding:18px 18px 14px;
  }
  .input-text{
    font-size:15px;
    color:#2b2f36;
    padding:0 4px 18px;
  }
  .toolbar{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .pill{
    display:flex;
    align-items:center;
    gap:6px;
    border-radius:999px;
    padding:9px 16px;
    font-size:14px;
    border:1px solid #dfe2e8;
    background:#fff;
    color:#3a4048;
  }
  .pill.active{
    background:var(--btn-dark);
    color:#fff;
    border-color:var(--btn-dark);
  }
  .spacer{ flex:1; }

.spec-card-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 8px 0px;
    justify-content: center;
}

a.btn-download {
  background: #0061d5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 22px 7px;
  border-radius: 100px;
  text-decoration: none;
  border: 1.3px solid #0061d5;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .15s, color .15s, transform .1s, background .15s;
}
a.btn-download:hover { background: #0059c4; transform: translateY(-1px); }

a.btn-ghost {
  background: #ffffff;
  color: #0061d5;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 25px 7px;
  border-radius: 100px;
  text-decoration: none;
  border: 1.3px solid #0364d9a3;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .15s, color .15s, transform .1s, background .15s;
}

a.btn-ghost:hover { background: #0061d5; color: #ffffff; transform: translateY(-1px); }


a.btn-detail-link {
    width: 265px;
    height:56px;
    background-color: #3578e3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    font-size: 23px;
    padding: 0px 25px;
    gap: 10px;
}

a.btn-detail-link:hover { background: #1b65da; transform: translateY(-1px); }

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

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


.top-hspace-link{
      margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .tb-chapters1 {
    margin-top: 28px;
  }

  .top-hspace-link {
    margin-top: 0;
  }

  .feature-shell {
    border-radius: 16px;
  }

  .tab-bar {
    display: none;
  }

  .select_box_area {
    margin: 14px 14px 0;
  }

  #tbFeatureSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 18px 18px 16px;
    border: 1px solid #d5dbe6;
    border-radius: 8px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #2b3446;
  }

  .tab-panel {
    padding: 24px 18px 34px;
  }

  .ai-wrap {
    margin-top: 40px;
  }

  .ai-logo {
    top: -25px;
    left: -12px;
    width: 60px;
    height: 60px;
  }

  .ai-img-logo {
    width: 40px;
  }

  .ai-card {
    padding: 42px 14px 16px;
  }

  a.btn-detail-link {
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0 16px;
  }

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

  .app-btn-contents-arr {
    width: 18px;
    height: 18px;
    margin-left: 0;
    position: relative;
    top: 1px;
  }
}


