@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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a:visited, a:hover, a:active {
  color: #b83397;
}
a:vis

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

@media screen and (max-width:740px){
.pc{
    display: block;
}
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
}

.fsS{
    text-align: right;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: 0.6em;
}
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}
#warpper{
    width: 800px;
    margin: 0 auto;
}
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;
    box-shadow: 0px 10px 15px -10px #c4c5c9;
    position: relative;
    top: 0;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto !important;
    display: block !important;
    padding: 0 2% 0.5% !important;
}
.header---inner{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2% 0%;
    box-sizing: border-box;
}
.header_logo{
    width: 95%;
}
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; 
}
.header_tel img{
    margin: 10px 4px 0 0;
}

@media screen and (min-width:741px) {
    .header_logo{
        width: 65%;
        margin-top: 2%;
    }
}
@media screen and (max-width:740px) {
    .header---inner{
        margin: 10px 2px 0;
        width: 100%;
        padding-bottom: 8px;
    }
    .header_logo{
        width: 90%;
        margin-bottom: 3%;
    }
    header .detail a>p{
        font-size: 1.3em;
    }
    .detail{
        width: 173%;
    }
    p.fv_time{
        font-size: 10px;
    }
    .header_tel{
        justify-content: flex-end;
    }
    .header_tel img{
        margin: 0 0 0 auto;
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    .detail{
        width: 100%;
    }
    header .detail a>p{
        font-size: 1.2em;
    }
}
.floow_btn {
    width: 90%;
    margin: 0 auto;
}

.card {
    width: 90%;
    margin: 2% auto 4%;
}
.cta_t1, .cta_t2 {
    padding-top: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #e20808;
    margin-bottom: 3%;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0-3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}
@media screen and (min-width:740px) {
.head_tell{
    font-size:37px;
    top: 33%;
}
.mv_btn {
    width: 90%;
}
.ma {
    margin: 10px 0;
}

.cta_area01{
    max-width: 800px;
}
.cta_area-in img{
    display: block;
    margin: 0 auto;
}
}
.cta_area-in{
    padding: 11% 10px 2%;
    border: #1a7bc6 solid 5px;
    margin-top: -10%;
}
@media screen and (max-width:740px) {
    .fvu_men {
        position: absolute;
        left: 3px;
        bottom: 3px;
        width: 96%;
    }
    .ma{
        margin: 0;
    }
.cta_area01{
    background-color: #d9f1ff;
}
}
/* ------------cta_area 普通------------*/
section.service{
    position: relative;
}
.cta_men{
    position: absolute;
    left: 2px;
    bottom: 3px;
}
.cta_area-in{
    background-color: #fefddf;
}
.cta_area-in2{
    padding-bottom: 20px;
}
.mv_btn {
    display: flex;
	    margin-bottom: 10px;
	    margin: auto;
}
@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:750px) {
    .cta_area{
        margin: auto;
    max-width: 1000px;
    width: 90%;
    }
}
/* 時間表示箇所 */
#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3% 1% 2%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    color: #fffd61;
}
h2 {
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}
.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-in2{
            background-color: #d9f1ff;
		padding: 10px 10px 20px 10px;
    }
    .mv_btn2{
		margin-bottom: 10px;
    }
}
/* 点滅 */
.blinking{
    animation: flash 1.7s linear infinite;
    text-align: center;
    padding: 3% 1.5% 8%;
    font-size: 18px;
    font-weight: bold;
    color: #fff06d;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width:741px) {
    .blinking{
        font-size: 2em;
    }
}
@media screen and (max-width:740px) {
    .form h2 img {
        margin: 0 auto;
        padding-top: 13%;
        width: 70%;
    }
}
/* 動きに関する記述 */
.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:740px) {
    .cta_follow .inner_flex{
        width: 100%;
        padding: 10px 0 20px;
        height: 117px;
    }
    .cta_follow p{
        font-size: 1em;
        padding: 1%;
    }
    .cta_men2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
    }
}
@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;
    }
}
@media screen and (min-width:740px) and ( max-width:1200px) {
    .cta_follow .inner_flex{
        width: 35%;
    }
}
/*  ipad用記述   */
@media screen and (min-width:750px) and ( max-width:880px) {
    section.service .h4_after{
        font-size: 1.2em;
    }
    .cta_area-in{
        padding-top: 9%;
    }
    .mv_btn{
        width: 86%;
    }
    .cta_follow p{
        font-size: 1.1em;
    }
}
#form h2 img{
    max-width: 350px;
}
@media screen and (max-width:740px) {
#warpper{
    width: 100%;
    margin: 0 auto;
}

}
/* PCスタイル */
@media screen and (min-width:751px){
    #Realtime, #Realtime01, #Realtime02, #Realtime03 {
        font-size: 1.3rem;
    }
    .cta_t1{
        padding-top: 10px;
        font-size: 1.8rem;
    }
}

/*-------------------- MV_under -------------------- */
section.mv_under{
    margin: 4% 0 1%;
}
section.mv_under h2{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #0a377c;
    margin: 2% auto;
}
.tag-box {
    align-items: center;
    display: flex;
    height: 5rem;
    overflow: hidden;
    width: 100%;
}
.tag-loop {
    display: flex;
    height: 3.5rem;
    animation: infinity-loop 15s linear infinite;
    width: fit-content;
}
.tag-loop img {
    height: 100%;
    width: auto;
    margin-right: 15px;
    flex-shrink: 0;
    display: block;
}
@keyframes infinity-loop {
    0% {
        transform: translateX(0%);
      }
    100% {
        transform: translateX(-50%);
    }
}

.logo-marquee{
    padding: 3% 0 4%;
    max-width: 800px;
    overflow: hidden;
}
.marquee {
    overflow: hidden;
    width: 800px;
    background: #fff;
    height: 5rem;
    display: flex;
    align-items: center;
  }
.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
}

.marquee__track {
    display: flex;
    flex-shrink: 0;
    min-width: 800px;
}

.marquee__track img {
    height: 3.5rem;
    margin-right: 15px;
    flex-shrink: 0;
    display: block;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media screen and (min-width:741px) {
    section.mv_under h2 {
        font-size: 2em;
    }
    .logo-marquee {
        padding: 0% 0 2%;
    }
    .marquee__track img {
        height: 6rem;
    }
}



/* ---------------------内容--------------------------- */

/* --------------- 秘訣 --------------- */
section.secret{
    background: #7fd7fb;
    padding: 0 0 5%;
}
.secret_text{
    background: #ffffffab;
    padding: 5% 4% 45%;
    margin: 4%;
    position: relative;
}
.secret_text p{
    font-size: 16px;
    text-align: center;
}
.secret_text_main{
    background: #f98a07;
    border: solid #fff 2px;
    border-radius: 10px;
    padding: 4%;
    margin-top: 4%;
}
.secret_text_main p{
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.secret_balloon{
    position: absolute;
    width: 97%;
    bottom: 0;
}

.fcR{
    color: #e30013;
}

@media screen and (min-width:741px) {
    .secret_text p{
        font-size: 1.5em;
    }
    .secret_text_main{
        font-size: 1.2em;
    }
}


/* --------------- 金額 --------------- */
.price_area{
    padding: 5% 4%;
}


/* --------------- お客様の声 --------------- */
section.voice{
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    padding: 0% 3% 5% ;
    box-sizing: border-box;
    margin: 0 auto;
}
.voice h2 img{
    width: 95%;
    margin: 0 auto;
}

/* スライド */
section.voice .slider img{
    display: block;
}
section.voice .slider .guest{
    width: 100% !important;
    margin: 5% auto 8% !important;
    background-color: #fff;
    box-shadow: #2a2d3340 0px 6px 13px -2px, rgba(9, 30, 66, 0.08) 0px 0px 6px 4px;
    background-color: #fff;
    padding: 6%;
    box-sizing: border-box;
    border-radius: 6px;
    border-top: solid 13px #3a88d3;
}
.guest p{
    font-size: 16px;
    margin-top: 3%;
}

.slider div{
    width: 95%;
    margin:  0 auto;
}
.slick-dots {
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slick-dots li button:before {
    font-size: 10px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 1% !important;
}

 /*-----------height調整----------*/
 .slick-slide{ height:auto!important; }

 /*-----------矢印表示----------*/
 .slick-next{ right:0!important; }
 .slick-prev{ left:0!important; }
 .slick-arrow{ z-index:2!important; }

 .slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../img/voice_arrow.png)!important;
    background-size: contain!important;
    transform: scale(-1, 1);
}

.slick-prev:before{
    background: url(../img/voice_arrow.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:35px!important;
    height:35px!important;
    opacity: 1;
    transition: opacity 0.3s;
}
.slick-arrow:hover {
    opacity: 0.7;
}

.slick-next{
    right: -1% !important;
}

.slick-prev{
    left: -1%!important;
}
.slick-arrow:before{
    opacity:1!important;
}
.guest03{
    padding: 6% 6% 13.5% !important;
}

@media screen and (min-width:741px) {
    section.voice .slider .guest {
        padding: 3% 10% 5%;
        margin: 5% auto 0% !important;
    }
    .guest p {
        font-size: 1.2em;
    }
    .guest03{
        padding: 3% 10% 5% !important;
    }

    .slick-prev {
        left: 1%!important;
    }
    .slick-next {
        right: 1% !important;
    }
    .slick-arrow {
        z-index: 2!important;
        width: 60px!important;
        height: 60px!important;
    }
    .slick-dots {
        position: absolute;
        bottom: -9%;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 9% !important;
    }
}

/* --------------- 5つの理由 --------------- */
section.reason{
    position: relative;
}
section.reason h2 img{
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}

/* --------------- 流れ --------------- */
section.flow{
    background-image: url(../img/flow_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    padding: 6% 0 3%;
    box-sizing: border-box;
    margin: 0 auto;
}

section.flow h2 img{
    width: 100%;
    margin: 0 auto 5%;
}
.flow_area{
    margin: 0 4% 2%;
}
.flow01{
    position: relative;
    margin-bottom: 2%;
}
.flow01 .flow_cta{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    width: 98%;
    margin: 0 auto;
}
.flow_telbtn a img{
    width: 80%;
    margin: 0 auto 3%;
}
.flow_cta .blinking{
    color: #f79200;
    font-size: 13px;
    padding: 3% 0 1%;
}

.flow02-04 img{
    margin-bottom: 2%;
}

@media screen and (min-width:741px) {
    .flow_cta .blinking{
        font-size: 1.2em;
    }
    .flow_telbtn a img {
        width: 67%;
        margin: 0 auto 5%;
    }    
}

/* --------------- エラー --------------- */
.error_example{
    background: #fff15c;
    padding: 0 4%;
}
.error_example img{
    margin-bottom: 3%;
}
.error_example img:last-child{
    margin-bottom: 0;
}

/* --------------- よくある質問 --------------- */
section.qa{
    background: #a5e5ff;
}
.qa_area{
    position: relative;
    padding: 4%;
    margin-top: -48%;
}
.qaf{
    margin-bottom: 4%;
}
.question{
    background: #fff;
    border-radius: 5px;
    margin-bottom: 2%;
    position: relative;
}
.question img{
    position: absolute;
    top: -19%;
    width: 12%;
    left: 3%;
}
.question p{
    font-weight: bold;
    color: #285da9;
    font-size: 1em;
    padding: 2% 2% 3% 17%;
}
.answer{
    background: #ffffffaf;
    padding: 4% 4% 4% 3%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3%;
    border-radius: 5px;
}
.answer img{
    width: 12%;
}
.answer p{
    font-size: 15px;
}

@media screen and (min-width:741px) {
    .question {
        margin-bottom: 1%;
    }
    .question p {
        font-size: 1.5em;
        padding: 2% 2% 2% 15%;
    }
    .question img {
        position: absolute;
        top: -11%;
        width: 9%;
        left: 3%;
    }
    .answer img {
        width: 9%;
    }
    .answer p {
        font-size: 1.2em;
    }
}



/*-------------フッター-------------*/
.footer_area {
    max-width: 1000px;
    margin: 0 auto;
}
footer {
    background: #002f75;
    padding: 5% 1% !important;
}
.footer_pc {
    display: flex;
}
.ff {
    display: flex;
}
.footer_number p {
    text-align: center;
}
footer img{
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
}

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

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

footer div p{
    margin: 0;
    line-height: 1.5;
}

@media screen and (max-width:740px){
   footer {
    padding: 5% 0 38% !important;
   }
   .footer_pc {
    display: block;
   }
   .form_footer {
      padding: 5% 1% !important; 
   }
   footer div{
    width: 95%;
    margin: 3% auto;
    padding: 0;
    }
    footer div p{
        font-size: 12px;
    }
}
@media screen and (max-width:769px){
    footer div{
        width: 95%;
        margin: 3% auto;
        padding: 0;
    }
    footer div p{
        font-size: 12px;
    }
}

@media screen and (min-width:741px) {
    footer {
        padding: 3% 1% !important;
    }
}


/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow{
    background-color: #ffffffc4;
    padding: 2% 0 1%;
}
.follow_text{
    margin: 0 auto 2%;
    width: 87%;
}
/* PCスタイル */
@media screen and (min-width:751px){
    footer {
        max-width: 800px;
        margin: 0 auto!important;
    }
    .form_footer {
        padding: 5% 0 !important; 
     }
}



/* --------------- フォーム --------------- */
.form h2 img{
    margin: 0 auto;
    padding-top: 8%;
    width: 86%;
}

.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;
}
.time+.form-remark{
    color: #f0003c;
}
.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-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: 800px;
    /*border-collapse: collapse;*/
    border-spacing: 5px;
    width: 85%;
}
#confirm table th{
    text-align: left;
    background-color: #1e91d2;
    color: #fff;
    padding: 10px;
        margin-bottom: 5px;
    width: 50%;
    border-radius: 5px;
    display: inline-block;
}
#confirm tr {
    margin: 0;
    display: inline;
}

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

.submit-btn{
    text-align: center;
    margin-bottom: 5%;
}
.submit-btn>button{
    border: none;
    padding: 10px 40px;
}

.center_anno{
    display: block;
    text-align: center;
    font-size: 18px;
}

.consent {
    text-align: center;
}
#consent {
    display: inline;
    width: auto;
    margin-right: 10px;
}
h1.confirm img{
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width:769px){
    .consent {
        font-size: 1.2em;
    }
    .form-input{
        width: 95%;
    }
    .submit{
        text-align: center;
        max-width: 400px;
    }
    .form-box{
        margin: 2% auto;
    }
    h1.confirm img{
        width: 46% !important;
    }
}
@media screen and (max-width:1000px){
#contact{
    margin: 2%;
}
}
@media screen and (max-width:740px) {
    #confirm table th {
    width: 100%;
    display: block;
}
#confirm table td {
    margin-left: 0%;
    border:none;
    width: 100%;
    display: block;
}
}