@charset "utf-8";

* {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

html {
    overflow: auto;
}

.Wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

/*---------- 共通 ----------*/
.bo {
    font-weight: bold;
}

.red {
    color: red;
}

.back {
    background-image: url(../img/nagare_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 0 0 60px;
}
@media screen and (max-width:767px) {
    .back {
        padding: 0 0 20px;
    }
}

/*---------- ヘッダー----------*/
.head_bg {
    background-color: #fff;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.head_flx {
    display: flex;
    justify-content: space-between;
    max-width: 84%;
    align-items: center;
    margin: 0 auto;
}

.head_cta {
    width: 24%;
}

.head_logo {
    width: 28%;
}

@media screen and (max-width:1000px) {
    .head_cta {
        width: 30%;
    }

    .head_logo {
        width: 28%;
        margin-left: 2%;
    }
}

@media screen and (max-width:767px) {
    .head_cta {
        width: 22%;
    }

    .head_logo {
        width: 70%;
    }

    .head_flx {
        max-width: 100%;
        align-items: center;
        margin: 0 auto;
    }
}

/*---------- mv----------*/

.mv_bg {
    background-image: url(../img/mv_bg.jpg );
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 0 50px 0;
}

.mv_inner {
    max-width: 1150px;
    margin: 0 auto;
}


/*---------- CTA ----------*/
.flash{
    animation: flash 1.5s linear infinite;
}
@keyframes flash {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.cta-area {
    margin: 0 auto;
    padding: 3% 3%;
}

.cta-area p {
    width: 700px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    color: #ff6000;
    font-weight: bold;
    background-color: #ffe451;
    font-size: 1.5rem;
    padding: 1%;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width:767px) {
    .cta-area p {
        padding: 4%;
    font-size: 1.2rem;
}
}




.cta_f {
    display: flex;
}

.btn {
    display: flex;
    margin: 30px auto;
    width: 70%;
    justify-content: center;
}
@media screen and (max-width:767px) {
    .btn {
        display: block;
        margin: 30px auto 10px;
        text-align: center;
        width: 100%;
    }
}

/* ボタンアニメ */
@keyframes anime{
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
    }
    .btn_anm {
      position: relative;
      transition: .2s;
    }
    .btn_anm:before, .btn_anm:after {
      content: "";
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: -6px;
      left: 0;
      border-radius: 999px;
      background: #ffc3a2;
      border: 1px solid #ffae82;
      transform: translate3d(0,0,0);
    }
    .btn_anm:before {
      animation: anime 2s ease-out infinite;
    }
    .btn_anm:after {
     animation: anime 2s ease-out 1s infinite;
    }
    .btn_anm a {
      display: block;
      border-radius: 32px;
      text-align: center;
      text-decoration: none;
    }
    .btn_anm span {
      display: block;
      position: relative;
      font-family: sans-serif;
    }
    .btn_anm span:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 30px;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 0;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      transform: translateX(5px) rotate(45deg);
    }
    .btn img {
        z-index: 10;
        position: relative;
    }

/*---------- スピード解決 タイトル----------*/
.kaiketu_ttl_inner {
    max-width: 1085px;
    margin: -203px auto 0;
}

.kaiketu_ttl_bg img {
    height: 144px;
    margin-top: 40px;
    width: 100%;
}

@media screen and (max-width:1096px) {
    .kaiketu_ttl_inner {
        margin: -231.5px auto 0;
    }

    .kaiketu_ttl_bg img {
        height: 120px;
        margin-top: 60px;
        width: 100%;
    }
}

/*---------- スピード解決 中身----------*/
.kaiketu_inner_flx {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 50px 0;
    justify-content: space-between;
}

.kaiketu_inner_flx img {
    max-width: 24.5%;
}

@media screen and (max-width:1130px) {
    .kaiketu_inner_flx {
        max-width: 600px;
        padding: 80px 50px 0;
        flex-wrap: wrap;
    }

    .kaiketu_inner_flx img {
        max-width: 48.5%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .kaiketu_inner_flx {
        display: flex;
        max-width: 94.5%;
        margin: 0 auto;
        padding: 35px 0 5px;
        justify-content: space-between;
    }

    .kaiketu_inner_flx img {
        max-width: 49.5%;
    }
}

/*---------- 累計実績40,000件超 ----------*/
.keni img{
    margin: 0 auto;
}


/*---------- 実際の事例 ----------*/
.jirei_ttl_bg img {
    height: 144px;
    margin-top: 70px;
    width: 100%;
}

.jirei_ttl_inner {
    max-width: 870px;
    margin: -174px auto;
}

.jirei_inner_bg {
    text-align: center;
    padding: 100px 50px;
    margin: 90px auto -90px;
}


@media screen and (max-width:767px) {
    .jirei_inner_bg {
        padding: 30px 15px 0 5px;
        margin: -18px 0 0;
    }
    .jirei_inner_bg img {
        margin-bottom: 20px;
    }
}

/*---------- 流れ ----------*/
.nagare_bg {
    background-image: url(../img/nagare_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 50px 85px;
    margin: 100px 0 -80px;
}

.nagare_ttl {
    max-width: 897px;
    margin: 0 auto;
    padding: 0 30px;
}

.nagare_flx {
    display: flex;
    max-width: 1300px;
    margin: 40px auto 0;
    justify-content: space-between;
}

.nagare_flx img {
    height: 380px;
}

@media screen and (max-width:1380px) {
    .nagare_flx {
        display: flex;
        max-width: 1000px;
        margin: 40px auto 0;
    }

    .nagare_flx img {
        height: 320px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1110px) {
    .nagare_flx {
        display: flex;
        max-width: 1000px;
        margin: 40px auto 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nagare_flx img {
        height: 320px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .nagare_flx {
        display: block;
        max-width: 96%;
        margin: 20px auto 0;
    }

    .nagare_bg {
        background-image: url(../img/nagare_bg_sp.jpg);
        padding: 40px 0px 35px;
        margin: 30px 0 -80px;
    }

    .nagare_flx img {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .nagare_ttl {
        max-width: 77%;
        margin: 0 auto;
        padding: 0;
    }
}

/*---------- お客様の声 ----------*/
.voice_ttl {
    max-width: 470px;
    margin: 160px auto 0;
}

.voice-contents {
    padding: 8px 0 4% 0;
    margin-top: -75px;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #007dbe !important;
}

.slick-dots li button:before{
    font-size: 14px !important;
}

@media screen and (max-width:767px) {
    .voice_ttl {
        max-width: 70%;
        margin: 100px auto;
        padding: 20px 0;
    }

    li.slide_contents {
        width: 89vw !important;
        padding: 22px 20px 20px;
    }

    .voice-contents {
        padding: 4% 0;
    }
}

/*===========スライダー============*/
.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin: 168px auto 0;
}

.slick-slide img {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

.slick-list {
    overflow: inherit;
}

/*矢印の設定*/
.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 23.6% !important;
    z-index: 10 !important;
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 26.2% !important;
}

/*ドットナビゲーションの設定*/
.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-next:before {
    content: url(../img/sli_ri.png) !important;
}

.slick-prev:before {
    content: url(../img/sli_le.png) !important;
}

.slick-prev:before,
.slick-next:before {
    color: #ff8400 !important;
    font-size: 60px !important;
}

ul {
    padding-inline-start: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

@media (max-width: 1388px) {
    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 11.2% !important;
        z-index: 999 !important;
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 14.2% !important;
    }
}

@media (max-width: 1200px) {
    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 13% !important;
        z-index: 10 !important;
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 16.2% !important;
    }
}

@media (max-width: 1000px) {
    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 2.5% !important;
        z-index: 10 !important;
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 7.2% !important;
    }
}

@media (max-width: 767px) {
    .voice {
        padding: 0% 2%;
    }

    .voice-contents p.tex_sm {
        margin: 20px 0 10px;
    }

    .slider {
        /*横幅94%で左右に余白を持たせて中央寄せ*/
        margin: 0 auto;
    }

    /*矢印の設定*/
    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: -4px !important;
        z-index: 10;
        position: relative;
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 2.5% !important;
        z-index: 10;
        position: relative;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 40px !important;
    }

    .slick-dots {
        bottom: -25px !important;
    }

    .slick-next:before {
        content: url(../img/sli_ri.png) !important;
        transform: scale(0.6);
        position: absolute;
    }

    .slick-prev:before {
        content: url(../img/sli_le.png) !important;
        transform: scale(0.6);
        position: absolute;
    }
}


/*---------- 対応エリア ----------*/
.area_ttl_bg img {
    height: 144px;
    margin-top: 0px;
    width: 100%;
}

.area_ttl_inner {
    max-width: 455px;
    margin: -159px auto;
    padding-left: 120px;
}

.area_inner_bg {
    background-color: #e4f4fc;
}

.area_inner {
    max-width: 500px;
    margin: 191px auto 0;
    padding: 50px 50px 80px;
}

@media (max-width: 767px) {
    .area_inner {
        margin: 0 auto ;
        padding: 20px 10px 40px;
    }

    .area_inner_bg {
        background-color: #e4f4fc;
        padding: 0;
        margin-bottom: 0;
    }
}

/*---------- Q%A ----------*/
.QA_ttl {
    max-width: 300px;
    margin: 50px auto 0;
}

@media (max-width: 767px) {
    .QA_ttl {
        max-width: 60%;
        margin: 40px auto 10px;
    }
}

/*---------- Q%A アコーディオン----------*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 850px;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.22);
    margin-bottom: 30px;
}

.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 2% 2.5% 2.9%;
    transition: all .5s ease;
    background-color: #1c1c1c;
    color: #fff;
}

.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;

}

.title::before {
    top: 48%;
    right: 25px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 25px;
    transform: rotate(90deg);

}

.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

.box {
    display: none;
    /*はじめは非表示*/
    background: #fff;
    padding: 1.2% 2.5% 2.5%;
    position: relative;
    line-height: 1.7;
    font-size: 1.1rem;
}

.box p::before {
    content: url(../img/A_icon.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}

.title p {
    position: relative;
}

.title p::before {
    content: url(../img/Q_icon.png);
    margin: 0 10px 0 0;
    position: relative;
    top: 7px;
}

@media (max-width: 767px) {
    .accordion-area {
        list-style: none;
        width: 92%;
        max-width: 700px;
        margin: 0 auto;
    }

    .title {
        font-size: 0.9rem;
        padding: 0% 2.7% 3.6%;
    }
    .title p::before {
    top: 10px;
}

    .box {
        font-size: 0.9rem;
        background: #fff;
        padding: 1.2% 2.5% 2.5%;
        position: relative;
        line-height: 1.7;
    }

    .accordion-area section {
        margin-bottom: 20px;
    }
}

/*---------- フォームタイトルのみ ----------*/
.form_ttl_bg img {
    height: 144px;
    width: 100%;
}

.form_ttl_inner {
    max-width: 470px;
    margin: -100px auto 30px;
}

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

/*---------- フッター ----------*/
footer {
    background-color: #a5a5a5;
    padding: 50px;
    margin-top: 0;
    position: relative;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 13px;
}

footer a {
    color: #fff;
}

@media (max-width: 768px) {
    footer {
        padding: 50px 20px;
        line-height: 2;
    }
}

/*---------- 追従ボタン ----------*/
.b_cta {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
}

.b_cta a {
    display: block;
    width: 100%;
}

.b_cta a img {
    display: block;
    width: 97%;
    margin: 0 auto
}

.button {
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

/*このクラスが付与されると表示する*/
.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute {
    position: absolute;
    top: -70px;
    height: auto;
}

@media (min-width: 768px) {
    .button {
        display: none;
    }
}

/*---------- 改行レスポンシブ ----------*/
@media (min-width: 768px) {
    .br-sp {
        display: none;
    }
}

@media (max-width: 768px) {
    .br-pc {
        display: none;
    }
}

/* PC・SP切り替え */
.pc_no {
    display: block !important;
}

.sp_no {
    display: none !important;
}

@media (max-width: 768px) {
    .pc_no {
        display: none !important;
    }

    .sp_no {
        display: block !important;
    }

    .mid_no01 {
        display: none !important;
    }
}

/* 解決　異例レスポンシブ */
.pc_no01 {
    display: block !important;
}

.mid_no01 {
    display: none !important;
}

@media screen and (min-width:768px) and (max-width:1190px) {
    .mid_no01 {
        display: block !important;
    }
}

@media (max-width: 1190px) {
    .pc_no01 {
        display: none !important;
    }
}

/*---------- 追従CTA ----------*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/

@media screen and (max-width:750px) {
    #page-top {
        transition:all 0.3s;
        background: #c5e7f9;
        padding: 10px;
        width: 100%;
        left: 0;
      }
    
    @keyframes float {
        0% { transform:translate(0, 0) rotate(-7deg); }
        50% { transform:translate(0, -7px) rotate(0deg); }
        100% { transform:translate(0, 0) rotate(7deg); }
      }
    
      
      /*リンクを右下に固定*/
      #page-top {
        position: fixed;
        z-index: 15;
          /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
      }
      #page-top a img{
        width: 30.5%;
      }
    }
    
    @media screen and (min-width:750px) {
        #page-top {
            background: #c5e7f9;
            padding: 1.2% 1% 0.7%;
            transition:all 0.3s;
            margin-bottom: 1.6%;
            justify-content: center;
            width: 300px;
            border-radius: 10px;
          }
        
          #page-top a img{
            width: 32.3%;
            justify-content: space-between;
          }
        
          
          #page-top {
            position: fixed;
            z-index: 15;
            opacity: 0;
            right: 20px; /* 左からの距離を調整 */
            bottom: 20px; /* 下からの距離を調整 */
          }
        }
    
    
      /*　上に上がる動き　*/
      
      #page-top.UpMove{
        animation: UpAnime 0.5s forwards;
      }
      @keyframes UpAnime{
        from {
          opacity: 0;
        transform: translateY(100px);
        }
        to {
          opacity: 1;
        transform: translateY(0);
        }
      }
      
      /*　下に下がる動き　*/
      
      #page-top.DownMove{
        animation: DownAnime 1s forwards;
      }
      @keyframes DownAnime{
        from {
          opacity: 1;
        transform: translateY(0);
        }
        to {
          opacity: 1;
        transform: translateY(300px);
        }
      }
    

/*========= finish confirmation ===============*/
.contact form .submitbtn input, .contact.finish .backbtn a {
    background-color: #47ac34;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    font-size: 30px;
}
.contact.confirm form .submitbtn input[name="submitBack"], .contact.finish .backbtn a {
    background-color: #bbb;
}
.contact form th {
    background-color: #007dbe;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
}
.contact.confirm h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact.confirm ,.contact.finish {
    margin: 4% auto;
}
.contact form .submitbtn {
    text-align: center;
    margin: 60px auto 15px;
}

.contact form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.contact.finish {
    text-align: center;
}
.contact.finish .backbtn a {
    text-decoration: none;
    font-size: 20px;
}
.contact.finish .backbtn {
    margin-top: 30px;
}

.contact.finish p{
    margin-top: 15px;
}

@media screen and (max-width:750px) {
    .contact.confirm ,.contact.finish {
        margin: 10% auto;
    }
    .contact form {
        margin: 0 auto;
    }
}

.form_tbl th, .form_tbl td {
    display: block;
    padding: 10px;
    text-align: left;
}

.form_tbl th {
    background-color: #f2f2f2;
    margin-bottom: 5px;
}



.submitbtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.submitbtn input {
    margin: 0 10px;
}

.form_tbl table{
    width: 100%;
}

@media screen and (max-width:750px) {
.confirm th , .confirm td, .confirm tr{
    width: 90%;
    margin-left: 8px;
}
}