@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;
}

*,
*: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;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.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;
}
.fcOr{
    color: #f86300;
    font-weight: 500;
}
.marker_y{
    background: linear-gradient(transparent 50%, #ffdc5e 50%);
    font-weight: bold;
}
.undermarker_Or{
    background: linear-gradient(transparent 88%, #f86300 90%);
    font-weight: bold;
    padding-bottom: 0.5%;
}


 .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;
  }

}



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

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: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

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

@media screen and (min-width:740px) {
section {
    margin-bottom: 2.5em;
    margin-top: 5em;
}
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 3.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: 30%;
}
.fv_time{
    text-align: end;
}
.header_line{
    height: 4px;
    position: relative;
    background-color: #f87119;
}
.detail{ 
    width: 20%;
}
.header_text span{
    background: #ff771f;
    padding: 1% 3%;
    color: #fff;
    font-weight: 300;
    margin: 0 1%;
    border-radius: 5px;
    font-size: 0.95em;
}

@media screen and (max-width:740px) {
    .header---inner{
        margin: 10px 0 0;
        width: 100%;
    }
    .header_logo{
        width: 75%;
    }
    header .detail a>p{
        font-size: 1.3em;
    }
    .detail{ 
        width: 190%;
    }
    .header_text span{
        background: #ff771f;
        padding: 1% 3%;
        color: #fff;
        font-weight: 300;
        margin: 0 1%;
        border-radius: 5px;
        font-size: 0.95em;
    }
}
@media screen and (max-width:320px) {
    .detail{
        width: 166%;
    }
}
@media screen and (min-width:740px) {
    .mv {
        background-image: url(../img/fv_pc_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 3%;
    }
}
@media screen and (max-width:1025px) and (min-width:740px){
    .detail {
        width: 31%;
    }
    .header_text{
        font-size: 0.8em;
    }
}

/* cta area */
.cta_area01{
    position: relative;
}
.cta_bg{
    z-index: 0;
}

.cta_tell{
    position: absolute;
    top: 18%;
    left: 10.5%;
    right: 0;
    width: 80%;
    z-index: 1;
    max-width: 650px;
}

.ctain_under {
    width: 80%;
    position: absolute;
    top: 56%;
    left: 10.5%;
    right: 0;
    max-width: 650px;
}

/* LINEボタンもそろった状態
.ctain_under{
    display: flex;
    width: 89%;
    position: absolute;
    top: 150px;
    left: 23px;
    right: 0;
}*/

/* cta_tellボタン　アニメーション */
.cta_tell a::before,
.cta_tell a::after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    transform: translate3d(0,0,0);
}
.cta_tell a::before {
    animation: aura 3s ease-out infinite;
}
.cta_tell a::after,
.cta02 a::after {
    animation: aura 3s ease-out 1.5s infinite;
}
.cta_tell a::before,
.cta_tell a::after{
    background: #ffc870b5;
}

@keyframes aura{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}
@keyframes aura2{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.1,1.2); opacity:0}
}


/* ここまで　cta_tellボタン　アニメーション */


@media screen and (min-width:1600px){
}
@media screen and (min-width:740px) {
    .cta_area{
        max-width: 800px;
        width: 90%;
        margin: auto;
    }
    .cta_area01{
        background-color: #ffecaf;
        padding: 2.5% 15%;
    }
    .cta_in {
        background-color: rgb(255, 255, 255);
        box-shadow: rgb(0 0 0 / 24%) 2px 2px 2px 0px;
        padding: 15%;
    }
    .cta_tell {
        position: absolute;
        top: 18%;
        left: -1.5%;
        width: 40%;
        z-index: 1;
        margin: 0 auto;
    }
    .ctain_under {
    width: 40%;
    position: absolute;
    top: 54%;
    left: -1.5%;
    right: 0;
    margin: 0 auto;
    }
    .cta_clip_ri{
        position: absolute;
        top: 8%;
        right: 14.5%;
        width: 4%;
    }
    .cta_clip_le{
        position: absolute;
        top: 8%;
        left: 14.5%;
        width: 4%;
    }
    .cta_clip_ri,.cta_clip_le{
        max-width: 60px;
    }
}
@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;
}

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

/*-------------アピールポイント-------------*/
@media screen and (max-width:740px){

}
@media screen and ( min-width:740px) {
    section.appeal{
        background-image: url(../img/appeal_bg_pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 3%;
    }
    .appeal h2{
        margin: auto 12%;
        max-width: 100%;
        width: 77%;
        margin-top: 1%;
    }
}

/*-------------理由1・安さ-------------*/
.re_title_under p{
    text-align: center;
    font-weight: bold;
    margin-top: 1%;
}
.bgOr{
    color: #fff;
    background-color: #ff8e0a;
    padding: 0.2%;
}

.re1_clip{
    position: absolute;
    top: -4.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6%;
}
.reason1_in{
    position: relative;
    background-color: #fff;
    padding: 3% 3% 1%;
    margin: 7% 12% 4%;
    box-shadow: 32px 0px 0px -30px white, 
    0px 32px 0px -30px white, 
    0px -32px 0px -30px white, 
    -32px 0px 0px -30px white, 
    0 0 0 2px #f86300;
}
.reason1_in img{
    margin: 0 auto;
}
.reason1_in p{
    width: 90%;
    margin: 2% auto 4%;
    line-height: 1.7;
}

.graph-wrapper{
    position:relative;
}

.staff-img{
    position:absolute;
    right:0%;
    bottom:1%;
    width:20%;
    height:auto;
}

@media screen and ( min-width:740px) {
    section.reason1{
        background-image: url(../img/reason1_bg_pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 3% 0;
        position: relative;
    }
    .reason1 h2{
        width: 100%;
        margin-top: 3%;
    }
    .leaf1{
        position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    width: 13%;
    z-index: 2;
    }
    img.re_graph{
        max-width: 100%;
        width: 90%;
    }
    img.anshin_subtitle{
        max-width: 60%;
        width: 80%;
        margin: 3% auto 2%;
    }
}
@media screen and ( min-width:1500px) {
    .re_title_under p{
        font-size: 1.5em;
    }
    .reason1_in{
        max-width: 1200px;
        margin: 7% auto 4%;
    }
}
@media screen and ( max-width:1000px) and ( min-width:740px){
    .reason1_in p{
        font-size: 0.8em;
    }
}


/*-------------満足度-------------*/
section.satisfaction{
    position: relative;
}
.satisfaction .bcs{
    position: absolute;
    top: -2vw;
    left: 31%;
    z-index: 1;
    width: 10%;
}
@media screen and ( max-width:740px) {
    .satisfaction .bcs{
        position: absolute;
        top: -20px;
        left: 26px;
        z-index: 1;
        width: 25%;
    }
}


/*-------------料金目安-------------*/
.price_in{
    margin: 0 auto;
    max-width: 1200px;
    width: 77%;
}
.price_in img{
    margin-top: 19%;
    z-index: 1;
}
.leaf2{
    position: absolute;
    top: 8%;
}

@media screen and ( min-width:740px) {
section.price{
    background-image: url(../img/price_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0 4%;
    position: relative;
}
section.price h2 img{
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    z-index: 10;
    width: 45%;
    margin: 3% auto 0;
}
}
@media screen and ( max-width:740px) {
    .price_in {
        margin-top: 0;
    }
}
@media screen and ( max-width:1200px) and ( min-width:740px){
    .price_in{
        width: 83%;
    }
}
@media screen and ( min-width:1680px) {
    section.price h2 img{
        top: 2%;
    }
}


/*-------------お客様の声-------------*/
section.voices {
    padding-bottom: 1%;
}
.voices h2 img{
    margin: 0 auto;
    margin-top: 6%;
    max-width: 40%;
    width: 67%;
}

.slider{
    margin: 25px auto 0;
    width: 100%;
}
.slider img{
    height: auto;
}
.voices .voice{
    margin-inline: 10px;
}
.voice_in::after{
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: -5px;
    right: -19px;
}
.slick-next{
    right: -34px;
}
@media screen and (max-width: 740px) {
    .voices .slick-prev{
        left: -2px;
    }
    .voices .slick-next{
        right: -27px;
    }
    .voices .voice{
        margin-inline: 5px;
    }
}

@media screen and (max-width:900px){
    section.voices{
        padding-bottom: 0;
    }
}
@media screen and (max-width:740px) {
    .voices h2 img {
    margin: 0 auto;
    margin-top: 11%;
    max-width: 90%;
    width: 77%;
    }
}




/*-------------流れ-------------*/
section.flow {
    background-image: url(../img/flow_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 4%;
}
.flow h2 img{
    margin: 0 auto;
    padding-top: 7%;
    position: relative;
    z-index: 2;
}

.flow .flow_content img{
    margin: -5% 16.5% auto;
    width: 75%;
    margin-top: -5%;
    z-index: 1;
}
.flow_content{
    margin: 2% 5%;
}

.flow_content{
    margin-bottom: 5%;
}
.leaf3{
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width:740px) {
    section.flow{
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }
    .flow h2 img {
        margin: 0 auto;
        padding-top: 7%;
        width: 86%;
    }
    .flow_content {
        margin: 0;
    }
    .flow .flow_content img{
        width: 100%;
        margin-top: 0;
        margin: 0;
    }
}
@media screen and (max-width:1000px) and (min-width:740px){
    .flow .flow_content img {
        margin: auto 9%;
        width: 92%;
        margin-top: -5%;
    }
}


/*-------------選ばれる理由　2-------------*/
section.reason2{
    background-image: url(../img/reason2_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 8%;
    position: relative;
}

.reason2 .reason2_content img{
    margin: 0 auto;
    max-width: 1300px;
    width: 80%;
    margin-top: 3%;
    z-index: 1;
}
.reason2 h2 img{
    margin: 0 auto;
    padding-top: 7%;
}
.reason2 .leaf1 {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    width: 13%;
    z-index: 2;
}
.cta_area02 {
    background-color: #ffecaf;
    position: relative;
    z-index: 1;
}
.cta_over{
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}
.cta_area02 p{
    padding: 6% 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.cta_area02 p span{
    background-color: #fff;
    color: #f86300;
    padding: 0.2% 0.5%;
}

@media screen and (max-width:740px) {
    .reason2 .reason2_content img{
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width:1300px) and (min-width:1000px){
    .cta_over {
        position: absolute;
        top: -40px;
        left: 0px;
        right: 0px;
        max-width: 500px;
        width: 45%;
        margin: 0px auto;
    }
}
@media screen and (max-width:1000px) and (min-width:740px){
    .cta_over {
        position: absolute;
        top: -40px;
        left: 0px;
        right: 0px;
        width: 45%;
        margin: 0px auto;
    }
    .cta_area02 p{
        font-size: 1em;
    }
}



/*-------------Q&A-------------*/
section.qa {
    background-image: url(../img/Q&A_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6%;
    position: relative;
}

.qa h2 img{
    margin: 0 auto;
    padding-top: 6%;
    width: 30%;
}

.QA_in {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
}

.Q {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 3px 2px 0px #ababab73;
    margin-bottom: 2%;
    position: relative;
}

.Q h4{
    padding: 3% 3% 3% 8%;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    position: relative;
}
.Q h4::before{
    position: absolute;
    left: 3%;
    top: 29%;
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    background: url(../img/Q_icon.png) no-repeat;
    background-size: contain;
}
.A {
    padding: 0 3% 2%;
    position: relative;
}
.A_in{
    border-top: solid 2px #fe761e;
    padding-top: 2%;
    padding-left: 6%;
    padding-right: 2%;
}
.A .A_in::before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../img/A_icon.png) no-repeat;
    background-size: contain;
}

/* アコーディオンに関する記述 */
.accordion-single-title {
    cursor: pointer;
    position: relative;
}
.accordion-single-title::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 8px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #38c28f;
    transition: transform .2s ease;
}
.accordion-single-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;;
    padding: 0;
}
.accordion-single-item.is-open .accordion-single-content  {
    max-height: 100%;
}
/* ボタンを上下回転させる記述→目が散るため一時削除
.accordion-single-item.is-open .accordion-single-title::after  {
    transform: rotate(180deg);
    top: 12px;
}*/

@media screen and (min-width:740px) {
    .accordion-single-title::after {
        content: "";
        position: absolute;
        top: 47%;
        right: 3%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #38c28f;
        transition: transform .2s ease;
    }
}
@media screen and (min-width:1000px) {
    .Q h4{
        font-weight: bold;
    }
}

@media screen and (max-width:740px) {
    section.qa{
        padding-bottom: 7%;
    }
    .qa h2 img {
        margin: 0 auto;
        padding-top: 15%;
        width: 58%;
    }
    .inside_width2 {
        max-width: 100%;
        width: 95%;
        margin: auto;
    }
    .Q {
        margin-bottom: 4%;
    }
    .Q h4{
        padding: 4% 10% 3.5% 12%;
        font-size: 1.15rem;
        line-height: 1.1;
        font-weight: 400;
    }
    .Q h4::before {
        position: absolute;
        left: 3%;
        top: 17%;
        content: "";
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        background: url(../img/Q_icon.png) no-repeat;
        background-size: contain;
    }
    .A {
        padding: 0 3% 5%;
    }
    .A_in{
        border-top: solid 2px #fe761e;
        padding-top: 2%;
        padding-left: 10%;
        padding-right: 2%;
    }
    .A .A_in::before{
        position: absolute;
        left: 3%;
        top: 12.5%;
        content: "";
        display: inline-block;
        width: 1.7em;
        height: 1.7em;
        background: url(../img/A_icon.png) no-repeat;
        background-size: contain;
    }
    .Q_A p {
        padding: 3% 0 6% 10%;
        position: relative;
        font-size: 15px;
    }
    .Q_A p:nth-child(2){
        padding: 2% 0 6% 10%;
    }
    .Q_A p::before {
        position: absolute;
        left: 3%;
        top: 11%;
        content: "";
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        background: url(../img/a_before.png) no-repeat;
        background-size: contain;
    }

    .ha_kazari{
        position: absolute;
        width: 20%;
        top: 1%;
        left: 0;
        z-index: 1;
    }
}

@media screen and (min-width:740px) and ( max-width:1200px) {
    .inside_width2{
        max-width: 80%;
        width: 95%;
    }
}


/*-------------対応エリア-------------*/
section.area{
    position: relative;
}
.area h2 img {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 4% 0 4%;
}
.leaf4{
    position: absolute;
    top: 7%;
}

@media screen and (min-width:740px){
    section.area {
        background-image: url(../img/area_bg_pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
}
@media screen and (max-width:740px){

}


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

footer {
    background: #ff8e0a;
    padding: 5% 0 12% !important;
}

footer img{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 2%;
}

footer p{
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.privacy_text{
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 20px 0 23px;
    font-size: 0.9em;
}



@media screen and (max-width:740px) {
    footer {
        padding: 10% 0px 25% !important;
    }
}
@media screen and (min-width:1100px) {
    footer {
        padding: 5% 0 6% !important;
    }
}


/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow{
    background-color: #d9f1ffe6;
}
.cta_follow p{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    background: #0052b7;
    padding: 0.5%;
    text-align: center;
}
.cta_follow p span{
    color: #fff54e;
}
.cta_follow .inner_flex{
    display: flex;
    width: 700px;
    padding: 0.5%;
    margin: 0 auto;
}


/* 動きに関する記述 */
.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: 20px 0 10px;
        height: 117px;
    }
    .cta_follow p{
        font-size: 1em;
        padding: 1%;
    }
    .cta_men2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
    }
    .floow_btn{
        position: absolute;
        bottom: 12px;
        right: 20px;
        width: 80%;
    }
}

@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: 50%;
    }
}

/*  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%;
        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{
        padding: 1% 0 2% 9%;
    }
    .cta_follow p{
        font-size: 1.1em;
    }
    .voice{
        clip-path: polygon(99% 0, 100% 41%, 100% 100%, 0 100%, 0 0);
    }
    .voice_in::after{
        top: -5px;
    }
}


/*250430 追記*/
@media screen and (min-width:740px){
    .voices .slider .slick-prev,
    .voices .slider .slick-next{
        width: 40px;
    }
    .voices .slider .slick-prev{
        left: 0;
    }
    .voices .slider .slick-next{
        right: 0;
    }
}
.voices .slider .slick-dots{
    bottom: -40px;
}
.voices .slider .slick-dots li button::before{
    line-height: 1;
}