@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ol, ul {
    list-style: none;
}


/*共通*/
.fsS{
    font-size: .9em;
}
.fsM{
    font-size: 1em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.3em;
}
.fsLL {
    font-size: 1.7em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}
.mt0 {
    margin-top: 0;
}
.mt30 {
    margin-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.red {
    color: #cf1e1c;
  font-weight: bold;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
}

.cnt01{
   margin: 0 auto !important;
   text-align: center;
}


/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
/*section {
    margin-bottom: 3em;
}*/
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
  vertical-align: middle;
}

p {
    font-size: 16px;
/*    margin-bottom: 10px;*/
    line-height: 1.5;
  }

@media screen and (min-width:640px) {
section {
    margin-bottom: 3em;
}
    #content {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
    margin-top: 16vw;
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 5.1vw;
    top: 29%;
    right: 2%;
    /* letter-spacing: -2.3px; */
    margin: 0;
}
.mv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -27vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
}
.ma {
    margin: 20px 10px;
}
.credit {
    width: 95%;
    text-align: center;
}
.shadow{
  box-shadow: 0px 10px 15px -10px #808080;
}


/* 光らせるためのstyle */
.shine{
/*  border: 2px solid transparent;*/
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}




@media screen and (min-width:640px) {
header {
  width: 750px;
}
#mv {
    margin-top: 120px;
}
.head_tell{
    font-size:30px;
    top: 36%;
}
.mv_btn {
    width: 100%;
    margin-top: -176px;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

h2 {
    background: #004e3e;
    color: #fff;
    text-align: center;
    padding: 3vw 0;
    font-size: 1.4em;
    margin-top: 8vw;
}


h2.under {
    background: none;
    color: #010101;
  position: relative;
  padding: 1em;
  text-align: center;
}

h2.under:before {
  position: absolute;
  bottom: 4px;
  left: calc(50% - 107px);
  width: 220px;
  height: 6px;
  content: '';
  border-radius: 3px;
  background: #4fa593;
}

h2.under2 {
    background: none;
    color: #010101;
  position: relative;
  padding: 1em;
  text-align: center;
  padding-top: 10vw;
}
h2.under2:before {
    position: absolute;
    bottom: 4px;
    left: calc(28% - 50px);
    width: 270px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #4fa593;
}

h2.under3 {
    background: none;
    color: #010101;
  position: relative;
  padding: 1em;
  text-align: center;
}
h2.under3:before {
    position: absolute;
    bottom: 4px;
    left: calc(43% - 50px);
    width: 160px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #fff;
}
.ttl_y {
    color: #fbd666;
}
.line {
background:linear-gradient(transparent 70%, #fbd666 0%);
}

@media screen and (min-width:640px) {
h2 {
    padding: 20px;
    font-size: 35px;
    margin-top: 20px;
}
h2.under:before {
    position: absolute;
    bottom: 4px;
    left: calc(46% - 50px);
    width: 160px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #4fa593;
}
h2.under2:before {
    position: absolute;
    bottom: 4px;
    left: calc(30% - 50px);
    width: 400px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #4fa593;
}
h2.under3:before {
    position: absolute;
    bottom: 4px;
    left: calc(40% - 50px);
    width: 250px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #fff;
}
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.credit {
    width: 95%;
    text-align: center;
    margin-bottom: 2em;
}


/*-------------1000off-------------*/
.web1000 {
margin: 10vw 0;
}

@media screen and (min-width:640px){
.web1000 {
    margin: 70px 0;
}
}

/*-------------こんな悩み-------------*/
section.trouble {
  background-image: url(../img/trouble_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2em;
  padding-bottom: 4vw;
}
h2.trouble_ttl {
    background-image: url(../img/trouble_ttl_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    color: #fbd666;
}
.trouble_arrow {
    margin-top: -3vw;
}
.trouble-box {
  margin: 5vw;
  padding: 4% 4% 8%;
  background-color: #fff;
  background-color:rgba(255,255,255,0.8);
  box-shadow: 0px 10px 15px -10px #808080;
}
.trouble-box p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1em;
}
.trouble-box img {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}

/*チェックボックス*/
.mycheckbox {
  position: relative;
  padding-left: 25px;
}

.mycheckbox:before {
  content: "";
  position: absolute;
    width: 7px;
    height: 15px;
    top: 0em;
    left: 7px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 3px solid #e60012;
    border-bottom: 3px solid #e60012;
    z-index: 90;
}

.mycheckbox:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 2px;
  background: #fff;
}

@media screen and (min-width:640px){
.trouble-box {
    margin: 23px 50px;
}
.trouble-box p {
    font-size: 28px;
}
.mycheckbox:before {
  content: "";
  position: absolute;
    width: 11px;
    height: 20px;
    top: 3px;
    left: 9px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 4px solid #e60012;
    border-bottom: 4px solid #e60012;
    z-index: 90;
}
.mycheckbox:after {
    width: 23px;
    height: 23px;
    border: 3px solid #000;
}

.mycheckbox {
    position: relative;
    padding-left: 36px;
}

.trouble_arrow {
    margin-top: -4px;
}
}



/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
}

@media screen and (min-width:640px) {
}


/*-------------盗聴器の種類-------------*/
section.syurui {
    background: #eeeeee;
    margin-bottom: 7vw;
}
.syurui_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 2%;
}
.syurui_box {
    margin: 0 2% 6% 0;
    width: calc(33.3333333% - 2%);
    border-right: 1px solid #000;
    padding-right: 1.8%;
}
.syurui_box:nth-child(3n) {
    margin-right:0;
    border-right: none;
}
.syurui_box p:first-of-type {
    background-color: #004e3e;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    padding: 2%;
    margin: 0;
}
.syurui_box p:last-of-type {
    font-size: 0.8em;
    letter-spacing: -0.5px;
}


@media screen and (min-width:640px) {
section.syurui {
    margin-bottom: 30px;
}
    .syurui_box p:first-of-type {
        font-size: 18px;
    }
    .syurui_box p:last-of-type {
    font-size: inherit;
}
.fsS {
    font-size: inherit;
}
section.syurui {
    margin-top: 60px;
}
}



/*-------------基本プランのご案内-------------*/
.plan_box {
    border: 2px solid #4fa593;
    margin: 7% 0;
}
.plan_box_ttl {
    background-color: #4fa593;
    padding: 1% 0;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
}
.plan_b {
    border-top: 3px dotted #4fa593;
    padding-top: 3%;
}
.price {
    font-size: 1.2em;
}

@media screen and (min-width:640px) {
    .plan_box p {
    font-size: 24px;
}
}
font-size: 22px;


/*-------------選ばれる理由-------------*/
.point {
    margin-bottom: 7vw;
}
h3 {
    color: #004e3e;
    font-weight: bold;
    margin: 0;
}
.point_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: -5vw;
    width: 97%;
}
.point_r {
    margin-left: auto;
    margin-right: 0;
}
.point_l {
    margin-right: auto;
    margin-left: 0;
    flex-flow: row-reverse
}

.point_text {
    padding: 11vw 3vw 1vw;
    background: #dbe8e5;
}
.support_ttl {
    background-color: #004e3e;
    color: #fff;
    padding:1vw 0;
}
.point {
    margin-bottom: 7vw;
}

@media screen and (min-width:640px){
.point_text {
    padding: 88px 30px 20px;
}
.fsL {
    font-size: 1.7em;
}
.point {
    margin-bottom: 60px;
}
.point_flex {
    display: flex;
    align-items: flex-end;
    margin-bottom: -45px;
    width: 97%;
}
}




/*-------------お客様からの声-------------*/
section.voices {
background-color: #f9f5e7;
    padding-top: 2%;
}

.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.voice {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 10px 15px -10px #91926e;
    padding: 1.5vw 3vw;
    border: 1px solid #004e3e;
    border-radius: 10px;
}

img.voice_abs {
    position: absolute;
    top: -3vw;
    left: -43vw;
    width: 90%;
}

.voice_box {
    margin-left: auto;
    width: 55%;
}

.voice p:nth-of-type(1) {
    text-align: center;
    padding: 2vw;
    color: #fff;
    background: #4fa593;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 0.5em 0;
}
.voice p:nth-of-type(2) {
    font-size: 0.9em;
}
.voice p:nth-of-type(3) {
    font-size: 0.9em;
    text-align: right;
}

@media screen and (min-width:640px){
.voice_box {
    width: 60%;
}
.voice {
    width: 85%;
    padding: 15px 30px;
}
.voice p:nth-of-type(1) {
    padding: 10px;
    font-size: 24px;
}
.voice p:nth-of-type(2) {
    font-size: 18px;
}
}




/*-------------ご相談～トラブル解決までの流れ-------------*/
section.step {
    background-color: #dbe8e5;
    padding-bottom: 1.5vw;
}
.step_wrapper {
border: 1px solid #004e3e;
margin: 3%;
padding: 5% 3%;
}

.step_n {
  position: relative;
  overflow: hidden;
  padding: 0.3em 0.5em 0.3em 7em;
  background: #fff;
  color: #004e3e;
  font-weight: bold;
  margin-top: 0;
    font-size: 1.1em;
}
.step_n:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #4fa593;
}
.step_n span {
    font-size: 0.85em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 0.5em;
    padding-left: 0.8em;
    color: #fff;
    font-size: 0.85em;

}


.step_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        align-items: flex-start;
            margin-bottom: 5px;
}
.step_flex img {
    width: 32%;
}
.step_flex p {
    width: 65%;
    margin: 0;
}
.arrow {
    width: 11vw;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media screen and (min-width:640px){
.flame {
    height: 500px;
}
h2.under2 {
    padding-top: 50px;
}
.step_wrapper {
    padding: 40px;
}

.step_flex img {
    width: 25%;
}
.step_box p:first-child {
   font-size: 26px;
}
.step_box p:last-child {
    font-size: 16px;
    margin-top: 7px;
}
.arrow {
    width: 10%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.step_n {
    font-size: 28px;
}
.step_n:before {
    left: -34px;
}
.step_flex p {
    width: 70%;
    margin: 0;
}
.step_flex {
    align-items: center;
}
}



/*-------------対象エリア-------------*/
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
/*    text-align: center;*/
    width: 90%;
}
dl.area2 {
    margin-top: -10px;
    width: 40%;
    margin-bottom: 16vh;
}
.map_abs {
    top: -3%;
}
dt {
    color: #fff;
}
dt.area_kansai {
    background-color: #e99cbc;
}
dt.area_shikoku {
    background-color: #aadd78;
}
dt.area_kyusyu {
    background-color: #e57e55;
}
dt.area_cyubu {
    background-color: #81aad2;
}
dt.area_kanto {
    background-color: #79cbe0;
}

dd.area_kansai {
    border-bottom: 2px solid #e99cbc;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_shikoku {
    border-bottom: 2px solid #aadd78;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kyusyu {
    border-bottom: 2px solid #e57e55;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_cyubu {
    border-bottom: 2px solid #81aad2;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kanto {
    border-bottom: 2px solid #79cbe0;
    margin-bottom: 10px;
        margin-left: 0;
}

@media screen and (min-width:640px){
section.area {
    margin-top: 70px;
}
    .map_abs {
    top: -29%;
    left: 19%;
    width: 82%;
}
dl {
    font-size: 22px;
    width: 60%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
margin-top: 4em;
}
}


/*-------------Q&A-------------*/
section.qa {
    margin-top: -3.5vw;
    background-color: #dbe8e5;
    padding-bottom: 5vw;
    padding-top: 1px;
    margin-bottom: 7vw;
}
    .q_arrow {
        position: absolute;
        top: 42%;
        right: 4%;
        width: 4%;
    }
    .OaC_btn {
        display: block;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        background-color: #004e3e;
        font-size: 16px;
                position: relative;
        line-height: 1.5;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }
/*    .OaC_btn {
        position: relative;
        line-height: 1.5;
        padding-left: 18%;
        padding-right: 12%;
        margin: 10px 10px 0 10px;
    }*/
    .OaC_btn:before {
    position: absolute;
    left: 3%;
    top: 5%;
    content: "Q";
    color: #03ab89;
/*    display: inline-block;*/
    font-family: 'Lora', serif;
    font-size: 1.5em;
    line-height: 1.5;
}
    .sp_close_1 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }


.sp_close_1,.sp_close_2,.sp_close_3,.sp_close_4,.sp_close_5,.sp_close_6 {
    display: none;
}


    .close {
        position: relative;
        line-height: 1.6;
        background: #fff;
        margin: 0 10px 10px;
        color: #000;
        padding: 15px;
    }
    .close:before {
        position: absolute;
        left: 4.5%;
        top: 5%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/a.png) no-repeat;
        background-size: contain;
    }

@media screen and (min-width:640px) {
section.qa {
    margin-top: 0;
    padding-bottom: 30px;
}
    .OaC_btn {
        display: block;
        padding: 20px;
        color: #fff;
        font-weight: bold;
        background-color: #004e3e;
        font-size: 20px;
                position: relative;
        line-height: 1.5;
        padding-left: 10%;
        padding-right: 12%;
        margin: 10px 30px 0 30px;
    }
    .OaC_btn:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "Q";
    color: #03ab89;
    /* display: inline-block; */
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 1.5;
}
.close {
    margin: 0 30px 10px;
}
    }




/*-------------スタッフ紹介-------------*/
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: -10vw 0 15vw 0;
}

@media screen and (min-width:640px){
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: 0 0 70px 0;
}
}

/*-------------フッター-------------*/

footer {
    background: #004e3e;
    color: #fff;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 10px 10px 0;
    line-height: 1.8;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
    .close1 {
        display: none;
    }
figure.logo {
    text-align: center;
    padding-top: 30px;
}
.logo img {
    width: 60%;
    margin-bottom: 10px;
}
.another {
    width: 100%;
    padding: 5px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}

@media screen and (min-width:640px) {
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 40%;
        margin-bottom: 10px;
    }
    footer {
    margin-top: 50px;
}
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}


/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}

.mess01 {
    font-weight: bold;
    margin: auto;
    background-color: #fff;
    width: 75%;
    padding: 3%;
}

@media screen and (max-width:768px) {
.trouble_img {
    width: 90%;
}
}

.anchor {
    padding-top: 110px;
    margin-top: -110px; 
}