@charset "utf-8";
html {
    background: #FFFBED;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    color: #000;
    font-weight: 500;
}
body {
    font-size: 1.5rem;
    line-height: 1.8;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
input,select{
    font-size:15px;
}
em{
    font-style: normal;
}
h2,h3,h4{
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }
}
@media screen and (min-width: 961px) {
    .sp{
        display: none;
    }
}
.bold{
    font-weight: 700;
}
.center{
    text-align: center;
}
.bg-01{
    background-color: #22C18D;
}
.bg-02{
    background-color: #FFD800;
}
.fs_sm {
  font-size: 1.4rem;
}
.fs_md {
  font-size: 1.8rem;
}
.fs_lg {
  font-size: 2rem;
}
.fs_xl {
  font-size: 2.2rem;
}
.fs_xxl {
  font-size: 2.4rem;
}
.fs_heavy{
    font-size: 4rem;
    font-weight: 900;
}
.fs_child{
    font-size: 0.75em;
}
.text-primary{
    color: #00C38E;
}
.text-secondary{
    color: #FF5943;
}
.text-c {
    color: #1BAADE;
}
.text-light{
    color: #FFF;
}
.marker_y {
  vertical-align: baseline;
  background: linear-gradient(transparent 0%, #FFF500 0%);
}
.marker_g{
  vertical-align: baseline;
  background: linear-gradient(transparent 50%, #dedede 55%);    
}
.satisfaction_asterisk {
    font-size: 10px;
    vertical-align: top;
}
.satisfaction_note {
    font-size: 1.2rem;
    color: #5b5a5a;
}

.content_ttl{
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 6rem;
    padding-top: 6rem;
}
.content_ttl::after{
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background: #00C38E;
    margin: 0 auto;
    position: relative;
    bottom: -1.5rem;
}
.content_area{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom:4rem;
}

@media screen and (max-width: 960px) {
    .content_ttl {
        font-size: 7vw;
    }
    .content_area {
        max-width: 1000px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 4rem;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ヘッダー
_______________________________________________________*/
.header{
    background-color: #22C18D;
    color: #FFF;
}
.header_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 2%;
}
.header_block h1 img {
    max-width: 150px;
}
.header a{
    text-decoration: none;
}
.header_tel_num{
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.header_tel_time{
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}
.header_tel_btn{
    max-width: 200px;
    width: 40%;
    text-align: center;
    font-weight: bold;
}
.header_tel_btn a{
    display: block;
    border-radius: 3px;
    padding: 2% 0;
    background-color: #FFF;
    color: #00C38E;
    box-shadow:0 4px 0 #019867;
}

@media screen and (max-width: 960px) {
    .header_block{
        max-width: 1000px;
        width: 95%;
        padding: 10px 0;
    }
    .header_block h1 {
        display: flex;
        flex-wrap: nowrap;
    }
    .header_block h1 img {
        width: 35vw;
        max-width: 150px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    メインビジュアル・フォーム
_______________________________________________________*/
.main {
    background-image: url(/ppc/lt/sc/haisha/y/img/bg-car.png);
    position: relative;
}
.main::before{
    content: '';
    display: block;
    height:395px;
    width: 100%;
    background-color: #fefbec;
    position: absolute;
}
.balloon{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 3rem;
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 100px;
    font-size: 3rem;
    font-weight: 700;
    background-color: #FFD800;
    border:4px solid #000;
}
.balloon::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 16px solid #ffd800;
    z-index: 2;
}
.balloon::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-top: 14px solid #000;
    z-index: 1;
}
.balloon img{
    position: absolute;
    right: 8rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50px;
}
.main .balloon{
    font-size: initial;
    text-align: center;
    width: 340px;
    padding: 10px 50px 10px 10px;
    line-height: 1;
    margin-bottom: 0;
}
.main .balloon span:first-child{
    display: inline-block;
    border-bottom: 3px dotted #000;
    line-height: 1.4;
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.main .balloon img{
    right: 3rem;
    max-width: 30px;
}
.main_block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
}

@media screen and (min-width: 961px) {
    .main_img {
        max-width: 560px;
        margin-left: -3%;
    }
}
@media screen and (max-width: 960px) {
    .main {
        padding-bottom: 4rem;
    }
    .balloon{
        margin: 0 auto 2rem;
        font-size: 2rem;
    }
    .balloon img {
        right: calc(50% - 95px);
        max-width: 30px;
    }
    .main::before{
        height: 23.6%;
    }
    .main .balloon{
        width: 95%;
        margin-top: 1rem;
    }
    .main_block {
        flex-direction: column;
        align-items: center;
        max-width: 1000px;
        width: 95%;
    }
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
footer {
    text-align: center;
    padding: 20px 0 20px;
}
.footer_block{
    max-width: 1000px;
    margin: 0 auto;
    padding:5px 0 20px;
    display: table;
}
.footer_block p {
    display: table-cell;
}
.footer_block p a {
    color: #000;
    padding: 0 20px;
}

@media screen and (max-width: 960px) {
    .footer_block {
        display: flex;
        flex-direction: column;
        width: 95%;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/
.cv {
    text-align: center;
    font-weight: 700;
    background-color: #22C18D;
    background-image: url(/ppc/lt/sc/haisha/y/img/bg-car.png);
}
.cv_txt{
    color: #FFF;
    font-size: 2rem;
    text-align: center;
}
.cv_txt span{
    display: inline-block;
}
.cv_wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 4rem;
}
.cv_tel_num{
    margin-bottom: 1.5rem;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}
.cv_tel_num span{
    font-size: 5rem;
    color: #FF5943;
}
.cv_btn{
    width: 380px;
    padding: 1.5rem 2rem 2rem;
    background: #FF5943;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    line-height: 1.4;
    border-bottom: 6px solid #E21A00;
}

@media screen and (min-width: 961px) {
    .cv {
        padding: 2rem 2rem 0;
    }
    .cv_block {
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: stretch;
        gap: 40px;
        margin-bottom: 2rem;
    }
    .cv_block > *{
        flex: 1;
    }
    .cv_ttl_pc{
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }
    .cv_tel,
    .cv_web{
        background-color: #FFF;
        padding: 2rem;
        border-radius: 10px;
    }
    .cv_btn:hover{
        border-bottom: 2px solid #E21A00;
        transform: translateY(4px);
    }
}

@media screen and (max-width: 960px) {
    .cv_txt{
        font-size: 1.8rem;
    }
    .cv_wrap{
        width: 95%;
        padding: 2rem 0;
    }
    .cv_block_sp {
        margin-bottom: 1.5rem;
        background-color: #FFF;
        padding: 5% 4%;
        font-weight: 700;
        border-radius: 6px;
    }
    .cv_ttl_sp{
        margin-bottom: 0.5rem;
        font-size: 2rem;
    }
    .cv_tel_sp{
        margin-bottom: 2rem;
    }
    .cv_tel_sp a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cv_web_btn_sp,
    .cv_tel_btn_sp {
        width: 100%;
        padding: 5% 2%;
        font-size: 7vw;
    }
    .cv_tel_btn_sp img{
        padding-right: 1rem;
        width: 25vw;
        height: auto;
    }
    .cv_tel_btn_sp p:nth-of-type(1){
        font-size:1.4rem;
    }
    .cv_tel_btn_sp p:nth-of-type(1)::before,
    .cv_tel_btn_sp p:nth-of-type(1)::after{
        content: '';
        display: inline-block;
        position: relative;
        background: #FFF;
        height: 25px;
        width: 4px;
        margin: 0 10px;
        vertical-align: middle;
    }
    .cv_tel_btn_sp p:nth-of-type(1)::after{
        transform: rotate(25deg);
    }
    .cv_tel_btn_sp p:nth-of-type(1)::before{
        transform: rotate(-25deg);
    }
    .cv_tel_btn_sp p:nth-of-type(3){
        font-size:1.4rem;
    }
    .cv_web_btn_sp{
        background: #1BAADE;
        border-bottom: 6px solid #0E7198;
    }
    .cv_web_btn_sp p:nth-of-type(1){
        color: #FFD800;
        font-size: 1.4rem;
    }
    .cv_web_btn_sp p:nth-of-type(3){
        font-size: 1.8rem;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    他社比較
_______________________________________________________*/
.compare_table{
    width: 100%;
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    background-color: #22C18D;
    border-radius: 10px;
}
.compare_table span{
    font-size: 0.75em;
}
.compare_table thead{
    border-bottom: 1px solid #ADADAD;
}
.compare_table thead th{
    padding:1rem;
    vertical-align: middle;
}
.compare_table thead th img{
    max-width: 200px;
}
.compare_table tbody tr:not(:last-child){
    border-bottom: 1px dashed #ADADAD;
}
.compare_table tbody td{
    line-height: 1.4;
    padding:1rem 0.5rem;
    vertical-align: middle;
}
.compare_table tbody td:not(:first-child){
    width: 40%;
}
.compare_table tbody tr:nth-child(even) td:last-child{
    background-color: #efefef;
}
.compare_price{
    background-color: #FFF;
}

@media screen and (min-width: 961px) {
    .compare_table{
        font-size: 1.8rem;
    }
    .compare_price{
        font-size: 2.4rem;
    }
    .compare_txt{
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .compare_table{
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    .compare_table thead th img{
        max-width: 100px;
    }
    .compare_table .fs_heavy{
        font-size: 2.2em;
    }
    .compare_table tbody td:not(:first-child){
        width: 35%;
    }
    .compare_price{
        font-size: 1.3em;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストが選ばれる理由
_______________________________________________________*/

.reason_item{
    position: relative;
    background-color: #FFF;
    padding: 10rem 3rem 3rem;
    border: 3px solid #000;
    border-radius: 10px;
}
.reason_num{
    position: absolute;
    top: -14.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100px;
    line-height: 1.1;
    padding-top: 1.2rem;
    padding-left: 1rem;
    color: #FFF;
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
}
.reason_num::after{
    content: '';
    display: inline-block;
    width: 120px;
    height: 100px;
    background: url(/ppc/lt/sc/haisha/y/img/reason_flag.png) center top / contain no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.reason_num span{
    font-size: 0.4em;
    display: block;
}
.reason img {
    padding:1rem 0 2rem;
    width: 240px;
}
.reason_item:nth-child(3) h3{
    padding-top: 2rem;
}
.reason_item:nth-child(3) img{
    padding: 2rem 0 1rem;
}
.reason_item:nth-child(4) img{
    width: 270px;
}

@media screen and (min-width: 961px) {
    .reason_list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 40px;
    }
    .reason_list > *{
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 960px) {
    .reason_item{
        padding: 9rem 2rem 2rem;
    }
    .reason_item:not(:last-child){
        margin-bottom: 3rem;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    事例
_______________________________________________________*/
.jirei_group_ttl{
    font-size: 2.8rem;
    margin-bottom: 2rem;
    position: relative;
}
.jirei_group_ttl_em{
    display: inline-block;
    border-radius: 5px;
    padding: 0 0.8rem 0 0.8rem;
    line-height: 1.5;
    margin-right: 0.4rem;
    color: #FFF;
    background-color: #22C18D;
}
.jirei_group{
    display: block;
}
.jirei .flex{
    align-items: stretch;
}
.jirei_box{
    width: 100%;
}
.jirei_box_inner {
    margin: 1rem auto 4rem;
    width: 95%;
    padding: 0 1.5rem 1.5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    background-color: #FFF;
    border-radius: 10px;
}
.jirei dt{
    position: relative;
}
.jirei dd img{
    margin-bottom: 1.5rem;
}
.price_ttl{
    display: inline-block;
    line-height: 1.4;
    font-weight: 400;
    position: absolute;
    top: -1rem;
    left: -1rem;
    border-radius: 100px;
    background-color: #D34C1A;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 1.3rem;
}
.price{
    color: #D34C1A;
    text-align: right;
}
.jirei_img{
    width: 100%;
}
.slick-next {
    right: 8% !important;
}
.slick-arrow{
    z-index:2!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url(/ppc/lt/sc/haisha/y/img/arrow-right.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat !important;
}

@media screen and (max-width: 960px) {
    .jirei.content_area{
        width: 100%;
    }
    .jirei_group_ttl{
        font-size: 2rem;
    }
    .slider .slick-list {
        padding: 0 12% 0 0!important;
    }
}
@media screen and (min-width: 961px) {
    .jirei_group_ttl::before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        border-bottom: 3px dashed #000;
        z-index: -1;
    }
    .jirei_group_ttl_inner{
        background: #fefbec;
    }
    .jirei_group.slick-initialized .slick-track {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        transform: none !important;
    }
    .jirei_box {
        width: calc(100% / 3) !important;
    }
    .slider .slick-list {
        padding: 0 !important;
    }
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    よくあるご質問
_______________________________________________________*/
.faq {
    background-image: url(/ppc/lt/sc/haisha/y/img/bg-faqs.png);
}
.faq_block{
    background-color: #FFF;
    border: 3px solid #000;
    border-radius: 10px;
}
.faq_block:not(:last-child){
    margin-bottom: 1rem;
}
.faq_block.is-open .btn-inner{
    border-bottom: 3px solid #D0B000;
    margin-top: 2px;
    margin-bottom: 0;
    background-color: #e0be01;
}
.faq_btn{
    max-width: 140px;
    width: 100%;
    padding:1rem 0.5rem 1rem 0.5rem;
    border-bottom: 5px solid #D0B000;
    margin-right: 3rem;
    background-color: #FFD800;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
}
.faq_btn:hover{
    border-bottom: 2px solid #D0B000;
    transform: translateY(2px);
}
.faq h3{
    text-align: left;
}
.faq_q{
    padding: 2rem 2rem 2rem 5rem;
    position: relative;
    justify-content: space-between;
    text-align: left;
    font-size: 1.8rem;
}
.faq_q::before{
  content: 'Q.';
  color: #00C38E;
  position: absolute;
  left: 2rem;
}
.faq_a{
    position: relative;
    display: none;
    border-top:1px dashed #ADADAD;
    padding: 1rem 1.5rem 3rem 5rem;
    text-align: justify;
}
.faq_a::before{
  content: 'A.';
  font-size: 2rem;
  color: #FF5943;
  position: absolute;
  left: 2rem;
}

@media screen and (min-width: 961px) {
    .faq_inner{
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 960px) {
    .faq_inner{
        margin-bottom: 1rem;
    }
    .faq_btn{
        margin: 0 auto;
    }
    .faq_q {
        padding: 1rem 1rem 1rem 5rem;
    }
    .faq_a{
        padding: 3rem 1rem 3rem 5rem;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    流れ
_______________________________________________________*/
.flow h2.content_ttl {
    margin-bottom: 2rem;
}
.flow h2 + p{
    position: relative;
    top: 2rem;
    font-weight: 900;
}
.flow h2 + p::before,
.flow h2 + p::after{
    content: '';
    display: inline-block;
    height: 40px;
    width: 4px;
    background:#000;
    position: relative;
    top: 1.5rem;
}
.flow h2 + p::before{
    transform: rotate(-25deg);
    margin-right: 2rem;
    margin-left: 0;
}
.flow h2 + p::after{
    transform: rotate(25deg);
    margin-left: 2rem;
}
.flow_list{
    padding:3rem;
    border-radius: 10px;
    background-color: #FFD800;
    align-items: inherit;
    margin-bottom: 1rem;
    font-weight: 700;
}
.flow li {
    display: grid;
    align-content: space-between;
    position: relative;
    gap: 10px;
}
.flow li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 70px;
    position: absolute;
    background: url(/ppc/lt/sc/haisha/y/img/arrow-left.png) center / contain no-repeat;
}
.flow_step {
    grid-area: st;
    font-size: 1.8rem;
}
.flow_img {
    grid-area: img;
    margin-inline: auto;
}
.flow_txt {
    grid-area: txt;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media screen and (min-width: 961px) {
    .flow_list{
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .flow li {
        grid-template-areas:
            "st"
            "img"
            "txt";
        justify-items: center;
    }
    .flow li:not(:last-child)::after{
        top: 10rem;
        right: -7rem;
    }
}

@media screen and (max-width: 960px) {
    .flow li {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "img st"
            "img txt";
        justify-items: start;
        align-items: center;
    }
    .flow li:not(:last-child){
        margin-bottom: 6rem;
    }
    .flow li:not(:last-child)::after{
        right: 0;
        left: 0;
        margin: 0 auto;
        transform: rotate(90deg);
        bottom: -7rem;
    }
    .flow_txt {
        text-align: left;
    }
    .flow_img img{
        max-width: 100px;
        max-height: 95px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    はじめての方へ
_______________________________________________________*/
.hajimete{
    position: relative;
    background:url(/ppc/lt/sc/haisha/y/img/bg-hajimete.png) bottom -2px center / 600px repeat-x;
    margin: 0 auto;
}
.hajimete_block {
    display: grid;
    gap: 10px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.hajimete_ttl {
    grid-area: ttl;
    align-self: end;
    text-align: left;
    font-size: 3.2rem;
}
.hajimete_ttl span{
    display: inline-block;
}
.hajimete_img {
    grid-area: img;
}
.hajimete_txt {
    grid-area: txt;
    align-self: start;
}

@media screen and (min-width: 961px) {
    .hajimete_block {
        grid-template-areas:
            "img ttl"
            "img txt";
    }
}

@media screen and (max-width: 960px) {
    .hajimete_block {
        max-width: 1000px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 4rem;
        grid-template-columns: 1fr 2fr;
        grid-template-areas:
            "img ttl"
            "txt txt";
    }
    .hajimete_ttl{
        align-self: center;
        font-size: 2.4rem;
        margin-top: -3rem;
        color: #00C38E;
    }
}