﻿
/* 全体の指定 */
.wrap{
    width: 100%;
    text-align: center;
}
.box{
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    text-align: center;
    padding: 80px 0;/* 上下の余白は80px */
}
body{
    font-size: 16px;
    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{
    transition: 0.3s ease-in-out;
}

/* フェードインの設定 */
.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: 3%;
    padding-bottom: 0%;
    position: relative;
}
.fv img{
    width: 100%;
}
.world{
    position: absolute;
    top: 35%;
    left: 2%;
}
.fv-text-box{
    width: 70%;
    position: absolute;
    top: 35%;
    right: 0;
}
.fv-title{
    margin-bottom: 7%;
}



  /* 導入部 */
.ul-circle{
content: "";
display: inline-block;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background:#333;
position: absolute;
top: 1.1rem;
left: 0;
}
.introduction h1{
    font-weight: 400;
}
.introduction{
    background: #eee;
}
.introduction .box{
    padding: 60px 0 100px 0;
}
.introduction h1{
    font-size: 45px;
    color: #fff;
    background: #000;
    padding: 3.4% 0;
    line-height: 0;
}
.text-red{
    color: #f08080;
}
.introduction-ul{
    width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: left;
    background-image: url(../images/introduction-ul-background.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 0% 50%;
    padding-left: 32%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.introduction-ul li{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 1.2rem;
    line-height: 2;
}




.introduction bag{
    font-weight: 400;
}
.introduction{
    background: #eee;
}
.introduction .box{
    padding: 60px 0 100px 0;
}
.introduction bag{
    font-size: 45px;
    color: #fff;
    background: #000;
    padding: 3.4% 0;
    line-height: 0;
}
.text-red{
    color: #f08080;
}
.introduction-ul{
    width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: left;
    background-image: url(../images/introduction-ul-background.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 0% 50%;
    padding-left: 32%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.introduction-ul li{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 1.2rem;
    line-height: 2;
}



.introduction h2{
    width: 60%;
    margin: 0 auto 40px auto;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    border-radius: 40px;
    background: #000;
    background-image: url(../images/introduction-background01.png);
    background-repeat: no-repeat;
    background-position: 100% 95%;
    background-size: 76%;
    color: #fff;
    text-align: left;
    padding: 1% 0 1% 12%;
    letter-spacing: 0.2rem;
}

.introduction-img-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

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


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













/* 動く→ */
.introduction-triangle{
    position: relative;
}
.introduction-triangle span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    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: 16px;
    -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: 16px;
  }
  .plt:before{
      content: '「';
      display: inline-block;
      position: absolute;
      top: 0;
      left: -16px;
  }
  .plt:after{
    content: '」';
    display: inline-block;  
    top: 0;
    right: 0;
  }
  .benefit-text{
      width: 1080px;
      margin: 0 auto;
      padding: 55px 0 40px 350px;
      background-image: url(../images/event2-1.png);
      background-size: 94%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 350px;
  }
  .benefit-text p{
      width: 98%;
      line-height: 1.5;
  }
  .benefit-text merit{
      font-weight: bold;
　　  font-family: Century;
　　  color: #a52a2a;
  }

  .benefit-text02{
        padding: 55px 350px 40px 20px;
        background-image: url(../images/event2-2.png);  
        background-size: 94%;
        background-position: 50% 50%;
        background-repeat: no-repeat;  
  }
  .benefit-text03{
    padding: 55px 0 40px 350px;
    background-image: url(../images/event2-3.png); 
    background-size: 94%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
  .benefit-text04{
        padding: 55px 350px 40px 20px;
        background-image: url(../images/event2-4.png);  
        background-size: 94%;
        background-position: 50% 50%;;
        background-repeat: no-repeat;  
  }
  .benefit-text05{
    padding: 55px 0 40px 350px;
    background-image: url(../images/event2-5.png); 
    background-size: 94%;
    background-position: 50% 50%;;
    background-repeat: no-repeat;
}
  .benefit-text06{
        padding: 55px 350px 40px 20px;
        background-image: url(../images/event2-6.png);  
        background-size: 94%;
        background-position: 50% 50%;;
        background-repeat: no-repeat;  
  }
  .benefit-text07{
    padding: 55px 0 40px 350px;
    background-image: url(../images/event2-7.png); 
    background-size: 94%;
    background-position: 50% 50%;;
    background-repeat: no-repeat;
}

  .benefit h2{
     font-size: 32px; 
     margin-bottom: 8px;
  }
  .benefit01,.benefit02,.benefit03,.benefit04,.benefit05,.benefit06,.benefit07{
      text-align: left;
  }
  .benefit02{
      background: #eee;
  }


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


  /* タブメニュー背景 */
.service-menu{
    background-image: url(../images/listbackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background-position: -20px 0px;
}
.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: pointer;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #c9c9c9;
    position: relative;
    transition: 0.2s ease-in-out;
} 
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: 460px;
}

/* タブが開いた時の表示コンテンツ */
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: 24px;
    margin-bottom: 6%;
    position: relative;
}
.tab-text p{
    width: 44%;
    font-weight: 400;
}

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: 1rem;
}
.tab-text-p-f{
    margin-top: 3%;
    margin-bottom: 1%;
}
.tab-text-p:before{
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 0.4rem;
    left: 0;  
}

/* 装飾系クラス */
/* タブの矢印 */
.arrow{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #333 #333 transparent transparent;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-40%) 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;
  }

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

/* タブメニュー背景 */
.service-example{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.section-title-p{
    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;
}


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

/* 料金体系 */
/* form */
.form{
    background: #eee;
    padding: 80px 0;
}
.form-box{
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.form dt{
    font-weight: 900;
}
.use-policy .text-bold p{
    font-weight: 900;
}
.policy-text-orange a{
    color: #961d0d;
}
.form-box h2{
    text-align: center;
}
.title-p{
    text-align: center;
}
.policy-box{
    background: #eee;
    padding: 2%;
    margin-bottom: 40px;
}
.use-policy{
    background: #fff;
    border: 1px solid #000; 
    margin-bottom: 12px;
    padding: 1% 0 0 1.5%;
}
.form .form-box{
    text-align: left;
    padding: 80px 5%;
}
.form-bottun, .form-tel{
    text-align: center;
}
.form-box p{
    margin-bottom: 34px;
}
.form-dt{
    margin-bottom: 8px;
}
.form label{
    line-height: 2;
}

.form-dl{
    margin-bottom: 15px;
}
.form-dl textarea{
    margin-bottom: 20px;
}
.policy-box p{
    margin-bottom: 12px;
}
.policy h3{
    margin-bottom: 6px;
}
/* チェックボックスの装飾 */
/* css checkbox01 */
.checkbox-input{
    display: none;
  }
  .checkbox-parts:hover{
    cursor: pointer;
  }
  .checkbox-parts{
    position:relative;
    padding-left: 26px;
    margin-right: 26px;
  }
  .checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.41rem;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    box-sizing: border-box;
  }
  .checkbox-input:checked + .checkbox-parts{
    color: #333;
  }
  .checkbox-input:checked ~ .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.35rem;
    left: 0.25rem;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
  }

  .checkbox-input-top{
    display: none;
  }

  .checkbox-input-top:checked + .checkbox-parts-top{
    color: #333;
  }

  .checkbox-input-top:checked + .checkbox-parts-top::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.35rem;
    left: 0.25rem;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
  }

  .checkbox-scale::before{
      border: 4px solid #000;
      width: 20px;
      height: 20px;
      background: #000;
  }

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

  /* dtの前のアイコン */
  .form-dt{
      position: relative;
      padding-left: 20px; 
  }
  .form-dt:before{
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #333;
  }

  /* 入力部分のエリア */
  input[type="email"]{
      width: 100%;
      border: 1px solid #000;
      padding: 1% 2%;
  }
  input[type="text"]{
    width: 100%;
    border: 1px solid #000;
    padding: 1% 2%;
}
textarea{
    width: 100%;
    border: 1px solid #000;
    padding: 1% 2%;
    line-height: 1.5;
}
::placeholder {
    font-family: 'Noto Sans JP', sans-serif, 'ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  }

  /* 送信ボタン */
  .submit-btn{
      width: 600px;
      height: 110px;
      margin: 0 auto;
      background: #fff;
      background-image: url(../images/submit.png);
      background-size: contain;
      background-position: 50% 100%;
      background-repeat: no-repeat;
      margin-bottom: 5px;
      border: none;
  }
  .submit-btn:hover{
      transition: 0.5s ease-in-out;
      background-image: url(../images/submit-hover.png);
      cursor: pointer;
  }
  .form-tel{
      width: 720px;
      margin: 0 auto;
      text-align: center;
  }

/* footer */
.company .section-title:after{
    background: #fff;
}
.company{
    width: 100%;
    text-align: center;
    background-color: #0085c7;
    color: #fff;
}
.footer-box{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
th{
    vertical-align: top;
}
.company table{
    margin-bottom: 80px;
}
small{
    font-weight: bold;
    line-height: 100px
}
.company td, .company th{
    padding: 10px 0;
}
.company td{
    padding-left: 40px;
}
.company-name{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}
p.copyright{
    border-top: 1px solid #ffffff;
}





#fvc{
	background:url(images/top.png) no-repeat bottom center;
	background-size: cover;
	text-align: center;
	min-height:700px;
	position:relative;
}
@media only screen and (max-width: 992px) {
	#fv{
		min-height:auto;
	}
}

#fvc .fvc_catch{
	position:relative;
	top:120px;
}
#fvc .fvc_pc{
	width:1060px;
	position:relative;
	top:150px;
	margin: 0 auto;
}
@media only screen and (max-width: 1020px) {
	#fv .fvc_pc{
		width:100%;
	}
}

#fvc .mv-pc{
	position: absolute;
	bottom:30px;
	left:28%;
}
#fvc .mv-sp{
	position: absolute;
	bottom:10px;
	left:5%;
}
#fvc .mv-tb{
	position: absolute;
	bottom:10px;
	left:70%;
}



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



/* 点滅 */
2
.blinking{
3
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
4
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
5
    animation:blink 1.5s ease-in-out infinite alternate;
6
}
7
@-webkit-keyframes blink{
8
    0% {opacity:0;}
9
    100% {opacity:1;}
10
}
11
@-moz-keyframes blink{
12
    0% {opacity:0;}
13
    100% {opacity:1;}
14
}
15
@keyframes blink{
16
    0% {opacity:0;}
17
    100% {opacity:1;}
18
}
