﻿  
/* 全体の指定 */
html{
    font-size: calc(1.125rem + ((1vw - 7.5px) * 1.8182));
  }
.wrap{
    width: 100%;
    text-align: center;
}
.box{
    width: 96%;
    margin: 0 auto;
    max-width: 1079px;
    text-align: center;
    padding: 4% 0 5% 0;/* 上下の余白は80px */
}
body{
    font-size: 0.66rem;
    font-family: 'Noto Sans JP', sans-serif, 'ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 0;
    padding: 0; 
}
.text-bold{
    font-weight: 900;
}
a:hover{
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}
img{
    width: 100%;
}

/* フェードインの設定 */
.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1.5s;
  }

/* /* 読み込み時のアニメーション */
body{
    animation: fadein 1.5s ease 0s 1 normal;
    }
    @keyframes fadein{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

/* スマホ用のコンテンツを消す */
.s-only{
    display: none;
}
/* fv */

.fv{
    width: 100%;
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 0%;
    position: relative;
}
.fv img{
    width: 100%;
}
.world{
    position: absolute;
    top: 35%;
    left: 5%;
}
.fv-text-box{
    width: 65%;
    position: absolute;
    top: 35%;
    right: 3.5%;
}
.fv-title{
    margin-bottom: 7%;
}

/* IE以外で球体を消す */
.ie-only{
    display: none;
} 

/* IEでのみ適用 */
 /* IE11 のみ適用される */

_:-ms-lang(x)::-ms-backdrop, .ie-only {
    display: block;
    position: absolute;
    top: 33%;
    left: 2%;
    width: 21.8%;
  }
  _:-ms-lang(x)::-ms-backdrop, .ie-none {
    display: none;
  }





/* 導入部 */

.ul-circle{
content: "";
display: inline-block;
width: 0.5vw;
height: 0.5vw;
border-radius: 50%;
background:#333;
position: absolute;
top: 1.4vw;
left: 0;
}   
.introduction h1{
    font-weight: 400;
}
.introduction{
    background: #eee;
}
.introduction .box{
    padding: 5% 0 10% 0;
    width: 100%;
}
.introduction h1{
    font-size: 1.4rem;
    color: #fff;
    background: #000;
    padding: 5% 0;
    line-height: 0;
}
.text-red{
    color: #f08080;
}
.introduction-ul{
    width: 82%;
    margin: 0 auto;
    margin-bottom: 5%;
    text-align: left;
    background-image: url(../images/.png);
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 0% 50%;
    padding-left: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.introduction-ul li{
    font-size: 1.7vw;
    font-weight: bold;
    margin-left: 8%;
    position: relative;
    line-height: 1.8;
    padding-left: 1.6vw;
    letter-spacing: 0.01rem;
}
.introduction h2{
    width: 86%;
    margin: 0 auto 2.8% auto;
    font-size: 1.7vw;
    font-weight: 400;
    border-radius: 40px;
    background: #000;
    background-image: url(../images/.png);
    background-repeat: no-repeat;
    background-position: 100% 95%;
    background-size: 80%;
    color: #fff;
    text-align: left;
    padding: 1.2% 0 1.2% 9.5%;
    letter-spacing: 0.1rem;
}

.introduction-img-wrap{
    display: flex;
    justify-content: space-between;
}

.img-shadow{
    box-shadow: 2px 2px 8px #cccccc;
}

.introduction-img-bottom{
padding-bottom: 60px;
}

.m-size-bottom{
    width: 80%;
    height: 80%;
}

/* 動く→ */
.introduction-triangle{
    position: relative;
}
.introduction-triangle span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.8vw;
    height: 2.8vw;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.introduction span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
.introduction span:nth-of-type(2) {
    top: 1.5vw;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  @-webkit-keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* ベネフィット部 */
  /* 鍵かっこ */
  .plt{
      position: relative;
      padding-left: 0.68rem;
  }
  .plt:before{
      content: '「';
      display: inline-block;
      position: absolute;
      top: 0;
      left: -0.68rem;
  }
  .plt:after{
    content: '」';
    display: inline-block;  
    top: 0;
    right: 0;
  }

  .benefit-text{
      width: 98%;
      max-width: 1079px;
      margin: 0 auto;
      padding: 4% 0 8.5% 27%;
      background-image: url(../images/event2-1.png);
      background-size: 95%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
  }
  .benefit-text p{
      width: 97%;
  }
  .benefit-text merit{
      font-weight: bold;
　　  font-family: Century;
　　  color: #ffffff;
  }
  .benefit-text01 p{
    margin-bottom: 2.5%;
  }
  .benefit-text02{
        padding: 4% 27% 8.5% 1.5%;
        background-image: url(../images/event2-2.png);  
        background-size: 95%;
        background-position: 50% 50%;
        background-repeat: no-repeat;  
  }
  .benefit-text03{
    padding: 4% 0 8.5% 27%;
    background-image: url(../images/event2-3.png); 
    background-size: 95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.benefit-text04{
        padding: 4% 27% 8.5% 1.5%;
        background-image: url(../images/event2-4.png);  
        background-size: 95%;
        background-position: 50% 50%;
        background-repeat: no-repeat;  
  }
  .benefit-text05{
    padding: 4% 0 8.5% 27%;
    background-image: url(../images/event2-5.png); 
    background-size: 95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
} 
.benefit-text06{
        padding: 4% 27% 8.5% 1.5%;
        background-image: url(../images/event2-6.png);  
        background-size: 95%;
        background-position: 50% 50%;
        background-repeat: no-repeat;  
  }
  .benefit-text07{
    padding: 4% 0 8.5% 27%;
    background-image: url(../images/event2-7.png); 
    background-size: 95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
} 

.benefit h2{
     font-size: 1.3rem; 
     margin-bottom: 1%;
  }
  .benefit01,.benefit02,.benefit03,.benefit04,.benefit05,.benefit06,.benefit07{
      text-align: left;
  }
  .benefit02{
      background: #eee;
  }

  /* 中間CV */
  .contact{
      background: #0085c7;
  }
  .contact img{
      width: 100%;
  }
  .contact .box{
      padding: 2% 0;
  }
  .contact-box p{
      font-weight: 900;
      color: #fff;
      font-size: 0.95rem;
      margin-bottom: 1%;
  }
  .contact-flex{
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
  }
  .contact-mail,.contact-tel{
      flex-basis: 48%;
  }

 

  /* タブメニュー背景 */
.service-menu{
    background-color: #002b62;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 6%;
}
.service-menu h2{
    color: #fff;
}
.service-menu h2:after{
    background: #fff;
}

/* タブメニュー */
/* レイアウト */
.tab-box{
    display: flex;
}
.tab{
    display: flex;
    flex-wrap: wrap;
}
.tab-left{
    flex-basis: 40%;
    margin-top: 1.5%;
}
.tab-right{
    flex-basis: 60%;
}
/* クリックメニュー */
ul.tab li {
    flex-basis: 46.5%;
    margin: 1.1% 2.3% 1.1% 0;
    padding: 2.5% 0;
    background-color: #fff;
    color: #333;
    cursor: url(../images/mouse.png), auto;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #c9c9c9;
    position: relative;
    transition: 0.2s ease-in-out;
    font-size: 1.6vw;
} 
ul.tab li.first-tab{
    flex-basis: 100%;
    margin-right: 0;
    border-radius: 2px 0 0 2px;
    background-color: #961d0d;
    border-color: #961d0d;
    color: #fff;
}
ul.tab li:hover {
    color: #961d0d;
}
ul.tab li.first-tab:hover{
    cursor: default;
    color: #fff;
}
ul.tab li.active {
    background-color: #961d0d;
    color: #fff;
    transition: 1s ease;
    border: 2px solid #961d0d;
}
/* 右の切り替わるタブ */

div.tabContent {
    border: 1px solid #ccc;
    display: none;
    background: #fff;
    border: 2px solid #961d0d;
    border-radius: 5px;
}
div.active {
    display: block;
    height: 110%;
}

/* タブが開いた時の表示コンテンツ */
div.tabContent:first-child{
    font-weight: bold;
    color: #961d0d;
    position: relative;
    padding-top: 12%;
}
div.tabContent:first-child p{
    margin-bottom: 8%;
}
div.tabContent-base{
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 90% 60%;
    font-weight: bold;
    position: relative;
    text-align: left; 
}
.tab-text{
    width: 100%;
    margin: 4% 6% 0 6%;
}
.tab-text h3{
    font-size: 0.95rem;
    margin-bottom: 6%;
    position: relative;
}
.tab-text p{
    width: 48%;
    font-weight: 400;
    font-size: 0.7rem;
}

div.tabContent:nth-child(2){
    background-image: url(../images/tab1.png);
}
div.tabContent:nth-child(3){
    background-image: url(../images/tab2.png);
}
div.tabContent:nth-child(4){
    background-image: url(../images/tab3.png);
}
div.tabContent:nth-child(5){
    background-image: url(../images/tab4.png);
}
div.tabContent:nth-child(6){
    background-image: url(../images/tab5.png);
}
div.tabContent:nth-child(7){
    background-image: url(../images/tab6.png);
}
div.tabContent:nth-child(8){
    background-image: url(../images/tab7.png);
}
div.tabContent:nth-child(9){
    background-image: url(../images/tab8.png);
}
div.tabContent:nth-child(10){
    background-image: url(../images/tab9.png);
}

/* タブが開いた後の表示コンテンツの装飾 */
.tab-text-p{
    margin-top: 1%;
    position: relative;
    padding-left: 1.8vw;
}
.tab-text-p-f{
    margin-top: 3%;
    margin-bottom: 1%;
}
.tab-text-p:before{
    content: '';
    display: block;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 0.55vw;
    left: 0;  
}


/* 装飾系クラス */
/* タブの矢印 */
.arrow{
    display: inline-block;
    width: 1vw;
    height: 1vw;
    border: 1.5px solid;
    border-color: #333 #333 transparent transparent;
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%) rotate(45deg);
  }
li:hover .arrow{
    border-color: #961d0d #961d0d transparent transparent;
}
ul.tab li.active .arrow{
    border-color: #fff #fff transparent transparent; 
}



  /* 他社との違い */
  .lead-text{
      text-align: left;
      margin-left: 1%;
  }
  .lead-image img{
      margin-bottom: 15px;
  }

/* タブメニュー背景 */
.service-example{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.service-example-box p:nth-child(2){
    margin-bottom: 40px;
}

/* アコーディオンメニュー */
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
/* アニメーションのための設定 */
.result-left{
    transform: scale(0.7,0.7);
    transition: 1s ease-in-out;
    opacity: 0.1;
}
.result-right{
    transform: scale(0.7,0.7);
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0.1;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1% auto 0 auto;
    padding : 2% 0 2% 8%;
    color: #fff;
    background: #535353;
    cursor :pointer;
    transition: all 0.5s;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.label-img{
    width: 2.8%;
    display: block;
    position: absolute;
    top: 0.8rem;
    left: 3.5%;
}


/* 下のコンテンツとの余白の調整 */
.service-example{
    padding-bottom: 0;
}

/* 導入までの流れ */
.flow{
    background: #eee;
}

/* 必須 */
  .required{
      display: inline-block;
      color:#FF0000;
      font-weight: 400;
      font-size: 0.6rem;
  }


/* footer */
.company .section-title:after{
    background: #fff;
}
.company{
    width: 100%;
    text-align: center;
    background-color: #0085c7;
    color: #fff;
}
.footer-box{
    width: 90%;
    max-width: 1079px;
    margin: 0 auto;
}
th{
    vertical-align: top;
}
.company table{
    margin-bottom: 2%;
}
small{
    font-weight: bold;
    line-height: 5;
}
.company td, .company th{
    padding: 1% 0;
}
.company th{
    width: 20%;
}
.company td{
    padding-left: 18%;
}
.company-name{
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
}
p.copyright{
    border-top: 1px solid #000;
}



/* 案内画像 */
.annai-img{
    position: relative;
}
div.tabContent:first-child img{
    width: 40%;
    animation: mouse-move 2s infinite ease-in-out alternate-reverse;
}