@charset "utf-8";
.main {
    overflow: clip;
}
.good-echo {
    & {
        --color-01: #1c6653;
        --color-02: #fff;
        --color-03: #247b64;
        --side-w: 100px;
        --header-h: 52px;
        --header-h-sp: 74px;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        color: var(--color-01);
        background: #e9ebe4 url(/policy/roadmap/assets/goodecho/img/common/bg_body.jpg) repeat-y 0 0;
        font-feature-settings: "palt";
        position: relative;
        background-size: max(1440px, 100%) auto;
        padding: 0 0 120px;
        -webkit-font-smoothing: antialiased;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        font-size: 100%;
        font-weight: 400;
    }
    img {
        width: 100%;
        height: auto;
        display: block;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    li {
        list-style: none;
    }
    button {
        font-family: inherit;
    }
    .container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }
    .good-echo__side {
        position: sticky;
        top: var(--header-h);
        right: 0;
        display: flex;
        flex-direction: column;
        width: 100px;
        flex-shrink: 0;
        z-index: 2;
        align-items: flex-end;
        pointer-events: none;
    }
    .good-echo__side-ctn {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        height: calc(100dvh - var(--header-h) - 118px - 20px);
        justify-content: space-between;
    }
    .good-echo__side-logo {
        width: 15.715%;
        margin: 21px auto;
    }
    .good-echo__side-faq {
        min-width: 90px;
        pointer-events: auto;
        width: 90%;
        display: flex;
        justify-content: flex-end;
    }
    .good-echo__side-faq a {
        display: flex;
        flex-direction: column;
        background: var(--color-03);
        color: #fff;
        border-radius: 20px 0;
        width: fit-content;
    }
    .good-echo__side-faq-01 {
        display: block;
        background: rgba(0, 0, 0, 0.4);
        padding: 11px 0 7px 6px;
        border-radius: 20px 0 0;
    }
    .good-echo__side-faq-01 img {
        width: min(80%, 3em);
        margin: 0 auto;
    }
    .good-echo__side-faq-02 {
        writing-mode: vertical-rl;
        font-size: 1.125em;
        line-height: 29px;
        margin: 0 auto;
        display: block;
        padding: 17px 0 16px 3px;
        letter-spacing: 0.15em;
        font-feature-settings: "fwid";
        font-weight: 700;
        width: 3em;
    }
    .good-echo__side-faq-01--top {
        min-width: 90px;
        background: none;
        padding: 0;
    }
    .good-echo__side-faq-02--top {
        padding: 18px 0px 17px 3px;
    }
    .good-echo__side-faq-02-icon {
        background: #fff;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        justify-content: center;
        border-radius: 100%;
        width: 0.89em;
        align-items: flex-end;
        margin: 0.11em 0 0 0;
    }
    .good-echo__body {
        padding: 0 0 0 100px;
        width: calc(100% - var(--side-w));
        position: relative;
        margin: 0 0 -120px;
    }
    .good-echo__body--top:after {
        mix-blend-mode: exclusion;
        width: calc(100% - 100px);
    }
    .good-echo__body-text {
        font-size: 1.438em;
        line-height: 1.957;
        letter-spacing: 0.1em;
        margin: 46px 0 0;
        word-break: keep-all;
        overflow-wrap: break-word;
        max-width: min(max(720px, 30em), 100%);
        text-align: justify;
        padding: 22px 0;
    }
    .good-echo__body-text+.good-echo__body-text {
        margin-top: 21px;
    }
}
.ge-wbr {
    display: inline-block;
}
.ge-header {
    .ge-header__btn {
        appearance: none;
        background: none;
        border: none;
        padding: 0;
        margin: 0 14px 0 0;
        padding: 16px 0;
        width: 60px;
        display: block;
        cursor: pointer;
        pointer-events: auto;
    }
}
.ge-kv {
    & {
        display: grid;
        margin: 0 0 0 -100px;
        position: relative;
        z-index: 1;
        border-radius: 0 0 80px 0;
        overflow: hidden;
        grid-template-columns: 100%;
    }
    .ge__inner {
        grid-area: 1 / 1;
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 8;
        pointer-events: none;
    }
    .ge-kv__tl {
        width: 375px;
        margin: 0;
        padding: 94px 0 0 3.5%;
        box-sizing: content-box;
        pointer-events: auto;
    }
    .ge-kv__slider {
        grid-area: 1 / 1;
        margin-top: 0;
        max-width: none;
        width: 100%;
        background: #eee;
    }
    .ge-kv__slider-ctn {
        display: grid;
        border-radius: 0 0 80px 0;
        overflow: hidden;
        position: relative;
        grid-template-columns: 100%;
        visibility: hidden;
    }
    .ge-kv__slider-ctn .ge-slider__item::before,
    .ge-kv__slider-ctn .ge-slider__item::after {
        display: none;
    }
    .ge-slider__item {
        display: flex;
        width: 100%;
    }
    .ge-slider__item a,
    .ge-slider__item button {
        background: #fff;
    }
    .ge-kv__img {
        grid-area: 1 / 1;
        position: relative;
        overflow: hidden;
        min-height: 460px;
        height: 0;
    }
    .ge-kv__img:nth-child(1) {
        z-index: 1;
    }
    .ge-kv__img img {
        object-fit: cover;
        height: 100%;
    }
    .ge-kv__slider-ctn::before,
    .ge-kv__slider-ctn::after,
    .ge-kv__img::before,
    .ge-kv__img::after {
        content: "";
        background: url(/policy/roadmap/assets/goodecho/img/common/bg_dot.png) 0 0/4px auto;
        inset: 0;
        position: absolute;
        pointer-events: none;
        z-index: 5;
    }
    .ge-kv__slider-ctn::before,
    .ge-kv__img::before {
        background: rgba(0, 87, 28, 0.2);
        mix-blend-mode: overlay;
    }
}
.ge-point {
    & {
        color: #fff;
        margin: 52px auto 0;
        box-sizing: content-box;
        max-width: 1220px;
        box-sizing: border-box;
        position: relative;
        gap: 0 6%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    &::before {
        content: "";
        position: absolute;
        inset: 0 0 0 -110px;
        border-radius: var(--radius) 0;
        background: var(--color-01) url(/policy/roadmap/assets/goodecho/img/common/bg_leaf.jpg) no-repeat 50% 50%/ cover;
        max-width: 1220px;
        --radius: 80px;
    }
    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 5.7%;
        flex-wrap: wrap;
        padding: 40px 0 34px;
    }
    .container:after {
        display: none;
    }
    .ge-point__tl {
        font-size: 1.688em;
        line-height: 1.445;
        letter-spacing: 0.08em;
        margin: 0;
        padding: 0 0 62px;
        position: relative;
        width: 40%;
        flex-grow: 1;
    }
    .ge-point__tl-text {
        margin: 0;
        width: fit-content;
    }
    .ge-point__tl-text::after {
        content: "";
        display: block;
        height: 5px;
        background: repeating-linear-gradient(-45deg, #ffffff80, var(--color-02) 1px, #ffffff80 2px, transparent 2px, transparent 4px);
        margin: 0 -4px;
    }
    .ge-point__lists {
        margin: 0;
        padding: 0 9.8% 0 0;
        width: 40.1%;
        flex-shrink: 0;
        position: relative;
        flex-grow: 1;
        min-width: min(100%, 32em);
    }
    .ge-point__list {
        margin-top: 10px;
        display: grid;
        grid-template-columns: 2.5em 1fr;
        grid-template-rows: auto 1fr;
        gap: 0 21px;
    }
    .ge-point__list:nth-child(1) {
        margin-top: 0;
    }
    .ge-point__num {
        grid-row: 1 / 3;
    }
    .ge-point__text-01 {
        color: var(--color-02);
        display: block;
        font-size: 1.375em;
        line-height: 1.137;
        letter-spacing: 0.1em;
        padding: 0.25em 0 0.2em;
        font-weight: 700;
    }
    .ge-point__text-02 {
        grid-column: 2;
        font-size: 0.875em;
        line-height: 1.572;
        letter-spacing: 0.1em;
        display: block;
        margin: 0 0 0;
        min-height: 3.1em;
    }
}
.ge-links {
    & {
        margin: 50px 0 0;
    }
    .ge-links__tl {
        font-size: 1.438em;
        line-height: 1.957;
        letter-spacing: 0.1em;
        font-weight: 400;
        word-break: keep-all;
        overflow-wrap: break-word;
        margin: 0;
        max-width: min(100%, max(600px, 26em));
    }
    .ge-links__ctn {
        margin: 57px 0 0;
        padding: 0 0 30px;
    }
    .ge-links__tab {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin: 0 0 63px;
        padding: 0;
        border-radius: var(--radius) 0;
        overflow: hidden;
        --radius: 30px;
    }
    .ge-links__tab-list {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(28, 102, 83, 0.1);
    }
    .ge-links__tab-button {
        appearance: none;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        color: var(--color-01);
        font-size: 1em;
        font-weight: 700;
        width: 100%;
        min-height: 3.8em;
        border-radius: var(--radius) 0;
        line-height: 1.2;
    }
    .ge-is-current {
        background: var(--color-03);
        color: var(--color-02);
    }
    .ge-links__panel {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        justify-content: space-between;
        gap: 0 6.25%;
        grid-template-rows: repeat(3, auto);
        position: relative;
    }
}
.ge-card {
    & {
        display: grid;
        grid-template-rows: subgrid;
        color: #fff;
        grid-row: span 3;
        margin: 0 0 60px;
        --radius: 50px;
        top: 0;
        left: 0;
    }
    .ge-card-link {
        display: grid;
        grid-template-rows: subgrid;
        background: var(--color-03);
        color: #fff;
        flex-direction: column;
        position: relative;
        border-radius: var(--radius) 0;
        overflow: hidden;
        grid-row: 1 / 4;
        appearance: none;
        padding: 0;
        margin: 0;
        border: none;
        text-align: left;
        font-size: 1em;
        cursor: pointer;
        grid-template-columns: 100%;
    }
    .ge-card-category {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--color-03);
        z-index: 1;
        width: 4.125em;
        height: 1.375em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 0 8px;
    }
    .ge-card-category-img--movie {
        width: 65.152%;
        margin: 0 auto;
    }
    .ge-card-category-img--article {
        width: 74.243%;
        margin: 0 auto;
    }
    .ge-card-img-wrap {
        position: relative;
        border-radius: 0 0 var(--radius) 0;
        overflow: hidden;
        aspect-ratio: 560 / 320;
    }
    .ge-card-img-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        opacity: 0;
    }
    .ge-card-img-wrap--movie::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url(/policy/roadmap/assets/goodecho/img/common/bg_dot.png) 0 0/4px auto;
    }
    .ge-card-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18.572%;
        z-index: 1;
        display: grid;
        background: rgba(255, 255, 255, 0.2);
        overflow: hidden;
        border-radius: 100%;
        max-width: 52px;
        transform: translate(-50%, -50%);
    }
    .ge-card-play-icon img {
        grid-area: 1 / 1;
    }
    .ge-card-text {
        padding: 13px 7% 31px;
        letter-spacing: 0.03em;
    }
    .ge-card-text-01 {
        font-size: 0.938em;
        margin: 0 0 6px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.12em;
    }
    .ge-card-text-02 {
        font-size: 1.063em;
        line-height: 1.471;
        margin: 0;
        padding: 0 2px 0;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .ge-card-text-02 .ge-wbr {
        display: inline;
        white-space: nowrap;
    }
    .ge-card-text-02--nw {
        word-break: normal;
        overflow-wrap: normal;
    }
    .ge-card-tips {
        margin: 0px 4px 10px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        line-height: 1;
        align-content: flex-end;
        gap: 5px;
    }
    .ge-card-tips--movie {
        align-self: flex-end;
    }
    .ge-card-tip {
        border: solid 1px #ffffff80;
        font-size: 0.75em;
        padding: 2.5px 8px;
    }
    .ge-card-more {
        display: flex;
        align-items: center;
        margin: 0 5px;
        gap: 0 7px;
        align-self: flex-end;
    }
    .ge-card-more-text {
        width: 2.25em;
    }
    .ge-card-more-icon {
        background: #fff;
        border-radius: 200px;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 1.125em;
    }
    .ge-card-more-icon-img {
        width: 89%;
        position: relative;
        left: -3px;
    }
    .ge-card-ctn-02 {
        min-height: 6.2em;
        display: grid;
        justify-content: space-between;
        padding: 0 7% 20px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1.125em;
        box-sizing: border-box;
    }
}
/* article */
.good-echo--article {
    .container {
        max-width: 1138px;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 1em 1.5em;
        padding: 0;
    }
}
.ge-kv--article {
    & {
        color: #fff;
        min-height: 380px;
    }
    .ge__inner {
        pointer-events: auto;
    }
    .ge-kv__tl {
        width: 90%;
        padding: 28px 6% 0;
        box-sizing: border-box;
        letter-spacing: 0.1em;
    }
    .ge-kv__tl-text-01 {
        display: block;
        font-size: 1.25em;
        margin: 0 0 9px;
        font-weight: 700;
    }
    .ge-kv__tl-text-02 {
        display: block;
        font-size: 2em;
        line-height: 1.375;
        word-break: keep-all;
        overflow-wrap: break-word;
        margin: 0;
        font-weight: 700;
    }
    .ge-kv__tips {
        display: flex;
        flex-wrap: wrap;
        font-size: 0.875em;
        margin: 0.8% 6% 3.5%;
        line-height: 1;
        padding: 0;
        gap: 2px;
    }
    .ge-kv__tip {
        border: solid 1px #ffffff80;
        padding: 3px 8px;
    }
    .ge-kv__img {
        min-height: 100%;
        display: grid;
        width: 100%;
        grid-template-columns: 100%;
        grid-template-rows: 100%;
    }
    .ge-kv__img-cr {
        object-position: 100% 50%;
    }
    .ge-kv__logo {
        width: 204px;
        display: block;
        margin: 20px 0 0 1.7%;
    }
}
.ge-point--article {
    & {
        margin: 39px auto 57px;
    }
    &:before {
        max-width: 1270px;
    }
    .container {
        margin: 0 0 0 auto;
        max-width: 1105px;
        padding: 30px 5% 27px 0;
    }
    .ge-point__tl {
        color: var(--color-02);
        font-size: 1.5em;
        padding: 0;
        width: 222px;
        flex-shrink: 0;
        font-weight: 700;
        flex-grow: 1;
    }
    .ge-point__tl:after {
        display: none;
    }
    .ge-point__lists {
        font-size: 1.188em;
        line-height: 1.316;
        width: 75%;
        padding: 0 5.1% 0 0;
        flex-shrink: 1;
    }
    .ge-point__list {
        grid-template-columns: 1.6em 1fr;
        gap: 0 13px;
        margin-top: 13px;
    }
    .ge-point__text-01 {
        color: #fff;
        font-size: 1em;
        padding: 0.25em 0;
        letter-spacing: 0.08em;
        line-height: 1.38;
        font-weight: 400;
    }
}
.ge-article-ctn {
    & {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        align-items: start;
    }
    &+& {
        margin-top: 55px;
    }
    .ge-article-ctn__text-item {
        grid-row: 1 / 3;
        grid-template-rows: subgrid;
        grid-template-columns: 100%;
        display: grid;
        margin: 0 0 0 auto;
        justify-items: flex-end;
    }
    .ge-article-ctn__tl {
        font-size: 1.5em;
        line-height: 1.459;
        word-break: keep-all;
        overflow-wrap: break-word;
        margin: 0 0 0 auto;
        padding: 0 0 0;
        letter-spacing: 0.06em;
        width: 86.116%;
        max-width: 490px;
        width: 100%;
    }
    .ge-article-ctn__tl:after {
        content: "";
        display: block;
        border-bottom: solid 1px;
        padding: 13px 0 0;
    }
    .ge-article-ctn__tl-box {
        display: block;
        padding: 0 10.1% 0 0;
        font-weight: 700;
    }
    .ge-article-ctn__text-box {
        font-size: 0.938em;
        line-height: 1.7;
        color: #000;
        padding: 22px 8.5% 0 0;
        text-align: justify;
        grid-column: 1;
        margin: 0 0 0 auto;
        max-width: 490px;
        width: 100%;
    }
    .ge-article-ctn__text {
        margin: 0;
        letter-spacing: 0.09em;
    }
    .ge-article-ctn__text+.ge-article-ctn__text {
        margin-top: 1em;
    }
    .ge-article-ctn__img-item {
        grid-row: 2;
        --radius: 100px;
        grid-column: 2;
        position: relative;
        margin: 0 0 1.7em;
    }
    .ge-article-ctn__img-item figcaption {
        font-size: 0.75em;
        line-height: 1.5;
        color: #000;
        letter-spacing: 0.07em;
        margin: 0;
        padding: 13px 13.31% 0 4.21%;
    }
    .ge-article-ctn__img-item-box {
        position: relative;
        padding: 0 3.515% 3.515% 0;
    }
    .ge-article-ctn__img-item-box:after {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(-45deg, #4d9380, #4d9380 4px, #2c806a 4px, #2c806a 8px);
        margin: 3.643% 0 0 3.643%;
        border-radius: var(--radius) 0;
        --radius: 120px;
    }
    .ge-article-ctn__img {
        position: relative;
        z-index: 1;
        border-radius: var(--radius) 0;
    }
}
.ge-article-ctn__img-item-wide {
    & {
        margin-left: calc((100vw - 100%) / -2);
        margin-top: 120px;
    }
    .ge-article-ctn__img-item-wide-wrap {
        --radius: 80px;
        border-radius: var(--radius) 0;
        overflow: hidden;
    }
    img {
        max-width: 1290px;
        margin: 0 0 0 auto;
        --radius: 80px;
        border-radius: var(--radius) 0;
    }
    .ge-article-ctn__img-item-wide-figcaption {
        font-size: 0.75em;
        line-height: 1.5;
        color: #000;
        letter-spacing: 0.07em;
        margin: 0;
        padding: 6px 7.31% 0 4.21%;
        text-align: right;
    }
}
.ge-recommened {
    & {
        margin: 139px 0 0;
        overflow: hidden;
        padding: 0 0 26px;
    }
    .ge-recommened__tl {
        font-size: 1.5em;
        line-height: 1.125;
        text-align: center;
        margin: 0 0 67px;
        font-weight: 700;
    }
    .ge-recommened__slider-ctn {
        display: flex;
        gap: 0 40px;
    }
    .ge-card {
        width: 280px;
        display: flex;
        flex-shrink: 0;
        margin: 0;
        min-height: 320px;
    }
    .ge-card-link {
        grid-template-rows: auto auto 1fr;
    }
    .ge-card-more {
        align-self: flex-end;
        margin-bottom: 10px;
        padding-left: 7%;
    }
    .ge-card-text-02 {
        font-size: 1em;
        line-height: 1.375;
    }
    .ge-recommened__slider-ui {
        display: flex;
        justify-content: center;
        margin: 50px 0 0;
        gap: 0 40px;
        z-index: 1;
        position: relative;
    }
    .ge-recommened__slider-btn {
        appearance: none;
        border: none;
        background: var(--color-03);
        border-radius: 100%;
        width: 39px;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    .ge-recommened__slider-btn--prev {
        rotate: 0 1 0 180deg;
    }
}
/* faq */
.good-echo--faq {
    & {
        background: #fff;
    }
    .container {
        max-width: 1000px;
    }
}
.ge-faq-head {
    .ge-faq-head__tl-wrap {
        position: relative;
        max-width: 729px;
        margin: 92px auto 80px;
        color: var(--color-03);
    }
    .ge-faq-head__logo {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 148px;
        margin: -20px 4px 0 0;
    }
    .ge-faq-head__tl {
        border: solid 4px;
        text-align: center;
        border-radius: 31px 0;
        overflow: hidden;
        margin: 0;
    }
    .ge-faq-head__tl-text-01 {
        font-size: 2.5em;
        line-height: 1.4;
        font-weight: 700;
        min-height: 101px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-feature-settings: "fwid";
        padding: 13px 0%;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    .ge-faq-head__tl-text-01>span {
        width: 92%;
    }
    .ge-faq-head__tl-text-02 {
        background: var(--color-03);
        color: #fff;
        display: block;
        font-size: 2em;
        font-weight: 700;
        padding: 13px 0 6px;
    }
    .ge-faq-head__tl-text-02 img {
        width: 61px;
        margin: 0 auto;
        filter: brightness(0) invert(1);
    }
    .ge-faq-head__img-01 {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 48px;
        margin: -43px 0 0 30px;
    }
    .ge-faq-head__img-02 {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 44px;
        margin: -43px 0 0 89px;
    }
    .ge-faq-head__img-03 {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 22px;
        margin: -38px 0 0 167px;
    }
    .ge-faq-head__img-04 {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 26px;
        margin: -38px 0 0 202px;
    }
}
.ge-faq-nav {
    & {
        margin: 0 0 90px;
    }
    .ge-faq-nav__lists {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 20px;
    }
    .ge-faq-nav__list {
        display: flex;
        justify-content: flex-start;
    }
    .ge-faq-nav__link {
        background: var(--color-03);
        color: var(--color-02);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.375em;
        font-weight: 700;
        min-height: 80px;
        border-radius: 33px 0;
        gap: 0 10px;
        padding: 0 6.8% 0 7.6%;
        line-height: 1.2;
        width: 100%;
        letter-spacing: 0.04em;
    }
    .ge-faq-nav__link::after {
        content: "";
        background: url(/policy/roadmap/assets/goodecho/img/faq/icon_arrow.png) no-repeat 0 0/100% auto;
        width: 0.955em;
        aspect-ratio: 42 / 26;
    }
}
.ge-faq-box {
    & {
        position: relative;
    }
    &+& {
        margin-top: 89px;
    }
    .ge-faq-box__img-init {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 65px;
        margin: 0 32px 0 0;
    }
    .ge-faq-box__img-init--merit {
        width: 70px;
        margin: 0 28px 0 0;
    }
    .ge-faq-box__img-init--concern {
        width: 42px;
        margin: 0 46px 0 0;
    }
    .ge-faq-box__tl {
        margin: 0;
        background: color-mix(in srgb, #BDD78C, transparent 80%);
        border-radius: 30px 0 0;
    }
    .ge-faq-box__tl-box {
        background: var(--color-03);
        color: var(--color-02);
        text-align: center;
        font-size: 1.625em;
        font-weight: 700;
        margin: 0;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px 0;
        line-height: 1.3;
        letter-spacing: 0.05em;
        padding: 0 5%;
    }
    .ge-faq-box__accordion+.ge-faq-box__accordion {
        margin-top: 5px;
    }
    .ge-faq-box__accordion:last-child {
        border-radius: 0 0 30px 0;
        overflow: hidden;
    }
    .ge-faq-box__accordion-summary {
        list-style: none;
        padding: 25px 4em 29px 3%;
        display: flex;
        align-items: center;
        background: #f3f7e8;
        position: relative;
        color: #247B64;
    }
    .ge-faq-box__accordion-summary::-webkit-details-marker {
        display: none;
    }
    .ge-faq-box__accordion-summary:before,
    .ge-faq-box__accordion-summary:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1.312em;
        height: 3px;
        background: var(--color-03);
        margin: 48px 29px 0 0;
        margin-top: calc(25px + 1.2em);
    }
    .ge-faq-box__accordion-summary:before {
        transform: rotate(90deg);
    }
    .ge-faq-box__accordion[open] .ge-faq-box__accordion-summary:before {
        transform: rotate(0deg);
    }
    .ge-faq-box__accordion-btn {
        display: grid;
        grid-template-columns: 5.4em 1fr;
        margin: 0;
    }
    .ge-faq-box__accordion-btn-num {
        font-weight: 700;
        display: flex;
        font-size: 2em;
        align-items: baseline;
        gap: 0.07em;
    }
    .ge-faq-box__accordion-btn-num img {
        width: 2.18em;
    }
    .ge-faq-box__accordion-btn-text {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.5;
        padding: 0.15em 0 0;
        letter-spacing: 0.05em;
    }
    .ge-faq-box__accordion-body {
        position: relative;
        background: color-mix(in srgb, #BDD78C, transparent 80%);
        overflow: hidden;
    }
    .ge-faq-box__accordion-body:after {
        content: "";
    }
    .ge-faq-box__accordion-body::before {
        content: "";
        display: block;
        height: 2px;
        background: repeating-linear-gradient(to right, #8cb8a7, #8cb8a7 2px, transparent 2px, transparent 4px);
        margin: 0 2.4%;
    }
    .ge-faq-box__a {
        display: grid;
        grid-template-columns: 5.3em 1fr;
        color: #000;
        padding: 24px 6.5% 0 3%;
    }
    .ge-faq-box__a-icon {
        display: flex;
        align-items: baseline;
        font-size: 2em;
        font-weight: 700;
        gap: 0.07em;
    }
    .ge-faq-box__a-icon img {
        width: 2.18em;
    }
    .ge-faq-box__a-text-item {
        padding: 0.3em 0 35px;
        letter-spacing: 0.03em;
    }
    .ge-faq-box__a-text {
        font-size: 1.063em;
        line-height: 1.6;
        margin: 0;
    }
    .ge-faq-box__a-text a {
        text-decoration: underline;
    }
    .ge-faq-box__a-img--q09 {
        margin: 23px auto 25px;
        display: block;
    }
    .ge-faq-box__a-links {
        display: flex;
        align-items: center;
        margin: 32px 0 0;
    }
    .ge-faq-box__a-links-img {
        width: 2.063em;
        padding: 7px 0 0;
    }
    .ge-faq-box__a-links-lists {
        font-size: 0.875em;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        margin: 0;
        gap: 7px 0;
        padding-left: 1.2em;
    }
    .ge-faq-box__a-links-lists a {
        text-decoration: underline;
    }
    .ge-faq-box__a-links-blank {
        display: inline-block;
        width: 0.9em;
        margin: -0.4em 0 0 8px;
    }
    .ge-faq-box__a-example {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
    }
    .ge-faq-box__a-links+.ge-faq-box__a-example {
        margin-top: 45px;
    }
    .ge-faq-box__a-text+.ge-faq-box__a-example {
        margin-top: 32px;
    }
    .ge-faq-box__a-example-tl {
        font-size: 0.875em;
        font-weight: 700;
        margin: 0;
        padding: 4px 0 0;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .ge-faq-box__a-example-tl::after {
        content: "";
        border-left: solid 0.64em;
        border-top: solid 0.36em transparent;
        border-bottom: solid 0.36em transparent;
        margin: 0 0 0 10px;
        padding: 0;
    }
    .ge-faq-box__a-example-lists {
        display: flex;
        font-size: 0.875em;
        font-weight: 700;
        color: var(--color-03);
        margin: 0;
        gap: 8px 8px;
        padding: 0 0 0 10px;
        flex-wrap: wrap;
    }
    .ge-faq-box__a-example-link {
        background: #BDD78C;
        padding: 8px 19px;
        border-radius: 20px 0;
        display: block;
    }
    button.ge-faq-box__a-example-link {
        border: none;
        color: inherit;
        font-weight: 700;
        font-size: 1em;
        cursor: pointer;
    }
    .ge-faq-box__a-links-list a[href*='.pdf']::after,
    .ge-faq-box__a-links-list a[target='_blank']::after {
        background-image: none;
    }
}
.ge-body-footer {
    & {
        margin: 91px 0 0;
        padding: 0 0 95px;
        display: flex;
        justify-content: center;
    }
    .ge-body-footer__btn {
        color: var(--color-03);
        border: solid 3px var(--color-03);
        font-weight: 700;
        display: flex;
        width: fit-content;
        padding: 10px 19px 10px 23px;
        border-radius: 22px 0;
        align-items: center;
        gap: 0 7px;
        background: rgba(239, 242, 238, 0.8);
        letter-spacing: 0.03em;
        font-size: 1rem;
    }
    .ge-body-footer__btn--wt {
        background: #fff;
    }
    .ge-body-footer__btn-icon {
        display: block;
        background: var(--color-03);
        width: 1.25em;
        aspect-ratio: 1/1;
        border-radius: 100%;
    }
    .ge-body-footer__btn-icon img {
        filter: brightness(0) invert(1);
    }
}
.ge-body-footer--article {
    justify-content: center;
}
/*  */
.ge-modal {
    & {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        overscroll-behavior: none;
        max-height: none;
        max-width: none;
        box-sizing: border-box;
        border: none;
        padding: 0;
        overflow-x: hidden;
        position: fixed;
    }
    &::backdrop {
        opacity: 0;
    }
    .ge-modal__wrap {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: calc(100% + 1px);
        position: relative;
        padding: 60px 0;
        box-sizing: border-box;
        justify-content: center;
    }
    .ge-modal__box {
        width: min(88%, 900px);
        position: relative;
    }
    .ge-modal__video {
        position: relative;
        width: 100%;
        outline: none;
    }
    #ge-modal__video-01 {
        aspect-ratio: 16 / 9;
        background: #000;
        position: relative;
    }
    .ge-modal__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .ge-modal__close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 49px;
        margin: -42px 0 0;
        z-index: 1;
        background: none;
        border: none;
        cursor: pointer;
        appearance: none;
        padding: 0;
    }
}
.ge-modal-video-info {
    & {
        width: fit-content;
    }
    .ge-modal-video-info__wrap {
        color: #fff;
        letter-spacing: 0.03em;
    }
    .ge-modal-video-info__text-01 {
        margin: 20px 0 0;
    }
    .ge-modal-video-info__text-02 {
        font-size: 1.375em;
        margin: 0;
    }
    .ge-modal-video-info__tips {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        line-height: 1;
        align-content: flex-start;
        gap: 5px;
        margin: 12px 0 0;
    }
    .ge-modal-video-info__tip {
        border: solid 1px #ffffff80;
        font-size: 0.75em;
        padding: 3px 8px;
    }
}
.ge-nav {
    & {
        background: rgba(255, 255, 255, 0.8);
        pointer-events: auto;
    }
    .ge-is-current {
        color: var(--color-02);
    }
    .ge-nav__box {
        background: var(--color-01);
        color: #fff;
        width: min(88%, 1160px);
        border-radius: 120px 0;
    }
    .ge-nav__ctn {
        width: 100%;
        padding: 60px 10%;
    }
    .ge-nav__lists-01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 0 30px;
    }
    .ge-nav__list-01:nth-child(2) {
        grid-column-start: 1;
    }
    .ge-nav__list-01--c02 {
        border-top: solid 1px rgb(255 255 255 / 50%);
        border-bottom: solid 1px rgb(255 255 255 / 50%);
        margin: 50px 0;
        padding: 35px 0;
    }
    .ge-nav__link-01 {
        font-size: 1.1875em;
        font-weight: 700;
        display: block;
        letter-spacing: 0.1em;
        width: fit-content;
        border-bottom: solid 2px transparent;
        padding: 0 0 0.2em;
    }
    .ge-nav__link-01.ge-is-current {
        border-bottom-color: #fff;
    }
    .ge-nav__link-01--top {
        width: 2.53em;
    }
    .ge-nav__link-01--faq {
        width: 2.53em;
    }
    .ge-nav__lists-02 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(min(12em, 100%), 1fr));
        padding: 0;
        margin: 23px 0 0;
        gap: 14px 30px;
    }
    .ge-nav__link-02 {
        appearance: none;
        background: none;
        border: none;
        color: inherit;
        margin: 0;
        padding: 0;
        font-size: 1em;
        letter-spacing: 0.1em;
        cursor: pointer;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        gap: 0.4em;
        text-align: left;
        width: fit-content;
        border-bottom: solid 2px transparent;
    }
    .ge-nav__link-02::before {
        content: "";
        width: 0.625em;
        display: inline-block;
        background: currentColor;
        aspect-ratio: 1 / 1;
        border-radius: 100%;
    }
    .ge-nav__link-02.ge-is-current {
        border-bottom-color: #fff;
    }
    .ge-nav__close-btn {
        margin: 20px;
    }
}
.ge-slider {
    & {
        position: relative;
        margin: 40px auto 0;
        max-width: calc(732px * 3);
        touch-action: pan-y;
    }
    .ge-slider__ctn {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .ge-slider__ctn {
        scroll-snap-type: x mandatory;
    }
    .ge-slider__ctn .ge-slider__item {
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .ge-card-tips {
        display: none;
    }
    .ge-card-ctn-02 {
        margin: 0;
        padding: 0;
        min-height: 0;
        grid-template-rows: auto;
    }
    .ge-slider__item {
        margin: 0;
    }
    .ge-slider__item button {
        appearance: none;
        border: none;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }
    .ge-slider__item.is-center {
        transform: scale(1);
    }
    .ge-slider__item.is-center::after {
        display: none;
    }
    .ge-slider__ctn::before,
    .ge-slider__ctn::after {
        content: "";
        width: 50%;
        flex-shrink: 0;
    }
    .ge-slider__ui {
        display: flex;
        justify-content: center;
        margin: 52px 0 0;
    }
    .ge-slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 13px;
        margin: 0 0px 2px 42px;
        pointer-events: auto;
        padding: 25px;
    }
    .ge-slider__btn {
        cursor: pointer;
        appearance: none;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 104px;
    }
    .ge-slider__pagination-item {
        appearance: none;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        cursor: pointer;
        border-radius: 100%;
        width: 12px;
        aspect-ratio: 1 / 1;
    }
    .ge-slider__pagination-item[aria-selected=true] {
        background: #fff;
    }
    .ge-slider__pause-btn {
        display: grid;
        position: absolute;
        inset: 0 auto auto 50%;
        margin: 493px 0 0 53px;
        width: fit-content;
    }
    .ge-slider__pause-btn img {
        grid-area: 1/1;
        width: 16px;
    }
    .ge-slider__pause-btn-play {
        visibility: hidden;
    }
}
.ge-kv__slider {
    .ge-kv__slider-ui {
        display: flex;
        justify-content: center;
        margin: 0;
        gap: 0 21px;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        pointer-events: none;
        max-width: 1920px;
        transform: translateX(-50%);
    }
    .ge-kv__slider-btn {
        background: none;
        border: none;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        cursor: pointer;
        opacity: 0;
        padding: 1%;
        box-sizing: content-box;
        transform: translateY(-50%);
    }
    &.ge-is-hover .ge-kv__slider-btn,
    .ge-kv__slider-btn:focus-visible {
        opacity: 1;
    }
    .ge-kv__slider-btn--prev {
        rotate: 0 1 0 180deg;
    }
    .ge-kv__slider-btn--next {
        left: auto;
        right: 0;
    }
    .ge-slider__item button,
    .ge-slider__item a {
        display: block;
        width: 100%;
    }
    .ge-slider__pagination {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 1;
        max-width: 1440px;
        width: 100%;
        transform: translateX(-50%);
        justify-content: flex-start;
    }
}
@media screen and (min-width:1025px),
print {
    .ge-tb-elm {
        display: none !important;
    }
    .ge-article-ctn--rl {
        .ge-article-ctn__text-item {
            grid-column: 2;
            margin: 0;
            justify-items: flex-start;
        }
        .ge-article-ctn__tl {
            grid-column: 2;
            margin: 0;
        }
        .ge-article-ctn__tl-box,
        .ge-article-ctn__text-box {
            padding-left: 10.1%;
            padding-right: 0;
            display: block;
            grid-column: 2;
            margin: 0;
        }
        .ge-article-ctn__img-item {
            grid-column: 1;
        }
        .ge-article-ctn__img-item-box {
            padding: 0 0 3.515% 3.515%;
        }
        .ge-article-ctn__img-item figcaption {
            padding-left: 13.31%;
            padding-right: 4%;
            margin: 0 0 0 auto;
        }
        .ge-article-ctn__img-item-box:after {
            margin: 3.643% 3.643% 0 0;
            border-radius: 0 var(--radius);
        }
        .ge-article-ctn__img {
            border-radius: 0 var(--radius);
        }
    }
}
@media screen and (max-width:43em),
screen and (max-width:1024px) {
    .ge-article-ctn {
        & {
            display: flex;
            flex-direction: column;
        }
        .ge-article-ctn__tl {
            order: -1;
            max-width: none;
            width: 86.159%;
            margin: 0 auto 1em;
        }
        .ge-article-ctn__text-box {
            display: contents;
        }
        .ge-article-ctn__text {
            width: 86.159%;
            margin: 0 auto;
        }
        .ge-article-ctn__text--bi {
            order: -1;
        }
        .ge-article-ctn__img-item {
            order: -1;
            width: 92.821%;
            max-width: 550px;
            margin: 3.8% auto 5.8%;
            margin-bottom: max(0px, calc(5.8% - 1.6em));
        }
    }
    .ge-article-ctn--rl {
        .ge-article-ctn__tl-box {
            padding-left: 0;
        }
    }
}
@media screen and (max-width:1024px) {
    .good-echo {
        & {
            --side-w: 90px;
        }
        .ge-pc-elm {
            display: none !important;
        }
        .container {
            padding: 0 2.67%;
        }
        .good-echo__side {
            width: 0;
            top: var(--header-h-sp);
        }
        .good-echo__side-ctn {
            width: var(--side-w);
            margin: 0 0 0 calc(var(--side-w) * -1);
            height: calc(100dvh - var(--header-h-sp) - 118px - 20px);
        }
        .good-echo__side-faq {
            margin: 0;
            font-size: 1.5em;
            min-width: var(--side-w);
        }
        .good-echo__side-faq a {
            border-radius: min(20px, 2.6vw) 0;
        }
        .good-echo__side-faq-01 {
            border-radius: min(20px, 2.6vw) 0 0;
        }
        .good-echo__side-faq-02 {
            line-height: 1.6;
        }
        .good-echo__body {
            padding: 0;
            width: 100%;
        }
        .good-echo__body-text {
            margin: 5.4% auto 0;
            width: 86%;
            padding: 2.1% 0;
            padding-right: var(--side-w);
            max-width: none;
            word-break: normal;
        }
        .good-echo__body-text+.good-echo__body-text {
            margin-top: 0.8em;
        }
    }
    .good-echo--faq {
        .good-echo__body {
            font-size: 1rem;
            color: var(--color-03);
        }
    }
    .ge-header {
        .ge-header__btn {
            background: var(--color-03);
            box-sizing: content-box;
            aspect-ratio: 77 / 70;
            width: 85.6%;
            margin: 10px 0 0 auto;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0 min(20px, 2.67vw);
        }
        .ge-header__btn img {
            filter: brightness(0) invert(1);
            width: 68%;
            margin: 0 auto;
        }
    }
    .ge-kv {
        & {
            padding: 0;
            margin-left: 0;
            margin-right: 0;
            border-radius: 0 0 min(90px, 12vw);
            min-height: 0;
        }
        .ge-kv__slider-ctn {
            border-radius: 0 0 min(90px, 12vw);
        }
        .ge__inner {
            max-width: 465px;
            margin: 0;
        }
        .ge-kv__tl {
            width: 59.734%;
            padding: 8% 0 0 4.2%;
        }
        .ge-kv__img {
            height: min(310px, 66.67vw);
            border-radius: 0 0 min(95px, 12.67vw) 0;
            min-height: 0;
        }
        .ge-slider__pagination {
            margin: 0 0 0 2.8%;
            padding: 17px;
            gap: 0 10px;
        }
        .ge-slider__pagination-item {
            width: 10px;
        }
        .ge-kv__slider-btn {
            width: 20px;
        }
    }
    .ge-point {
        & {
            margin: 2.6em var(--side-w) 0 0;
            margin-top: 5.7%;
        }
        &::before {
            right: 0;
            left: 0;
            --radius: min(80px, 10.67vw);
        }
        .container {
            flex-direction: column;
            padding: 6.7% 6.4% 7.9%;
        }
        .ge-point__tl {
            width: fit-content;
            padding: 0;
            line-height: 1.3;
        }
        .ge-point__tl::after {
            height: 2px;
        }
        .ge-point__lists {
            width: 100%;
            padding: 8.3% 0 0;
        }
        .ge-point__list {
            grid-template-columns: 2.8em 1fr;
            gap: 0 1.1em;
            margin-top: 1.2em;
        }
    }
    .ge-links {
        & {
            margin: 6.2% 0 0 0;
        }
        .ge-links__ctn {
            margin: 9% auto 0;
            width: 94%;
        }
        .ge-links__tab {
            grid-template-columns: repeat(2, 1fr);
            background: none;
            gap: 0.4em 0;
            margin: 0 0 2.4em;
            --radius: min(30px, 4vw);
        }
        .ge-links__tab-list:nth-child(2) {
            grid-column-start: 1;
        }
        .ge-links__tab-button {
            min-height: 2.5em;
        }
        .ge-links__panel {
            grid-template-columns: 1fr 1fr;
            gap: 0 4.2%;
        }
    }
    .ge-card {
        & {
            margin: 0 0 4vw;
        }
        .ge-card-link {
            --radius: min(50px, 6.67vw);
        }
        .ge-card-img-wrap {
            aspect-ratio: 560 / 310;
        }
        .ge-card-text {
            padding: 5.1% 7.6% 0;
        }
        .ge-card-tips {
            margin: 0.7em 7% 5.9%;
        }
        .ge-card-more {
            margin: 1.3em 8.7% 0;
            gap: 0 0.5em;
            font-size: 1.5em;
            padding: 0;
        }
        .ge-card-ctn-02 {
            padding: 0 0 6.7%;
            min-height: 8.1em;
            grid-template-rows: 1fr 1.6em;
        }
    }
    .good-echo--article {
        .container {
            padding: 0 2.8%;
        }
    }
    .ge-kv--article {
        .ge-kv__tl {
            width: auto;
            padding: 3.6% 5.2% 0 5.2%;
        }
        .ge-kv__tl-text-01 {
            margin: 0 0 0;
        }
        .ge-kv__tips {
            margin: 2.8% 5.2% 4.4%;
        }
        .ge-kv__img {
            min-height: 100%;
            height: 0;
        }
        .ge-kv__logo {
            margin: 3% 0 0 4%;
            width: min(185px, 39.734%);
        }
    }
    .ge-point--article {
        & {
            margin: 4% 2.67% 6.1%;
        }
        &:before {
            --radius: min(100px, 13.33vw);
        }
        .container {
            padding-right: calc(var(--side-w) - 2.67%);
            row-gap: 0;
        }
        .ge-point__tl {
            padding: 0 3.5%;
            margin: 5.5% 0 0 1.8em;
            box-sizing: content-box;
        }
        .ge-point__lists {
            padding: 2.9% 0% 4.8% 3.5%;
        }
        .ge-point__list {
            grid-template-columns: 1.7em 1fr;
            margin-top: 0.3em;
            gap: 0 0.7em;
        }
    }
    .ge-article-ctn {
        &+& {
            margin-top: 11%;
        }
        .ge-article-ctn__tl:after {
            padding: 0.3em 0 0;
        }
        .ge-article-ctn__img-item {
            --radius: min(100px, 10.33vw);
        }
        .ge-article-ctn__img-item figcaption {
            font-size: 1.317em;
        }
        .ge-article-ctn__img-item-box:after {
            --radius: min(120px, 16vw);
        }
        .ge-article-ctn__img {
            --radius: min(100px, 13.33vw);
        }
    }
    .ge-article-ctn__img-item-wide {
        & {
            margin: 10.1% 0 0 -2.9%;
        }
        .ge-article-ctn__img-item-wide-wrap {
            max-height: 384px;
        }
        .ge-article-ctn__img-item-wide-figcaption {
            font-size: 1.317em;
        }
    }
    .ge-article-ctn--rl {
        .ge-article-ctn__tl-box,
        .ge-article-ctn__text-box {
            padding: 0;
        }
    }
    .ge-recommened {
        & {
            margin: 18.4% 0 0;
            padding: 0 0 50px;
        }
        .ge-recommened__tl {
            margin: 0 0 1.6em;
        }
        .ge-card {
            width: 320px;
        }
        .ge-recommened__slider-ui {
            margin: 3.3em 0 0;
            gap: 0 26px;
        }
        .ge-card-link {
            padding-bottom: 4%;
        }
        .ge-card-ctn-02 {
            grid-template-rows: auto;
            padding: 0;
        }
    }
    /*  */
    .good-echo--faq {
        .container {
            padding: 0 5.33%;
        }
    }
    .ge-faq-head {
        .ge-faq-head__tl-wrap {
            margin: 143px auto 0;
        }
        .ge-faq-head__logo {
            width: 34%;
            margin: 0 1% 0 0;
        }
        .ge-faq-head__tl-text-01 {
            font-size: 1.875em;
            min-height: 4.2em;
            padding: 7.3% 0% 5%;
        }
        .ge-faq-head__tl-text-02 {
            padding: 11px 0 6px;
        }
        .ge-faq-head__tl-text-02 img {
            width: 1.4em;
        }
        .ge-faq-head__img-01 {
            width: 13%;
            margin: 0 0 0% 6%;
        }
        .ge-faq-head__img-02 {
            width: 11.9%;
            margin: 0% 0 0 20.4%;
        }
        .ge-faq-head__img-03 {
            width: 6%;
            margin: 0% 0 0 37.7%;
        }
        .ge-faq-head__img-04 {
            width: 7%;
            margin: 0 0 0 44.2%;
        }
    }
    .ge-faq-nav {
        & {
            margin: 40px 0 23.9%;
            margin-bottom: 80px;
        }
        .ge-faq-nav__lists {
            grid-template-columns: 1fr;
            margin: 0;
            gap: 13px 0;
        }
        .ge-faq-nav__link {
            font-size: 1.188em;
            min-height: 3.65em;
        }
        .ge-faq-nav__link {
            margin: 0;
        }
    }
    .ge-faq-box {
        &+& {
            margin-top: 80px;
        }
        .ge-faq-box__tl-box {
            font-size: 1.5em;
        }
        .ge-faq-box__img-init {
            width: 20%;
            margin: 0 3.2% 0 0;
            max-width: 67px;
        }
        .ge-faq-box__img-init--merit {
            width: 21%;
            margin: 0 3.2% 0 0;
            max-width: 70px;
        }
        .ge-faq-box__img-init--concern {
            width: 12.5%;
            margin: 0 7.5% 0 0;
            max-width: 41px;
        }
        .ge-faq-box__accordion+.ge-faq-box__accordion {
            margin-top: 8px;
        }
        .ge-faq-box__accordion-summary {
            padding: 14px 4.9% 3.1em;
            min-height: 0;
        }
        .ge-faq-box__accordion-summary:before,
        .ge-faq-box__accordion-summary:after {
            top: auto;
            bottom: 1.4em;
            margin: 0 4.3% 6px 0;
            aspect-ratio: 42 / 6;
            width: 1.3em;
        }
        .ge-faq-box__accordion-btn {
            grid-template-columns: 1fr;
        }
        .ge-faq-box__accordion-btn-num {
            font-size: 1.75em;
        }
        .ge-faq-box__accordion-btn-text {
            font-size: 1.313em;
        }
        .ge-faq-box__a {
            grid-template-columns: 1fr;
            padding: 6px 4.7%;
        }
        .ge-faq-box__a-icon {
            font-size: 1.75em;
        }
        .ge-faq-box__a-text-item {
            padding: 0.3em 0 23px;
        }
        .ge-faq-box__a-text {
            font-size: 0.938em;
        }
        .ge-faq-box__a-img--q09 {
            width: 112%;
            margin: 10px 0 13px -6%;
        }
        .ge-faq-box__a-links {
            flex-direction: column;
            display: flex;
            align-items: flex-start;
            margin-top: 1.44em;
        }
        .ge-faq-box__a-links-img {
            padding: 0;
        }
        .ge-faq-box__a-links-lists {
            font-size: 0.813em;
            padding: 11px 0 0;
        }
        .ge-faq-box__a-example {
            flex-direction: column;
        }
        .ge-faq-box__a-links+.ge-faq-box__a-example {
            margin-top: 1.3em;
        }
        .ge-faq-box__a-text+.ge-faq-box__a-example {
            margin-top: 1.375em;
        }
        .ge-faq-box__a-example-tl {
            padding: 0;
        }
        .ge-faq-box__a-example-tl::after {
            transform: rotate(90deg);
        }
        .ge-faq-box__a-example-lists {
            padding: 10px 0 0;
        }
    }
    .ge-nav {
        .ge-nav__box {
            border-radius: min(80px, 10.667vw) 0;
            width: 92%;
        }
        .ge-nav__ctn {
            padding: 5.8% 0;
        }
        .ge-nav__lists-01 {
            display: block;
            padding: 0 5.8%;
        }
        .ge-nav__list-01:nth-child(2) {
            border-bottom: none;
        }
        .ge-nav__list-01:nth-child(3) {
            border-top: none;
            padding-top: 0;
        }
        .ge-nav__list-01--c02 {
            margin: 2.4em 0;
            padding: 2.2em 0;
        }
        .ge-nav__link-01 {
            font-size: 2.53em;
            margin: 0.9em 0 0;
        }
        .ge-nav__list-01--c02 .ge-nav__link-01 {
            font-size: 2.18em;
            margin: 0;
        }
        .ge-nav__lists-02 {
            margin: 0.8em 0 0.2em;
            font-size: 1.84em;
            gap: 18px 30px;
        }
        .ge-nav__close-btn {
            width: 4.25em;
            margin: 3.5%;
        }
    }
    /*  */
    .ge-modal-video-info {
        .ge-modal-video-info__text-01 {
            font-size: 1.75em;
        }
        .ge-modal-video-info__text-02 {
            font-size: 2em;
        }
        .ge-modal-video-info__tip {
            font-size: 1.375em;
        }
    }
    .ge-body-footer {
        & {
            margin: 0 0 0;
            padding: 0 0 46px;
        }
    }
    .ge-body-footer--faq {
        margin-top: 46px;
        padding-bottom: 130px;
    }
}
@media screen and (min-width:600px) {
    .ge-sp-elm {
        display: none !important;
    }
}
/* font-size */
@media screen and (max-width:1024px) {
    .good-echo {
        & {
            font-size: 0.617rem;
        }
        .good-echo__body-text {
            font-size: 1.938em;
            line-height: 1.61;
        }
    }
    .ge-point {
        .ge-point__tl {
            font-size: 2.063em;
        }
        .ge-point__tl-text::after {
            height: 4px;
        }
        .ge-point__text-01 {
            font-size: 2em;
            padding: 0.15em 0 0.25em;
        }
        .ge-point__text-02 {
            font-size: 1.625em;
            line-height: 1.5;
            min-height: 0;
        }
    }
    .ge-links {
        .ge-links__tl {
            font-size: 2em;
            line-height: 1.56;
        }
        .ge-links__tab-button {
            font-size: 1.5em;
        }
    }
    .ge-card {
        .ge-card-text-01 {
            font-size: 1.5em;
            margin: 0 0 0.3em;
        }
        .ge-card-text-02 {
            font-size: 1.625em;
            padding: 0;
            line-height: 1.35;
            letter-spacing: 0.06em;
        }
        .ge-card-tip {
            font-size: 1.1em;
            padding: 2px 3px;
        }
        .ge-card-category {
            width: 5.4em;
            height: auto;
            width: min(87px, 27.2%);
            aspect-ratio: 87 / 30;
        }
    }
    /*  */
    .ge-kv--article {
        & {
            min-height: min(343px, 73.86vw);
        }
        .ge__inner {
            max-width: 750px;
        }
        .ge-kv__tl-text-01 {
            font-size: 1.75em;
        }
        .ge-kv__tl-text-02 {
            font-size: 2.625em;
            line-height: 1.429;
        }
        .ge-kv__tips {
            font-size: 1.375em;
        }
    }
    .ge-point--article {
        .ge-point__tl {
            font-size: 2.125em;
        }
        .ge-point__lists {
            font-size: 1.625em;
            line-height: 1.385;
        }
        .ge-point__text-01 {
            font-size: 1em;
        }
    }
    .ge-article-ctn {
        .ge-article-ctn__tl {
            font-size: 2.125em;
            line-height: 1.412;
        }
        .ge-article-ctn__text-box {
            font-size: 1.625em;
            line-height: 1.77;
        }
    }
    .ge-recommened {
        .ge-recommened__tl {
            font-size: 2.125em;
        }
    }
}
@media screen and (max-width:599px) {
    .ge-links {
        .ge-links__tl {
            width: 85%;
            margin: 0 auto;
        }
        .ge-links__tab-button {
            font-size: 1.5em;
        }
        .ge-card-text-01 {
            font-size: 1.5em;
            letter-spacing: 0.12em;
            margin: 0 0 0.2em;
        }
        .ge-links__panel {
            grid-template-columns: repeat(auto-fill, minmax(min(100%, 18em), 1fr));
        }
        .ge-card-text-02 {
            word-break: normal;
            overflow-wrap: normal;
        }
        .ge-card-tips {
            gap: 1vw;
        }
        .ge-card-tip {
            padding: 2px 2px;
            letter-spacing: -0.02em;
        }
    }
    /*  */
    .ge-kv--article {
        .ge-kv__tl-text-01 {
            font-size: 1.748em;
        }
        .ge-kv__tl-text-02 {
            font-size: 2.622em;
            line-height: 1.429;
        }
        .ge-kv__tips {
            font-size: 1.374em;
        }
    }
    .ge-article-ctn {
        .ge-article-ctn__tl {
            font-size: 2.123em;
            line-height: 1.412;
        }
        .ge-article-ctn__text-box {
            font-size: 1.623em;
            line-height: 1.77;
        }
        .ge-article-ctn__img-item {
            left: -3.6%;
        }
    }
    .ge-article-ctn__img-item-wide {
        img {
            --radius: min(80px, 10.67vw);
        }
    }
    .ge-recommened {
        .ge-recommened__slider {
            margin: 0 0;
        }
        .ge-recommened__slider-ctn {
            gap: 0 10px;
        }
        .ge-card {
            width: 42.67vw;
            min-height: 53.7vw;
        }
        .ge-card-ctn-02 {
            min-height: 0em;
            grid-template-rows: auto;
            padding: 0;
        }
        .ge-card-link {
            --radius-02: 25px;
        }
        .ge-card-text-02 {
            font-size: 1.499em;
            line-height: 1.3;
        }
    }
}
@media screen and (max-width: 799px) {
    .good-echo {
        & {
            padding-bottom: 70px;
            --side-w: 55px;
        }
        .good-echo__body {
            margin-bottom: -70px;
        }
        .good-echo__side-ctn {
            height: calc(100dvh - var(--header-h-sp) - 70px - 20px);
        }
        .good-echo__side-faq {
            font-size: 1.2em;
        }
        .good-echo__side-faq-01--top {
            min-width: var(--side-w);
        }
    }
}
/* hover */
.ge-slider__item img,
a.ge-nav__link-01,
.ge-kv__slider-btn img,
.ge-nav__close-btn,
.ge-faq-box__a-example-link,
.ge-faq-nav__link,
.ge-recommened__slider-btn,
.ge-card-img-wrap::before,
.good-echo__side-logo a,
.ge-header__btn {
    transition: opacity 300ms ease-out;
}
.ge-body-footer__btn-icon,
.ge-slider__pagination-item,
.ge-faq-box__accordion-summary,
.ge-card-link,
.good-echo__side-faq a {
    transition: background-color 300ms ease-out;
}
.ge-body-footer__btn:after,
.ge-body-footer__btn,
.ge-links__tab-button {
    transition: all 300ms ease-out;
    transition-property: background-color, color;
}
.ge-card-more-icon,
.ge-card-play-icon img {
    transition: transform 300ms ease-out;
}
.ge-faq-box__a-links-lists a {
    transition: color 300ms ease-out;
}
.ge-body-footer__btn-icon img {
    transition: filter 300ms ease-out;
}
/* focus */
.ge-slider__item button:focus-visible img,
.ge-slider__item a:focus-visible img,
a.ge-nav__link-01:focus-visible,
.ge-kv__slider-btn:focus-visible img,
.ge-nav__close-btn:focus-visible,
.ge-faq-box__a-example-link:focus-visible,
.ge-faq-nav__link:focus-visible,
.ge-recommened__slider-btn:focus-visible,
.good-echo__side-logo a:focus-visible,
.ge-header__btn:focus-visible {
    opacity: .8;
}
.ge-slider__pagination-item:focus-visible {
    background: #fff;
}
.ge-card-link:focus-visible,
.good-echo__side-faq a:focus-visible {
    background-color: color-mix(in srgb, var(--color-01) 80%, #fff 20%)
}
.ge-faq-box__accordion-summary:focus-visible {
    background: color-mix(in srgb, #BDD78C, transparent 62%);
}
.ge-card-link:focus-visible .ge-card-img-wrap::before {
    opacity: .2;
}
.ge-links__tab-button:focus-visible {
    background: var(--color-01);
    color: var(--color-02);
}
.ge-body-footer__btn:focus-visible {
    color: #fff;
    background: var(--color-01);
}
.ge-body-footer__btn:focus-visible .ge-body-footer__btn-icon {
    background: #fff;
}
.ge-body-footer__btn:focus-visible .ge-body-footer__btn-icon img {
    filter: none;
}
.ge-card-link:focus-visible .ge-card-play-icon img:nth-child(1) {
    transform: scale(1.08);
}
.ge-card-link:focus-visible .ge-card-play-icon img:nth-child(2) {
    transform: scale(0.92);
}
.ge-card-link:focus-visible .ge-card-more-icon {
    transform: translateX(13%);
}
.ge-faq-box__a-links-lists a:focus-visible {
    color: var(--color-01);
}
.ge-nav__ctn button:focus-visible,
.ge-nav__ctn a:focus-visible {
    border-bottom-color: #fff;
    opacity: .8;
}
@media (hover:hover) {
    .ge-slider__item button:hover img,
    .ge-slider__item a:hover img,
    a.ge-nav__link-01:hover,
    .ge-kv__slider-btn:hover img,
    .ge-nav__close-btn:hover,
    .ge-faq-box__a-example-link:hover,
    .ge-faq-nav__link:hover,
    .ge-recommened__slider-btn:hover,
    .good-echo__side-logo a:hover,
    .ge-header__btn:hover {
        opacity: .8;
    }
    .ge-slider__pagination-item:hover {
        background: #fff;
    }
    .ge-card-link:hover,
    .good-echo__side-faq a:hover {
        background-color: color-mix(in srgb, var(--color-01) 80%, #fff 20%)
    }
    .ge-faq-box__accordion-summary:hover {
        background: color-mix(in srgb, #BDD78C, transparent 62%);
    }
    .ge-card-link:hover .ge-card-img-wrap::before {
        opacity: .2;
    }
    .ge-links__tab-button:hover {
        background: var(--color-01);
        color: var(--color-02);
    }
    .ge-body-footer__btn:hover {
        color: #fff;
        background: var(--color-03);
    }
    .ge-body-footer__btn:hover .ge-body-footer__btn-icon {
        background: #fff;
    }
    .ge-body-footer__btn:hover .ge-body-footer__btn-icon img {
        filter: none;
    }
    .ge-card-link:hover .ge-card-play-icon img:nth-child(1) {
        transform: scale(1.08);
    }
    .ge-card-link:hover .ge-card-play-icon img:nth-child(2) {
        transform: scale(0.92);
    }
    .ge-card-link:hover .ge-card-more-icon {
        transform: translateX(13%);
    }
    .ge-faq-box__a-links-lists a:hover {
        color: var(--color-01);
    }
    .ge-nav__ctn button:hover,
    .ge-nav__ctn a:hover {
        border-bottom-color: #fff;
        opacity: .8;
    }
}
@media print {
    .good-echo {
        .good-echo__side {
            position: absolute;
            top: 0;
            right: 0;
        }
        .good-echo__side-faq {
            display: none;
        }
        .good-echo__body {
            padding-left: 0;
            margin: 0 auto;
        }
        .ge-kv .ge__inner {
            padding-left: 100px;
        }
        .ge-kv__tl {
            padding-left: 0;
        }
    }
}