@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    /*
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Roboto", sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    color: #333333;
    background-color: #FDF8EF;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    opacity: .8;
    transition: all .3s;
}

.site-header {
    background-color: #FEFCC6;
    height: 95px;
}

.header-inner {
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 95px;
}

.head-cta {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

.head-cta__wrap {
    margin-right: 26px;
}

.head-cta__wrap p {
    font-family: "Roboto", "M PLUS Rounded 1c", sans-serif;

}

.head-cta__mailline a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-cta__tel-icon img {
    margin-right: 17px;
}

.head-cta__mailline {
    margin-right: 7px;
}

.header-inner h1 img {
    max-width: 219px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.head-cta__tel-txt p {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 0;
}

.head-cta__tel-txt span {
    font-size: 1.5rem;
    display: block;
    margin-top: -10px;
    letter-spacing: 0.1em;
}

.head-cta__mailline p {
    font-size: 1.6rem;
    padding-left: 7px;
}

.head-cta__mailline a {
    margin: 5px 0;
}

.head-cta__mailline a img {
    max-width: 22px;
    width: 100%;
    display: block;
}

.mv-wpra {
    background-image: url(../img/mv_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.mv-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.mv-img img {
    max-width: 1277px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.ecomaru-ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    max-width: 510px;
    width: 100%;
    margin: 70px auto 10px;
    text-align: center;
    position: relative;
}

.ecomaru-ttl h2 {
    font-size: 5.6rem;
    font-weight: 700;
    color: #57CE3A;
    margin: 0;
}

.ecomaru-ttl::before {
    content: "";
    width: 47px;
    height: 116px;
    background-image: url(../img/title__object01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ecomaru-ttl::after {
    content: "";
    width: 47px;
    height: 116px;
    background-image: url(../img/title__object02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ecomaru-items__wrap {
    background-color: #B6E3AA;
    padding: 50px 0 224px;
    margin-top: 40px;
}

.ecomaru-items__wrap .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.ecomaru-items__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.grid-item {
    padding: 19px 17px 5px;
    background-color: #fff;
    border-radius: 10px;
}

.grid-item p {
    text-align: center;
    margin: 0;
}

.ecomaru-cta {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.ecomaru-cta__main {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    border: 5px solid #F39801;
    padding: 28px 57px 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.ecomaru-cta__ttl {
    max-width: 424px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ecomaru-cta__ttl h2 {
    text-align: center;
    font-size: 3.9rem;
    color: #F39801;
    font-weight: 800;
    margin: 0 0 15px;
}

.ecomaru-cta__ttl::before {
    content: "";
    width: 29px;
    height: 40px;
    background-image: url(../img/cta-body__slash01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ecomaru-cta__ttl::after {
    content: "";
    width: 29px;
    height: 40px;
    background-image: url(../img/cta-body__slash02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ecomaru-cta__tel-main a {
    display: block;
    max-width: 545px;
    width: 100%;
    padding: 7px 66px 7px 94px;
    font-size: 5.6rem;
    font-weight: 700;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #F39801;
    border-radius: 99px;
    position: relative;
}

.ecomaru-cta__tel-main a::before {
    content: "";
    width: 48px;
    height: 48px;
    background-image: url(../img/main-cta_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ecomaru-cta__tel-box span {
    display: block;
    text-align: center;
    color: #F39801;
    font-size: 2rem;
    font-weight: 600;
    margin: 5px auto;
}

.ecomaru-cta__mail-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
}

.ecta-btn {
    background-color: #efefef;
    max-width: 144px;
    width: 100%;
    border-radius: 10px;
    padding: 10px 13px;
    display: block;
    margin: 0 7px;
}

.ecta-btn_img {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecta-btn img {
    display: block;
    margin: 0 auto 10px;
}

.ecta-btn p {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.ecta-btn span {
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 99px;
    padding: 5px 15px;
    font-size: 1.4rem;
}

.ecomaru-cta__mail-line .mail {
    background-color: #42A2E6;
}

.ecomaru-cta__mail-line .mail span {
    color: #42A2E6;
}

.ecomaru-cta__mail-line .line {
    background-color: #06C755;
}

.ecomaru-cta__mail-line .line span {
    color: #06C755;
}

.ecomaru-cta__mail-line::after {
    content: "";
    width: 271px;
    height: 177px;
    background-image: url(../img/cta-body__icon.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6%;
    right: -9%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
}

.ecomaru-cta.over-contents {
    margin-top: -190px;
    position: relative;
    z-index: 2;
}

.why-ecomaru {
    position: relative;
    background-color: #57CE3A;
    z-index: 1;
    margin-top: 150px;
    padding: 15px 0;
}

.why-ecomaru::before {
    content: "";
    width: 100%;
    height: 154px;
    background-image: url(../img/why-eco__wave01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    z-index: -1;
}

.why-ecomaru::after {
    content: "";
    width: 100%;
    height: 154px;
    background-image: url(../img/why-eco__wave02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    z-index: -1;
}

.why-ecomaru .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #FCF1DF;
    border-radius: 45px;
}

.why__heading {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.why__heading-img img {
    max-width: 138px;
    width: 100%;
    margin: 0 auto;
}

.why__heading-ttl {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    padding: 27px 33px;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.why__heading-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;

}

.why__heading-ttl span {
    display: block;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
}

.why__heading-ttl h2 {
    margin: 0;
    font-size: 3.7rem;
    font-weight: 700;
    color: #F39801;
}

.why__contents {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
}

.why__contents__flex {
    padding: 47px 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 65px;
    gap: 25px;
}

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

.why_contents__txt p {
    font-size: 1.8rem;
    font-weight: 700;
}

.why_contents__txt span {
    font-weight: 800;
}

.why_contents__txt span.txt-orange {
    color: #F39801;
}

.why_contents__txt span.txt-grn {
    color: #57CE3A;
}

.tips {
    margin: 30px auto;
    padding: 30px 60px;
}

.tips_title {}

.tips_title-circle {
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #F39801;
    border-radius: 99px;
    padding: 9px;
    text-align: center;
    position: relative;
}

.tips_title-circle::after {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #F39801;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.tips_title-circle p {
    font-weight: 700;
}

.tips_title h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    color: #F39801;
    margin: 15px 0 0;
}

.tips_contents {
    margin: 25px auto;
}

.tips_contents p {
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
}

.tips_contents span {
    display: block;
    font-weight: 800;
    color: #57CE3A;
}

.tips_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tips_grid-item {
    width: 100%;
    height: 145px;
    background-color: #FCF1DF;
    border: 6px solid #F39801;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips_grid-item p {
    font-size: 2.4rem;
    font-weight: 700;
}

.ecomaru-reason {
    margin-top: 180px;
    margin-bottom: 30px;
}

.ecomaru-reason .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.reason_heading {
    position: relative;
    z-index: 0;
}

.reason__main {
    max-width: 840px;
    width: 100%;
    margin: -100px auto 0;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 80px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.reason__main h2 {
    border: 2px solid #F39801;
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 99px;
    padding: 2px 10px;
    margin: 0 auto 50px;
}

.reason__main h3 {
    color: #F39801;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.reason__main p {
    text-align: left;
    font-weight: 700;
    line-height: 1.7;
}

.flow {
    margin-top: 30px;
}

.flow .inner {
    max-width: 720px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px 45px 25px;
}

.flow_area {
    margin: 30px auto;
    text-align: center;
    background-color: #FFDBC1;
    border-radius: 15px;
    padding: 22px 0;
}

.flow_area h3 {
    font-size: 2.4rem;
}

.flow_area p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.flow_wrap {
    margin: 20px auto;
}

.flow__ttl {
    border-bottom: 1px solid #57CE3A;
    margin: 0 0 20px;
}

.flow__ttl h3 {
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0;
    margin: 10px auto 2px;
    display: inline-block;
    position: relative;
}

.flow__ttl h3::after {
    content: "";
    width: 30px;
    height: 35px;
    background-image: url(../img/step__object.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 60%;
    left: 105%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.flow__ttl span.step {
    font-size: 3.2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    color: #57CE3A;
}

.flow__ttl span.num {
    font-size: 5.9rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    color: #57CE3A;
    padding-right: 15px;
}

.flow_wrap .ecomaru-cta__tel-main a {
    font-size: 5rem;
    padding: 7px 66px 7px 114px;
}

.flow_wrap .ecomaru-cta__main {
    padding: 28px 35px 0;
}

.flow_wrap .ecomaru-cta__mail-line::after {
    height: 161px;
}

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

.flow__img {
    margin-right: 39px;
}

.flow__img img {
    width: 237px;
    height: 190px;
    object-fit: cover;
}

.flow__txt p {
    font-size: 2rem;
    font-weight: 700;
}

.review .inner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding-top: 180px;
}

.review_main {
    /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.review__block-inner {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 110px 25px 70px;
    max-width: 490px;
    width: 100%;
}

.review__img {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.review__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
}

.review__title h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.review__title p {
    font-size: 2rem;
    font-weight: 600;
}

.review__txt p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.65;
}

.review__answer {
    background-color: #FFDBC1;
    padding: 30px;
    border-radius: 20px;
    max-width: 433px;
    width: 100%;
    margin: -40px auto 0;
    position: relative;
}

.review__answer p {
    font-size: 1.6rem;
    position: relative;
}

.review__answer::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #FFDBC1;
}

.qa {
    padding: 50px 0;
}

.qa .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 45px;
}

.qa .ecomaru-ttl {
    margin-bottom: 75px;
}

.qa-wrap {
    margin: 35px auto;
}

.qa-title {
    text-align: left;
    background-color: #fff;
    border-radius: 99px;
    border: 2px solid #F39801;
    display: inline-block;
    margin-bottom: 30px;
}

.qa-title h3 {
    padding: 6px 20px;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
}

.qa__block {
    padding-bottom: 20px;
    border-bottom: 1px solid #F39801;
    margin: 20px auto;
}

.qa__block h4, .qa__block p {
    padding-left: 67px;
    position: relative;
}

.question h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.answer p {
    font-weight: 500;
}

.qa__block h4::before, .qa__block p::before {
    content: "";
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
}

.question h4::before {
    background-image: url(../img/icon__q.svg);
}

.answer p::before {
    background-image: url(../img/icon__a.svg);
}


/*****コンタクトフォーム
---------------------------------------------*/
.wp-block-contact-form-7-contact-form-selector {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
    width: 100%;
    margin: 0 auto;
}


.CF7_table td,
.CF7_table th {
    border: none;
    display: block;
    text-align: left;
    padding: 10px 0;
}

.CF7_table th {
    padding-bottom: 0;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
    display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea,
.CF7_table select {
    border: 1px solid #DDDDDD;
    padding: 15px;
    font-size: 16px;
}

.CF7_table input[type="text"], .CF7_table input[type="email"], .CF7_table textarea, .CF7_table select {
    width: 100%;
}

.sluck-select {
    /* selectボックスの親要素 */
    position: relative;
}

.sluck-select:after {
    /* selectボックスの親要素にオリジナルの矢印を宣言 */
    content: '\f078';
    /* fontawesomeのアイコン表示 */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--sub-color);
    width: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
}

select {
    /* select要素 */
    appearance: none;
}


.CF7_table ::placeholder {
    color: #797979;
}

.CF7_table p {
    text-align: left;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 13px;
}

.CF7_table span {
    font-size: 1.4rem;
    font-weight: 400;
}

/*「必須」文字*/
.CF7_req {

    padding: 3px 14px;
    background: #F39801;
    /*オレンジ*/
    color: #fff;
    border-radius: 50px;
    margin-left: 1em;
}

/*「任意」文字*/
.CF7_unreq {

    padding: 3px 14px;
    background: #858585;
    /*グレー*/
    color: #fff;
    border-radius: 50px;
    margin-left: 1em;
}

.bd p {
    display: flex;
    align-items: center;
}

.bd-y {
    width: 80px !important;
}

.bdspan {
    margin: 0 15px 0 7px;
}

.row-privacy {
    text-align: center;
    margin-bottom: 20px;
}

.CF7_table .choose_ymd span.wpcf7-form-control-wrap {
    display: flex;
    gap: 15px
}

.wpcf7-radio label {
    display: flex;
}

.wpcf7-radio label input {
    max-width: 20px;
    margin-right: 10px;
}

.rsv-form .wpcf7-radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rsv-form .wpcf7-radio .wpcf7-list-item {}

.rsv-form .wpcf7-list-item-label {
    font-size: 1.6rem;
    font-weight: 500;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    table.CF7_table {
        width: 95%;
    }

    .CF7_table tr,
    .CF7_table td,
    .CF7_table th {
        display: block;
        width: 100%;
        line-height: 2.5em;
        text-align: left;
    }

    .CF7_table p {
        margin-bottom: 0;
    }


}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 240px;
    padding: 20px;
    font-weight: bold;
    border: 2px solid #F39801;
    background-color: #F39801;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    border-radius: 0;
    font-size: 1.6rem;
    transition: all .3s;
    border-radius: 99px;
}

.wpcf7 input.wpcf7-submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171A1C;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.wpcf7 input.wpcf7-submit:hover::before {
    transform: translateX(0);
}

.wpcf7 input.wpcf7-submit:hover {
    color: #F39801;
    opacity: 1;
    background-color: #fff;
}

/* 「戻るボタン」ボタン */
.wpcf7 input.wpcf7-previous {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 240px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #171A1C;
    color: #171A1C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    background-color: inherit;
    border-radius: 0;
    font-size: 1.6rem;
    transition: all .3s;
    margin-bottom: 20px;
}

.wpcf7 input.wpcf7-previous::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171A1C;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.wpcf7 input.wpcf7-previous:hover::before {
    transform: translateX(0);
}

.wpcf7 input.wpcf7-previous:hover {
    color: #fff;
    opacity: 1;
    background-color: #171A1C;
}

.CF7_btn {
    text-align: center;
    margin-top: 20px;
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

.contact .inner {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.contact .ecomaru-ttl {
    margin-bottom: 75px;
}

.site-footer {
    background-color: #FEFCC6;
}

.footer__main {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.footer-loggo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.footer-loggo img {
    max-width: 222px;
    width: 100%;
    margin: 0;
}

.footer-loggo p {
    font-size: 2.6rem;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    margin-top: 30px;
}

.footer__tel {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 25px;
}

.footer__tel a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer__tel a img {
    max-width: 54px;
    width: 100%;
    margin: 0 15px 0 0;
}

.footer__tel-txt p {
    font-size: 3.4rem;
    font-weight: 700;
}

.footer__tel-txt span {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    margin-top: -10px;
    text-align: center;
}

.footer-info th p {
    background-color: #333333;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    font-size: 1.6rem;
}

.footer-info td {
    padding-left: 10px;
    font-weight: 500;
    margin: 10px auto;
}

.footer-info th, .footer-info td {
    margin: 10px 0;
}

.footer-illust {
    margin: 45px auto 20px;
}

.footer-illust p {
    text-align: center;
}

.footer-illust a {
    text-decoration: underline;
}

.copy {
    text-align: center;
}

.follow-cta {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}

.follow-cta__pc-tel {
    border-radius: 10px 10px 0 0;
    background-color: #F39801;
    padding: 12px 7px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    max-width: 320px;
    width: 100%;
}

.follow-cta__pc-tel p {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}

.follow-cta__pc-tel-box a {
    background-color: #fff;
    padding: 5px 25px 5px 50px;
    display: block;
    max-width: 305px;
    width: 100%;
    border-radius: 99px;
    position: relative;
    margin-bottom: 10px;
}

.follow-cta__pc-tel-box a p {
    color: #F39801;
    font-size: 3.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
}

.follow-cta__pc-tel-box a::before {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(../img/cta__tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.follow-cta__pc-tel-box span {
    font-size: 1.6rem;
    color: #fff;
}

.follow-cta__pc-mailline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.follow-cta__mail {
    background-color: #42A2E6;
    border-radius: 0 0 0 10px;
}

.follow-cta__line {
    background-color: #06C755;
    border-radius: 0 0 10px 0;
}

.follow-cta__pc-mailline a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.follow-cta-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 2px;
}

.follow-cta__pc-mailline a p {
    font-size: 1.4rem;
    color: #fff;
    margin: 5px 0;
}

@media screen and (min-width: 769px) {
    .hidepc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #wpadminbar {
        display: none;
    }

    html {
        margin-top: 0 !important;
    }

    .hidesp {
        display: none;
    }

    .head-cta__tel-txt p {
        font-size: 2.2rem;
        margin-bottom: 2px;
        margin-top: -10px;
    }

    .head-cta__mailline p {
        display: none;
    }

    .head-cta__tel-icon img {
        max-width: 34px;
        margin-right: 10px;
    }

    .head-cta__tel-txt span {
        font-size: 1rem;
    }

    .header-inner h1 img {
        max-width: 86px;
    }

    .head-cta__mailline {
        display: flex;
    }

    .head-cta__mailline a img {
        max-width: 33px;
        margin: 0 5px;
    }

    .head-cta__wrap {
        margin-right: 0;
    }

    .head-cta {
        align-items: baseline;
    }

    .header-inner, .site-header {
        height: 55px;
    }

    .header-inner h1 {
        margin: 0;
        padding: 0;
    }

    .ecomaru-ttl h2 {
        font-size: 3.8rem;
    }

    .ecomaru-ttl span {
        font-size: 1.6rem;
    }

    .ecomaru-ttl::before, .ecomaru-ttl::after {
        width: 34px;
        height: 85px;
    }

    .ecomaru-ttl::before {
        left: 4%;
    }

    .ecomaru-ttl::after {
        right: 4%;
    }

    .ecomaru-items__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .ecomaru-items__wrap .inner {
        padding: 0 10px;
    }

    .grid-item p {
        font-size: 1.4rem;
        padding: 0 11px;
        line-height: 1.2;
    }

    .grid-item {
        padding: 4px 6px;
    }

    .ecomaru-cta__ttl h2 {
        font-size: 2.4rem;
    }

    .ecomaru-cta__tel-main a {
        font-size: 3.7rem;
        padding: 7px 16px 7px 74px;
    }

    .ecomaru-cta__tel-main a::before {
        width: 35px;
        height: 35px;
    }

    .ecomaru-cta__main {
        padding: 20px 14px 0;
    }

    .ecomaru-cta__ttl::before {
        left: 7%;
    }

    .ecomaru-cta__ttl::after {
        right: 7%;
    }

    .ecta-btn p {
        font-size: 1.4rem;
    }

    .ecta-btn span {
        font-size: 1.2rem;
        padding: 5px;
    }

    .ecta-btn {
        max-width: 98px;
        padding: 5px;
        margin: 0 2.5px;
    }

    .ecomaru-cta__mail-line::after {
        width: 145px;
        height: 126px;
        background-image: url(../img/cta-body__iconsp.png);
        bottom: -8%;
        right: -5%;
    }

    .ecta-btn_img {
        height: 50px;
    }

    .ecta-btn.mail .ecta-btn_img img {
        width: 43px;
    }

    .ecta-btn.line .ecta-btn_img img {
        width: 40px;
    }

    .ecomaru-cta.over-contents {
        padding: 0 10px;
    }

    .why-ecomaru::before {
        background-image: url(../img/why-eco__wave01sp.png);
        top: -6%;
    }

    .why-ecomaru::after {
        background-image: url(../img/why-eco__wave02sp.png);
        bottom: -6%;
    }

    .why__heading {
        flex-direction: column;
    }

    .why-ecomaru {
        padding: 15px 10px;
    }

    .why-ecomaru .inner {
        padding: 20px 7px 10px;
        border-radius: 20px;
    }

    .why__heading-ttl {
        padding: 20px 30px;
    }

    .why__heading-img img {
        margin-bottom: 30px;
    }

    .why__heading-ttl::before {
        content: "";
        position: absolute;
        top: -10%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }

    .why__heading-ttl span {
        font-size: 1.4rem;
    }

    .why__heading-ttl h2 {
        text-align: center;
        font-size: 2.6rem;
        line-height: 1.4;
        margin-top: 10px;
    }

    .why__contents__flex {
        padding: 47px 7px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .why_contents__txt p {
        font-size: 1.6rem;
    }

    .tips {
        padding: 30px 7px;
    }

    .tips_contents p {
        font-size: 1.6rem;
    }

    .tips_grid-item p {
        font-size: 2.2rem;
        text-align: center;
        padding: 0 10px;
    }

    .reason__main {
        padding: 30px 10px;
        max-width: 369px;
        width: 100%;
    }

    .reason_heading img {
        height: 300px;
        object-fit: cover;
    }

    .reason__main h2 {
        font-size: 2rem;
    }

    .reason__main h3 {
        font-size: 2.8rem;
    }

    .reason__main p {
        font-size: 1.6rem;
    }

    .sp-cent_cta {
        max-width: 370px;
    }

    .flow {
        padding: 0 10px;
    }

    .flow .inner {
        padding: 3px 7px;
    }

    .flow_area p {
        padding: 0 33px;
    }

    .flow_wrap .ecomaru-cta__tel-main a {
        font-size: 3.5rem;
        padding: 7px 16px 7px 74px;
    }

    .flow_wrap .ecomaru-cta__main {
        padding: 29px 7px 0;
    }

    .flow_wrap .ecomaru-cta__mail-line::after {
        height: 120px;
    }

    .flow__contents {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flow__img {
        margin: 0 auto;
    }

    .flow__img img {
        width: 333px;
        height: 189px;
        margin: 0 auto;
        display: block;
    }

    .flow__txt p {
        text-align: center;

    }

    .review_main {
        grid-template-columns: 1fr;
        gap: 120px;
    }

    .qa {
        padding: 50px 10px;
    }

    .qa .inner {
        padding: 10px;
    }

    .qa-title h3 {
        font-size: 2rem;
    }

    .question h4 {
        font-size: 1.8rem;
    }

    .answer p {
        font-size: 1.6rem;
    }

    .footer-loggo {
        display: block;
    }

    .footer-loggo img {
        margin: 0 auto 10px;
        display: block;
    }

    .footer-loggo p {
        text-align: center;
    }

    .footer-info th, .footer-info td {
        display: block;
    }

    .footer-info td {
        text-align: center;
        font-size: 1.6rem;
    }

    .footer-illust p, .copy p {
        font-size: 1.6rem;
    }

    .follow-cta__sp {
        background-image: url(../img/sp_cta__bk.png);
        width: 100%;
        height: 118px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .follow-cta__sp::after {
        content: "";
        width: 100%;
        height: 10px;
        background-color: #06C755;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        z-index: -1;
    }

    .follow-cta {
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .follow-cta__main {
        max-width: 227px;
        width: 100%;
    }

    .follow-cta__spgrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}