﻿@charset "utf-8";

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

h2.strength_title1 {
  color: #262b34;
    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:59px !important;
}

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

.eng_title_top {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #3578e3;
  padding: 0px 22px 3px;
  border-radius: 40px;
  border: solid 2px #3578e3bd;
  margin-bottom: 5px;
  line-height: 1.5;
  background-color: rgb(255 255 255 / 80%);
}



.eng_title_s{
  font-size:20px !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;
}


.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 {
  background: url(/images/lp/dc_office/dc_office_main_bg.png) center 210%;
  background-size: 74% !important;
  background-repeat: repeat-x;
}


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

/* ===================== PC VERSION ===================== */
.main_v_warp {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 75px 72px 50px 72px;
  background: linear-gradient(136deg, #ffffff 0%, #f8fbff 38%, #e6f3ff 85%, #1565c0 100%);
  overflow: hidden;
  min-height: 560px;
  justify-content: center;
}

/* Blue geometric panel — right side */
.main_v_warp::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 28%; height: 100%;
  background: linear-gradient(100deg, #015adf 0%, #0151c5 50%, #0034c4 100%);
  clip-path: polygon(27% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

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

/* 2本目の斜め線 + パターンオーバーレイ */
.mv_deco_layer {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}

.mv_deco_layer::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(153 196 248);
  /* 青パネル左辺に合わせる: 上(79.56%=72%+28%×27%) → 下(72%) */
  clip-path: polygon(79.56% 0%, 72% 100%, 70.5% 100%);
}

/* パターン画像オーバーレイ */
.mv_deco_layer::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(/images/lp/dc_office/mv_bg_pattern_v1.png);
  background-size: 40%;
  background-repeat: repeat;
  background-position: right top;
  clip-path: polygon(79.56% 0%, 100% 0%, 100% 100%, 72% 100%);
  opacity: 0.12;
}

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



.title_block {
  position: relative;
  z-index: 2;
  /* only as wide as the left/white zone */
  max-width: 100%;
  margin-bottom: 0;
}

.main_title_text {
  font-size: 66px;
  font-weight: 900;
  color: #111;
  letter-spacing: -2px;
  line-height: 1.05;
  margin-bottom: 12px;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
}


img.mv_title_img {
    width: 100%;
    max-width: 1090px;
}


.main_subtitle_blue {
  font-size: 46px;
  font-weight: 700;
  color: #0338B0;
  margin-bottom: 4px;
  letter-spacing: 0.4px;
  line-height: 1.45;
  margin-top: 22px;
}

.main_subtitle_grey {
  font-size: 27px;
  color: #001450;
  font-weight: 500;
  line-height: 1.45;
  font-weight: bold;
}

/* ---- 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: 52px; }
  .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: 80px 0px 80px;
    min-height: auto;
    background: linear-gradient(136deg, #ffffff 0%, #f8fbff 40%, #e6f3ff 100%);
  }

  .main_v_warp::before,
  .main_v_warp::after {
    top: auto;
    bottom: 0;
    right: -33px;
    width: 70%;
    height: 100%;
  }

  

    .main_v_warp::before{
    clip-path: polygon(117% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .mv_deco_layer::before {
    clip-path: polygon(40.25% 100%, 105% 14%, 105.25% 14%, 34.25% 100%);
    left: 15px;
  }

  .mv_deco_layer::after {
     clip-path: polygon(122% 0%, 106.25% 0%, 106.25% 100%, 38.25% 100%);
  }



  .title_block {
    text-align: center;
  }

  img.mv_title_img {
    max-width: 340px;
  }

  .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: 25px 0px 0px !important;
    background-color: transparent !important;
}

.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;
    background-color: #f4fafd;
    padding: 65px 0 75px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 38%, #edf6ff 100%);
}



.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 {
    font-size: 17px;
    padding: 65px 0 75px;
    background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}



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



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

.section_function_intro {
  padding: 10px 0 70px;
  background-color: #ffffff;
}


.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 25%, #deecfd 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:2px solid #0061d5 !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 25%, #deecfd 100%);
}


.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: right;
      transition: background-color .3s ease,transform .3s ease;
  }



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

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


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

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

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


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

.keyv .mv{
  padding: 0;
}

.keyv {
    background-color: #ffffff;
}


.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: 120px !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;
}

.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:100%;
  position: relative;
}



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




select#selectBox,
select#selectBox-sec,
select#selectBox-thi {
  width: 100%;
  /* background: border-box; */
  padding: 14px;
  border-radius: 8px;
  font-size: 22px;
  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;
}



}


/* ============================================================
   Section: Solution
   ============================================================ */
.section_solution {
  font-size: 17px;
  position: relative;
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}

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

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

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

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

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

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

  .office-feature-title h4 {
    font-size: 18px;
  }

  .office-feature-item p {
    margin-left: 34px;
    font-size: 15px;
    line-height: 1.6;
  }
}


/* ============================================================
   FAQ Tab Navigation
   ============================================================ */
.faq-tab-nav {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.faq-tab-btn {
  flex: 1;
  position: relative;
  padding: 15px 10px 13px;
  background: #eef3fa;
  border: 1.5px solid #cad3e0;
  border-radius: 50px;
  color: #616773;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.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: 12px;
    margin-top: 20px;
  }

  .faq-tab-btn {
    flex: 1 1 calc(50% - 0px);
    padding: 12px 6px 9px;
    font-size: 19px;
    letter-spacing: -0.5px;
  }
}

/* FAQ アイテム (team_businessplan スタイル) */
.section-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.section-faq .faq-item {
  background: #fff;
  border: 1px solid #ced5e0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.section-faq .faq-item.open {
  border-color: #b8c8e8;
}

.section-faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 24px 23px 35px;
  cursor: pointer;
  font-weight: 600;
  font-size: 23px;
  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: 21px;
  color: #4a5568;
  line-height: 1.55;
}

.section-faq .faq-item.open .faq-answer {
  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_function_intro) ===== */
.section_function_intro {
  padding: 65px 0 75px;
  background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}

.ofc-scene-card {
  background: #ffffff;
  border-radius: 14px;
  border: 2.5px solid #3578e3;
  box-shadow: 0 0 7px rgba(167, 175, 186, 0.35);
  overflow: hidden;
  margin-top: 30px;
}

.ofc-scene-card:last-child{
  margin-top: 60px;
}

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

/* ===== 他社比較テーブル ===== */
.section_comparison {
  padding: 65px 0 75px;
    background: linear-gradient(0deg, #ffffff 25%, #deecfd 100%);
}

.comp_table_wrap {
  overflow-x: auto;
  margin-top: 40px;
}

.comp_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #bfc5d1;
  table-layout: fixed;
  min-width: 600px;
}

.comp_table td,
.comp_table th {
  padding: 18px 20px;
  border: 1px solid #d6dbe4;
  vertical-align: middle;
  line-height: 1.7;
}

.comp_table thead tr {
  background: #8f96a6;
}

.comp_th_item {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  background: #8f96a6;
  width: 27%;
}

.comp_table th.comp_th_dc {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  background: #2962dd;
  border-left: 4px solid #2962dd;
  border-right: 4px solid #2962dd;
  border-top: 4px solid #2962dd;
  width: 23%;
}

.comp_th_other {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  background: #8f96a6;
  width: 23%;
}

.comp_td_item {
  background: #f5f5f7;
  color: #555555;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}

.comp_table td.comp_td_dc {
  background: #edf5ff;
  border-left: 4px solid #2962dd;
  border-right: 4px solid #2962dd;
  text-align: center;
}

.comp_table tbody tr:last-child .comp_td_dc {
  border-bottom: 4px solid #2962dd;
}

.comp_td_other {
  text-align: center;
  color: #555;
}

.comp_mark {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  -webkit-text-stroke: 0.8px currentColor;
}

.comp_dcircle {
  color: #2574f5;
}

.comp_circle {
  color: #2574f5;
}

.comp_triangle {
  color: #739fe7d6;
}

.comp_note {
  font-size: 17px;
  color: #858383;
  font-weight: 100;
  display: block;
  margin-top: 2px;
}

.comp_disclaimer {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  text-align: left;
}

.note-mark {
    font-size: 11px;
    color: #E8244A;
    vertical-align: super;
    margin-left: 1px;
}

@media screen and (max-width: 768px) {
  .section_comparison {
    padding: 50px 0 45px;
  }

  .comp_table_wrap {
    margin-top: 28px;
  }

  .comp_th_item,
  .comp_table th.comp_th_dc,
  .comp_th_other {
    font-size: 16px;
    padding: 12px 10px;
  }

  .comp_td_item {
    font-size: 14px;
    padding: 12px 10px;
  }

  .comp_td_dc,
  .comp_td_other {
    padding: 12px 8px;
  }

  .comp_mark {
    font-size: 22px;
  }

  .comp_note {
    font-size: 13px;
  }
}

.comp_th_dc {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #2962dd;
  border-left: 4px solid #2962dd;
  border-right: 4px solid #2962dd;
  border-top: 4px solid #2962dd;
}

.comp_td_dc {
  background: #edf5ff;
  text-align: center;
  border-left: 4px solid #2962dd;
  border-right: 4px solid #2962dd;
}

.comp_td_dc:last-child {
  border-bottom: 4px solid #2962dd;
}

@media screen and (max-width: 480px) {
  .comp_th_item,
  .comp_td_item,
  .comp_th_dc,
  .comp_th_other,
  .comp_td_dc,
  .comp_td_other {
    font-size: 16px !important;
    width: auto !important;
  }

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



  .flex_right dl,
  .flex_left dl {
    margin: 0;
  }

  .flex_right dt,
  .flex_left dt,
  .flex_left dd {
    padding: 16px 15px 12px;
    line-height: 1.4;
    height: 68px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #d6dbe4;
    border-top: none;
  }

  .flex_right dt:first-child,
  .flex_left dt {
    height: auto;
    padding: 20px 6px;
    border-top: 1px solid #d6dbe4;
  }

  .flex_right dt.comp_td_item {

  }

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

  .hscroll ul {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

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

  .flex_left dt.comp_th_dc,
  .flex_left dd.comp_td_dc {
    border-left: 3px solid #2962dd;
    border-right: 3px solid #2962dd;
  }

  .flex_left dt.comp_th_dc {
    border-top: none;
  }

  .flex_left dd.comp_td_dc:last-child {
    border-bottom: 3px solid #2962dd;
  }

  .flex_left dd.comp_td_other {
    background: #fff;
  }

  .comp_mark {
    font-size: 22px;
  }

  .comp_note {
    font-size: 14px;
    margin-top: 5px;
  }

  .flex_right dt:nth-child(3),
  .flex_left li dd:nth-child(3) {
    height: 100px;
  }
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(180deg, rgb(193 193 193 / 15%) 0, rgb(255 0 0 / 0%) 16px, rgb(81 37 37 / 0%)) !important;
}
/* ===== 他社比較テーブル END ===== */