@charset "UTF-8";

@charset "UTF-8";

:root {
    /*使用しない場合も必ず設定*/
    --i_bg_color: #fff;
    /*背景色*/
    --i_txt_color: #222;
    /*テキスト*/
    --i_main_color: #F09328;
    /*メイン*/
    --i_sub_color: #01a0d9;
    /*アクセント*/
    --i_sub2_color: #fcfbdd;
    /*薄い色*/
    --i_btn_color: linear-gradient(180deg, #f09328 0%, #ff691a 100%);
    /*ボタン*/
    --i_btn_hover_color: linear-gradient(180deg, #f09328 0%, #ff691a 100%);
    /*ボタンhover*/
    --i_btn_txt_color: #fff;
    /*ボタンテキスト*/
    --i_btn_hover_txt_color: #fff;
    /*ボタンテキスト*/
    --i_shadow_color: rgba(0, 0, 0, 0.05);
    /*シャドウ*/
    --i_border_color: rgba(125, 125, 125, 0.3);
    /*ボーダー*/
}

body {
    font-size: 1.8rem;
    line-height: 1.9;
}

@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%;
    }

    body {
        letter-spacing: 0px;
        font-size: 1.65rem;
    }
}
/*------LV------*/
#lv {
    background-size: contain !important;
    height: auto !important;
    aspect-ratio: 3038/1140;
}

#lv p {
    display: none;
}
@media screen and (max-width: 900px) {
    #lv {
        aspect-ratio: 1125/1831;
    }
}

/*------パンくず------*/
#pan ul,
#pan ol {
    display: none;
}

/*------見出し------*/
.heading.block_header_1 p::before,
.heading.block_header_1 p::after,
.heading.block_header_1 .h:last-child::before,
.heading.block_header_1 .h:last-child::after,
.heading.block_header_6 .h::before,
.heading.block_header_6 .h::after {
    display: none;
}

.heading.block_header_1 p,
.heading.block_header_1 .h:last-child,
.heading.block_header_6 .h {
    font-weight: 600;
    padding: 0 10px;
    font-size: clamp(2.8rem, 4vw, 4rem);
}

.heading.block_header_2 .h {
    border-bottom: none;
    font-size: clamp(2.2rem, 2.0vw, 2.8rem);
}
.heading.block_header_2 .h::before {
    width: 3px;
    height: 100%;
    border: none;
    border-radius: 0;
    top: 0;
    left: 0;
    background: var(--i_main_color);
}

/*------ラインマーカー------*/
.contents_box01 .inner_item_txt span[style*="color:#f09328"] {
    background: linear-gradient(transparent 60%, #fff000 60%);
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 900px) {
    .contents_box01 .inner_item_txt span[style*="color:#f09328"] {
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }
}
/*------worry------*/
#worry + section {
    background: -webkit-linear-gradient(180deg, #01b2ec 0%, #01a0d9 100%);
    background: -o-linear-gradient(180deg, #01b2ec 0%, #01a0d9 100%);
    background: linear-gradient(180deg, #01b2ec 0%, #01a0d9 100%);
    color: #fff;
}

#worry + section .inner_item_txt {
    font-weight: bold;
}

#worry + section .inner_item_txt ul {
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    margin: 20px auto 70px;
}
#worry + section .inner_item_txt ul li {
    list-style: none;
    background: var(--i_bg_color);
    color: var(--i_txt_color);
    border-radius: 50px;
    padding: 7px 20px 5px;
    box-shadow: 0 3px 0 #1F6792;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#worry + section > .content_wrapper {
    position: relative;
    padding: 0 5% 30px;
}
#worry + section > .content_wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url("/common/upload_data/elestcojp/image/worry01.png"), url("/common/upload_data/elestcojp/image/worry02.png");
    background-position: left 10px bottom 0, right 10px bottom 0;
    background-size: 235px auto, 200px auto;
    background-repeat: no-repeat;
    z-index: 1;
}

@media screen and (min-width: 1201px) {
    #worry + section > .content_wrapper:before {
        background-position: left 100px bottom 0, right 100px bottom 0;
    }
}

@media screen and (min-width: 901px) {
    #worry + section .inner_item_txt ul li br {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #worry + section > .content_wrapper:before {
        background-position: left 5px bottom -6%, right 5px bottom -6%;
        background-size: 100px auto, 90px auto;
    }
    #worry + section .inner_item_txt ul li br {
        display: block;
    }
}
/*------あなたの悩みをAEグループが解決します！------*/
#ttl + section {
    padding-top: 120px;
    background-size: 20% !important;
}
#ttl + section:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(180deg, #01a0d9 0%, #0183bd 100%);
    width: 100px;
    height: 20px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#ttl + section:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    width: 170px;
    height: 70px;
    background: linear-gradient(180deg, #01a0d9 0%, #0183bd 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#ttl + section .inner_item_txt p {
    font-weight: bold;
}

@media screen and (min-width: 901px) {
    #ttl + section .inner_item_txt p strong br {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #ttl + section {
        background-size: 85% !important;
    }
    #ttl + section .inner_item_txt p strong br {
        display: block;
    }
}
/*------AEグループが選ばれる理由------*/
#gr_bg + section {
    background: -webkit-linear-gradient(90deg, #f09328 0%, #ff691a 100%);
    background: -o-linear-gradient(90deg, #f09328 0%, #ff691a 100%);
    background: linear-gradient(90deg, #f09328 0%, #ff691a 100%);
    color: #fff !important;
}

#gr_bg + section + section.contents_box01 .inner_item_txt {
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .pcbr {
        display: none;
    }
}
/*------7つの強み------*/
a[id^="strong"] + section {
    overflow: visible;
}
a[id^="strong"] + section .heading.block_header_2 .h {
    font-size: 2rem;
    padding-left: 0px;
    border-bottom: 1px solid var(--i_main_color);
    color: var(--i_main_color);
    line-height: 1;
}

a[id^="strong"] + section .heading.block_header_2 .h::before {
    display: none;
}

a[id^="strong"] + section .heading.block_header_2 .h span {
    font-size: clamp(3.2rem, 4.2vw, 4.5rem);
}

a[id^="strong"] + section .heading.block_header_2 p {
    font-size: clamp(2.2rem, 2.6vw, 3rem) !important;
    font-weight: bold;
    padding-left: 0;
    color: var(--i_main_color);
}


a[id^="strong"] + section .inner_item_img {
    flex-basis: 20% !important;
    max-width: 20% !important;
    position: relative;
}

a[id^="strong"] + section .inner_item_img a {
    pointer-events: none;
}

a[id^="strong"] + section .inner_item_img img {
    max-width: 100px !important;
    max-height: 100px !important;
    height: auto;
    object-fit: contain;
}

a[id^="strong"] + section .inner_item_img:before {
    position: absolute;
    display: block;
    content: "";
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    pointer-events: none;
    border: 1px solid var(--i_main_color);
    z-index: -1;
}

@media screen and (max-width: 900px) {
    a[id^="strong"] + section .inner_item_img,
    a[id^="strong"] + section .inner_item_txt {
        margin-bottom: 40px !important;
    }
}

/*------登録業者の年間売上------*/
/* 見出し */
#price_h + section > .content_wrapper {
    padding: 0;
    max-width: none !important;
}

#price_h + section .heading.block_header_1:before,
#price_h + section .heading.block_header_1:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    pointer-events: none;
    background: var(--i_main_color);
    z-index: -1;
}

#price_h + section .heading.block_header_1:after {
    top: 55%;
    transform: translateY(-55%);
}

#price_h + section .heading.block_header_1 p {
    background: var(--i_sub2_color);
    height: 6rem;
    align-content: center;
    padding: 0 35rem 0 20px;
}
#price_h + section .heading.block_header_1 p span.orange {
    border-bottom: 2px solid var(--i_main_color);
    line-height: 1.3;
    font-size: clamp(3.5rem, 4vw, 5.5rem);
}

#price_h + section .heading.block_header_1 p:before,
#price_h + section .heading.block_header_1 p:after {
    position: absolute;
    display: inherit;
    background: var(--i_main_color);
    color: #fff;
    font-size: 2.5rem;
    width: 150px;
    height: 36px;
    border-radius: 50px;
    pointer-events: none;
    top: calc(1.6em * 1.5 / 2);
    transform: translateY(-50%);
    left: auto;
}
#price_h + section .heading.block_header_1 p:before {
    content: "ワンマン";
    right: 175px;
    margin-right: 5px;
}
#price_h + section .heading.block_header_1 p:after {
    content: "ツーマン";
    background: #F07328;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}

a[id^="price"] + section .heading.block_header_2 .h {
    font-size: 4rem !important;
    border-bottom: none;
    color: var(--i_txt_color);
    display: flex;
    align-items: center;
    height: 15rem;
    padding-left: 17rem;
}
a[id^="price"] + section .heading.block_header_2 .h::before {
    display: none;
}
#price + section .heading.block_header_2 .h {
    background: url("/common/upload_data/elestcojp/image/oneman_icon.png") no-repeat left center / contain;
}
#price2 + section .heading.block_header_2 .h {
    background: url("/common/upload_data/elestcojp/image/twoman_icon.png") no-repeat left center / contain;
}

a[id^="price"] + section .inner_item_txt .heading {
    margin-bottom: 35px;
}

a[id^="price"] + section .inner_item_txt p {
    font-size: 3rem;
    line-height: 1.5;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 15px;
    /* padding-left: clamp(4.8rem, 4.5vw, 5.5rem); */
    position: relative;
}
a[id^="price"] + section .inner_item_txt p span.num {
    /* border-bottom: 2px solid #eae4a2; */
    position: relative;
}
a[id^="price"] + section .inner_item_txt p span.num i {
    font-style: normal;
    font-size: clamp(3.8rem, 4vw, 4.5rem);
    color: var(--i_main_color);
    line-height: 1;
    padding-right: 5px;
}
a[id^="price"] + section .inner_item_txt p.no1 span.num i {
    font-size: clamp(4.8rem, 4.5vw, 5.5rem);
}
a[id^="price"] + section .inner_item_txt p span.num:before {
    position: absolute;
    display: block;
    content: "";
    left: 0rem;
    top: calc(25px * 1.5 / 2);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
    z-index: -1;
}
a[id^="price"] + section .inner_item_txt p.no1 span.num:before {
    background: url("/common/upload_data/elestcojp/image/no1.png") no-repeat left center / contain;
}
a[id^="price"] + section .inner_item_txt p.no2 span.num:before {
    background: url("/common/upload_data/elestcojp/image/no2.png") no-repeat left center / contain;
}
a[id^="price"] + section .inner_item_txt p.no3 span.num:before {
    background: url("/common/upload_data/elestcojp/image/no3.png") no-repeat left center / contain;
}

/* 金額下線 */
a[id^="price"] + section .inner_item_txt p:after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: calc(100% - 60px);
    height: 100%;
    pointer-events: none;
    border-bottom: 2px solid #eae4a2;
    z-index: -1;
}
a[id^="price"] + section .inner_item_txt p.no2:after,
a[id^="price"] + section .inner_item_txt p.no3:after {
    width: calc(100% - 80px);
}

@media screen and (min-width: 901px) {
    a[id^="price"] + section .inner_item_txt p span.num:before {
        left: -5rem;
    }
    a[id^="price"] + section .inner_item_txt p.no1 span.num:before {
        left: -55px;
    }
    a[id^="price"] + section .inner_item_txt p {
        text-align: center !important;
    }
}

@media screen and (max-width: 900px) {
    a[id^="price"] + section .wrapper_item {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
    }
    a[id^="price"] + section .inner_item_txt {
        padding-bottom: 30px !important;
        width: 100%;
    }
    a[id^="price"] + section .heading.block_header_2 .h {
        height: 10rem;
        padding-left: 12rem;
    }
    a[id^="price"] + section .heading.block_header_2 .h {
        font-size: 3rem !important;
    }
    a[id^="price"] + section .inner_item_txt p {
        font-size: 2.2rem;
        text-align: center !important;
        margin-bottom: 25px;
    }
    a[id^="price"] + section .inner_item_txt p span.num {
        padding-left: 5rem;
    }
    a[id^="price"] + section .inner_item_txt p span.num:before {
        top: calc(10px * 1.5 / 2);
    }
    a[id^="price"] + section .inner_item_txt p:after {
        width: calc(100% - 70px);
    }
    a[id^="price"] + section .inner_item_txt p.no2:after,
    a[id^="price"] + section .inner_item_txt p.no3:after {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 900px) and (min-width: 481px) {
    a[id^="price"] + section .inner_item_txt p {
        text-align: left !important;
    }
    a[id^="price"] + section .inner_item_txt p.no2,
    a[id^="price"] + section .inner_item_txt p.no3 {
        padding-left: 3rem;
    }
    a[id^="price"] + section .inner_item_txt p::after {
        width: calc(100% - 45px);
    }
    a[id^="price"] + section .inner_item_txt p.no2::after,
    a[id^="price"] + section .inner_item_txt p.no3::after {
        width: calc(100% - 75px);
    }
}

@media screen and (max-width: 800px) {
    #price_h + section .heading.block_header_1:after {
        top: 50%;
        transform: translateY(-50%);
    }
    #price_h + section .heading.block_header_1 p {
        padding: 0px 20px 20px;
        height: 10rem;
    }
    #price_h + section .heading.block_header_1 p:before,
    #price_h + section .heading.block_header_1 p:after {
        font-size: 2.0rem;
        width: 120px;
        height: 30px;
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        margin-left: 20px;
        padding: 3px 0 0 0px;
        transform: none;
    }
    #price_h + section .heading.block_header_1 p:after {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
}

/*------VOICE------*/
#voice + div .heading.block_header_1 p {
    font-size: clamp(4rem, 5vw, 8rem);
    color: var(--i_main_color);
}
#voice + .widget_gallery01.add_design5 .inner_item {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    padding: 10px 20px;
    margin: 5px 20px;
}
#voice + .widget_gallery01.add_design5 .inner_item > a img {
    object-fit: contain;
}
#voice + .widget_gallery01.add_design5 .inner_item > a:hover img {
    transform: none;
}

#voice + .widget_gallery01.add_design5 .inner_item .heading p {
    text-align: left;
}

#voice + .widget_gallery01.add_design5 .inner_item .heading.block_header_2 .h {
    font-size: 2.3rem !important;
}

.slick-dots {
    display: table !important;
    margin: 5px auto 10px;
    width: auto !important;
}
.slick-dots li {
    border: none !important;
    display: table-cell !important;
    padding: 0 5px !important;
}
.slick-dots li button {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    background: var(--i_txt_color);
    opacity: 0.2;
}

.slick-dots li.slick-active button {
    background: var(--i_main_color);
    opacity: 1;
}

@media screen and (min-width: 601px) {
    #voice + .widget_gallery01.add_design5 .inner_item {
        display: flex;
        flex-direction: row;
        padding: 2vw 1vw;
        margin: 5px 40px;
    }

    #voice + .widget_gallery01.add_design5 .inner_item > a {
        padding-top: 30%;
        flex-basis: 25%;
        max-width: 25%;
        box-sizing: border-box;
        text-align: center;
    }
    #voice + .widget_gallery01.add_design5 .inner_item .heading {
        flex-basis: 70%;
        max-width: 70%;
        box-sizing: border-box;
    }
}

/*-----#area------*/
#area + section span.dot_orange .dot {
    background-image: radial-gradient(circle at center, var(--i_main_color) 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
}

/*-----table------*/
table,
td {
    border: none;
}

tr {
    line-height: 2;
}

td:first-child {
    font-weight: bold;
    width: 20%;
    vertical-align: baseline;
    line-height: 2.5;
}
@media screen and (max-width: 600px) {
    .content_wrapper:has(table) {
        padding: 0px 5%;
    }
    td:first-child {
        display: inline-table;
        width: 35%;
    }
    td {
        display: block;
        padding-left: 1.6rem;
    }
}

/*-----bg------*/
#bg_img + section {
    height: 220px;
}

#bg_img + section + section {
    overflow: visible;
}

#bg_img + section + section > .content_wrapper {
    background: var(--i_bg_color);
    padding: 50px 4vw;
    margin-top: -240px;
    width: calc(100% - 40px);
}

@media screen and (max-width: 900px) {
    #bg_img + section {
        height: 200px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    #bg_img + section + section > .content_wrapper {
        margin-top: -280px;
    }
}

/*-----step------*/
a[id^="step"] + section {
    overflow: visible;
}
a[id^="step"] + section .inner_item_img,
a[id^="step"] + section .inner_item_img a,
a[id^="step"] + section .inner_item_txt {
    position: relative;
}

a[id^="step"] + section .inner_item_img {
    text-align: left;
}
a[id^="step"] + section .inner_item_img img {
    width: 92% !important;
}
a[id^="step"] + section .heading.block_header_2 .h {
    color: var(--i_main_color);
    padding-left: 0;
}

a[id^="step"] + section .heading.block_header_2 .h::before {
    display: none;
}

a[id^="step"] + section.contents_box01.block_image_text_3 .inner_item_txt {
    padding-left: 5vw;
}
a[id^="step"] + section .inner_item_img:before {
    display: inline-block;
    position: absolute;
    counter-increment: number 1;
    /* content: "STEP " counter(number, decimal-leading-zero); */
    content: "STEP ";
    top: 0px;
    right: 0px;
    pointer-events: none;
    font-size: 2rem;
    line-height: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: var(--i_main_color);
    z-index: 3;
}
a[id^="step"] + section .inner_item_img:after {
    display: inline-block;
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: var(--i_main_color);
    font-size: 4rem;
    font-weight: bold;
    top: 50px;
    right: 0px;
    line-height: 0.1;
}
#step01 + section .inner_item_img:after {
    content: "01";
}
#step02 + section .inner_item_img:after {
    content: "02";
}
#step03 + section .inner_item_img:after {
    content: "03";
}
#step04 + section .inner_item_img:after {
    content: "04";
}
#step05 + section .inner_item_img:after {
    content: "05";
}

@media screen and (min-width: 901px) {
    a[id^="step"] + section:not(#step01+section) .inner_item_img a:before {
        content: "";
        display: block;
        position: absolute;
        background: var(--i_main_color);
        width: 3px;
        height: 30px;
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        pointer-events: none;
        z-index: -1;
    }
}
@media screen and (max-width: 900px) {
    a[id^="step"] + section .inner_item_img {
        text-align: left;
    }
    a[id^="step"] + section .inner_item_img img {
        width: 90% !important;
    }
    a[id^="step"] + section .inner_item_img:before,
    a[id^="step"] + section .inner_item_img:after {
        right: 5vw;
    }
}

/*-----other------*/

#other + section > .content_wrapper {
    border: 5px solid var(--i_main_color);
    padding: 30px;
    width: calc(100% - 30px);
}
#other + section .heading.block_header_4 .h {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--i_main_color);
    display: inline-block;
    align-content: center;
    background: url("/common/upload_data/elestcojp/image/aircon_illust.png") no-repeat left center / contain;
    padding-left: 25rem;
    height: 15rem;
    font-size: clamp(3rem, 3vw, 4.0rem) !important;
}

#other + section .inner_item_txt p {
    font-size: clamp(1.7rem, 1.8vw, 2.0rem);
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    #other + section .heading.block_header_4 .h {
        background-position: top center;
        padding-left: 0;
        padding-top: 55vw;
        height: auto;
    }
    #other + section .inner_item_txt p {
        text-align: left !important;
    }
}
/*-----support-----*/
#support + section .inner_item_txt p {
    font-size: clamp(1.8rem, 2.2vw, 2.8rem);
    font-weight: bold;
}

#support + section .inner_item_txt p strong {
    font-size: clamp(2.2rem, 2.5vw, 3.5rem);
}


/*-----強調テキスト-----*/
span.yellow {
    font-size: clamp(3.8rem, 5vw, 5rem);
    color: #FFFF7A;
    border-bottom: 2px solid;
    line-height: 1.2;
}
span.dot_orange,
span.orange {
    font-size: clamp(3.5rem, 3.5vw, 5rem);
    color: var(--i_main_color);
}
#gr_bg + section .heading.block_header_6 .h span {
    font-size: clamp(4.5rem, 6vw, 7rem);
}
#price + section .heading.block_header_1 p span {
    border-bottom: 1px solid var(--i_main_color);
}

#support + section.contents_box01 .inner_item_txt span[style*="color:#f09328"] {
    font-size: clamp(3rem, 3.5vw, 5rem);
    color: var(--i_main_color);
}


/*-----ヘッダーボタン-----*/
header .header_contents .header_col1 .btn > a {
    padding: 8px 10px 7px;
}

/*-----追従フッター-----*/
#fixbtn {
    margin-bottom: 0;
}

#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel p,
#fixbtn .fixbtntel span {
    display: none;
}

#fixbtn .fixbtntel {
    border-right: none;
}

#fixbtn .inner > div {
    width: 100%;
}
#fixbtn #scrolltop a:before {
    transition: 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border: none !important;
    background: var(--i_sub_color);
    transform: none;
    top: 0;
    left: 0;
    mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%235f6368%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.2%2C20l-6.5%2C6.5%2C2.1%2C2.15%2C8.65-8.65-8.65-8.65-2.1%2C2.15%2C6.5%2C6.5ZM20%2C40c-2.77%2C0-5.37-.53-7.8-1.58s-4.55-2.48-6.35-4.3-3.23-3.94-4.28-6.38-1.58-5.02-1.58-7.75.53-5.37%2C1.58-7.8%2C2.48-4.55%2C4.28-6.35%2C3.92-3.23%2C6.35-4.28%2C5.03-1.58%2C7.8-1.58%2C5.36.53%2C7.78%2C1.58%2C4.53%2C2.48%2C6.35%2C4.28%2C3.25%2C3.92%2C4.3%2C6.35%2C1.58%2C5.03%2C1.58%2C7.8-.53%2C5.32-1.58%2C7.75-2.48%2C4.56-4.3%2C6.38-3.93%2C3.25-6.35%2C4.3-5.01%2C1.58-7.78%2C1.58Z%22%2F%3E%3C%2Fsvg%3E');
    transform: rotate(-90deg);
}

header .header_contents .header_col1 .btn > a,
#fixbtn .contents_btn01 a {
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    padding-right: 40px;
    position: relative;
}
header .header_contents .header_col1 .btn > a {
    padding-right: 35px;
}

#fixbtn .contents_btn01 span {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: bold;
    padding: 11px 20px 11px;
}

header .header_contents .header_col1 .btn > a:before,
#fixbtn .contents_btn01 a:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(0);
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzU0MjQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDU0MjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM5LjkyOCIgaGVpZ2h0PSIyOS40MTciIHZpZXdCb3g9IjAgMCAzOS45MjggMjkuNDE3Ij4KICA8ZyBpZD0iZW1haWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMTg5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyMTg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDguMjk3KSI+CiAgICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMjE4OCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMjE4OCI+CiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV80ODg4IiBkYXRhLW5hbWU9IuODkeOCuSA0ODg4IiBkPSJNMjEuMTE5LDE1OC42NTVhMi4yNywyLjI3LDAsMCwxLTIuMzU3LDBMMCwxNDcuMnYxNS4yMjdhNS45LDUuOSwwLDAsMCw1Ljg5Myw1Ljg5M0gzNC4wMzZhNS45LDUuOSwwLDAsMCw1Ljg5My01Ljg5M1YxNDcuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTE0Ny4yKSIgZmlsbD0iI2ZmZiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyBpZD0i44Kw44Or44O844OXXzIxOTEiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDIxOTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTg5IDApIj4KICAgICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMTkwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyMTkwIj4KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzQ4ODkiIGRhdGEtbmFtZT0i44OR44K5IDQ4ODkiIGQ9Ik0zNS45LDU3LjA4OEg3Ljc1MmE1Ljg1OCw1Ljg1OCwwLDAsMC01LjcsNC42MmwxOS44LDEyLjA2OEw0MS42LDYxLjcwOEE1Ljg1OCw1Ljg1OCwwLDAsMCwzNS45LDU3LjA4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjA0OCAtNTcuMDg4KSIgZmlsbD0iI2ZmZiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}

header .header_contents .header_col1 .btn > a:before {
    width: 20px;
    height: 14px;
    right: 15px;
}
#fixbtn .contents_btn01 a:before {
    width: 25px;
    height: 19px;
    right: 20px;
    border: none !important;
}
#cp {
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    #fixbtn .contents_btn01 a::before {
        width: 22px;
        height: 16px;
        right: 15px;
    }
    #fixbtn .contents_btn01 a span {
        padding: 7px 3px 5px 15px;
    }
}

/*-----修正ー-----*/
body:before,
main:before{
    display: none;
}

#lv{
    background: none;
}

#lv div {
    opacity: 0.9;
    background: none;
}