@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

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;
  word-break: break-all;
}
img{
    width: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

a:vis

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



/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
    text-align: right;
	margin: 1% auto;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.fcR{
    color:#ff7200;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background: linear-gradient(transparent 60%, #fff47d 60%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
    display: block;
}

 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (max-width:740px){
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }

}



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

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}

p,h2,h3{
    color: #272727;
}
img{
    display: block;
    width: 100%;
}

.wrapper {
    margin: 3%;
}
.inside_width{
    max-width: 1200px;
    width: 95%;
    margin: auto;
}
figure{
  margin: 0 auto;
  max-width: 100%;
}

p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

.box{
    width:100%;
    max-width:100%; 
    padding-right: 0;
    box-sizing:border-box;
    overflow: hidden;
}

@media screen and (min-width:740px) {
section {
    margin-bottom: 2.5em;
    margin-top: 5em;
}
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header{
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.header---inner{
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2% 3%;
    box-sizing: border-box;
}
.header_logo{
    width: 80%;
}
header .detail a{
    color: #ff0b0b;
	text-decoration: none;
}
header .detail a>p{
    font-size: 2.3em;
    color: #ff0b0b;
	font-weight: bold;
}
.fv_time{
    text-align: end;
	font-weight: bold;
}
.header_tel{
    display: flex;
    align-items: flex-start; 
    display: block; /* ブロック要素にする */
}
.header_tel img{
    margin: 10px 4px 0 0;
}
.phone-text_header {
    position: absolute; /* 画像の上に重ねるために絶対位置を指定 */
    top: 50%; /* 垂直中央に配置 */
    left: 50%; /* 水平中央に配置 */
    transform: translate(160%, -12%); /* 中央に配置するための調整 */
    color: white; /* テキストの色を白に設定（必要に応じて変更） */
    font-size: 23px; /* フォントサイズを調整 */
    font-weight: bold; /* フォントを太くする */
    text-align: center; /* テキストを中央揃え */
}
@media screen and (max-width:1200px) {
    .phone-text_header {
        top: 50%; /* 垂直中央に配置 */
        left: 50%; /* 水平中央に配置 */
        transform: translate(160%, -12%); /* 中央に配置するための調整 */
    }
}
@media screen and (max-width:1150px) {
    .phone-text_header {
        transform: translate(130%, -12%);
    }
}
@media screen and (max-width:1030px) {
    .phone-text_header {
        transform: translate(107%, -12%);
    }
}
@media screen and (max-width:950px) {
    .phone-text_header {
        transform: translate(86%, -12%);
    }
}
@media screen and (max-width:850px) {
    .phone-text_header {
        transform: translate(62%, -12%);
    }
}
@media screen and (max-width:740px) {
    .header---inner{
        margin: 0px 2px 0;
        width: 100%;
        padding-bottom: 8px;
    }
    .header_logo{
        width: 100%;
    }
    header .detail a>p{
        font-size: 1.3em;
    }
    .detail{
        width: 117%;
    }
    p.fv_time{
        font-size: 10px;
    }
    .header_tel{
        justify-content: flex-end;
    }
    .header_tel img{
        margin:0 0 0 auto;
        width: 80%;
    }
    .phone-text_header {
        transform: translate(30%, -33%);
        font-size: 20px;
    }
}
@media screen and (max-width:540px) {
    .phone-text_header {
        transform: translate(39%, -29%);
        font-size: 16px;
    }
}
@media screen and (max-width:450px) {
    .phone-text_header {
        transform: translate(69%, -38%);
        font-size: 10px;
    }
}
@media screen and (max-width:320px) {
    .detail{
        width: 166%;
    }
    header .detail a>p{
        font-size: 1.2em;
    }
}

/*------------FV(pc用) ------------*/
@media screen and (min-width:740px) {
.fv_cta{
    background-image: url(../img/fv_bg_pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.fv_pc{
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
    .mv {
        padding-top: 15px;
    }
}


/*------------ctaエリア FV下 ------------*/
.fv_cta{
    position: relative;
}
.time_area p{
    color: #fff;
}
.fv_cta .cta_area-in{
    margin-top: -2px;
    /*padding-top: 0;*/
    padding-bottom: 20px;
    position: relative;
}
.phone-text {
    position: absolute;
    top: 48%;
    left: 36%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1290px) {
    .phone-text {
        font-size: 27px; /* 小さい画面用のフォントサイズ */
    }
}
@media (max-width: 1050px) {
    .phone-text {
        font-size: 22px; /* 小さい画面用のフォントサイズ */
    }
}
@media (max-width: 880px) {
    .phone-text {
        font-size: 18px; /* さらに小さい画面用のフォントサイズ */
    }
}
@media (max-width: 880px) {
    .phone-text {
        font-size: 19px; /* さらに小さい画面用のフォントサイズ */
    }
}
@media (max-width: 740px) {
    .phone-text {
        font-size: 32px; /* さらに小さい画面用のフォントサイズ */
    }
}
@media (max-width: 540px) {
    .phone-text {
        font-size: 21px; /* さらに小さい画面用のフォントサイズ */
    }
}
@media (max-width: 370px) {
    .phone-text {
        font-size: 18px; /* さらに小さい画面用のフォントサイズ */
    }
}


.cta_t1, .cta_t2 {
	text-align: center;
	font-weight: bold;
	color: #f12c2c;
}
.cta_t1 {
	color: #01a1dc;
}
.cta_t2 {
	color: #fff;
	margin-bottom: 10px;
}

/* 光らせるための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;
  }
}


.cta_area01{
    padding: 0;
}

.card {
    width: 94%;
       margin: 20px auto 0;
    max-width: 1100px;
}
@media screen and (min-width:740px) {
#mv {
    margin-top: 128px;
}
.head_tell{
    font-size:37px;
    top: 33%;
}
.mv_btn {
    width: 90%;
}
.ma {
    margin: 10px 0;
}

.cta_area01{
    margin: auto;
    width: 88%;
}
.cta_area02{
    margin: auto;
    width: 88%;
}
    .cta_t1, .cta_t2 {
        padding-top: 10px;
	font-size: 1.2em;
}

}
@media screen and (max-width:740px) {
    .fv_cta .cta_area-in{
        padding: 10px 10px 20px 10px;
    }
}
.cta_area01{
    background-color: #e4f3fb;
    border-radius: 0 0 10px 10px;
    box-shadow: #ddd 0px -3px 10px 0px;
}
.cta_area01{
    background-color: #e4f3fb;
    border-radius: 0 0 10px 10px;
    box-shadow: #ddd 0px -3px 10px 0px;
}
.cta_area02{
    background-color: #e4f3fb;
    border-radius: 0 0 10px 10px;
    box-shadow: #ddd 0px -3px 10px 0px;
}
.cta_area02{
    margin-top: 2%;
    background-color: #e4f3fb;
    border-radius: 10px;
    box-shadow: #ddd 0px 0px 10px 0px;
}
}


@media screen and (min-width:740px) and ( max-width:1345px) {

    .cta_area01{
        margin: auto;
        width: 88%;
        max-width: 1173px;
    }
     .cta_area02{
        margin: auto;
        width: 88%;
        max-width: 1173px;
    }
}
@media screen and (min-width:1345px) {
    .cta_area01{
        margin: auto;
    max-width: 1173px;
    width: 90%;
    margin-top: -2%;
    padding-top: 0;
    }
    .cta_area02{
        margin: auto;
    max-width: 1173px;
    width: 90%;
    margin-top: 2%;
    padding-top: 0;
    }
}
@media screen and (max-width:740px) {
    .cta_area01{
        margin: auto;
    width: 92%;
    margin-top: -1%;
    }
    .cta_area02{
        margin: auto;
    width: 92%;
    margin-top: 4%;
    padding: 2%;
    }
}
.time_area_fv p{
    text-align: center;
}

/* ------------cta_area 普通------------*/
.cta_men{
    position: absolute;
    left: 2px;
    bottom: 3px;
}
.cta_area-in2{
    padding-bottom: 20px;
}
.mv_btn {
    display: flex;
	    margin-bottom: 10px;
	    margin: auto;
}
@media screen and (max-width:740px) {
    .mv_btn {
    display: inherit;
}
}
@media screen and (min-width:1600px){
    .mv_btn {
        padding-left: 2%;
    }
}
@media screen and (min-width:740px) {
    .cta_area{
        max-width: 800px;
    width: 90%;
    margin: auto;
    }
}
@media screen and (min-width:1400px) {
    .cta_area{
        margin: auto;
    max-width: 1000px;
    width: 90%;
    }
}

/* 時間表示箇所 */

h2 {
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}
.fcR{
 color:#ed5436;   
}
.fcB_1{
    color: #257fcb;
    margin-top: 15px;
    font-weight: bold;
}

.card_ma{
    width: 96%;
    margin: 0 2% 5%;
}


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

.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
.fcB_1{
    margin-top: 72px;
}
.card_ma{
    margin: 0 2% 5%;
}

}
@media screen and (max-width:740px) {
    /*.cta_area {
        margin: 0 -10px -10px -10px;
    }*/
    
    .cta_area-in2{
            /*border: solid 3px #0b61c5;
            margin-top: -3px;
            padding-top: 136px;
            padding-bottom: 4px;*/
            background-color: #fff;
		padding: 10px 10px 20px 10px;
    }
    .mv_btn2{
        
		margin-bottom: 10px;
    }
}



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

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

  50% {
    opacity: 1;
  }
70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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



/*-------------悪徳業者に注意-------------*/

.com {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.3em;
}
.red{
    color:#f12c2c;
}
.point {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    background-color: #0f65c8;
    width: 570px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 25px;
}

.s_ttl{
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (max-width:740px){
    .com{
        font-size: 1em;
        margin-top: 9px;
    }
    
    .s_ttl {
        margin-top: -20px;
    }
    
    .area_com {
        font-size: 0.85em;
        line-height: 1.3em;
    }
    .point {
        width: 330px;
        margin-bottom: 15px;
        padding: 12px 0;
        font-size: 16px;
        border-radius: 25px;
    }
}


/*-------------サービス一覧-------------*/



/*-------------メーカー-------------*/
.maker {
    margin: 4% auto;
    max-width: 700px;
	text-align: center;
}

@media screen and (max-width:740px){

}

/*-------------お客様の声-------------*/
section.voices {
    padding-bottom: 60px;
}
.voices h2 img{
    margin: 0 auto;
    margin-top: 5%;
}

.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}


.voice {
    width: 80%;
    margin: 0 auto;
    padding: 1%;
}

@media screen and (max-width:900px){
    section.voices{
        padding-bottom: 16px;
    }
    .voices h2 img {
        margin: 0 auto;
    padding-top: 8%;
    width: 50%;
    }
    .voice {
        width: 100%;
    }
   
    .slider{
        width: 100%;
    }
    .slider img{
        height: auto;
        width: 100%;
    }
   
}



/*-------------５つの理由-------------*/

/*-------------他社との違い-------------*/

/*-------------流れ-------------*/

/*-------------対応エリア-------------*/
.area h2 img {
    margin: 0 auto;
}



@media screen and (min-width:740px){
    .area_pc {
        position: relative;
        width: 1000px;
        margin: auto;
    }
    }
/*-------------○名稼働中！-------------*/
.area a,
.area a:visited,
.area a:hover{
    color: #333;
}
.blink {
    animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {opacity:0;}
    50% {opacity:1;}
    100% {opacity:1;}
}
@keyframes blinkColor {
  0% {
    color: #00bfff;
  }
  100% {
    color: #cc2200;
  }
}
.text-color {
  animation: blinkColor 1s ease-in-out infinite alternate;
}


.saitama ,.tokyo ,.chiba ,.kanagawa {
    font-size: 0.8em;
    padding: 3px;
    position: absolute;
    font-weight: bold;
    color: #ff4c00;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -7px #000000;
}

.saitama {
    top: 61%;
    left: 68%;
}
.tokyo {
    top: 70%;
    left: 70%;
}
.chiba {
    top: 70%;
    left: 85%;
}
.kanagawa {
    top: 80%;
    left: 69%;
}
@media screen and (max-width:740px) {
    .area {
    position: relative;
}
.saitama {
    top: 61%;
    left: 34%;
}
.tokyo {
    top: 70%;
    left: 37%;
}
.chiba {
    top: 75%;
    left: 69%;
}
.kanagawa {
    top: 79%;
    left: 32%;
}
}

/*-------------Q&A-------------*/
.acd-check{
    display: none;
}
.acd-label{
    background: #0071b1;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 2px solid #008ed8;
    border-radius: 10px;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    background: #fff;
    padding: 10px;
    visibility: visible;
    margin-bottom: 10px;
}

section.qa {
    background: #ddf0fa;
    padding-bottom: 6%;
}
.qa_list{
    max-width:1000px;
    margin:auto;
    width:94%;
}

.qa h2 img{
    margin: 0 auto;
    padding-top: 6%;
}
.inside_width2{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.Q_A{
    margin-top: 2%;
}
.Q h4{
    padding: 2% 2% 2% 7%;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    background: -moz-linear-gradient(69deg, #21b1ed 5%, #16317f);
    background: -webkit-linear-gradient(69deg, #21b1ed 5%, #16317f);
    background: linear-gradient(69deg, #21b1ed 5%, #16317f);
    clip-path: polygon(3% 0, 100% 0, 100% 64%, 97% 100%, 0 100%, 0 35%);
    position: relative;
}
.Q h4::before{
    position: absolute;
    left: 3%;
    top: 26%;
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/q_before.png) no-repeat;
    background-size: contain;
}
.Q_A p{
    padding: 18px 0 20px 0;
    position: relative;
    margin-left: 75px;
}
.Q_A p::before{
    position: absolute;
    left: -5%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    background: url(../img/a_before.png) no-repeat;
    background-size: contain;
}


@media screen and (min-width:740px) and ( max-width:1200px) {
    .inside_width2{
        max-width: 90%;
        /*width: 95%;*/
    }
    /*.Q_A p:nth-child(2) {
    margin: 0 10px 0 70px;
    }*/
    .Q_A p::before {
        left: -5%;
        top: 14%;
    }
}
/*@media screen and (min-width:376px) and ( max-width:739px) {
   .Q_A p::before {
        left: -7%;
    }
        .Q_A p:nth-child(2){
        margin: 0 10px 0 80px;
    }
}*/


@media screen and (max-width:740px) {
    
    section.qa{
        padding-bottom: 14%;
    }
    .qa h2 img {
        margin: 0 auto;
        padding-top: 15%;
        width: 55%;
    }
    .inside_width2 {
        max-width: 100%;
        /*width: 95%;*/
        margin: auto;
    }
    .Q h4{
        padding: 4% 2% 4% 9%;
        font-size: 1.15rem;
        clip-path: polygon(5% 0, 100% 0, 100% 64%, 95% 100%, 0 100%, 0 33%);
        /*margin: 0 10px;*/
    }
    .Q h4::before {
        position: absolute;
        left: 3%;
        top: 29%;
        content: "";
        display: inline-block;
        width: 1.1em;
        height: 1.1em;
        background: url(../img/q_before.png) no-repeat;
        background-size: contain;
    }
    .Q_A{
    margin: 2% 2% 0 2%;
    }
    
    .Q_A p {
        padding: 3% 0 6% 10%;
        position: relative;
        font-size: 17px;
    }
    .Q_A p:nth-child(2){
        padding: 20px 0 40px 0;
        margin: 0 10px 0 50px;
    }
    .Q_A p::before {
        position: absolute;
        left: -9%;
        top: 14%;
        content: "";
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background: url(../img/a_before.png) no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 480px){
.Q_A p::before {
    left: -7%;
}
.Q_A p:nth-child(2) {
    margin: 0 10px 0 9%;
}

}



/*-------------お問い合わせ-------------*/
.form h2 img{
    margin: 0 auto;
    padding-top: 8%;
}
.toiawase{
    max-width: 900px;
    text-align: center;
    margin: 4% auto 6%;
    width: 95%;
}

@media screen and (max-width:740px) {
    .form h2 img {
        margin: 0 auto;
        padding-top: 13%;
        width: 62%;
    }
}



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

.footer_area {
    max-width: 1000px;
    margin: 0 auto;
}

footer {
    background: #0c5ecb;
    padding: 2% 5% 10% 5% !important;
}
.footer_pc {
    display: flex;
}
.ff {
    display: flex;
}

.footer_number p {
    text-align: center;
}

@media screen and (max-width:740px){
   footer {
    padding: 5% 0 45% !important;
   }
   .footer_pc {
    display: block;
}
   .form_footer {
      padding: 5% 0 !important; 
   }
   
}


footer img{
    width: 230px;
    margin: 0 auto;
}

footer{
        padding: 3% 0;
    }
    footer div{
        width: 100%;
        /*margin: 1% auto;*/
        padding: 1%;
    }
    footer h3{
        margin-bottom: 1.5%;
    }
    footer>p{
        margin-top: 1.5%;
    }
    .formhead{
        padding-left: 15%;
        padding-right: 15%;
    }

footer{
    padding: 10% 0;
}
footer h3,
footer p{
    color: #fff;
    display: block;
}
footer h3{
    text-align: center;
    /*margin: 5% 5% 0 5%;*/
    padding: 1%;
    border-bottom: 1px solid;
}
footer div{
    /*display: flex;*/
    /*margin: 1% auto;*/
}
footer div p{
    font-size: 14px;
}
footer div p:first-child{
    width: 25%;
}
footer div p:last-child{
    width: 100%; /*90%*/
}
footer>p{
    display: block;
    text-align: center;
    font-size: 12px;
    /*margin-top: 7%;*/
}

@media screen and (max-width:769px){
    footer div{
    width: 97%;
    margin: 3% auto;
    padding: 0;
}
    footer div p{
    font-size: 12px;
}

}



/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow{
    background-color: rgba(73,73,73,0.5);
}
.cta_follow p{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5%;
    text-align: center;
}
.cta_follow img{
    margin:auto;
    max-width: 700px;
}
.cta_follow .time_area_fv p{
    color:#ffe100!important;
    text-align: center;
}
.cta_follow .inner_flex{
    padding: 0 0.5% 0.5%;
    margin: 0 auto;
}
.time_area_fv{
    display:flex;
    justify-content: center;
    padding: 2% 2% 1%;
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #000;
}
.cta_follow .time_area_fv {
        background: #0049b1;
    font-size: 1em;
    padding: 0.2%;
    margin-bottom: 10px;
}

.phone-text_floow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-95%, -8%);
    color: white; 
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

/* 動きに関する記述 */
.ScrollTop {
    opacity: 0;
    transition: all 0.65s;
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
}
.ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
}

@media screen and (max-width:880px) {
    .phone-text_floow {
        transform: translate(-95%, -17%);
    }
}
@media screen and (max-width:740px) {
    .cta_area01 .time_area_fv,.cta_area02 .time_area_fv{
    display:inherit;
}
    .cta_follow .inner_flex{
    /*display: flex;*/
    width: 440px; /* width: 700px;*/
    padding: 0.5%;
    margin: 0 auto;
}
    .cta_follow .inner_flex{
        width: 100%;
        padding: 0 0 20px;
        height: 117px;
    }
    .cta_follow p{
        font-size: 1em;
        padding: 0;
    }
    .cta_men2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
    }
    .floow_btn{
        
        width: 90%;
        margin: 5px auto 0;
    }
    .phone-text_floow {
        transform: translate(-50%, -13%);
    }
    
}
@media screen and (max-width:600px) {
    .phone-text_floow {
        transform: translate(-50%, -33%);
        font-size: 30px;
    }
}
@media screen and (max-width:480px) {
    .phone-text_floow {
        transform: translate(-50%, -60%);
        font-size: 23px;
    }
}
@media screen and (max-width:420px) {
    .cta_follow p{
        font-size: 0.8em;
    }
}
@media screen and (max-width:320px) {
    .cta_follow .inner_flex{
        height: 99px;
    }
}



/*  ipad用記述   */
@media screen and (min-width:750px) and ( max-width:880px) {
    section.service .h4_after{
        font-size: 1.2em;
    }

    .mv_btn{
        width: 86%;
        /*margin-left: 13%;*/
    }
    #Realtime, #Realtime01, #Realtime02, #Realtime03 {
        font-size: 0.9em;
    }
    .Q h4{
        padding: 2% 2% 2% 9%;
    }
    .Q h4::before{
        top: 17%;
    }
    .Q_A p{
    margin-left: 57px;
    }
    .cta_follow p{
        font-size: 1.1em;
    }
}


/*フォーム*/
.form {
    padding-bottom: 5%;
}
.error, .error-wrap {
    color: #ff0000;
}
#contact{
    max-width: 900px;
    margin: 4% auto 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 3%;
    box-shadow: #ccc 0 0 7px;
}
#contact h1{
    background-color: #1a42ab;
    padding: 10px 0 15px;
    color: #fff;
    text-align: center;
}
#contact h1+p{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 5% auto 2%;
}
#contact h1+p+a{
    display: block;
    width: 90%;
    margin: auto;
}

.form-box{
    margin: 5% auto;
}
.formhead{
    background-color: #0071b1;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
    border-radius: 5px;
        align-items: center;
}
.require-pc{
    background-color: #f12c2c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid;
}
.formhead .form-ttl{
    width: 70%;
}
.formhead .require-pc{
    width: 15%;
}
.preparing{
    color: #bbb;
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 20% auto;
}
.form-input{
    width: 90%;
    margin: 2% auto;
}
.form-input label{
    display: block;
}
.form-box input[type="text"]{
    width: 100%;
    padding: 3px;
    border-radius: 5px;
}
.form-remark{
    font-size: 13px;
}
.form-box .date,
.form-box .time{
    margin: 3% auto;
}
.form-box .zip{
    display: flex;
    margin-bottom: 3%;
    justify-content: center;
    align-items: center;
}
.form-box .zip label{
    margin-right: 10px;
}

.submit,
.submit button{
    border: none;
    background: none;
}
.submit{
    width: 70%;
    margin: 3% auto;
}
/*
.confirm_top {
    background-color: #8ad0f7;
}*/

h1.confirm{
    margin-top: 50px;
    text-align: center;
    color: #16307c;
}
.confirm-title,
.confirm-text,
.thanksText>p,
.thanksText>a{
    display: block;
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 740px){
.thanksText>p {
    text-align: left;
    padding: 0 20px;
}
}

.thanksText>a{
    max-width: 300px;
    color: #fff;
    text-decoration: none;
    background-color: #122869;
    padding: 10px 0;
    margin: 0 auto 10%;
    border-radius: 5px;
}
.confirm-title{
    font-size: 20px;
    font-weight: bold;
    margin: 3% auto 1%;
}
.confirm-text{
    margin: 1% auto 2%;
}
#confirm table{
    margin:  5% auto;
    max-width: 1000px;
    /*border-collapse: collapse;*/
    border-spacing: 5px;
}
#confirm table th{
    text-align: left;
    background-color: #1e91d2;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    display: block;
}

#confirm tr {
    margin: 10px 0;
    /*display: block;*/
}

#confirm table td{
    padding-left: 15px;
    border-bottom: 2px solid #d5ebff;
}

@media screen and (max-width: 740px){
#confirm tr {
    display: block;
}

#confirm table td{
    border-bottom: none;
}

}



/*#confirm table th,
#confirm table td{
    border: 1px solid #ddd;
}*/

.submit-btn{
    text-align: center;
    margin-bottom: 5%;
    
}
.submit-btn>button{
    border: none;
    padding: 10px 40px;
}
.submit-btn>button:first-child{
    background-color: #ccc;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.submit-btn>button:last-child{
    background-color: #00c405;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.center_anno{
    display: block;
    text-align: center;
    font-size: 18px;
}
@media screen and (min-width:769px){
.formhead{
        /*padding-left: 15%;
        padding-right: 15%;*/
    }
    .form-ttl{
        font-size: 20px;
        font-weight: 700;
    }
    .require-pc{
        font-size: 18px;
    }
    .form-input{
        width: 95%;
    }
    .submit{
        text-align: center;
        max-width: 400px;
    }
    .formhead .require-pc{
        width: 10%;
    }
    .form-box{
        margin: 2% auto;
    }
  
}
.policy {
    background: #fff;
    height: 150px;
    overflow-y: scroll;
    color: #000;
    border: 1px solid #666 !important;
    padding: 10px;
    font-weight: normal;
}
.consent {
    text-align: center;
}
#consent {
    display: inline;
    width: auto;
    margin-right: 10px;
}


@media screen and (max-width:1000px){
#contact{
        margin: 3%;
    box-shadow: #ccc 0 0 7px;
}
}
.cta_section{
    padding:3%;
    background-color: #fff;
}
.cost{
    max-width: 90%;
    margin: auto;
}
/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 94%;
    margin: 3%;
    box-shadow: #ccc 0 0 10px;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 900px) {
  .slick-img img {
    height: auto;
    opacity: .3;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;

  }
}