@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}

/* ヘッダー下の余白消す */
.breadcrumb{
    margin-bottom:0;
}
.site-body{
    margin-top:0;
    padding-bottom:0;
}

/*--------------------------------------------------------

共通の指定 START

--------------------------------------------------------*/
article #veeam > div > div {
  margin: 0;
}
article #veeam > div {
  margin: 0;
}
article #veeam section {
  margin: 0;
}
article #veeam h4 {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
article #veeam li {
  line-height: 1.6;
}
article #veeam p {
  letter-spacing: 0.08em;
  margin-bottom: 0;
  line-height: 1.8;
  color:#111111;
}
#veeam .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#veeam a {
  color: #333;
  text-decoration: none;
}
#veeam img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#veeam .note {
  font-size: 14px;
  text-align: left;
}
#veeam {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
#veeam .inner_layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
#veeam .br_no_pc {
  display: none;
}
#veeam .br_no_sp {
  display: block;
}
#veeam h2 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 4rem;
  color:#000f33;
}
#veeam h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #2d60d7;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -30px;
  border-radius:10px;
}
#veeam p.subtitle {
  color: #e0726e;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
#veeam h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  border: none;
  font-weight:500;
  color:#111;
}
#veeam h4 {
  font-size: 22px;
  border-bottom: none;
}
#veeam .text{
    font-size:1.2rem;
    margin:0 auto 1rem;
    text-align:center;
}
#veeam .lead {
  text-align: center;
}
#veeam .btn{
    margin:0 auto;
}
#veeam .btn a {
  width: 450px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #2d60d7;
  padding: 0 30px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: ease all .3s;
}
#veeam .btn a:hover {
  background: #000f33;
}
#veeam .image_space {
  margin:2rem 0;
  display:inline-block;
}
#veeam .p_space {
  margin:2rem 0;
}
#veeam .band_title {
  font-size: 18px;
  background: #fff100;
  padding: 5px 20px;
  border-radius: 8px;
  display: inline-block;
  margin: 1rem 0 0.5rem;
}
#veeam i.arrow {
  width: 0.35em;
  height: 0.35em;
  border-top: solid 2px #2d60d7;
  border-right: solid 2px #2d60d7;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -0.13em;
}
#veeam .wrap_youtube {
  width: 70%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
#veeam .shadow {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

#veeam .grid{
    display:grid;
    gap:2rem;
}
#veeam .column3{
 grid-template-columns:repeat(3, auto);
 }
 #veeam .column2{
 grid-template-columns:repeat(2, auto);
 }
 
 #veeam .w80 {
    width:80%;
}
 

 /* 背景グレー */
 #veeam .grey-container{
     background:#f5f5f5;
  }
   #veeam .white-container{
     background:#fff;
     border-radius:12px;
     padding:1rem;
  }


/* /////////// 1200以下用 /////////// */
@media only screen and (max-width: 1200px) {
  #veeam .inner_layout {
    max-width: 90%;
  }
}
/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
.site-body__inner{
    max-width: 90%;
}
  #veeam .inner_layout {
    max-width: 90%;
    padding: 40px 0;
    text-align: center;
  }
  #veeam h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #veeam h2.title:after {
    height: 3px;
    bottom: -20px;
  }
  #veeam p.subtitle {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  #veeam h3 {
    font-size: 24px;
    text-align: center;
  }
  #veeam h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  #veeam .btn a {
    font-size: 15px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
  }
  #veeam .br_no_pc {
    display: block;
  }
  #veeam .br_no_sp {
    display: none;
  }
  #veeam .image_space {
    margin-top: 20px;
  }
  #veeam .p_space {
    margin-top: 20px;
  }
  
  #veeam .text{
      max-width:90%;
      font-size:1.1rem;
  }
  
  #veeam .column3{
      grid-template-columns:repeat(1, auto);
    }
  
   #veeam .w80 {
    width:100%;
}
}


#veeam #news .info_tab_wrap {
  display: inline-block;
}


/*--------------------------------------------------------

メインビジュアル

--------------------------------------------------------*/
#veeam main {
  width: 100%;
  min-height: 450px;
  background: url("/dcms_media/image/veeam-top-img2.png") no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: center;
}
#veeam main .inner_layout {
  text-align: center;
  padding: 0;
}
#veeam main h1 {
  font-size: 26px;
  color: #fff;
  margin-top: 20px;
}
#veeam main .mv_logo {
  width: 200px;
  background: #fff;
  margin: 5px auto 0;
  border-radius: 4px;
}
#veeam main p {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  text-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px #000000;
}
#veeam main .mv_btn a {
  width: 300px;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  margin: 40px auto 0;
  background: none;
  border: solid 2px #fff;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
}
#veeam main .mv_btn a:hover {
  background: #fff;
  color: #333;
}
/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
  #veeam main {
    width: 100%;
    min-height: 600px;
    position: relative;
  }
  #veeam main .inner_layout p {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}
/*--------------------------------------------------------

ページメニュー

--------------------------------------------------------*/
#veeam .veeam_menu ul {
  display: flex;
}
#veeam .veeam_menu ul li {
  background-color: #003059;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  width: 25%;
  height: 60px;
  line-height: 60px;
  position: relative;
}
#veeam .veeam_menu ul li a {
  color: #fff;
  display: block;
  position: relative;
}
/*外部リンクアイコンのスタイル */
#veeam .veeam_menu ul li a.external_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; /* 文字とアイコンの間隔 */
}
#veeam .veeam_menu ul li a .arrowOff {
  display: inline-flex;
  align-items: center;
}
#veeam .veeam_menu ul li a .external_link_icon {
  width: 14px; /* アイコンサイズを調整 */
  height: 14px;
  margin-left: 5px; /* 文字との間隔調整 */
  vertical-align: middle; /* 文字と揃える */
  }
#veeam .veeam_menu ul li a.btn:hover {
  color: #000;
}
#veeam .veeam_menu ul li.menu_current {
  background-color: #fff;
}
#veeam .veeam_menu ul li.menu_current a {
  color: #333;
}
#veeam .veeam_menu ul li i {
  width: 16px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
  position: relative;
  top: -22px;
}
/* /////////// マウスオーバー時のアクション START /////////// */
#veeam .btn_hover {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: .3s;
}
#veeam .anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
#veeam .anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
#veeam .anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
#veeam .btn_hover:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
#veeam .btn_hover:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: transparent;
  }
}
/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
  #veeam .veeam_menu ul {
    flex-wrap: wrap;
  }
  #veeam .veeam_menu ul li {
    width: 50%;
    height: auto;
    line-height: 50px;
  }
}

/*--------------------------------------------------------

NEWS

--------------------------------------------------------*/
#veeam #news ul {
  width: 90%;
  margin: 0 auto 4rem;
}
#veeam #news time {
  margin-right: 10px;
  color: #666;
}
#veeam #news ul li {
  border-bottom: #ccc 1px dotted;
  padding: 15px 0;
  text-align: left;
}
#veeam #news ul li:last-child {
  border: none;
}

#veeam #news ul li a:hover {
  color: #999;
}
#veeam #news .info_tab_wrap {
  display: inline-block;
}

/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
  #veeam #news ul {
    width: 100%;
    margin: 0 auto 4rem;
  }
  #veeam #news time {
    display: inline-block;
  }
  #veeam #news .info_tab_wrap {
    display: block;
    margin-bottom: 7px;
  }
  #veeam #news a.btn {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    display: block;
  }
}

#veeam h2.ttl-border {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 4px;
  margin:3rem 0 2rem;
  border-bottom: 1px solid #005cca;
  position: relative;
  text-align:left;
}
#veeam h2.ttl-border:after {
    display:none;
}
@media screen and (max-width: 992px) {
  #veeam h2.ttl-border {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  #veeam h2.ttl-border {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
#veeam h2.ttl-border:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #veeam h2.ttl-border:not(:first-child) {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------

Veeamとは

--------------------------------------------------------*/
#veeam #about {
  background: #f5f5f5 !important;
}
#veeam #about .about_wrap {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
#veeam #about .about_box {
  width: 32%;
  padding:2rem;
}
#veeam #about .about_box h4{
    margin:1rem 0;
    font-weight:500;
}
#veeam #about .about_box img {
  width: 25%;
}
#veeam #about .about_box ul{
    padding:0;
}
#veeam #about .about_box li{
    list-style-type:disc;
    text-align:left;
    margin-left:1.5rem;
}


/* 緑背景 */
#veeam #about  .about-container{
  --veem-bg-1:#21b36a;   /* 左：やや濃いグリーン */
  --veem-bg-2:#6ec471;   /* 右：明るめグリーン */
  --veem-text:#ffffff;

  position: relative;
  color: var(--veem-text);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(100deg, var(--veem-bg-1), var(--veem-bg-2));
  overflow: hidden;
  isolation: isolate; /* ::beforeのブレンドを限定 */
}

/* レイアウト */
#veeam #about .about-container .logo{
  width:20%;
  margin:0 auto;
  display:block;
}

/* 見出し */
#veeam #about .about-container h3{
  font-weight: 600;
  font-size: 4rem;
  color: var(--veem-text);
}

/* テキスト */
#veeam #about .about-container p{
  color: var(--veem-text);
  font-weight:500;
}

#veeam .issue_logo{
    width:40%;
}
#veeam .issue_box{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#veeam .issue_image{
    width:38%;
}
#veeam .issue_title_wrap{
    width:60%;
    margin-top:2rem;
}
#veeam .issue_title{
    display:flex;
    align-items:center;
    margin:0 auto 1rem;
}
#veeam .issue_title p{
    font-size:1.2rem;
    font-weight:500;
    text-align:left;
    line-height:1.2;
}
#veeam .issue_title h3{
    font-size:1.2rem;
    text-align:left;
    padding-left:10px;
    line-height:1.7;
    font-weight:400;
}
#veeam .issue_title_circle{
    padding-right:1rem;
}
#veeam .circle-in{
    width:80px;
    height:80px;
    background:#2d60d7;
    border-radius:50%;
    color:#fff;
    font-weight:700;
    line-height:80px;
    font-size:1.1rem;
}


/* マイグレーション */

#veeam #migration .flex{
    flex-wrap:wrap;
    justify-content:center;
    gap:2%;
}
#veeam #migration .flex .container{
    width:31%;
    margin-bottom:2%;
    background:#f5f5f5;
    border-radius:20px;
}
#veeam #migration .circle-in{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:13px;
}
#veeam #migration .issue_title p{
    font-size:1.2rem;
}

/* 移行例 */
#veeam #migration .exsample_wrap{
    position: relative;
    border:2px solid #0e904a;
    border-radius:20px;
    padding:2rem 0;
    margin-bottom:2rem;
}
#veeam #migration .exsample_wrap h3{
    position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1rem;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  color:#0e904a;
}


/* 下矢印 */
#veeam .arrow {
  display: inline-block;
  width: 140px;
  height: 45px;
  background: #0e904a;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin:20px 0;
}

#veeam #about .box{
    width:55%;
    margin:0 auto 4rem;
    border-radius:20px;
    background:#f5f5f5;
    padding:2rem;
}
#veeam #about .box p{
    font-size:1.2rem;
    margin-bottom:1rem;
}
#veeam #about .box .flex{
    justify-content:center;
    align-items:center;
}
#veeam #about .box .flex p{
    font-size:1.5rem;
    width:37%;
    text-align:left;
    font-weight:500;
}
#veeam #about .box .flex .icon{
    width:8%;
    margin-right:1rem;
    object-fit:contain;
}

#veeam #about .grid img{
    width:35%;
}
#veeam #about .grid h4{
    line-height:1.4;
    margin-bottom:1rem;
    font-weight:500;
}

#veeam #about .security{
background:#e7fbf0;
border-radius:20px;
border:1px solid #21d572;
}
#veeam #about .recovery{
background:#e1f5fc;
border-radius:20px;
border:1px solid #22baf1;
}
#veeam #about .freedom{
background:#eeedff;
border-radius:20px;
border:1px solid #877cfb;
}

#veeam #issue .flex{
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
#veeam #issue .flex .container{
    width:49%;
    margin-bottom:3%;
    background:#f5f5f5;
    border-radius:20px;
}

#veeam #issue .flex .issue_container{
    width:32%;
    border-radius:20px;
    padding:1rem;
}


#veeam #issue .link-title{
    color:#2d60d7;
    font-weight:600;
    font-size:1.5rem;
}

/* ===== アンカーリンクメニュー ===== */
#veeam ul.link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
  margin: 2rem auto;
  padding: 0;
  gap:1rem;
  text-align:center;
}

#veeam ul.link li {
  width:49%;
}

#veeam ul.link a {
  position: relative;
  display: block;
  color: #fff;
  background:#2d60d7;
  border-radius:10px;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 10px 10px 30px 10px;
  transition: all 0.3s ease;
}

/* 矢印 */
#veeam ul.link a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 0.8em;
  height: 0.8em;
  border: 0.12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) rotate(135deg) scale(0.7);
  transition: all 0.3s ease;
}
#veeam ul.link a:hover::after {
  bottom: 10px;
}


/* スマホ対応：縦並び */
@media (max-width: 640px) {
  #veeam ul.link {
    flex-direction: column;
    gap: 12px;
  }
}


/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
  #veeam #about .about_wrap {
    display: block;
    width: 70%;
  }
  #veeam #about .about_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #veeam #about div:last-of-type {
    margin-bottom: 0;
  }
  
  #veeam #issue .flex{
      justify-content:center; 
  }
      
  #veeam #issue .issue_logo{
      width:90%;
      }
    #veeam .issue_box{
        display:block;
    }
    #veeam .issue_title_wrap{
        width:100%;
    }
    #veeam .issue_title{
        display:block;
    }
    #veeam .issue_title_circle{
        padding:0;
    }
    #veeam .circle-in{
        width:70px;
        height:70px;
        line-height:70px;
        font-size:1.1rem;
        margin:0 auto;
    }
    #veeam .issue_title h3{
        padding:0 0 1rem 0;
        font-size:1.1rem;
    }
    #veeam .issue_title p{
        text-align:center;
        font-size:1.2rem;
        margin-top:1rem;
    }
    #veeam .issue_image{
        width:100%;
    }
    #veeam #issue .flex .issue_container{
        width:55%;
    }
    #veeam #issue .flex .issue_container.grey-container{
        width:100%;
        margin-bottom:1rem;
    }
    
    
    #veeam #about .box{
        width:70%;
    }
    #veeam #about .box .flex .icon{
        width:10%;
    }
    #veeam #about .box .flex p{
        width:50%;
        margin:0;
    }
}
/*--------------------------------------------------------

Smartsheetの主な特長

--------------------------------------------------------*/
#veeam .feature_wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#veeam .feature_box{
    width:31%;
    margin-bottom:3%;
}
#veeam .feature_box span{
    display:block;
    background:#f5f5f5;
    text-align:center;
    padding:10px;
    font-weight:600;
    font-size:1.2rem;
    margin-bottom:1rem;
}
#veeam .feature_box p{
    text-align:left;
    margin-top:1rem;
}
/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
    #veeam .feature_box{
        width:48%;
    }
    #veeam .feature_box span{
        font-size:1rem;
    }
    #veeam .feature_box p{
        font-size:0.9rem;
    }
}

/*--------------------------------------------------------

様々な活用シーン

--------------------------------------------------------*/
#veeam #scene ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
} 
#veeam #scene li{
    width:24%;
    margin-bottom:1.5%;
}
/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
    #veeam #scene li{
        width:48%;
        margin-bottom:5%;
    }
}

/*--------------------------------------------------------

お客様に提供する「価値」

--------------------------------------------------------*/
#veeam #value ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0;
    margin:2rem 0;
}
#veeam #value ul li{
    width:24%;
    text-align:center;
    background:#f5f5f5;
    padding:2rem;
    border-radius:18px;
}
#veeam #value ul li img{
    width:100%;
}
#veeam #value ul li p{
    letter-spacing:0.08rem;
    font-weight:600;
    font-size:1.3rem;
    color:#333333;
}
#veeam #value .value_wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#veeam #value .value_box{
    width:48%;
    border:1px solid #0e904a;
    margin-bottom:3%;
    border-radius:14px;
    overflow:hidden;
}
#veeam #value .value_box h4{
    background:#0e904a;
    color:#fff;
    padding:1rem;
}
#veeam #value .value_box p{
    margin:10px 0 20px;
}
#veeam #value .value_inner{
    display:flex;
    padding:15px 30px;
    text-align:left;
    align-items:center;
}
#veeam #value .value_inner img{
    width:15%;
}
#veeam #value .value_inner p{
    margin:0 0 0 1rem;
}
#veeam #value .value_inner p span{
    display:block;
    font-size:1.3rem;
    font-weight:600;
}
#veeam .merit{
    padding:2rem 3rem;
    border:2px dashed #2d60d7;
    border-radius:26px;
    margin:3rem auto;
}
#veeam .grey-container .merit{
    background:#fff;
}
#veeam .merit img{
    width:5%;
}
#veeam .merit h4{
    font-weight:500;
    margin:1rem 0;
}
#veeam .merit p{
    text-align:left;
}

#veeam #value .container{
    margin:4rem 0 0;
}
#veeam #value .container .text{
    max-width:100%;
    text-align:center;
}
#veeam #value .container .img{
    width:70%;
    margin:3rem auto;
}
#veeam #value .container ul{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:1rem;
}
#veeam #value .container ul li{
    border:1px solid #cccccc;
    background:#fff;
    position:relative;
    width:100%;
    z-index:1;
    border-radius:10px;
}
#veeam #value .container ul li img{
    position:absolute;
    bottom:5px;
    right:10px;
    width:auto;
    height:75%;
    z-index:-1;
    filter: brightness(60%) contrast(100%);
}

/* 背景白3カラム */
#veeam .grid .wh-bk{
 background:#fff;
 padding:2rem;
box-sizing:border-box;
border-radius:12px;
}
#veeam .grid .wh-bk img{
    width:40%;
}

/*横並び*/
#veeam .box_flex{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
#veeam .box_inner{
    padding:20px;
}
#veeam .width70{
    width:70%;
}
#veeam .width50{
    width:50%;
}
#veeam .width30{
    width:30%;
}

#veeam .box_flex .grey-container{
    border-radius:20px;
}


/*リストに黒丸つける*/
#veeam .disc{
    list-style: disc;
    list-style-type:disc;
    text-align:left;
    padding-left:1.5rem;
}
#veeam .disc li{
    list-style: disc;
    list-style-type:disc;
    margin:0.5rem 0;
}


/* /////////// スマホ用 /////////// */
@media only screen and (max-width: 767px) {
    #veeam .box_flex{
        justify-content:center;
    }
    #veeam .box_flex .width50{
        width:100%;
    }
    #veeam .box_flex .width70{
        width:100%;
    }
    #veeam .box_flex .width30{
        width:55%;
    }

    #veeam #value ul li{
        width:49%;
        margin-bottom:2%;
    }
    #veeam #value .value_box{
        width:100%;
    }
    
    #veeam .merit{
        width:90%;
        padding:1rem;
    }
    #veeam .merit img{
        width:15%;
    }
    
    #veeam #value .container .img{
        width:100%;
    }
    
    #veeam #value .container ul{
        grid-template-columns:repeat(2, 1fr);
        gap:0.5rem;
    }
    #veeam #value .container ul li{
        padding:1rem;
        font-size:0.9rem;
    }
    #veeam #value .container ul li img{
        height:40%;
    }
}


/*--------------------------------------------------------

お客様に提供する「価値」

--------------------------------------------------------*/
#veeam #support{
    background:#f5f5f5;
}


/*--------------------------------------------------------

導入事例 START

--------------------------------------------------------*/
#veeam #case .case_wrap{
    margin-top:2rem;
}
#veeam #case .case_title_bg {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 60px;
  margin: 60px 0 60px;
}
#veeam #case .case_title_bg:nth-last-of-type(1) {
  margin-bottom: 0
}
#veeam #case .circle {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  background: #2d60d7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#veeam #case .circle em {
  display: block;
  font-style: normal;
  font-size: 26px;
  margin-top: -12px;
}
#veeam #case .case_title_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#veeam #case .case_title {
  display: flex;
  align-items: center;
}
#veeam #case .case_title h3 {
  font-size: 24px;
  margin: 0px;
  margin-left: 10px;
  text-align: left;
  padding: 0;
}
#veeam #case .department_wrap {
  display: flex;
  justify-content: center;
}
#veeam #case .department_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#veeam #case .department_box ul {
  display: flex;
}
#veeam #case .department_box ul li {
  font-size: 14px;
  padding: 2px 10px;
  text-indent: 0;
  border-radius: 4px;
  margin: 0 0 0 10px;
}
#veeam #case .department_box ul li.sales {
  border: 1px solid #d04857;
  color: #d04857;
}
#veeam #case .department_box ul li.engineer {
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
#veeam #case .department_box ul li.marketing {
  border: 1px solid #f39800;
  color: #f39800;
}
#veeam #case .department_box ul li.backoffice {
  border: 1px solid #22ac38;
  color: #22ac38;
}
#veeam #case .case_box {
  width: 100%;
}
#veeam #case .case_box figure {
  width: 90%;
  margin:1rem auto 2rem;
}
#veeam #case .case_box .note {
  display: block;
  margin-top: 5px;
}
#veeam #case .case_text {
  width: 90%;
  text-align: left;
  margin:2rem auto;
}
#veeam #case .theme {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #0e904a;
  border-radius: 4px;
  padding: 0 12px;
  display: inline-block;
  line-height: 1.6;
  margin: 10px 0 5px;
}
#veeam #case .theme:nth-of-type(1) {
  margin-top: 0;
}
#veeam #case ul li {
  text-indent: -0.8em;
  margin-left: 0.8em;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}
#veeam #case ul li span {
  color: #0e904a;
  font-weight: bold;
}
#veeam #case .case_image_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

#veeam #case figure em {
  width: 14px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: 8px;
}
#veeam #case .case_wrap .btn a {
  width: 350px;
  margin: 30px auto;
}
/* /////////// SP版 導入事例 START /////////// */
@media only screen and (max-width: 767px) {
  #veeam #case .case_title_bg {
    padding: 30px 30px;
    margin: 60px 0 60px;
  }
  #veeam #case .case_box {
    display: block;
    width: 100%;
  }
  #veeam #case .case_box figure {
    width: 100%;
  }
  #veeam #case .case_text {
    width: 100%;
    margin-top: 20px;
  }
  #veeam #case .case_title {
    display: block;
    align-items: center;
  }
  #veeam #case .circle {
    margin: 0 auto 10px;
  }
  #veeam #case .department_box {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #veeam #case .department_box ul {
    flex-wrap: wrap;
  }
  #veeam #case .department_box ul li {
    margin-top: 10px;
  }
  #veeam #case .case_wrap .btn a {
    width: 80%;
    margin: 30px auto 0;
  }
}


/*--------------------------------------------------------

導入支援ページ

--------------------------------------------------------*/
#veeam #support ul li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

#veeam .support_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 60px;
}

#veeam .support_wrap .arrow {
  background: #0e904a;
  height: 40px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#veeam .support_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  border-radius: 12px;
  overflow:hidden;
  border:2px solid #0e904a;
}

#veeam .support_box h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 12px 30px 11px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#veeam .support_box h3 {
  background: #0e904a;
}

#veeam .support_box h4 {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color:#111111;
  font-weight:500;
}
#veeam .support_box p{
    font-weight:400;
}

#veeam .support_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 30px 30px;
}

#veeam .support_box .support_text {
  width: 100%;
  text-align: left;
}

#veeam #support .grid .figure {
    max-width:25%;
    margin:0 auto 1rem;
}
#veeam #support .grid p {
    font-size:0.8rem;
    margin-top:0.5rem;
}



#veeam .anchor_link_area {
  margin-top: 60px;
}

#veeam .anchor_link_area h4 {
  background: #2d60d7;
  font-size: 16px;
  color: #fff;
  border: 3px #fff solid;
  padding: 10px;
}

#veeam .anchor_link_area .service_h4 {
  background: #003059;
}

#veeam .anchor_link_area ul {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 3px #fff solid;
  padding: 30px 30px 25px 30px;
  margin-bottom: 30px;
}

#veeam .anchor_link_area ul li {
  margin-right: 40px;
  margin-bottom: 10px;
}

#veeam .anchor_link_area ul:last-of-type {
  margin-bottom: 0;
}

#veeam .anchor_link_area ul li:last-of-type {
  margin-right: 0;
}

#veeam .anchor_link_area ul li a {
  font-size: 16px;
  text-decoration: underline;
  position: relative;
}

#veeam .anchor_link_area ul.support_anchor li a:hover {
  color: #2d60d7;
}

#veeam .anchor_link_area ul.service_anchor li a:hover {
  color: #003059;
}

#veeam .anchor_link_area ul li a em {
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -0.13em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#veeam .table_service_wrap {
  margin-top: 60px;
}

#veeam .table_service_wrap .band_title {
  margin: 40px auto 0;
}

#veeam table.table_service {
  margin: 30px 0 0;
  text-align: left;
  width:100%;
}

#veeam table.table_service th {
  text-align: center;
}

#veeam table.table_service th.merit_term {
  width: 100px;
}

#veeam table.table_service th, #veeam table.table_service td {
  border: 3px #fff solid;
  padding: 10px;
}

#veeam table.table_service .contents_title {
  width: 10%;
}

#veeam table.table_service .td_cost {
  width: 7%;
}

#veeam table.table_service td li {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}

#veeam table.table_service2 th {
  background: #003059;
  color:#fff;
}

#veeam table.table_service2 td {
  background: #e7ecf1;
}

/* /////////// SP版 下層共通2列BOXスタイル START /////////// */
@media only screen and (max-width: 767px) {
  #veeam .support_wrap {
    display: block;
  }
  #veeam .support_box {
    width: 100%;
    margin-bottom: 10px;
  }
  #veeam .support_box h3 {
    font-size: 20px;
    padding: 12px 15px 11px;
  }
  #veeam .support_box figure {
    margin-bottom: 10px;
  }
  #veeam .support_detail {
    padding: 15px 15px 30px;
  }
  #veeam .support_box .btn {
    width: 60%;
  }
  #veeam .support_wrap .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 auto 10px;
  }
}
