@charset "utf-8";

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

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

html {
    overflow: auto;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 横スクロールを無効化 */
    width: 100%;
    max-width: 100vw;
  }

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

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.taC {
    text-align: center;
}

.fcY {
    color: #ffed31;
    font-weight: bold;
}

.mark {
    background: linear-gradient(transparent 60%, #fffbad 0%);
    padding: 4px;
}



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

/*---------- ヘッダー ----------*/
header a {
    width: 100%;
}

.he_bg {
    background-color: #fff;
}

.he_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px; /* 両端に余白を追加（調整可能） */
    margin: 0; /* ここが重要。marginをリセット */
}

.inner_left {
    font-size: 14.5px;
    font-weight: bold;
    max-width: 350px;
    margin: 5px 0 0 100px;
}

.inner_right {
    display: flex;
    max-width: 600px;
}

.inner_right img {
    max-width: 100%;
    padding: 10px 0 0;
}

.he_tel_btn {
    max-width: 90%;
}

.inner_right img,
.inner_left img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .he_inner {
        display: flex;
        justify-content: space-between;
        margin: -14px -22px -8px;
        align-items: center;
    }

    .inner_left {
        font-size: 12px;
        font-weight: bold;
        max-width: 44%;
        margin: 5px 0 0 0;
    }

    .inner_right {
        display: flex;
        max-width: 67%;
        justify-content: space-between;
    }

    .he_mail_btn {
        margin-left: 5px;
    }

    .he_tel_btn {
        max-width: 100%;
    }
}

/*---------- MV ----------*/
.mv {
    background-image: url(../img/fv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 100px;
}

.mv img {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding:30px 0 5px 0px;
}

.mv .cta_bg {
    background-image: none;
    padding: 0px 80px 45px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mv .cta_coupon {
    padding: 0px 0;
    margin-top: -3%;
  }

.mv .cta_coupon img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/*-
@media screen and (min-width:768px) and (max-width:1500px) {
    .mv img {
        padding: 30px 0 5px 25px;
    }
}-*/

@media (max-width: 767px) {
    .mv img {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .mv {
        background-image: none;
        padding: 0;
    }
}

/*---------- 協力店募集 ----------*/
.recruiting01 {
    background-image: url(../img/recruiting_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 80px;
}

.recruiting02 {
    background-image: url(../img/recruiting02_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 80px 0;
    margin: -200px 0 0;
}

.recruiting01_content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 0;
}

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

    .recruiting01 {
        background-image: none;
        padding: 0;
    }

    .recruiting02 {
        background-image: url(../img/recruiting02_sp_bg.jpg);
        padding: 200px 15px 23px;
    }
}

/*---------- 火災保険 ----------*/
.fire {
    background-image: url(../img/fire_bg.png );
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 60px 0 70px;
}

.fire_ttl {
    margin: -108px 0 0;
}

.fire_inner {
    margin: 20px auto;
    padding: 0 50px;
    max-width: 1300px;
    width: 55%;
}

@media (max-width: 767px) {
    .fire {
        background-image: none;
        padding: 0;
    }

    .fire_ttl {
        margin: 0;
        padding: 0;
    }

    .fire_inner {
        margin: 0px auto;
        padding: 0 50px;
        max-width: 1300px;
        width: 55%;
    }
}

/*---------- アンテナトラブル ----------*/
.trouble {
    background-image: url(../img/trouble_bg.png);
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    background-size: cover;
    background-position: center;
}

.trouble_ttl {
    max-width: 550px;
    width: 100%;
    margin: -25px auto;
    padding: 1px 0;
}

.trouble_flex {
    display: flex;
    justify-content: center;
    gap: 0px;
}

.trouble_content {
    max-width: 1300px;
    width: 60%;
    margin: 30px auto;
}

.trouble_item {
    width: 37%;
    padding: 5px;
    justify-content: center;
}

@media (max-width: 767px) {
    .trouble_content {
        width: 100%;
        margin: 9px auto;
    }

    .trouble_ttl {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    .trouble {
        padding: 0px 0 110px;
    }

    .trouble_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trouble_item {
        width: 99%;
        padding: 0px;
    }
}

/*---------- アンテナでお困りの皆様！ ----------*/
.trouble_kinds_ttl {
    margin: -118px 0 0;
}

.trouble_kinds_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.trouble_kinds_content {
    max-width: 1250px;
    width: 90%;
    margin: 39px auto;
    margin-bottom: 7%;
}

.trouble_kinds_flex img {
    width: 30%;
    padding: 0% 0%;
}

.trouble_kinds {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background: url(../img/solution_bg.jpg);
    background-position: center top;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .trouble_kinds_flex img {
        width: 47%;
        padding: 1% 1%;
    }

    .trouble_kinds_content {
        padding: 0;
        margin: 30px auto;
    }
}

/*---------- 選ばれる理由 ----------*/
.reason_ttl {
    padding: 45px 0 0;
    background: #000000;
    position: relative;
}

.reason_ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -90px;
    border: 90px solid transparent;
    border-top: 45px solid #000000;
}

.reason_ttl img {
    max-width: 871px;
    width: 100%;
    margin: 0 auto;
}

.reason_all {
    background: #d1fff6;
    padding: 80px 80px 70px;
}

.reason_area {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.reason {
    padding: 0 0 2%;
}

.ttl {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.reason .ttl img {
    display: block;
    width: 18%;
}

.reason_ttl_min {
    margin-left: 10px;
}

.reason_red {
    color: red;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(transparent 80%, #f4e144 60%);
}

.reason_bo {
    font-weight: bold;
    font-size: 22px;
}

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

    .reason_all {
        background: url(../img/reason_bg.jpg);
        padding: 44px 25px 25px;
    }

    .reason {
        padding: 0 0 5%;
    }

    .reason_ttl::before {
        margin-left: -50px;
        border: 50px solid transparent;
        border-top: 25px solid #26af9c;
    }
}

/*---------- 選ばれる理由 ----------*/
.reason2_ttl {
    padding: 45px 0 0;
}

@media (max-width: 767px) {
    .reason2_ttl {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 39px;
    }
}

/*4つのポイント*/
.point h2 {
    background-image: url(../img/point_ttl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    padding: 2% 0;
}

.point {
    background-image: url(../img/reason_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.point_ttl {
    width: 50%;
    margin: 0 auto;
    padding: 76px 0 0;
}

.point_content {
    max-width: 950px;
    margin: auto;
    padding: 2% 25px;
}

.point_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.point_flex img {
    width: 430px;
    padding: 0 0 3%;
}

@media screen and (max-width: 740px) {
    .point_flex img {
        width: 100%;
    }

    .point h2 {
        font-size: 6vw;
        padding: 4% 0;
    }

    .point_content {
        padding: 8% 25px 12%;
    }

    .point_ttl {
        width: 90%;
        margin: 0 auto;
        padding: 45px 0 0;
    }
}


/*---------- 悪徳業者にご注意ください ----------*/

.note h2 {
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    padding: 5px 49px 46px;
}

.note_ttl {
    padding: 45px 0 0;
    background: #000000;
    position: relative;
}

.note_ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -90px;
    border: 90px solid transparent;
    border-top: 45px solid #000000;
}

.note h2 {
    text-align: center;
}

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

    .note h2 {
        background: #000000;
        font-size: 5vw;
        padding: 4% 4%;
        margin-top: -6%;
    }

    .note {
        padding: 0 0 0%;
    }

    .note_ttl::before {
        margin-left: -10px;
        border: 15px solid transparent;
        border-top: 13px solid #000000;
    }
}

/*---------- 安心安全な明朗会計＆確かな技術 ----------*/
.security {
    padding: 0;
}


/*---------- お問い合わせから修理までの流れ ----------*/
.flow {
    background-image: url(../img/flow_bg.jpg);
    background-repeat: no-repeat;
    padding: 185px 0 135px;
    background-size: cover;
    background-position: center;
    margin: -163px 0 0;
}

.flow_ttl {
    width: 100%;
    margin: -22px auto;
    padding: 0;
}

.flow_flex {
    display: flex;
}

.flow_content {
    width: 60%;
    margin: 39px auto;
}

.flow_item {
    width: 60%;
    padding: 5px;
}

@media (max-width: 767px) {
    .flow_content {
        width: 100%;
        margin: 9px auto;
    }

    .flow_ttl {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    .flow {
        padding: 150px 0 110px;
    }

    .flow_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flow_item {
        width: 99%;
        padding: 0px;
    }
}

/*---------- アンテナの種類 ----------*/
.kinds {
    background-image: url(../img/kinds_bg.jpg);
    background-repeat: no-repeat;
    padding: 185px 0 135px;
    background-size: cover;
    background-position: center;
    margin: -163px 0 -93px;
}

.kinds_ttl {
    max-width: 750px;
    width: 100%;
    margin: 17px auto;
    padding: 18px 0;
}

.kinds_flex {
    display: flex;
    justify-content: center;
}

.kinds_content {
    max-width: 1300px;
    width: 55%;
    margin: 25px auto;
    margin-top: -1%;
}

.kinds_item {
    width: 60%;
    padding: 5px;
}

@media (max-width: 767px) {
    .kinds_content {
        width: 100%;
        margin: 54px auto;
    }

    .kinds_ttl {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
        margin-bottom: -8%;
    }

    .kinds {
        padding: 177px 0 61px;
    }

    .kinds_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kinds_item {
        width: 99%;
        padding: 0px;
    }
}

/*---------- もしこんなエラーコードが出たら ----------*/
.error {
    padding: 0;
}


/*---------- CTA ----------*/
.cta_ttl img {
    margin: 0 auto;
}

.cta_ttl {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.cta_content {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 40px 0;
    padding: 40px 0 36px;
    background-image: url(../img/cta_white_bg.jpg );
}

.cta_coupon {
    padding: 10px 0;
}

.cta_bg {
    background-image: url(../img/cta_bg.jpg);
    background-repeat: no-repeat;
    padding: 45px 80px 45px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta_bg02 {
    background-image: url(../img/cta02_bg.jpg);
    background-repeat: no-repeat;
    padding: 75px 80px 95px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta_bg p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.cta_bg02 p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.cta_red {
    color: red;
}

.cta_flx {
    display: flex;
    justify-content: space-between;
    max-width: 93%;
    margin: 0 auto;
}

.cta_flx img {
    max-width: 100%;
}

.cta_tel02 img {
    position: relative;
    padding: 0 0 0 5px;
}

.cta_mail02 img {
    position: relative;
    padding: 18px 0 0 5px;
}

.btn {
    padding: 15px 0 14px;
}

.cta_tel02 img:hover {
    top: 3px;
    opacity: 0.8;
    filter: none;
}

.cta_mail02 img:hover {
    top: 3px;
    opacity: 0.8;
    filter: none;
}

.cta_flx a {
    max-width: 48%;
}

.card {
    width: 90%;
    margin: auto;
}

.inner_pa {
    padding: 0 50px;
}

.cta_tel02,
.cta_mail02 {
    display: block;
    position: relative;
    overflow: hidden;
}

.cta_tel02::after,
.cta_mail02::after {
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.cta_tel02::after,
.cta_mail02::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 1;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

@media screen and (min-width:1600px) and (max-width:1920px) {
    .cta_bg {
        padding: 76px 80px 76px;
    }
}

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

    .cta_bg p,
    .cta_bg02 p {
        font-size: 17px;
    }

    .cta_flx {
        display: block;
        justify-content: space-between;
        max-width: 90%;
        margin: 10px auto;
        margin-bottom: -7px;
    }

    .inner_pa {
        padding: 0 15px;
    }

    .cta_bg {
        padding: 61px 0 16%;
    }

    .cta_bg02 {
        padding: 37px 0 50px;
    }

    .cta_inner {
        margin: 15px auto 0;
        border-radius: 7px;
        padding: 33px 0 18px;
    }

    .cta_flx img {
        max-width: 100%;
        margin-bottom: 0;
    }

    .cta_content {
        width: 90%;
        margin: -15px auto 0;
        position: relative;
        padding: 26px 0 30px;
        background-image: url(../img/cta_white_bg.jpg );
    }

    .cta_mail02 img {
        padding: 5px 0 0 0;
    }

    .btn {
        padding: 10px 0 15px;
    }

    .cta_tel02 img {
        padding: 0;
    }
}



/*---------- 他社と比べて ----------*/
.secret {
    background-position: top;
    background-size: cover;
}

.secret_ttl {
    max-width: 860px;
    margin: 0 auto 40px;
    padding: 0 100px;
}

.secret_inner {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1300px;
    width: 80%;
}

@media (max-width: 767px) {
    .secret {
        background-image: none;
        padding: 0;
    }

    .secret_ttl {
        margin: 0;
        padding: 0;
    }
}

/*---------- 施工事例 ----------*/
.case_ttl {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 0;
}

.case_all {
    background-image: url(../img/case_bg.jpg );
}

.case_fsS {
    font-size: 12.5px;
}

.case-contents {
    padding: 8px 0 7% 0;
    margin-top: -45px;
}

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

    .case-contents {
        padding: 0 0 10% 0;
        margin-top: 0;
    }
}


/*---------- お客様の声 ----------*/
.voice_ttl {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 0;
    margin-bottom: 2%;
}

.voice_all {
    background-image: url(../img/voice_bg.jpg );
}

.slide_rel {
    position: relative;
    text-align: justify;
}

.quotation01 {
    position: absolute;
    top: 15px;
    left: 0;
}

.quotation02 {
    position: absolute;
    bottom: -15px;
    right: -5px;
}

.slick-dotted.slick-slider {
    margin: 90px 0 0 !important;
}

.kutikomi_name01 {
    background-color: #4177d6;
    padding: 5px;
    width: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0 10px;
}

.voice_fsS {
    font-size: 12.5px;
}

.voice-contents {
    padding: 8px 0 7% 0;
    margin-top: -45px;
}

.slide_contents p {
    font-size: 16px;
    line-height: 1.9;
    padding: 25px 0 0 15px;
    position: relative;
}

.kutikomi_mein {
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
}

li.slide_contents {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 20px;
    width: 550px !important;
    padding: 25px 38px 38px 23px;
    margin: 0;
    text-align: left;
}

li.slide_contents .slide_tit {
    font-weight: bold;
    font-size: 20px;
    padding: 1% 0 0;
}

li.slide_contents .slide_txt {
    text-align: left;
    font-weight: bold;
    padding: 1% 0 0;
}

li.slide_contents .slide_txt2 {
    text-align: right;
    font-weight: bold;
    padding: 1% 0 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    padding-bottom: 20px;
}

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

    .kutikomi_ttl {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .kutikomi_name {
        background-color: #e68420;
        padding: 5px;
        width: 156px;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        border-radius: 5px;
        text-align: center;
        margin: 10px auto 0;
    }

    li.slide_contents {
        width: 77vw !important;
        padding: 15px 17px 23px 11px;
        height: 445px;
    }

    .voice-contents {
        padding: 0 0 10% 0;
        margin-top: 0;
    }

    .kutikomi_bg {
        background-color: #fff9e2;
        padding: 40px 0 40px;
        border-top: solid 3px #003187;
    }

    .kutikomi_icon {
        max-width: 100px;
        margin: 0 auto;
    }

    .slide_contents p {
        font-size: 15px;
        line-height: 1.9;
        padding: 20px 0 0 10px;
    }

    .slick-dotted.slick-slider {
        margin: 0 !important;
    }

    .quotation01 {
        position: absolute;
        top: 15px;
        left: 0;
        width: 40px;
    }

    .quotation02 {
        position: absolute;
        bottom: -5px;
        right: -5px;
        width: 40px;
    }
}

/*===========スライダー============*/
.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.2;
    /*透過50%*/
}

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

.slick-list {
    overflow: inherit;
}

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

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

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

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

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    background: url(../img/prev.png) no-repeat center !important;
    opacity: 1 !important;
    background-size: contain !important;
    width: 90% !important;
    height: 90% !important;
}

.slick-next:before {
    background: url(../img/next.png) no-repeat center !important;
    opacity: 1 !important;
    background-size: contain !important;
    width: 100% !important;
    height: 100% !important;
}

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

.slick-arrow {
    z-index: 2 !important;
    width: 55px !important;
    height: 55px !important;
}

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

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

@media screen and (min-width:1600px) and (max-width:1920px) {
    .voice-contents {
        padding: 8px 0 4% 0;
    }
}

@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: 12.2% !important;
    }
}

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

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 1.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: 15px !important;
        z-index: 10;
    }

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

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

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

    .slick-arrow {
        width: 35px !important;
        height: 35px !important;
    }
}


/*---------- ご利用の流れ2 ----------*/
.flow2_ttl {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    padding: 90px 0 40px;
}

.flow2_all {
    background-image: url(../img/flow_bg.png);
    background-repeat: no-repeat;
    padding: 0px 80px 120px;
    margin: -60px 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.flow2_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1700px) and (max-width:1920px) {
    .flow2_all {
        padding: 0px 80px 150px;
    }

    .flow2_ttl {
        padding: 120px 0 40px;
    }
}

@media screen and (max-width:767px) {
    .flow2_all {
        padding: 0 8px 30px 20px;
        margin: -32px 0 0;
    }

    .flow2_ttl {
        width: 95%;
        padding: 55px 0 25px 0;
        margin: 0 -1px;
    }

    .flow2_flex {
        flex-wrap: wrap;
    }

    .flow2_item {
        width: 50%;
        padding: 0 0 20px;
    }
}

/*---------- サービス対象エリア ----------*/
.area_all {
    margin: -130px 0 0;
}

.area_content {
    width: 100%;
    margin: 0 auto -10px;
    padding: 20px 0 0 0;
    position: relative;
}

.man_abs {
    position: absolute;
    bottom: 0;
    right: -150px;
    overflow: hidden;
    width: 25%;
}

@media screen and (min-width:768px) and (max-width:1500px) {
    .man_abs {
        right: -97px;
        width: 23%;
    }
}

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

    .area_inner {
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0;
    }

    .area_sp {
        margin: -70px 0 0;
    }
}



/*---------- サービス対象エリア2 ----------*/
.area2_all {
    background-image: url(../img/area_bg.jpg);
    background-repeat: no-repeat;
    padding: 0px 80px 0px;
    margin: -110px 0 0;
    background-size: cover;
    background-position: center;
}

.area2_content {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto -10px;
    padding: 20px 0 0 0;
    position: relative;
}

.man_abs {
    position: absolute;
    bottom: 0;
    right: -150px;
    overflow: hidden;
    width: 25%;
}

@media screen and (min-width:768px) and (max-width:1500px) {
    .man_abs {
        right: -97px;
        width: 23%;
    }
}

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

    .area2_inner {
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0;
    }

    .area2_sp {
        margin: -14px 0 0;
    }
}

/*---------- Q%A ----------*/
.qa_all {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
    background-color: #f2f8ff;
    background-position: center top;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.qa_ttl {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0 0 0 0px;
}

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

/*---------- Q%A アコーディオン----------*/
.toggle_title {
    border-radius: 0px;
    margin-top: 30px;
    position: relative;
    padding: 3% 3% 2.5% 7%;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    background-color: #001d5a;
    max-height: 999999px;
    /*Androidブラウザフォントバグ対策*/
}

.toggle_title.open .toggle_btn:after {
    transform: rotate(90deg);
    opacity: 0;
}

.toggle_btn {
    position: absolute;
    top: 45%;
    right: 2%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.toggle_contents dd {
    display: none;
    margin-inline-start: 0;
    padding: 0 20px;
}

.toggle_contents:first-of-type dd {
    padding: 0 20px;
    display: block;
}

.toggle_contents dd p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 2% 1%;
    box-sizing: border-box;
    color: #595959;
    position: relative;
}

.qa {
    max-width: 842px;
    margin: 40px auto;
    padding: 3%;
    padding-top: 0;
}

.toggle_title::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
    margin-left: -2em;
    padding-right: 2.5em;
    position: absolute;
    margin-top: -1%;
}

.toggle_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    display: block;
}

.toggle_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 75%;
    border-radius: 10px;
    background: #ffffff;
    display: block;
    transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}

.toggle_btn.active:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-question__accordion-list:not(:first-child) {
    margin-top: 32px;
}


.a_item {
    margin: auto 0;
}

.qa_txt_waku img {
    width: 30px;
    height: 30px;
}

.qa_txt_waku {
    border-radius: 10px;
    margin-top: 10px;
}

.qa_flex {
    display: flex;
}

@media screen and (max-width:767px) {
    .toggle_contents dd {
        padding: 0 14px;
    }

    .toggle_title {
        font-size: 16px;
        padding: 3% 3% 3% 18%;
        margin-top: 20px;
        border-radius: 0px;
    }

    .toggle_title::before {
        top: 27%;
        left: 14%;
    }


    .toggle_contents:first-of-type dd {
        padding: 0 0 0 12px;
    }

    .toggle_contents dd p {
        margin: auto;
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 3%;
        box-sizing: border-box;
        color: #272829;
        position: relative;
        margin-left: 5px;
    }

    .toggle_txt::before {
        top: 7%;
        left: -9%;
    }

    .qa_txt_waku {
        border-radius: 7px;
    }
}


/*---------- フォームタイトルのみ ----------*/
.form_ttl {
    max-width: 346px;
    margin: 0 auto;
    padding: 40px 150px;
}

/*お問い合わせフォーム*/
.form_wrapper {
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 40px 0;
    padding: 40px 0 36px;
}

@media screen and (max-width:767px) {
    .form_all {
        background-color: #f2f8ff;
        padding: 0 0px 46px;
    }
}

.form_all {
    background-color: #f2f8ff;
    padding: 0 0px 46px;
}

.Q_section .arrow {
    width: 100%;
    margin: 10px auto 20px;
}

.q_text {
    text-align: center;
}

.anke {
    background: #e3e3e3;
}

.anke h2 {
    width: 700px;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.form_content {
    max-width: 842px;
    margin: 0 auto;
    padding: 0 80px 50px;
}

.form_ttl {
    padding: 67px 22% 33px;
}

.form_content .container {
    background-color: #fff;
    padding: 30px 65px 40px;
    border-radius: 20px;
}

.arrow_item {
    background-color: #fff;
    padding: 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.slide-next.question_btn_next:disabled {
    background: #ccc;
    box-shadow: 0px 9px 0px 0px rgba(185, 185, 185, 1);
}

button.slide-next.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: #ff6e00;
    box-shadow: 0px 9px 0px 0px #ca5700;
    font-weight: bold;
    width: 180px;
    height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    margin-top: 2%;
}

.q3_input {
    height: 35px;
    width: 95%;
    font-size: 18px;
    margin: 10px auto 20px;
    padding: 0 2%;
}

label span.must {
    margin-right: 2px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    background: #ec0c00;
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}

.q_text01>div {
    margin: 20px 0 35px;
}

.postcode1,
.postcode2 {
    height: 35px;
    max-width: 170px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
    padding: 0 2%;
}

.prefecture {
    height: 35px;
    max-width: 400px;
    width: 95%;
    font-size: 18px;
    margin: 10px 10px 20px;
    padding: 0 2%;
}

.city {
    height: 35px;
    max-width: 450px;
    width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
    padding: 0 2%;
}

.address {
    height: 35px;
    max-width: 500px;
    width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
    padding: 0 2%;
}

.q_text02>div {
    margin: 20px 0 35px;
}

.tel1 {
    height: 35px;
    max-width: 150px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
    padding: 0 2%;
}

.tel2 {
    height: 35px;
    max-width: 200px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
    padding: 0 2%;
}

.tel3 {
    height: 35px;
    max-width: 200px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
    padding: 0 2%;
}

.request {
    height: 45px;
    width: 95%;
    font-size: 16px;
    margin: 10px auto 20px;
}

.date input,
.date select {
    height: 45px;
    max-width: 230px;
    width: 100%;
    font-size: 18px;
    margin: 10px 5px 20px;
}

.naiyou {
    height: 75px;
    width: 95%;
    font-size: 18px;
    margin: 10px auto 20px;
}

.q_text03>div {
    margin: 20px 0 0;
}

input.submitBtn.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: #df0006;
    box-shadow: 0px 9px 0px 0px #df0006;
    font-weight: bold;
    max-width: 500px;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
    line-height: 1.3;
}

select {
    color: #000;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    -webkit-appearance: none;
    /* iOSのデフォルトスタイルを無効化 */
    appearance: none;
    background: url('../img/triangle.svg') no-repeat right 15px center;
    background-size: 12px;
    /* アイコンサイズを調整 */
    position: relative;
    padding-right: 40px;
    /* アイコンのためのスペースを確保 */
}

/* なし
select {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 


input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

/* セレクトボックス
.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.2em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
} */

.slick-disabled {
    opacity: 0;
}

.slide-prev {
    display: block;
}

@media screen and (max-width:747px) {
    .anke h2 {
        width: 100%;
        padding: 50px 20px 30px;
    }

    .form_content {
        padding: 0px 10px 50px;
    }

    .tel1 {
        max-width: 70px;
        font-size: 13px;
    }

    .tel2 {
        max-width: 72px;
        font-size: 13px;
    }

    .tel3 {
        max-width: 72px;
        font-size: 13px;
    }

    .postcode1,
    .postcode2 {
        width: 80px;
    }

    .prefecture {
        max-width: 400px;
        width: 93%;
        font-size: 16px;
        margin: 10px 0px 20px;
    }

    .city {
        max-width: 450px;
        width: 93%;
        font-size: 16px;
        margin: 10px 0px 20px;
    }

    .q_text03>div {
        margin: 20px 0 0 0px;
    }

    button.slide-next.question_btn_next {
        margin-bottom: 10%;
    }

    span.form_s {
        font-size: 16px;
    }

    .date input {
        width: 200px;
        margin: 10px 5px 0;
        font-size: 16px;
    }

    .date select {
        width: 200px;
        margin: 10px 5px 0;
        font-size: 16px;
    }

    .naiyou {
        font-size: 15px;
    }

    .q_text01>div {
        margin: 20px 0 35px;
    }

    .q_text02>div {
        margin: 20px 0 35px;
    }

    .arrow_item {
        background-color: #fff;
        padding: 25px 0 0;
        border-radius: 15px 15px 0 0;
    }

    .form_content .container {
        background-color: #fff;
        padding: 0 20px 20px;
        border-radius: 10px;
    }

    .form_ttl {
        max-width: 84%;
        margin: 0 auto;
        padding: 45px 0 5px;
    }

    .q_text {
        font-size: 14px;
    }

    .q3_input {
        width: 94%;
    }
}

.err {
    color: #e80000;
    background: rgb(255, 237, 237);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
}

.min {
    font-size: 0.7rem;
    margin-bottom: 5px;
    font-weight: normal;
}

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

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

.fcB {
    color: #ffffff;
}

.fcBlack a {
    color: #000 !important;
    text-decoration: none !important;
}

.fs18 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    footer {
        padding: 20px;
        /* フッターのプライバシーポリシーリンクを確保するための余白を設定 */
        margin-top: 15%;
        position: relative;
        padding-bottom: 32px;
        /* 追従ボタンの高さ分の余白を追加 */
        padding-top: 10%;
    }
}



/*---------- 追従ボタン ----------*/
.b_cta {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 3% 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;
}

.button_cta {
    margin-top: 1%;
}

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

/* フッター直前で停止 */
.absolute {
    position: absolute;
    bottom: auto;
    top: -70px;
    /* 追従ボタンがフッターの上に移動 */
}

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

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

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

/* 協力店募集 */
.boshu {
    background-color: #F4E144;
    padding: 20px;
    position: relative;
}

.boshu::before {
    content: '';
    border-right: 30px solid transparent;
    border-bottom: 35px solid #F4E144;
    border-left: 30px solid transparent;
    position: absolute;
    top: -17%;
    left: 50%;
}

@media (max-width: 768px) {
    .boshu::before {
        content: '';
        border-right: 15px solid transparent;
        border-bottom: 20px solid #F4E144;
        border-left: 15px solid transparent;
        position: absolute;
        top: -8%;
        left: 46%;
    }
}

.boshu p {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin: 0;
}

@media (max-width: 768px) {
    .boshu p {
        font-size: 0.7rem;
    }
}

.boshu.second {
    background-color: #003187;
    color: #fff;
}

.boshu.second::before {
    border-bottom: 35px solid #003187;
}
body .cta_tyu{
         text-align: center;
    font-size: 1em;
    font-weight: bold;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 10px;
    padding-left: 13px;
}
.cta_bg .cta_tyu{
     margin-top:10px;
}
body .cta_tyu2{
     font-size: 1em;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    background: #e4e4e4;
    border-radius: 20px;
    max-width: 500px;
    margin: 10px auto;
    color: #000;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 75px;
    padding-left: 13px;
}
@media (max-width: 767px) {
    body .cta_tyu {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 3px;
    padding-left: 13px;
}
    body .cta_tyu2 {
    font-size: 0.9em;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    background: #e4e4e4;
    border-radius: 20px;
    max-width: 500px;
    margin: 10px auto;
    color: #000;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 15px;
    padding-left: 13px;
}
}