@charset "utf-8";
html {
    background: #FFFBED;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    color: #000000;
    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;
}
h2{
    font-size: 2.5rem;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.radius{
    border-radius: 10px;
}
.border{
    border:3px solid #000000;
}
.bold{
    font-weight: 700;
}
.heavy{
    font-weight: 900;
}
.pd{
    padding:3rem;
    box-sizing: border-box;
}
.center{
    text-align: center;
}
.bg-01{
    background-color: #22C18D;
}
.bg-02{
    background-color: #FFD800;
}
.bg-03{
    background-color: #FFFFFF;
}
.bg-04{
    background-color: #FF5943;
}

/* Size */
.fs_xs {
  font-size: 1.2rem;
  /*12px*/
}
.fs_sm {
  font-size: 1.4rem;
  /*14px*/
}
.fs_md {
  font-size: 1.8rem;
  /*18px*/
}
.fs_lg {
  font-size: 2rem;
  /*20px*/
}
.fs_xl {
  font-size: 2.2rem;
  /*22px*/
}
.fs_xxl {
  font-size: 2.4rem;
  /*24px*/
}
.fs_heavy{
    font-size: 4rem;
    font-weight: 900;
}
.fs_child{
    font-size: 0.75em;
}
.text-primary{
    color: #00C38E;
}
.text-secondary{
    color: #FF5943;
}
.text-light{
    color: #FFFFFF;
}
.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;
}
.btn-01 a{
    background: #FF5943;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    width: 380px;
    padding: 1.5rem 2rem 2rem;
    line-height: 1.4;
    border-bottom: 6px solid #E21A00;
    box-sizing: border-box;
}
.btn-01 a:hover{
    border-bottom: 3px solid #E21A00;
    margin-top: 3px;
}

.row-1{
    width: 100%;
}
.row-2 > *{
    width: calc(100% / 2 - 20px);
}
.row-3{
    width: calc(100% / 3 - 20px);
}

h2.content_ttl{
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 6rem;
    padding-top: 6rem;
}
h2.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;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ヘッダー
_______________________________________________________*/

header .content_area{
    max-width: 100%;
    padding: 5px 2%;
    box-sizing: border-box;
}
header .content_area h1 img {
    max-width: 150px;
}
header a{
    text-decoration: none;
    color: #FFFFFF;
}
header a > *{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-weight: normal;
}
header .operating_num{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
header .operating_time{
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    メインビジュアル・フォーム
_______________________________________________________*/
.main {
    background-image: url(/ppc/lt/sc/hiyou/_index/img/bg-car.png);
    position: relative;
}
.main:before{
    content: '';
    display: block;
    height:395px;
    width: 100%;
    background-color: #fefbec;
    position: absolute;
}
.main .content_area.flex > img {
    width: 55%;
    max-width: 560px;
    margin-left: -3%;
    margin-right: 1%;
}
.main .content_area{
    position: relative;
    max-width: 1200px;
    justify-content: center;
    padding-bottom: 0;
    align-items: flex-end;
}
.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 #000000;
    line-height: 1.4;
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.main .balloon img{
    position: absolute;
    right: 3rem;
    top: 0.4rem;
    max-width: 30px;
}
.fv img, .fv source{
    height: 800px;
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
footer {
    text-align: center;
    padding: 20px 0 20px;
}
footer .content_area{
    padding:5px 0 20px;
    display: table;
}
footer .content_area p {
    display: table-cell;
}
footer .content_area p a {
    color: #000;
    padding: 0px 20px;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/

.cv {
    background-image: url(/ppc/lt/sc/hiyou/_index/img/bg-car.png);
    padding:2rem 2rem 0;
}
.balloon{
    position: relative;
    max-width: 500px;
    margin: 0 auto 3rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    border-width: 4px;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 3rem;
}
.balloon:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
    border: 10px solid transparent;
    border-top: 16px solid #ffd800;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -10px;
    border: 9px solid transparent;
    border-top: 14px solid #000000;
    z-index: 1;
}
.balloon img{
    position: absolute;
    right: 8rem;
    top: 0.8rem;
    max-width: 50px;
}
.cv dl{
    margin-bottom: 2rem;
}
.cv dt{
    margin-bottom: 1rem;
}
.cv .flex{
    align-items: stretch;
}
.cv .flex .row-2{
    flex-direction: column;
}
.cv .flex .pd{
    padding:2rem;
}
.cv .fs_xxl.heavy{
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}


/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    他社比較
_______________________________________________________*/
.compare table{
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
    margin-bottom: 4rem;
}
.compare table thead{
    border-bottom: 1px solid #ADADAD;
}
.compare table thead th{
    padding:1rem;
}
.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;
    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;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    カーネクストが選ばれる理由
_______________________________________________________*/
.reason ol{
    align-items: stretch;
    flex-wrap: wrap;
}
.reason li{
    position: relative;
    padding-top: 10rem;
}
.reason li:nth-child(-n+2){
    margin-bottom: 4rem;
}
.reason_num{
    position: absolute;
    top: -14.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
}
.reason_num > div:after{
    content: '';
    display: inline-block;
    width: 130px;
    height: 100px;
    background: url(/ppc/lt/sc/hiyou/_index/img/reason_flag.png) center top / contain no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.reason_num > div{
    z-index: 1;
    position: absolute;
    width: 100px;
    line-height: 1.1;
    padding-top: 1.2rem;
    padding-left: 1rem;
}
.reason_num > div .fs_child{
    font-size: 0.4em;
    display: block;
}
.reason img{
    padding:1rem 0 2rem;
}
.reason li:nth-child(3) h3{
    padding-top: 2rem;
}
.reason li:nth-child(3) img{
    padding:4rem 0 2rem;
}


/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    事例
_______________________________________________________*/
.jirei h3.fs_xxl{
    font-size: 2.8rem;
    margin: 0 0.5rem 3rem 0;
    position: relative;
}
.jirei h3.fs_xxl:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 2.5rem;
    border-bottom: 3px dashed #000000;
    z-index: -1;
}
.jirei h3.fs_xxl div {
    display: inline;
    background: #fefbec;
}
.jirei h3.fs_xxl span{
    display: inline-block;
    border-radius: 5px;
    padding: 0 0.8rem 0 0.8rem;
    line-height: 1.5;
    margin-right: 0.4rem;
}
.jirei .flex{
    align-items: stretch;
}
.jirei dl{
    margin-bottom: 4rem;
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 16px rgb(0 0 0 / 12%);
}
.jirei dt{
    position: relative;
}
.jirei dd img{
    margin-bottom: 1.5rem;
}
.jirei .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;
    box-sizing: border-box;
}
.jirei .price{
    color: #D34C1A;
    text-align: right;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    よくあるご質問
_______________________________________________________*/

.faqs {
    background-image: url(/ppc/lt/sc/hiyou/_index/img/bg-faqs.png);
}
.has-children:not(:last-child){
    margin-bottom: 1rem;
}
.has-children.is-open .btn-inner{
    border-bottom: 3px solid #D0B000;
    margin-top: 2px;
    margin-bottom: 0px;
    background-color: #e0be01;
}
.acnav__label{
    cursor: pointer;
}
.faqs h3{
    text-align: left;
}
.faqs .btn-inner{
    max-width: 140px;
    width: 100%;
    padding:1rem 0.5rem 1rem 0.5rem;
    border-bottom: 5px solid #D0B000;
    margin-right: 3rem;
}
.faqs .btn-inner:hover{
    border-bottom: 3px solid #D0B000;
    margin-top: 2px;
    margin-bottom: 0px;
}
.faqs .pd{
    padding: 2rem;
}

.faqs .faqs_q{
    padding-left: 5rem;
    position: relative;
    justify-content: space-between;
}
.faqs .faqs_q:before{
  content: 'Q.';
  color: #00C38E;
  margin-right: 5px;
  position: absolute;
  left: 2rem;
}
.faqs .faqs_a{
    position: relative;
    display: none;
    border-top:1px dashed #ADADAD;
    padding: 1rem 1.5rem 3rem 5rem;
    text-align: justify;
}
.faqs .faqs_a:before{
  content: 'A.';
  font-size: 2rem;
  color: #FF5943;
  position: absolute;
  left: 2rem;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    流れ
_______________________________________________________*/

.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:#000000;
    transform: rotate(25deg);
    margin-left: 2rem;
    position: relative;
    top: 1.5rem;
}
.flow h2 + p:before{
    transform: rotate(-25deg);
    margin-right: 2rem;
    margin-left: 0;
}

.flow ol{
    align-items: inherit;
    margin-bottom: 1rem;
}
.flow li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.flow li:not(:last-child):after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 70px;
    position: absolute;
    right: -7rem;
    top: 10rem;
    background: url(/ppc/lt/sc/hiyou/_index/img/arrow-left.png) center / contain no-repeat;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    はじめての方へ
_______________________________________________________*/

.hajimete{
    background:url(/ppc/lt/sc/hiyou/_index/img/bg-hajimete.png) bottom -2px center / 600px repeat-x;
}
.hajimete .content_area{
    padding-bottom: 0;
}
.hajimete h2{
    text-align: left;
    margin-bottom: 2rem;
    font-size: 3.2rem;
}