@charset "utf-8";
html {
    background: #FFFBED;
    font-family: system-ui, 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/haisha-simple/g/_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/haisha-simple/g/_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;
}